Skip to content

Commit 067a746

Browse files
authored
Merge pull request #49 from geekish/laravel-11
Support Laravel 11
2 parents e84ac64 + db6dfa1 commit 067a746

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
"require": {
2323
"php": "^8.1",
2424
"thecodingmachine/graphqlite": "^v6.2.1",
25-
"illuminate/console": "^9 || ^10",
26-
"illuminate/container": "^9 || ^10",
27-
"illuminate/support": "^9 || ^10",
28-
"illuminate/cache": "^9 || ^10",
29-
"symfony/psr-http-message-bridge": "^1.3.0 || ^2",
25+
"illuminate/console": "^9 || ^10 | ^11",
26+
"illuminate/container": "^9 || ^10 | ^11",
27+
"illuminate/support": "^9 || ^10 | ^11",
28+
"illuminate/cache": "^9 || ^10 | ^11",
29+
"symfony/psr-http-message-bridge": "^1.3.0 || ^2 || ^6",
3030
"laminas/laminas-diactoros": "^2.2.2",
3131
"symfony/cache": "^4.3 || ^5 || ^6",
3232
"psr/container": "^2.0.2"

0 commit comments

Comments
 (0)