Skip to content

Commit eca2e04

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

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@
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/http-message": "^1.0|^2.0",
2120
"hyperf/contract": "~3.1.0",
2221
"hyperf/di": "~3.1.0",
2322
"hyperf/guzzle": "~3.1.0",
2423
"hyperf/support": "~3.1.0",
2524
"hyperf/utils": "~3.1.0",
2625
"jcchavezs/zipkin-opentracing": "^2.0",
27-
"opentracing/opentracing": "^1.0"
26+
"opentracing/opentracing": "^1.0",
27+
"psr/http-message": "^1.0 || ^2.0"
2828
},
2929
"suggest": {
3030
"hyperf/event": "Required to use DbQueryExecutedListener.",
31-
"longlang/phpkafka": "Required (^1.2) to use Kafka Producer.",
32-
"jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing."
31+
"jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing.",
32+
"longlang/phpkafka": "Required (^1.2) to use Kafka Producer."
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)