Skip to content

Commit

Permalink
Merge pull request #10 from fletch3555/patch-1
Browse files Browse the repository at this point in the history
Support Laravel 5.7
  • Loading branch information
marktopper authored Sep 14, 2018
2 parents 3434e59 + 3b42428 commit 0f91af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/support": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"doctrine/dbal": "^2.5"
},
"autoload": {
Expand Down

0 comments on commit 0f91af7

Please sign in to comment.