Skip to content

Commit

Permalink
Merge pull request #3 from mbalandis/master
Browse files Browse the repository at this point in the history
Added support for Laravel 5.6
  • Loading branch information
forxer authored Feb 11, 2018
2 parents b822267 + 0a1afc2 commit 02c488e
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" : {
"php" : ">=5.6.4",
"illuminate/support" : "5.4.*|5.5.*",
"illuminate/support" : "5.4.*|5.5.*|5.6.*",
"forxer/gravatar" : "~2.0"
},
"autoload" : {
Expand Down

0 comments on commit 02c488e

Please sign in to comment.