Skip to content

Commit

Permalink
support laravel 5.4.*
Browse files Browse the repository at this point in the history
support laravel 5.4.*
  • Loading branch information
mohamedsharaf committed Dec 6, 2016
1 parent eb90bb8 commit 045cf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.1.*|5.2.*|5.3.*",
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"symfony/finder": "~2.7|~3.0",
"maximebf/debugbar": "~1.13.0"
},
Expand Down

0 comments on commit 045cf74

Please sign in to comment.