Skip to content

Commit 74ada02

Browse files
committed
Drop Laravel 5.8 support
1 parent e828f66 commit 74ada02

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
],
1919
"require": {
2020
"guzzlehttp/guzzle": "^6.3",
21-
"illuminate/container": "^5.8|^6.0",
22-
"illuminate/filesystem": "^5.8|^6.0",
23-
"illuminate/support": "^5.8|^6.0",
21+
"illuminate/container": "^6.0",
22+
"illuminate/filesystem": "^6.0",
23+
"illuminate/support": "^6.0",
2424
"league/flysystem": "^1.0",
2525
"league/flysystem-aws-s3-v3": "^1.0",
2626
"ramsey/uuid": "^3.8",

composer.lock

+25-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)