We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b5136 commit c094569Copy full SHA for c094569
composer.json
@@ -10,16 +10,16 @@
10
],
11
"require": {
12
"php": ">=8.1",
13
- "thecodingmachine/graphqlite": "^3.0",
14
"hyperf/codec": "~3.1.0",
15
"hyperf/context": "~3.1.0",
16
"hyperf/contract": "~3.1.0",
17
"hyperf/di": "~3.1.0",
18
- "swow/psr7-plus": "^1.0"
+ "swow/psr7-plus": "^1.0",
+ "thecodingmachine/graphqlite": "^3.0"
19
},
20
"suggest": {
21
- "hyperf/http-server": "Required to use GraphQLMiddleware.",
22
- "hyperf/http-message": "Required to use GraphQLMiddleware."
+ "hyperf/http-message": "Required to use GraphQLMiddleware.",
+ "hyperf/http-server": "Required to use GraphQLMiddleware."
23
24
"autoload": {
25
"psr-4": {
0 commit comments