Skip to content

Commit fc0f6fa

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 4f2a26c commit fc0f6fa

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
],
1010
"homepage": "https://hyperf.io",
1111
"support": {
12-
"docs": "https://hyperf.wiki",
1312
"issues": "https://github.com/hyperf/hyperf/issues",
14-
"pull-request": "https://github.com/hyperf/hyperf/pulls",
15-
"source": "https://github.com/hyperf/hyperf"
13+
"source": "https://github.com/hyperf/hyperf",
14+
"docs": "https://hyperf.wiki",
15+
"pull-request": "https://github.com/hyperf/hyperf/pulls"
1616
},
1717
"require": {
1818
"php": ">=8.1",
19-
"psr/container": "^1.0|^2.0",
20-
"psr/event-dispatcher": "^1.0",
2119
"hyperf/codec": "~3.1.0",
2220
"hyperf/collection": "~3.1.0",
23-
"hyperf/contract": "~3.1.0",
2421
"hyperf/command": "~3.1.0",
22+
"hyperf/contract": "~3.1.0",
2523
"hyperf/support": "~3.1.0",
26-
"hyperf/utils": "~3.1.0"
24+
"hyperf/utils": "~3.1.0",
25+
"psr/container": "^1.0 || ^2.0",
26+
"psr/event-dispatcher": "^1.0"
2727
},
2828
"suggest": {
2929
"hyperf/di": "Required to use annotations.",
@@ -32,12 +32,12 @@
3232
"hyperf/process": "Auto register the consumer process for server."
3333
},
3434
"autoload": {
35-
"files": [
36-
"src/Functions.php"
37-
],
3835
"psr-4": {
3936
"Hyperf\\AsyncQueue\\": "src/"
40-
}
37+
},
38+
"files": [
39+
"src/Functions.php"
40+
]
4141
},
4242
"autoload-dev": {
4343
"psr-4": {

0 commit comments

Comments
 (0)