Commit 76a3a4a 1 parent 8cb611f commit 76a3a4a Copy full SHA for 76a3a4a
File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11
11
fail-fast : true
12
12
matrix :
13
13
php : [8.1, 8.2, 8.3]
14
- laravel : [9.*, 10.*]
14
+ laravel : [10.*]
15
15
dependency-version : [prefer-lowest, prefer-stable]
16
16
include :
17
- - laravel : 9.*
18
- testbench : 7.*
19
17
- laravel : 10.*
20
18
testbench : 8.*
21
19
Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^8.1" ,
20
20
"exolnet/laravel-html-list" : " ^3.0" ,
21
- "illuminate/support" : " ^9.0|^ 10.0"
21
+ "illuminate/support" : " ^10.0"
22
22
},
23
23
"require-dev" : {
24
24
"exolnet/phpcs-config" : " ^2.0" ,
25
25
"mockery/mockery" : " ^1.5.1" ,
26
- "orchestra/testbench" : " ^7.0|^ 8.0" ,
26
+ "orchestra/testbench" : " ^8.0" ,
27
27
"phpunit/phpunit" : " ^9.5.11" ,
28
28
"squizlabs/php_codesniffer" : " ^3.7.1"
29
29
},
You can’t perform that action at this time.
0 commit comments