Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from devNoiseConsulting/master
Browse files Browse the repository at this point in the history
Update composer.json to support Laravel Version 7
  • Loading branch information
hcaz authored Sep 7, 2020
2 parents 3b56a82 + 7ba2def commit 5a7c719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "library",
"require": {
"php": "^7.1",
"illuminate/support": "^5.1|^5.2|^5.3|^6.0",
"illuminate/filesystem": "^5.1|^5.2|^5.3|^6.0",
"illuminate/support": "^5.1|^5.2|^5.3|^6.0|^7.0",
"illuminate/filesystem": "^5.1|^5.2|^5.3|^6.0|^7.0",
"league/flysystem-aws-s3-v3": "^1.0"
},
"license": "MIT",
Expand Down

0 comments on commit 5a7c719

Please sign in to comment.