We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7790915 commit 112409aCopy full SHA for 112409a
composer.json
@@ -11,15 +11,15 @@
11
],
12
"require": {
13
"php": "^7.2|^8.0",
14
+ "illuminate/support": "^7.0|^8.0",
15
"illuminate/filesystem": "^7.0|^8.0",
16
"illuminate/console": "^7.0|^8.0",
17
"maennchen/zipstream-php": "^2.1",
18
"guzzlehttp/guzzle": "^7.2",
- "aws/aws-sdk-php": "^3.20.0",
19
- "illuminate/support": "8.*",
20
- "orchestra/testbench": "6.*"
+ "aws/aws-sdk-php": "^3.20.0"
21
},
22
"require-dev": {
+ "orchestra/testbench": "^5.0|^6.0",
23
"mockery/mockery": "^1.3.3",
24
"phpunit/phpunit": "^8.4"
25
0 commit comments