Skip to content

Commit 112409a

Browse files
committed
Reset composer json
1 parent 7790915 commit 112409a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
],
1212
"require": {
1313
"php": "^7.2|^8.0",
14+
"illuminate/support": "^7.0|^8.0",
1415
"illuminate/filesystem": "^7.0|^8.0",
1516
"illuminate/console": "^7.0|^8.0",
1617
"maennchen/zipstream-php": "^2.1",
1718
"guzzlehttp/guzzle": "^7.2",
18-
"aws/aws-sdk-php": "^3.20.0",
19-
"illuminate/support": "8.*",
20-
"orchestra/testbench": "6.*"
19+
"aws/aws-sdk-php": "^3.20.0"
2120
},
2221
"require-dev": {
22+
"orchestra/testbench": "^5.0|^6.0",
2323
"mockery/mockery": "^1.3.3",
2424
"phpunit/phpunit": "^8.4"
2525
},

0 commit comments

Comments
 (0)