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 88 strategy :
99 fail-fast : true
1010 matrix :
11- php : [8.3, 8.2]
12- laravel : ["^11.0", "^10.0"]
11+ php : [8.4, 8. 3, 8.2]
12+ laravel : ["^12.0", "^ 11.0", "^10.0"]
1313 include :
14+ - laravel : " ^12.0"
15+ testbench : 10.*
1416 - laravel : " ^11.0"
1517 testbench : 9.*
1618 - laravel : " ^10.0"
Original file line number Diff line number Diff line change 1818 "require" : {
1919 "php" : " ^8.2" ,
2020 "spatie/laravel-package-tools" : " ^1.9.2" ,
21- "illuminate/contracts" : " ^10.0|^11.0" ,
22- "illuminate/support" : " ^10.0|^11.0" ,
23- "illuminate/validation" : " ^10.0|^11.0"
21+ "illuminate/contracts" : " ^10.0|^11.0|^12.0 " ,
22+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
23+ "illuminate/validation" : " ^10.0|^11.0|^12.0 "
2424 },
2525 "require-dev" : {
2626 "nunomaduro/larastan" : " ^2.0.1" ,
27- "orchestra/testbench" : " ^8.0|^9.0" ,
28- "pestphp/pest" : " ^2.0" ,
29- "pestphp/pest-plugin-laravel" : " ^2.0" ,
27+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
28+ "pestphp/pest" : " ^2.0|^3.0 " ,
29+ "pestphp/pest-plugin-laravel" : " ^2.0|^3.0 " ,
3030 "phpstan/extension-installer" : " ^1.1" ,
3131 "phpstan/phpstan-deprecation-rules" : " ^1.0"
3232 },
You can’t perform that action at this time.
0 commit comments