File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,16 @@ jobs:
13
13
fail-fast : false
14
14
matrix :
15
15
php : [7.4, 8.0, 8.1]
16
- laravel : [8.*, 6.*]
16
+ laravel : [9.*, 8.*, 6.*]
17
17
dependency-version : [prefer-stable]
18
18
exclude :
19
19
- php : 8.1
20
20
laravel : 6.*
21
+ - php : 7.4
22
+ laravel : 9.*
21
23
include :
24
+ - laravel : 9.*
25
+ testbench : 7.*
22
26
- laravel : 8.*
23
27
testbench : 6.*
24
28
- laravel : 6.*
Original file line number Diff line number Diff line change 21
21
"license" : " MIT" ,
22
22
"require" : {
23
23
"php" : " ^7.4 || ^8.0" ,
24
- "illuminate/auth" : " ^6.0|^8.0" ,
25
- "illuminate/container" : " ^6.0|^8.0" ,
26
- "illuminate/contracts" : " ^6.0|^8.0" ,
27
- "illuminate/database" : " ^6.0|^8.0" ,
24
+ "illuminate/auth" : " ^6.0|^8.0|^9.0 " ,
25
+ "illuminate/container" : " ^6.0|^8.0|^9.0 " ,
26
+ "illuminate/contracts" : " ^6.0|^8.0|^9.0 " ,
27
+ "illuminate/database" : " ^6.0|^8.0|^9.0 " ,
28
28
"laravel/serializable-closure" : " ^1.0"
29
29
},
30
30
"autoload" : {
48
48
}
49
49
},
50
50
"require-dev" : {
51
- "orchestra/testbench" : " ^4.0|^6.0" ,
51
+ "orchestra/testbench" : " ^4.0|^6.0|^7.0 " ,
52
52
"phpunit/phpunit" : " ^7.0|^9.0"
53
- }
53
+ },
54
+ "minimum-stability" : " dev" ,
55
+ "prefer-stable" : true
54
56
}
You can’t perform that action at this time.
0 commit comments