We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda6b1a commit 09c2e8eCopy full SHA for 09c2e8e
composer.json
@@ -18,15 +18,15 @@
18
],
19
"require": {
20
"guzzlehttp/guzzle": "^6.3",
21
- "illuminate/container": "^6.0",
22
- "illuminate/filesystem": "^6.0",
23
- "illuminate/support": "^6.0",
+ "illuminate/container": "^6.0|^7.0",
+ "illuminate/filesystem": "^6.0|^7.0",
+ "illuminate/support": "^6.0|^7.0",
24
"league/flysystem": "^1.0",
25
"league/flysystem-aws-s3-v3": "^1.0",
26
"ramsey/uuid": "^3.8",
27
- "symfony/console": "^4.2",
28
- "symfony/process": "^4.2",
29
- "symfony/var-dumper": "^4.2",
+ "symfony/console": "^4.2|^5.0",
+ "symfony/process": "^4.2|^5.0",
+ "symfony/var-dumper": "^4.2|^5.0",
30
"symfony/yaml": "^4.2",
31
"vlucas/phpdotenv": "^3.0|^4.0"
32
},
0 commit comments