Skip to content

Commit

Permalink
Merge pull request #51 from kmorva/master
Browse files Browse the repository at this point in the history
Supporting Laravel 5.4
  • Loading branch information
mikebronner authored Feb 3, 2017
2 parents 322abf9 + 84e2282 commit 19c956b
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 @@ -15,7 +15,7 @@
},
"require": {
"php": ">=7.0.0",
"illuminate/support": "5.1.* || 5.3.*",
"illuminate/routing": "5.1.* || 5.3.*"
"illuminate/support": "5.1.* || 5.3.* || 5.4.*",
"illuminate/routing": "5.1.* || 5.3.* || 5.4.*"
}
}

0 comments on commit 19c956b

Please sign in to comment.