File tree 2 files changed +8
-10
lines changed
2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
fail-fast : true
10
10
matrix :
11
- php : [8.1 , 8.2, 8.3 ]
12
- laravel : [9 .*, 10.*, 11 .*]
13
- dependency-version : [prefer-lowest, prefer- stable]
11
+ php : [8.3 , 8.2, 8.1 ]
12
+ laravel : [11 .*, 10.*]
13
+ dependency-version : [prefer-stable]
14
14
include :
15
15
- laravel : 11.*
16
16
testbench : 9.*
17
17
- laravel : 10.*
18
18
testbench : 8.*
19
- - laravel : 9.*
20
- testbench : 7.*
21
19
exclude :
22
20
- laravel : 11.*
23
21
php : 8.1
Original file line number Diff line number Diff line change 32
32
],
33
33
"require" : {
34
34
"php" : " ^8.1" ,
35
- "illuminate/console" : " ^9.52|^ 10.0|^11.0" ,
36
- "illuminate/container" : " ^9.52|^ 10.0|^11.0" ,
37
- "illuminate/database" : " ^9.52|^ 10.0|^11.0" ,
38
- "illuminate/support" : " ^9.52|^ 10.0|^11.0" ,
35
+ "illuminate/console" : " ^10.0|^11.0" ,
36
+ "illuminate/container" : " ^10.0|^11.0" ,
37
+ "illuminate/database" : " ^10.0|^11.0" ,
38
+ "illuminate/support" : " ^10.0|^11.0" ,
39
39
"spatie/eloquent-sortable" : " ^4.0.0" ,
40
40
"spatie/laravel-package-tools" : " ^1.16" ,
41
41
"spatie/laravel-sluggable" : " ^3.4.2" ,
44
44
"require-dev" : {
45
45
"laravel/pint" : " ^1.13" ,
46
46
"larastan/larastan" : " ^2.0" ,
47
- "orchestra/testbench" : " ^7.0|^ 8.0|^9.0" ,
47
+ "orchestra/testbench" : " ^8.0|^9.0" ,
48
48
"pestphp/pest" : " ^2.18"
49
49
},
50
50
"autoload" : {
You can’t perform that action at this time.
0 commit comments