|
10 | 10 | ], |
11 | 11 | "homepage": "https://hyperf.io", |
12 | 12 | "support": { |
13 | | - "docs": "https://hyperf.wiki", |
14 | 13 | "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" |
17 | 17 | }, |
18 | 18 | "require": { |
19 | 19 | "php": ">=8.1", |
20 | | - "psr/http-message": "^1.0|^2.0", |
21 | 20 | "hyperf/contract": "~3.1.0", |
22 | 21 | "hyperf/di": "~3.1.0", |
23 | 22 | "hyperf/guzzle": "~3.1.0", |
24 | 23 | "hyperf/support": "~3.1.0", |
25 | 24 | "hyperf/utils": "~3.1.0", |
26 | 25 | "jcchavezs/zipkin-opentracing": "^2.0", |
27 | | - "opentracing/opentracing": "^1.0" |
| 26 | + "opentracing/opentracing": "^1.0", |
| 27 | + "psr/http-message": "^1.0 || ^2.0" |
28 | 28 | }, |
29 | 29 | "suggest": { |
30 | 30 | "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." |
33 | 33 | }, |
34 | 34 | "autoload": { |
35 | 35 | "psr-4": { |
|
0 commit comments