Skip to content

Commit be0f200

Browse files
authored
Merge pull request #17 from joanhey/sym-6.3
Symfony update to v6.3
2 parents 748950e + 293a521 commit be0f200

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

benchmark.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ silex-2.3
3333
slim-3.12
3434
slim-4.11
3535
symfony-5.4
36-
symfony-6.2
36+
symfony-6.3
3737
ubiquity-2.4.x.dev
3838
yii-2.0-basic
3939
"
File renamed without changes.
File renamed without changes.
File renamed without changes.

symfony-6.2/_benchmark/setup.sh renamed to symfony-6.3/_benchmark/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
# create project
33
rm -rf _benchmark/temp
4-
composer create-project symfony/skeleton:^6.2 ./_benchmark/temp
4+
composer create-project symfony/skeleton:^6.3 ./_benchmark/temp
55
mv ./_benchmark/temp/{.,}* ./
66

77
# have the route & controller
File renamed without changes.

0 commit comments

Comments
 (0)