Skip to content

Commit

Permalink
composer: add support for Laravel 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Aug 31, 2019
1 parent 73ddd5e commit eed0f9e
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 @@ -34,8 +34,8 @@
"type": "project",
"require": {
"php": ">= 7.1",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/contracts": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/support": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"webonyx/graphql-php": "^0.13",
"ext-json": "*"
},
Expand Down

0 comments on commit eed0f9e

Please sign in to comment.