Skip to content

Commit

Permalink
Allow Laravel 5.8 installs
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Feb 14, 2019
1 parent 563c47a commit 32b5ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"php": "^7.1.3",
"ext-json": "*",
"guzzlehttp/guzzle": "~6.0",
"illuminate/contracts": "~5.7.0",
"illuminate/http": "~5.7.0",
"illuminate/support": "~5.7.0",
"illuminate/contracts": "~5.7.0|~5.8.0",
"illuminate/http": "~5.7.0|~5.8.0",
"illuminate/support": "~5.7.0|~5.8.0",
"league/oauth1-client": "~1.0"
},
"require-dev": {
Expand Down

0 comments on commit 32b5ecf

Please sign in to comment.