Skip to content

Commit 80815cc

Browse files
authored
Merge pull request #6 from iLexN/support-laravel-6
Support Laravel 6
2 parents df9fc79 + 7285f0f commit 80815cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"require" : {
1919
"php" : ">=7.1",
2020
"thecodingmachine/graphqlite" : "~4.0.0",
21-
"illuminate/console": "^5.0",
22-
"illuminate/container": "^5.0",
23-
"illuminate/support": "^5.0",
24-
"illuminate/cache": "^5.0",
21+
"illuminate/console": "^5.0|^6.0",
22+
"illuminate/container": "^5.0|^6.0",
23+
"illuminate/support": "^5.0|^6.0",
24+
"illuminate/cache": "^5.0|^6.0",
2525
"symfony/psr-http-message-bridge": "^1",
2626
"zendframework/zend-diactoros": "^1.8.6"
2727
},

0 commit comments

Comments
 (0)