Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

Commit

Permalink
Add Laravel 5.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Faust committed Jan 20, 2017
1 parent 2cf663c commit 6d0aa81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -10,8 +10,8 @@
}],
"require": {
"php": "^7.1",
"illuminate/view": "5.3.*",
"illuminate/support": "5.3.*"
"illuminate/view": "5.3.* || 5.4.*",
"illuminate/support": "5.3.* || 5.4.*"
},
"require-dev": {
"graham-campbell/testbench": "^3.2",
Expand Down

0 comments on commit 6d0aa81

Please sign in to comment.