Skip to content

Commit

Permalink
Allow illuminate/* versions above 5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthenning committed Nov 26, 2019
1 parent 3533155 commit df3e8b3
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 @@ -17,8 +17,8 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.6.4",
"illuminate/database": "~5.4",
"illuminate/http": "~5.4"
"illuminate/database": ">=5.4",
"illuminate/http": ">=5.4"
},
"autoload" : {
"psr-0" : {
Expand Down

0 comments on commit df3e8b3

Please sign in to comment.