File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,16 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest]
12
12
php : [8.0, 8.1, 8.2]
13
- laravel : [9.*, 8.*]
13
+ laravel : [9.*, 8.*, 10.* ]
14
14
stability : [prefer-stable]
15
15
exclude :
16
+ - php : 8.0
17
+ laravel : 10.*
16
18
- php : 8.2
17
19
laravel : 8.*
18
20
include :
21
+ - laravel : 10.*
22
+ testbench : 8.*
19
23
- laravel : 9.*
20
24
testbench : 7.*
21
25
- laravel : 8.*
Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^8.0" ,
20
- "illuminate/container" : " ^6.0|^7.0|^8.0|^9.0" ,
21
- "illuminate/database" : " ^6.0|^7.0|^8.0|^9.0" ,
22
- "illuminate/log" : " ^6.0|^7.0|^8.0|^9.0" ,
23
- "illuminate/routing" : " ^6.0|^7.0|^8.0|^9.0" ,
24
- "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0" ,
20
+ "illuminate/container" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
21
+ "illuminate/database" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
22
+ "illuminate/log" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
23
+ "illuminate/routing" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
24
+ "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0 " ,
25
25
"willdurand/email-reply-parser" : " ^2.8" ,
26
26
"zbateson/mail-mime-parser" : " ^1.1"
27
27
},
28
28
"require-dev" : {
29
29
"laminas/laminas-mail" : " ^2.13" ,
30
30
"mockery/mockery" : " ^1.2" ,
31
- "orchestra/testbench" : " ^4.0|^5.0|^7.0" ,
31
+ "orchestra/testbench" : " ^4.0|^5.0|^7.0|^8.0 " ,
32
32
"phpunit/phpunit" : " ^7.0|^8.0|^9.3"
33
33
},
34
34
"autoload" : {
You can’t perform that action at this time.
0 commit comments