File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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]
11
+ php : [8.1, 8.2, 8.3 ]
12
12
laravel : [9.*, 10.*, 11.*]
13
13
dependency-version : [prefer-lowest, prefer-stable]
14
14
include :
Original file line number Diff line number Diff line change 32
32
],
33
33
"require" : {
34
34
"php" : " ^8.1" ,
35
- "illuminate/console" : " ^9.0 |^10.0|^11.0" ,
36
- "illuminate/container" : " ^9.0 |^10.0|^11.0" ,
37
- "illuminate/database" : " ^9.0 |^10.0|^11.0" ,
38
- "illuminate/support" : " ^9.0 |^10.0|^11.0" ,
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" ,
39
39
"spatie/eloquent-sortable" : " ^4.0.0" ,
40
40
"spatie/laravel-package-tools" : " ^1.16" ,
41
41
"spatie/laravel-sluggable" : " ^3.4.2" ,
You can’t perform that action at this time.
0 commit comments