Skip to content

Commit

Permalink
Support Laravel 5.4 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniverse authored Jan 13, 2017
1 parent 9ea4f99 commit b9b8f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "5.3.*",
"illuminate/validation": "5.3.*"
"illuminate/support": "5.3.* || 5.4.*",
"illuminate/validation": "5.3.* || 5.4.*"
},
"require-dev": {
"phpunit/phpunit": "^5.0",
Expand Down

0 comments on commit b9b8f3d

Please sign in to comment.