Skip to content

Commit

Permalink
Allow Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsoup authored Sep 14, 2018
1 parent fdd319e commit 7a4d15c
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 @@ -10,8 +10,8 @@
],
"require": {
"php": ">=7.0.0",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/contracts": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/contracts": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
Expand Down

0 comments on commit 7a4d15c

Please sign in to comment.