Skip to content

Commit c094569

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 46b5136 commit c094569

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
@@ -10,16 +10,16 @@
1010
],
1111
"require": {
1212
"php": ">=8.1",
13-
"thecodingmachine/graphqlite": "^3.0",
1413
"hyperf/codec": "~3.1.0",
1514
"hyperf/context": "~3.1.0",
1615
"hyperf/contract": "~3.1.0",
1716
"hyperf/di": "~3.1.0",
18-
"swow/psr7-plus": "^1.0"
17+
"swow/psr7-plus": "^1.0",
18+
"thecodingmachine/graphqlite": "^3.0"
1919
},
2020
"suggest": {
21-
"hyperf/http-server": "Required to use GraphQLMiddleware.",
22-
"hyperf/http-message": "Required to use GraphQLMiddleware."
21+
"hyperf/http-message": "Required to use GraphQLMiddleware.",
22+
"hyperf/http-server": "Required to use GraphQLMiddleware."
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)