Skip to content

Commit 17cc73e

Browse files
authored
Merge pull request #38 from Wisepops/master
Add support for Laravel 9
2 parents af7a867 + ecbce77 commit 17cc73e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"test": "phpunit"
2121
},
2222
"require": {
23-
"php": ">=7.2",
24-
"thecodingmachine/graphqlite": "^5.0",
25-
"illuminate/console": "^5.7|^6.0|^7|^8",
26-
"illuminate/container": "^5.7|^6.0|^7|^8",
27-
"illuminate/support": "^5.7|^6.0|^7|^8",
28-
"illuminate/cache": "^5.7|^6.0|^7|^8",
23+
"php": ">=7.2|^8",
24+
"thecodingmachine/graphqlite": "^6.0",
25+
"illuminate/console": "^5.7|^6.0|^7|^8|^9",
26+
"illuminate/container": "^5.7|^6.0|^7|^8|^9",
27+
"illuminate/support": "^5.7|^6.0|^7|^8|^9",
28+
"illuminate/cache": "^5.7|^6.0|^7|^8|^9",
2929
"symfony/psr-http-message-bridge": "^1.3.0 || ^2",
3030
"laminas/laminas-diactoros": "^2.2.2",
31-
"symfony/cache": "^4.3 || ^5"
31+
"symfony/cache": "^4.3 || ^5 || ^6"
3232
},
3333
"require-dev": {
3434
"orchestra/testbench": "^3.7.7 || ^4 || ^5",

0 commit comments

Comments
 (0)