Skip to content

Commit 9179bb6

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 234a3d8 commit 9179bb6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
],
1111
"homepage": "https://hyperf.io",
1212
"support": {
13-
"docs": "https://hyperf.wiki",
1413
"issues": "https://github.com/hyperf/hyperf/issues",
15-
"pull-request": "https://github.com/hyperf/hyperf/pulls",
16-
"source": "https://github.com/hyperf/hyperf"
14+
"source": "https://github.com/hyperf/hyperf",
15+
"docs": "https://hyperf.wiki",
16+
"pull-request": "https://github.com/hyperf/hyperf/pulls"
1717
},
1818
"require": {
1919
"php": ">=8.1",
20-
"psr/container": "^1.0|^2.0",
2120
"hyperf/codec": "~3.1.0",
21+
"hyperf/context": "~3.1.0",
2222
"hyperf/contract": "~3.1.0",
2323
"hyperf/engine": "^2.0",
24-
"hyperf/load-balancer": "~3.1.0",
2524
"hyperf/http-message": "~3.1.0",
25+
"hyperf/load-balancer": "~3.1.0",
2626
"hyperf/rpc": "~3.1.0",
2727
"hyperf/serializer": "~3.1.0",
2828
"hyperf/support": "~3.1.0",
2929
"hyperf/utils": "~3.1.0",
30-
"hyperf/context": "~3.1.0",
30+
"psr/container": "^1.0 || ^2.0",
3131
"swow/psr7-plus": "^1.0"
3232
},
3333
"suggest": {

0 commit comments

Comments
 (0)