File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 php : ['lowest', 'latest']
19- laravel : ['11.*', ' 12.*']
19+ laravel : ['12.*']
2020 stability : [prefer-lowest, prefer-stable]
2121
2222 steps :
5353 strategy :
5454 matrix :
5555 include :
56- - php : ' lowest'
57- laravel : ' 11.*'
58- stability : prefer-lowest
59- - php : ' latest'
60- laravel : ' 11.*'
61- stability : prefer-stable
6256 - php : ' lowest'
6357 laravel : ' 12.*'
6458 stability : prefer-lowest
Original file line number Diff line number Diff line change 2626 "require" : {
2727 "php" : " 8.4 - 8.5" ,
2828 "jrmajor/fluent" : " ^1.0" ,
29- "laravel/framework" : " ^11.0 || ^ 12.0"
29+ "laravel/framework" : " ^12.0"
3030 },
3131 "require-dev" : {
3232 "jrmajor/cs" : " ^0.7.0" ,
33- "orchestra/testbench" : " ^9.1 || ^ 10.1" ,
33+ "orchestra/testbench" : " ^10.1" ,
3434 "phpstan/phpstan" : " ^2.1" ,
3535 "phpunit/phpunit" : " ^11.5"
3636 },
You can’t perform that action at this time.
0 commit comments