File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3232 laravel :
3333 - " 9"
3434 - " 10"
35+ - " 11"
36+ exclude :
37+ - php : " 8.1"
38+ laravel : " 11"
3539
3640 steps :
3741 - name : Checkout code
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0" ,
1515 "kreait/firebase-php" : " ^7.0" ,
16- "illuminate/contracts" : " ^9.0 || ^10.0" ,
17- "illuminate/support" : " ^9.0 || ^10.0" ,
16+ "illuminate/contracts" : " ^9.0 || ^10.0 || ^11.0 " ,
17+ "illuminate/support" : " ^9.0 || ^10.0 || ^11.0 " ,
1818 "symfony/cache" : " ^6.1.2 || ^7.0.3"
1919 },
2020 "require-dev" : {
21- "orchestra/testbench" : " ^7.0 || ^8.0" ,
22- "phpunit/phpunit" : " ^9.6" ,
21+ "orchestra/testbench" : " ^7.0 || ^8.0 || ^9.0 " ,
22+ "phpunit/phpunit" : " ^9.6 || ^10.0 " ,
2323 "laravel/pint" : " ^1.13"
2424 },
2525 "autoload" : {
You can’t perform that action at this time.
0 commit comments