Skip to content

Commit

Permalink
Compatibility with Laravel 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-butynski committed Aug 29, 2017
1 parent 9c60e6d commit 0c69eec
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 @@
"description": "OpenStack filesystem service provider for Laravel",
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"league/flysystem-rackspace": "1.0.*"
},
"autoload": {
Expand Down

0 comments on commit 0c69eec

Please sign in to comment.