diff --git a/composer.json b/composer.json index e81a7f7..e3f3dbf 100644 --- a/composer.json +++ b/composer.json @@ -10,26 +10,26 @@ ], "homepage": "https://hyperf.io", "support": { - "docs": "https://hyperf.wiki", "issues": "https://github.com/hyperf/hyperf/issues", - "pull-request": "https://github.com/hyperf/hyperf/pulls", - "source": "https://github.com/hyperf/hyperf" + "source": "https://github.com/hyperf/hyperf", + "docs": "https://hyperf.wiki", + "pull-request": "https://github.com/hyperf/hyperf/pulls" }, "require": { "php": ">=8.1", - "psr/http-message": "^1.0|^2.0", "hyperf/contract": "~3.1.0", "hyperf/di": "~3.1.0", "hyperf/guzzle": "~3.1.0", "hyperf/support": "~3.1.0", "hyperf/utils": "~3.1.0", "jcchavezs/zipkin-opentracing": "^2.0", - "opentracing/opentracing": "^1.0" + "opentracing/opentracing": "^1.0", + "psr/http-message": "^1.0 || ^2.0" }, "suggest": { "hyperf/event": "Required to use DbQueryExecutedListener.", - "longlang/phpkafka": "Required (^1.2) to use Kafka Producer.", - "jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing." + "jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing.", + "longlang/phpkafka": "Required (^1.2) to use Kafka Producer." }, "autoload": { "psr-4": {