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
3333 # All versions below only support PHP ^8.2 (Laravel requirement)
3434 - { laravel: ^11.0, testbench: ^9.0, phpunit: 10.5.* }
35+ - { laravel: ^12.0, testbench: ^10.0, phpunit: 11.5.* }
3536 exclude :
3637 - php : " 8.1"
3738 packages : { laravel: ^11.0, testbench: ^9.0, phpunit: 10.5.* }
39+ - php : " 8.1"
40+ packages : { laravel: ^12.0, testbench: ^10.0, phpunit: 11.5.* }
3841
3942 name : phpunit (PHP:${{ matrix.php }}, Laravel:${{ matrix.packages.laravel }})
4043
Original file line number Diff line number Diff line change 2424 ],
2525 "require" : {
2626 "php" : " ^7.2 | ^8.0" ,
27- "illuminate/support" : " ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0" ,
27+ "illuminate/support" : " ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0 " ,
2828 "sentry/sentry" : " ^4.10" ,
2929 "symfony/psr-http-message-bridge" : " ^1.0 | ^2.0 | ^6.0 | ^7.0" ,
3030 "nyholm/psr7" : " ^1.0"
3535 }
3636 },
3737 "require-dev" : {
38- "phpunit/phpunit" : " ^8.4 | ^9.3 | ^10.4" ,
39- "laravel/framework" : " ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0" ,
38+ "phpunit/phpunit" : " ^8.4 | ^9.3 | ^10.4 | ^11.5 " ,
39+ "laravel/framework" : " ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0 " ,
4040 "livewire/livewire" : " ^2.0 | ^3.0" ,
41- "orchestra/testbench" : " ^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0 | ^9.0" ,
41+ "orchestra/testbench" : " ^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 " ,
4242 "friendsofphp/php-cs-fixer" : " ^3.11" ,
4343 "mockery/mockery" : " ^1.3" ,
4444 "phpstan/phpstan" : " ^1.10" ,
7575 "config" : {
7676 "sort-packages" : true
7777 },
78+ "minimum-stability" : " dev" ,
7879 "prefer-stable" : true
7980}
You can’t perform that action at this time.
0 commit comments