Skip to content

Commit 8fcb09c

Browse files
authored
Added composer.json normalize support (#6887)
1 parent 93eaf25 commit 8fcb09c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
],
1212
"homepage": "https://hyperf.io",
1313
"support": {
14-
"docs": "https://hyperf.wiki",
1514
"issues": "https://github.com/hyperf/hyperf/issues",
16-
"pull-request": "https://github.com/hyperf/hyperf/pulls",
17-
"source": "https://github.com/hyperf/hyperf"
15+
"source": "https://github.com/hyperf/hyperf",
16+
"docs": "https://hyperf.wiki",
17+
"pull-request": "https://github.com/hyperf/hyperf/pulls"
1818
},
1919
"require": {
2020
"php": ">=8.1",
21-
"hyperf/contract": "~3.1.0",
2221
"hyperf/code-parser": "~3.1.0",
2322
"hyperf/context": "~3.1.0",
23+
"hyperf/contract": "~3.1.0",
2424
"hyperf/coroutine": "~3.1.0",
2525
"hyperf/event": "~3.1.0",
2626
"hyperf/grpc": "~3.1.0",
27-
"jean85/pretty-package-versions": "^1.2|^2.0"
27+
"jean85/pretty-package-versions": "^1.2 || ^2.0"
2828
},
2929
"suggest": {
3030
"hyperf/load-balancer": "Use LoadBalancer for GrpcTransporter.(~3.1.0)"
@@ -36,9 +36,9 @@
3636
},
3737
"autoload-dev": {
3838
"psr-4": {
39-
"HyperfTest\\GrpcClient\\": "tests/",
4039
"GPBMetadata\\": "tests/GPBMetadata",
4140
"Grpc\\": "tests/Grpc",
41+
"HyperfTest\\GrpcClient\\": "tests/",
4242
"Routeguide\\": "tests/Routeguide",
4343
"UserService\\": "tests/UserService"
4444
}

0 commit comments

Comments
 (0)