Commit 7be96fe 1 parent 02fd97c commit 7be96fe Copy full SHA for 7be96fe
File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : true
10
10
matrix :
11
11
php : [8.4, 8.3, 8.2]
12
- laravel : [11.*, 10.*]
12
+ laravel : [12.*, 11.*, 10.*]
13
13
dependency-version : [prefer-lowest, prefer-stable]
14
14
include :
15
+ - laravel : 12.*
16
+ testbench : 10.*
15
17
- laravel : 11.*
16
18
testbench : 9.*
17
19
- laravel : 10.*
Original file line number Diff line number Diff line change 10
10
"require" : {
11
11
"php" : " ^8.4 || ^8.3 || ^8.2" ,
12
12
"laravel/browser-kit-testing" : " ^7.0" ,
13
- "illuminate/http" : " ^10.0|^11.0" ,
14
- "illuminate/support" : " ^10.0|^11.0" ,
15
- "symfony/dom-crawler" : " ^6.0"
13
+ "illuminate/http" : " ^10.0|^11.0|^12.0 " ,
14
+ "illuminate/support" : " ^10.0|^11.0|^12.0 " ,
15
+ "symfony/dom-crawler" : " ^6.0|^7.0 "
16
16
},
17
17
"require-dev" : {
18
- "orchestra/testbench" : " ^8.0|^9.0" ,
19
- "phpunit/phpunit" : " ^10.4"
18
+ "orchestra/testbench" : " ^8.0|^9.0|^10.0 " ,
19
+ "phpunit/phpunit" : " ^10.4|^11.5.3 "
20
20
},
21
21
"license" : " MIT" ,
22
22
"authors" : [
You can’t perform that action at this time.
0 commit comments