File tree 2 files changed +13
-11
lines changed
2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ jobs:
11
11
fail-fast : true
12
12
matrix :
13
13
os : [ubuntu-20.04]
14
- php : [8.2, 8.1, 8.0 ]
15
- laravel : [9.*]
14
+ php : [8.2, 8.1]
15
+ laravel : [10.*, 9.*]
16
16
ffmpeg : [5.0, 4.4]
17
17
dependency-version : [prefer-lowest, prefer-stable]
18
18
include :
19
+ - laravel : 10.*
20
+ testbench : 8.*
19
21
- laravel : 9.*
20
22
testbench : 7.*
21
23
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ^8.0|^8. 1|^8.2" ,
24
- "illuminate/contracts" : " ^9.0" ,
23
+ "php" : " ^8.1|^8.2" ,
24
+ "illuminate/contracts" : " ^9.0|^10.0 " ,
25
25
"php-ffmpeg/php-ffmpeg" : " ^1.1" ,
26
- "ramsey/collection" : " ^1.2.2 "
26
+ "ramsey/collection" : " ^1.0|^2.0 "
27
27
},
28
28
"require-dev" : {
29
- "league/flysystem-memory" : " ^3.0 " ,
30
- "mockery/mockery" : " ^1.3.3 " ,
31
- "nesbot/carbon" : " ^2.63 " ,
32
- "orchestra/testbench" : " ^7.0" ,
29
+ "league/flysystem-memory" : " ^3.10 " ,
30
+ "mockery/mockery" : " ^1.4.4 " ,
31
+ "nesbot/carbon" : " ^2.66 " ,
32
+ "orchestra/testbench" : " ^7.0|^8.0 " ,
33
33
"phpunit/phpunit" : " ^9.5.10" ,
34
- "spatie/image" : " ^2.0 " ,
34
+ "spatie/image" : " ^2.2 " ,
35
35
"spatie/phpunit-snapshot-assertions" : " ^4.2"
36
36
},
37
37
"autoload" : {
63
63
}
64
64
}
65
65
}
66
- }
66
+ }
You can’t perform that action at this time.
0 commit comments