Skip to content

Commit

Permalink
Merge pull request #84 from lucasmichot/feature/support-laravel-7
Browse files Browse the repository at this point in the history
Add Laravel 7 support.
  • Loading branch information
Nikolaos Spyratos committed Mar 16, 2020
2 parents 8394199 + 7d4c708 commit 5883454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -10,9 +10,9 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "^5.1|^6.0",
"illuminate/support": "^5.1|^6.0|^7.0",
"superbalist/flysystem-google-storage": ">=3.0 <8.0",
"illuminate/filesystem": "^5.1|^6.0",
"illuminate/filesystem": "^5.1|^6.0|^7.0",
"league/flysystem-cached-adapter": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 5883454

Please sign in to comment.