Skip to content

Commit

Permalink
Merge pull request #4 from konsulting/laravel-6
Browse files Browse the repository at this point in the history
Laravel 6 compatibility
  • Loading branch information
bubba-h57 authored Oct 5, 2019
2 parents eea5d60 + a474fe0 commit b4c8894
Show file tree
Hide file tree
Showing 4 changed files with 371 additions and 217 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"require": {
"php": ">=7.0.0",
"league/flysystem": "^1.0",
"illuminate/support": "^5.5",
"illuminate/support": "^5.5 | ^6.0",
"mikey179/vfsStream": "^1.6"
},
"require-dev": {
Expand Down
Loading

0 comments on commit b4c8894

Please sign in to comment.