File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 18
18
"require" : {
19
19
"php" : " ^7.1 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.3" ,
20
20
"aws/aws-sdk-php" : " ^3.145 || ^3.219 || ^3.263" ,
21
- "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 || ^9.8 || ^10.6 || ^11.0"
21
+ "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 || ^9.8 || ^10.6 || ^11.0 || ^12.0 "
22
22
},
23
23
"require-dev" : {
24
- "orchestra/testbench" : " ^3.8 || ^5.0 || ^6.0 || ^7.4 || ^8.2" ,
24
+ "orchestra/testbench" : " ^3.8 || ^5.0 || ^6.0 || ^7.4 || ^8.2 || ^10.0 " ,
25
25
"phpunit/phpunit" : " ^7.0 || ^8.4 || ^9.3.3 || ^11.0.1"
26
26
},
27
27
"autoload" : {
37
37
"scripts" : {
38
38
"test" : " vendor/bin/phpunit" ,
39
39
"test-coverage" : " vendor/bin/phpunit --coverage-html coverage"
40
-
41
40
},
42
41
"config" : {
43
42
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments