Skip to content

Commit

Permalink
Merge pull request #49 from geekish/laravel-11
Browse files Browse the repository at this point in the history
Support Laravel 11
  • Loading branch information
nguyenk authored Apr 22, 2024
2 parents e84ac64 + db6dfa1 commit 067a746
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"require": {
"php": "^8.1",
"thecodingmachine/graphqlite": "^v6.2.1",
"illuminate/console": "^9 || ^10",
"illuminate/container": "^9 || ^10",
"illuminate/support": "^9 || ^10",
"illuminate/cache": "^9 || ^10",
"symfony/psr-http-message-bridge": "^1.3.0 || ^2",
"illuminate/console": "^9 || ^10 | ^11",
"illuminate/container": "^9 || ^10 | ^11",
"illuminate/support": "^9 || ^10 | ^11",
"illuminate/cache": "^9 || ^10 | ^11",
"symfony/psr-http-message-bridge": "^1.3.0 || ^2 || ^6",
"laminas/laminas-diactoros": "^2.2.2",
"symfony/cache": "^4.3 || ^5 || ^6",
"psr/container": "^2.0.2"
Expand Down

0 comments on commit 067a746

Please sign in to comment.