File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
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.*]
11+ php : [8.4, 8. 3, 8.2]
12+ laravel : [11.*, 12.* ]
1313 stability : [prefer-lowest, prefer-stable]
1414 include :
15+ - laravel : 12.*
16+ testbench : 10.*
1517 - laravel : 11.*
1618 testbench : 9.*
17- # - laravel: 10.*
18- # testbench: 8.*
1919# exclude:
2020# - laravel: 11.*
2121# php: 8.1
Original file line number Diff line number Diff line change 2727 ],
2828 "require" : {
2929 "php" : " ^8.2" ,
30- "illuminate/http" : " ^11.0" ,
31- "illuminate/support" : " ^11.0" ,
30+ "illuminate/http" : " ^11.0||^12.0 " ,
31+ "illuminate/support" : " ^11.0||^12.0 " ,
3232 "monolog/monolog" : " ^3.0"
3333 },
3434 "require-dev" : {
35- "laravel/framework" : " ^11.0" ,
35+ "laravel/framework" : " ^11.0||^12.0 " ,
3636 "laravel/pint" : " ^1.18" ,
37- "orchestra/testbench" : " ^8.8|^9 .0" ,
37+ "orchestra/testbench" : " ^9.0||^10 .0" ,
3838 "pestphp/pest" : " ^3.0" ,
3939 "pestphp/pest-plugin-arch" : " ^3.0" ,
4040 "pestphp/pest-plugin-laravel" : " ^3.0" ,
41- "saloonphp/laravel-http-sender" : " ^2.0|^ 3.0" ,
41+ "saloonphp/laravel-http-sender" : " ^3.0" ,
4242 "saloonphp/laravel-plugin" : " ^3.0" ,
4343 "spatie/invade" : " ^2.0"
4444 },
You can’t perform that action at this time.
0 commit comments