Skip to content

Commit

Permalink
Merge pull request #38 from yay-digital/master
Browse files Browse the repository at this point in the history
Drop Laravel 5.8 support
  • Loading branch information
taylorotwell authored Feb 14, 2020
2 parents e828f66 + 74ada02 commit b2171fa
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
],
"require": {
"guzzlehttp/guzzle": "^6.3",
"illuminate/container": "^5.8|^6.0",
"illuminate/filesystem": "^5.8|^6.0",
"illuminate/support": "^5.8|^6.0",
"illuminate/container": "^6.0",
"illuminate/filesystem": "^6.0",
"illuminate/support": "^6.0",
"league/flysystem": "^1.0",
"league/flysystem-aws-s3-v3": "^1.0",
"ramsey/uuid": "^3.8",
Expand Down
50 changes: 25 additions & 25 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b2171fa

Please sign in to comment.