This repository was archived by the owner on Jan 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Expand file tree Collapse file tree 2 files changed +14
-12
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 21
21
}
22
22
],
23
23
"require" : {
24
- "php" : " ^8.0 || ^8. 1 || ^8.2" ,
25
- "illuminate/bus" : " ^9.0" ,
26
- "illuminate/queue" : " ^9.0" ,
27
- "illuminate/http" : " ^9.0" ,
28
- "illuminate/validation" : " ^9.0" ,
24
+ "php" : " ^8.1 || ^8.2" ,
25
+ "illuminate/bus" : " ^9.0 || ^10.0 " ,
26
+ "illuminate/queue" : " ^9.0 || ^10.0 " ,
27
+ "illuminate/http" : " ^9.0 || ^10.0 " ,
28
+ "illuminate/validation" : " ^9.0 || ^10.0 " ,
29
29
"theiconic/php-ga-measurement-protocol" : " ^2.7"
30
30
},
31
31
"require-dev" : {
32
- "mockery/mockery" : " ^1.3.3 " ,
33
- "nesbot/carbon" : " ^2.63 " ,
34
- "orchestra/testbench" : " ^7.0" ,
35
- "phpunit/phpunit" : " ^9.4 "
32
+ "mockery/mockery" : " ^1.4.4 " ,
33
+ "nesbot/carbon" : " ^2.66 " ,
34
+ "orchestra/testbench" : " ^7.0 || ^8.0 " ,
35
+ "phpunit/phpunit" : " ^9.5 "
36
36
},
37
37
"autoload" : {
38
38
"psr-4" : {
60
60
]
61
61
}
62
62
}
63
- }
63
+ }
You can’t perform that action at this time.
0 commit comments