File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1111 test :
1212 uses : SymfonyCasts/.github/.github/workflows/phpunit.yaml@main
1313 with :
14- php-version-lowest : ' 8.1.10'
14+ php-version-matrix : ' [8.3]'
15+ php-version-lowest : 8.3
1516
1617 composer-validate :
1718 uses : SymfonyCasts/.github/.github/workflows/composer-validate.yaml@main
Original file line number Diff line number Diff line change 1+ # Upgrade from 1.x to 2.0
2+
3+ ResetPasswordBundle now requires PHP ` 8.3 ` + & Symfony ` 6.4.5 ` +
Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "minimum-stability" : " dev" ,
77 "require" : {
8- "php" : " >=8.1.10 " ,
8+ "php" : " >=8.3 " ,
99 "ext-json" : " *" ,
10- "symfony/config" : " ^5.4 | ^6.0 | ^7.0" ,
11- "symfony/dependency-injection" : " ^5.4 | ^6.0 | ^7.0" ,
10+ "symfony/config" : " ^6.4.5 | ^7.0" ,
11+ "symfony/dependency-injection" : " ^6.4.5 | ^7.0" ,
1212 "symfony/deprecation-contracts" : " ^2.2 | ^3.0" ,
13- "symfony/http-kernel" : " ^5.4 | ^6.0 | ^7.0"
13+ "symfony/http-kernel" : " ^6.4.5 | ^7.0"
1414 },
1515 "require-dev" : {
1616 "doctrine/orm" : " ^2.13" ,
17- "symfony/framework-bundle" : " ^5.4 | ^6.0 | ^7.0" ,
18- "symfony/phpunit-bridge" : " ^5.4 | ^6.0 | ^7.0" ,
17+ "symfony/framework-bundle" : " ^6.4.5 | ^7.0" ,
18+ "symfony/phpunit-bridge" : " ^6.4.5 | ^7.0" ,
1919 "doctrine/doctrine-bundle" : " ^2.8" ,
2020 "doctrine/annotations" : " ^1.0" ,
2121 "phpstan/phpstan" : " ^1.11.x-dev"
You can’t perform that action at this time.
0 commit comments