File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010 fail-fast : true
1111 matrix :
1212 php : [ "8.2", "8.3", "8.4" ]
13- laravel : [ "10.0", " 11.0", "12.0" ]
13+ laravel : [ "11.0", "12.0" ]
1414
1515 name : PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}
1616
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " ^8.2" ,
1515 "ext-dom" : " *" ,
16- "illuminate/database" : " ^10.0 || ^ 11.0 || ^12.0" ,
17- "illuminate/filesystem" : " ^10.0 || ^ 11.0 || ^12.0" ,
18- "illuminate/support" : " ^10.0 || ^ 11.0 || ^12.0" ,
16+ "illuminate/database" : " ^11.0 || ^12.0" ,
17+ "illuminate/filesystem" : " ^11.0 || ^12.0" ,
18+ "illuminate/support" : " ^11.0 || ^12.0" ,
1919 "laravel/prompts" : " >=0.3.6"
2020 },
2121 "require-dev" : {
2222 "dragon-code/codestyler" : " ^6.2" ,
23- "orchestra/testbench" : " ^8.0 || ^ 9.0 || ^10.0" ,
24- "pestphp/pest" : " ^3.0 || ^ 4.0" ,
25- "pestphp/pest-plugin-laravel" : " ^3.0 || ^ 4.0" ,
26- "symfony/var-dumper" : " ^6.0 || ^ 7.3"
23+ "orchestra/testbench" : " ^9.0 || ^10.0" ,
24+ "pestphp/pest" : " ^4.0" ,
25+ "pestphp/pest-plugin-laravel" : " ^4.0" ,
26+ "symfony/var-dumper" : " ^7.3"
2727 },
2828 "minimum-stability" : " stable" ,
2929 "autoload" : {
You can’t perform that action at this time.
0 commit comments