|
11 | 11 | ],
|
12 | 12 | "description": "Drop-in replacement for the Hyperf Metric component.",
|
13 | 13 | "require": {
|
14 |
| - "php": ">=8.0", |
15 |
| - "hyperf/codec": "^3.0", |
16 |
| - "hyperf/contract": "^3.0", |
17 |
| - "hyperf/engine": "^2.9", |
18 |
| - "hyperf/guzzle": "^3.0", |
19 |
| - "hyperf/support": "^3.0", |
20 |
| - "hyperf/utils": "^3.0", |
| 14 | + "php": ">=8.1", |
| 15 | + "hyperf/codec": "~3.1.0", |
| 16 | + "hyperf/contract": "~3.1.0", |
| 17 | + "hyperf/engine": "^2.3", |
| 18 | + "hyperf/guzzle": "~3.1.0", |
| 19 | + "hyperf/support": "~3.1.0", |
| 20 | + "hyperf/utils": "~3.1.0", |
| 21 | + "psr/container": "^1.0|^2.0", |
21 | 22 | "promphp/prometheus_client_php": "^2.7",
|
22 |
| - "psr/container": "^2.0", |
23 | 23 | "psr/event-dispatcher": "^1.0",
|
24 | 24 | "psr/http-message": "^1.0|^2.0"
|
25 | 25 | },
|
|
44 | 44 | "swoole/ide-helper": "^5.0"
|
45 | 45 | },
|
46 | 46 | "suggest": {
|
47 |
| - "slickdeals/statsd": "Required to use StatdD driver.", |
48 | 47 | "influxdb/influxdb-php": "Required to use InfluxDB driver.",
|
49 | 48 | "hyperf/di": "Required to use annotations.",
|
50 | 49 | "hyperf/event": "Required to use listeners for default metrics.",
|
51 | 50 | "hyperf/process": "Required to use standalone process, or you have to roll your own",
|
52 | 51 | "hyperf/retry": "Required to use back-off retry implementation.",
|
53 |
| - "hyperf/http-server": "Required to capture routes in middleware." |
| 52 | + "hyperf/http-server": "Required to capture routes in middleware.", |
| 53 | + "promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)", |
| 54 | + "slickdeals/statsd": "Required to use StatdD driver." |
54 | 55 | },
|
55 | 56 | "autoload": {
|
56 | 57 | "psr-4": {
|
|
80 | 81 | },
|
81 | 82 | "extra": {
|
82 | 83 | "branch-alias": {
|
83 |
| - "dev-master": "3.0-dev" |
| 84 | + "dev-master": "3.1-dev" |
84 | 85 | },
|
85 | 86 | "hyperf": {
|
86 | 87 | "config": "Hyperf\\Metric\\ConfigProvider"
|
|
0 commit comments