Skip to content

Commit 09c2e8e

Browse files
committed
prepare for laravel 7.0
1 parent dda6b1a commit 09c2e8e

File tree

2 files changed

+210
-258
lines changed

2 files changed

+210
-258
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
],
1919
"require": {
2020
"guzzlehttp/guzzle": "^6.3",
21-
"illuminate/container": "^6.0",
22-
"illuminate/filesystem": "^6.0",
23-
"illuminate/support": "^6.0",
21+
"illuminate/container": "^6.0|^7.0",
22+
"illuminate/filesystem": "^6.0|^7.0",
23+
"illuminate/support": "^6.0|^7.0",
2424
"league/flysystem": "^1.0",
2525
"league/flysystem-aws-s3-v3": "^1.0",
2626
"ramsey/uuid": "^3.8",
27-
"symfony/console": "^4.2",
28-
"symfony/process": "^4.2",
29-
"symfony/var-dumper": "^4.2",
27+
"symfony/console": "^4.2|^5.0",
28+
"symfony/process": "^4.2|^5.0",
29+
"symfony/var-dumper": "^4.2|^5.0",
3030
"symfony/yaml": "^4.2",
3131
"vlucas/phpdotenv": "^3.0|^4.0"
3232
},

0 commit comments

Comments
 (0)