File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ jobs:
106106 - ' 8.3'
107107 - ' 8.4'
108108 symfony-version :
109+ - ' 6.4'
109110 - ' 7.0'
110111 - ' 7.1'
111112 - ' 7.2'
Original file line number Diff line number Diff line change 2727 "doctrine/dbal" : " ^4.0" ,
2828 "doctrine/doctrine-bundle" : " ^2.12" ,
2929 "doctrine/orm" : " ^3.1" ,
30- "symfony/config" : " ^7.0" ,
31- "symfony/dependency-injection" : " ^7.0" ,
32- "symfony/doctrine-bridge" : " ^7.0" ,
33- "symfony/framework-bundle" : " ^7.0" ,
34- "symfony/http-kernel" : " ^7.0" ,
35- "symfony/validator" : " ^7.0" ,
30+ "symfony/config" : " ^6.4||^ 7.0" ,
31+ "symfony/dependency-injection" : " ^6.4||^ 7.0" ,
32+ "symfony/doctrine-bridge" : " ^6.4||^ 7.0" ,
33+ "symfony/framework-bundle" : " ^6.4||^ 7.0" ,
34+ "symfony/http-kernel" : " ^6.4||^ 7.0" ,
35+ "symfony/validator" : " ^6.4||^ 7.0" ,
3636 "twig/twig" : " ^3.9"
3737 },
3838 "require-dev" : {
4444 "phpstan/phpstan-symfony" : " ^1.3" ,
4545 "phpunit/phpunit" : " ^11.1" ,
4646 "slam/phpstan-extensions" : " ^6.3" ,
47- "symfony/form" : " ^7.0"
47+ "symfony/form" : " ^6.4||^ 7.0"
4848 },
4949 "autoload" : {
5050 "psr-4" : {
You can’t perform that action at this time.
0 commit comments