Skip to content

Commit

Permalink
Merge pull request #7 from palmerandersen/master
Browse files Browse the repository at this point in the history
Update laravel composer to < 5.6
  • Loading branch information
dankuck authored Feb 1, 2018
2 parents 184d40c + fec145b commit 1075e43
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 @@ -19,8 +19,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "^5.0,<5.5",
"illuminate/console": "^5.0,<5.5",
"illuminate/support": "^5.0,<5.6",
"illuminate/console": "^5.0,<5.6",
"predis/predis": "^1.1"
},
"require-dev": {
Expand Down

0 comments on commit 1075e43

Please sign in to comment.