Skip to content

Commit

Permalink
Merge pull request thecodingmachine#6 from iLexN/support-laravel-6
Browse files Browse the repository at this point in the history
Support Laravel 6
  • Loading branch information
moufmouf committed Sep 17, 2019
2 parents df9fc79 + 7285f0f commit 80815cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"require" : {
"php" : ">=7.1",
"thecodingmachine/graphqlite" : "~4.0.0",
"illuminate/console": "^5.0",
"illuminate/container": "^5.0",
"illuminate/support": "^5.0",
"illuminate/cache": "^5.0",
"illuminate/console": "^5.0|^6.0",
"illuminate/container": "^5.0|^6.0",
"illuminate/support": "^5.0|^6.0",
"illuminate/cache": "^5.0|^6.0",
"symfony/psr-http-message-bridge": "^1",
"zendframework/zend-diactoros": "^1.8.6"
},
Expand Down

0 comments on commit 80815cc

Please sign in to comment.