File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 10
10
matrix :
11
11
os : [ubuntu-latest, windows-latest]
12
12
php : [8.2, 8.1]
13
- laravel : [9.*]
13
+ laravel : [9.*, 10.* ]
14
14
stability : [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.1" ,
19
+ "php" : " ^8.1" ,
20
20
"spatie/url-signer" : " ^2.0" ,
21
- "illuminate/support" : " ^9.0" ,
21
+ "illuminate/support" : " ^9.0|^10.0 " ,
22
22
"spatie/laravel-package-tools" : " ^1.13.6"
23
23
},
24
24
"require-dev" : {
25
- "orchestra/testbench" : " ^7.12.1" ,
26
- "pestphp/pest" : " ^1.22.2"
25
+ "orchestra/testbench" : " ^7.12.1|^8.0 " ,
26
+ "pestphp/pest" : " ^1.22.2|^1.22 "
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
You can’t perform that action at this time.
0 commit comments