Skip to content

Commit

Permalink
added laravel 5.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavinjr committed Apr 30, 2018
1 parent 1974cc9 commit e6a07d6
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 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.6.0",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e6a07d6

Please sign in to comment.