File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
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.2, 8.1, 8.0 ]
12
- laravel : [9.*]
11
+ php : [8.2, 8.1]
12
+ laravel : [10.*, 9.*]
13
13
db : [mysql, postgres, sqlite]
14
14
dependency-version : [prefer-lowest, prefer-stable]
15
15
include :
16
+ - laravel : 10.*
17
+ testbench : 8.*
16
18
- laravel : 9.*
17
19
testbench : 7.*
18
20
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " ^8.0|^8. 1|^8.2" ,
20
- "illuminate/support" : " ^9.0" ,
21
- "nesbot/carbon" : " ^2.63 "
19
+ "php" : " ^8.1|^8.2" ,
20
+ "illuminate/support" : " ^9.0|^10.0 " ,
21
+ "nesbot/carbon" : " ^2.66 "
22
22
},
23
23
"require-dev" : {
24
- "mockery/mockery" : " ^1.3.3 " ,
25
- "orchestra/testbench" : " 7 .0" ,
26
- "phpunit/phpunit" : " ^9.4 "
24
+ "mockery/mockery" : " ^1.4.4 " ,
25
+ "orchestra/testbench" : " ^7.0|^8 .0" ,
26
+ "phpunit/phpunit" : " ^9.5 "
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
44
44
},
45
45
"minimum-stability" : " dev" ,
46
46
"prefer-stable" : true
47
- }
47
+ }
You can’t perform that action at this time.
0 commit comments