File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,12 @@ jobs:
1313 fail-fast : true
1414 matrix :
1515 os : [ubuntu-latest]
16- php : [8.2, 8.1, 8.0 ]
17- laravel : [9.*]
16+ php : [8.2, 8.1]
17+ laravel : [10.*, 9.*]
1818 stability : [prefer-lowest, prefer-stable]
1919 include :
20+ - laravel : 10.*
21+ testbench : ^8.0
2022 - laravel : 9.*
2123 testbench : ^7.0
2224
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^8.0|^8. 1|^8.2" ,
20- "graham-campbell/security" : " ^9.1 " ,
21- "illuminate/contracts" : " ^9.0" ,
19+ "php" : " ^8.1|^8.2" ,
20+ "graham-campbell/security" : " ^11.0 " ,
21+ "illuminate/contracts" : " ^9.0|^10.0 " ,
2222 "spatie/laravel-package-tools" : " ^1.9.2"
2323 },
2424 "require-dev" : {
25- "nesbot/carbon" : " ^2.63 " ,
25+ "nesbot/carbon" : " ^2.66 " ,
2626 "nunomaduro/collision" : " ^6.0" ,
27- "orchestra/testbench" : " ^7.0" ,
27+ "orchestra/testbench" : " ^7.0|^8.0 " ,
2828 "pestphp/pest" : " ^1.21" ,
2929 "pestphp/pest-plugin-laravel" : " ^1.1" ,
3030 "phpunit/phpunit" : " ^9.5"
5959 },
6060 "minimum-stability" : " dev" ,
6161 "prefer-stable" : true
62- }
62+ }
You can’t perform that action at this time.
0 commit comments