Skip to content

Commit

Permalink
Merge pull request #7 from elasticsteve/master
Browse files Browse the repository at this point in the history
added compatibility with Laravel 5.6
  • Loading branch information
thomasruiz authored Feb 23, 2018
2 parents 3ca9724 + 069dd3e commit c65a022
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": "SFTP filesystem service provider for Laravel",
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"league/flysystem-sftp": "1.0.*"
},
"autoload": {
Expand Down

0 comments on commit c65a022

Please sign in to comment.