Skip to content

Commit

Permalink
Support Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
iLexN committed Sep 14, 2019
1 parent 3b701be commit 7285f0f
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 7285f0f

Please sign in to comment.