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
dependency-version : [prefer-lowest, prefer-stable]
14
14
include :
15
+ - laravel : 10.*
16
+ testbench : 8.*
15
17
- laravel : 9.*
16
18
testbench : 7.*
17
19
Original file line number Diff line number Diff line change 17
17
}
18
18
],
19
19
"require" : {
20
- "php" : " ^8.0 || ^8. 1 || ^8.2" ,
20
+ "php" : " ^8.1 || ^8.2" ,
21
21
"ext-openssl" : " *" ,
22
22
"egulias/email-validator" : " ^2.1.10 || ^3.1" ,
23
23
"guzzlehttp/guzzle" : " ^7.0.1" ,
24
- "illuminate/support" : " ^9.0" ,
25
- "illuminate/validation" : " ^9.0"
24
+ "illuminate/support" : " ^9.0 || ^10.0 " ,
25
+ "illuminate/validation" : " ^9.0 || ^10.0 "
26
26
},
27
27
"require-dev" : {
28
- "nesbot/carbon" : " ^2.63 " ,
29
- "orchestra/testbench" : " ^7.0" ,
30
- "phpunit/phpunit" : " ^9.4 "
28
+ "nesbot/carbon" : " ^2.66 " ,
29
+ "orchestra/testbench" : " ^7.0 || ^8.0 " ,
30
+ "phpunit/phpunit" : " ^9.5 "
31
31
},
32
32
"autoload" : {
33
33
"psr-4" : {
58
58
}
59
59
}
60
60
}
61
- }
61
+ }
You can’t perform that action at this time.
0 commit comments