Skip to content

Commit

Permalink
Added composer.json normalize support (#6887)
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Jun 17, 2024
1 parent 4d8aa94 commit eca2e04
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit eca2e04

Please sign in to comment.