File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 32
32
33
33
# All versions below only support PHP ^8.2 (Laravel requirement)
34
34
- { laravel: ^11.0, testbench: ^9.0, phpunit: 10.5.* }
35
+ - { laravel: ^12.0, testbench: ^10.0, phpunit: 11.5.* }
35
36
exclude :
36
37
- php : " 8.1"
37
38
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.* }
38
41
39
42
name : phpunit (PHP:${{ matrix.php }}, Laravel:${{ matrix.packages.laravel }})
40
43
Original file line number Diff line number Diff line change 24
24
],
25
25
"require" : {
26
26
"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 " ,
28
28
"sentry/sentry" : " ^4.10" ,
29
29
"symfony/psr-http-message-bridge" : " ^1.0 | ^2.0 | ^6.0 | ^7.0" ,
30
30
"nyholm/psr7" : " ^1.0"
35
35
}
36
36
},
37
37
"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 " ,
40
40
"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 " ,
42
42
"friendsofphp/php-cs-fixer" : " ^3.11" ,
43
43
"mockery/mockery" : " ^1.3" ,
44
44
"phpstan/phpstan" : " ^1.10" ,
75
75
"config" : {
76
76
"sort-packages" : true
77
77
},
78
+ "minimum-stability" : " dev" ,
78
79
"prefer-stable" : true
79
80
}
You can’t perform that action at this time.
0 commit comments