Skip to content

Commit

Permalink
Merge pull request #99 from CasperLaiTW/master
Browse files Browse the repository at this point in the history
support laravel 8.0
  • Loading branch information
Nikolaos Spyratos committed Sep 22, 2020
2 parents 9568813 + 4c4d55f commit 745ada3
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|^7.0",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0",
"superbalist/flysystem-google-storage": ">=3.0 <8.0",
"illuminate/filesystem": "^5.1|^6.0|^7.0",
"illuminate/filesystem": "^5.1|^6.0|^7.0|^8.0",
"league/flysystem-cached-adapter": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 745ada3

Please sign in to comment.