Skip to content

Commit

Permalink
Merge pull request barryvdh#574 from mohamedsharaf/master
Browse files Browse the repository at this point in the history
support laravel 5.4.*
  • Loading branch information
barryvdh authored Dec 9, 2016
2 parents eb90bb8 + 045cf74 commit e2cf4f4
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 @@ -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 e2cf4f4

Please sign in to comment.