File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1717 fail-fast : true
1818 matrix :
1919 os : [ubuntu-latest, windows-latest]
20- php : [8.3, 8.2 ]
21- laravel : [11.*]
20+ php : [8.3, 8.4 ]
21+ laravel : [11.*, 12.* ]
2222 stability : [prefer-lowest, prefer-stable]
2323 include :
2424 - laravel : 11.*
Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "require" : {
77 "php" : " ^8.2" ,
8- "illuminate/contracts" : " ^11 .0" ,
9- "thecodingmachine/safe" : " ^2.5 "
8+ "illuminate/contracts" : " ^12 .0" ,
9+ "thecodingmachine/safe" : " ^3.3 "
1010 },
1111 "require-dev" : {
12- "nunomaduro/collision" : " ^8.3 " ,
13- "larastan/larastan" : " ^2.9 " ,
14- "orchestra/testbench" : " ^9.0.0||^8.22.0" ,
12+ "nunomaduro/collision" : " ^8.8 " ,
13+ "larastan/larastan" : " ^3.6 " ,
14+ "orchestra/testbench" : " ^10.0.0||^ 9.0.0||^8.22.0" ,
1515 "friendsofphp/php-cs-fixer" : " ^3.3" ,
16- "lychee-org/phpstan-lychee" : " ^v1 .0.1 " ,
17- "php-parallel-lint/php-parallel-lint" : " ^1.3 " ,
18- "phpunit/phpunit" : " ^10.0"
16+ "lychee-org/phpstan-lychee" : " ^v2 .0.2 " ,
17+ "php-parallel-lint/php-parallel-lint" : " ^1.4 " ,
18+ "phpunit/phpunit" : " ^10.0||^11.0 "
1919 },
2020 "autoload" : {
2121 "psr-4" : {
4747 },
4848 "config" : {
4949 "platform" : {
50- "php" : " 8.2 "
50+ "php" : " 8.3 "
5151 },
5252 "sort-packages" : true ,
5353 "allow-plugins" : {
You can’t perform that action at this time.
0 commit comments