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 11
11
test :
12
12
uses : SymfonyCasts/.github/.github/workflows/phpunit.yaml@main
13
13
with :
14
- php-version-lowest : ' 8.1.10'
14
+ php-version-matrix : ' [8.3]'
15
+ php-version-lowest : 8.3
15
16
16
17
composer-validate :
17
18
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 5
5
"license" : " MIT" ,
6
6
"minimum-stability" : " dev" ,
7
7
"require" : {
8
- "php" : " >=8.1.10 " ,
8
+ "php" : " >=8.3 " ,
9
9
"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" ,
12
12
"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"
14
14
},
15
15
"require-dev" : {
16
16
"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" ,
19
19
"doctrine/doctrine-bundle" : " ^2.8" ,
20
20
"doctrine/annotations" : " ^1.0" ,
21
21
"phpstan/phpstan" : " ^1.11.x-dev"
You can’t perform that action at this time.
0 commit comments