Skip to content

Commit

Permalink
Allow Laravel 8 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Jan 21, 2021
1 parent ce948c8 commit a9bd508
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 @@ -5,8 +5,8 @@
"require": {
"nimbusoft/flysystem-openstack-swift": "^0.3",
"biigle/laravel-cached-openstack": "^1.0",
"illuminate/support": "^5.1|^6.0|^7.0",
"illuminate/filesystem": "^5.1|^6.0|^7.0"
"illuminate/support": "^5.1|^6.0|^7.0|^8.0",
"illuminate/filesystem": "^5.1|^6.0|^7.0|^8.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit a9bd508

Please sign in to comment.