|
4019 | 4019 | "issues": "https://github.com/opencodeco/hyperf-metric/issues" |
4020 | 4020 | } |
4021 | 4021 | }, |
| 4022 | + "v3.6.7": { |
| 4023 | + "name": "hyperf/metric", |
| 4024 | + "version": "v3.6.7", |
| 4025 | + "version_normalized": "3.6.7.0", |
| 4026 | + "source": { |
| 4027 | + "type": "git", |
| 4028 | + "url": "https://github.com/opencodeco/hyperf-metric.git", |
| 4029 | + "reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885" |
| 4030 | + }, |
| 4031 | + "dist": { |
| 4032 | + "type": "zip", |
| 4033 | + "url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885", |
| 4034 | + "reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885", |
| 4035 | + "shasum": "" |
| 4036 | + }, |
| 4037 | + "require": { |
| 4038 | + "hyperf/codec": "~3.1.0", |
| 4039 | + "hyperf/contract": "~3.1.0", |
| 4040 | + "hyperf/engine": "^2.3", |
| 4041 | + "hyperf/guzzle": "~3.1.0", |
| 4042 | + "hyperf/support": "~3.1.0", |
| 4043 | + "hyperf/utils": "~3.1.0", |
| 4044 | + "php": ">=8.1", |
| 4045 | + "psr/container": "^1.0 || ^2.0", |
| 4046 | + "psr/event-dispatcher": "^1.0", |
| 4047 | + "psr/http-message": "^1.0 || ^2.0" |
| 4048 | + }, |
| 4049 | + "require-dev": { |
| 4050 | + "friendsofphp/php-cs-fixer": "^3.21", |
| 4051 | + "hyperf/async-queue": "^3.0", |
| 4052 | + "hyperf/config": "^3.0", |
| 4053 | + "hyperf/db-connection": "^3.0", |
| 4054 | + "hyperf/di": "^3.0", |
| 4055 | + "hyperf/event": "^3.0", |
| 4056 | + "hyperf/framework": "^3.0", |
| 4057 | + "hyperf/process": "^3.0", |
| 4058 | + "hyperf/redis": "^3.0", |
| 4059 | + "hyperf/testing": "^3.0", |
| 4060 | + "influxdb/influxdb-php": "^1.15", |
| 4061 | + "mockery/mockery": "^1.6", |
| 4062 | + "phpstan/extension-installer": "^1.3", |
| 4063 | + "phpstan/phpstan": "^1.10", |
| 4064 | + "phpstan/phpstan-mockery": "^1.1", |
| 4065 | + "rector/rector": "^0.17.5", |
| 4066 | + "slickdeals/statsd": "^3.1", |
| 4067 | + "swoole/ide-helper": "^5.0" |
| 4068 | + }, |
| 4069 | + "suggest": { |
| 4070 | + "hyperf/di": "Required to use annotations.", |
| 4071 | + "hyperf/event": "Required to use listeners for default metrics.", |
| 4072 | + "hyperf/http-server": "Required to capture routes in middleware.", |
| 4073 | + "hyperf/process": "Required to use standalone process, or you have to roll your own", |
| 4074 | + "hyperf/retry": "Required to use back-off retry implementation.", |
| 4075 | + "influxdb/influxdb-php": "Required to use InfluxDB driver.", |
| 4076 | + "promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)", |
| 4077 | + "slickdeals/statsd": "Required to use StatdD driver." |
| 4078 | + }, |
| 4079 | + "time": "2025-09-02T14:30:30+00:00", |
| 4080 | + "type": "library", |
| 4081 | + "extra": { |
| 4082 | + "branch-alias": { |
| 4083 | + "dev-master": "3.1-dev" |
| 4084 | + }, |
| 4085 | + "hyperf": { |
| 4086 | + "config": "Hyperf\\Metric\\ConfigProvider" |
| 4087 | + } |
| 4088 | + }, |
| 4089 | + "autoload": { |
| 4090 | + "psr-4": { |
| 4091 | + "Hyperf\\Metric\\": "src/" |
| 4092 | + } |
| 4093 | + }, |
| 4094 | + "autoload-dev": { |
| 4095 | + "psr-4": { |
| 4096 | + "HyperfTest\\Metric\\": "tests/" |
| 4097 | + } |
| 4098 | + }, |
| 4099 | + "scripts": { |
| 4100 | + "test": [ |
| 4101 | + "co-phpunit" |
| 4102 | + ], |
| 4103 | + "test:filter": [ |
| 4104 | + "co-phpunit --prepend test/bootstrap.php -c phpunit.xml --colors=always --testdox --filter" |
| 4105 | + ], |
| 4106 | + "test-coverage": [ |
| 4107 | + "co-phpunit --coverage-clover clover.xml" |
| 4108 | + ], |
| 4109 | + "cs-fix": [ |
| 4110 | + "php-cs-fixer fix $1" |
| 4111 | + ], |
| 4112 | + "analyse": [ |
| 4113 | + "phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon" |
| 4114 | + ], |
| 4115 | + "rector": [ |
| 4116 | + "rector process --clear-cache" |
| 4117 | + ] |
| 4118 | + }, |
| 4119 | + "license": [ |
| 4120 | + "MIT" |
| 4121 | + ], |
| 4122 | + "description": "Drop-in replacement for the Hyperf Metric component.", |
| 4123 | + "keywords": [ |
| 4124 | + "hyperf", |
| 4125 | + "influxdb", |
| 4126 | + "metrics", |
| 4127 | + "php", |
| 4128 | + "prometheus", |
| 4129 | + "statsd" |
| 4130 | + ], |
| 4131 | + "support": { |
| 4132 | + "source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.7", |
| 4133 | + "issues": "https://github.com/opencodeco/hyperf-metric/issues" |
| 4134 | + } |
| 4135 | + }, |
4022 | 4136 | "dev-add_uri_mask_config": { |
4023 | 4137 | "name": "hyperf/metric", |
4024 | 4138 | "version": "dev-add_uri_mask_config", |
|
4141 | 4255 | "source": { |
4142 | 4256 | "type": "git", |
4143 | 4257 | "url": "https://github.com/opencodeco/hyperf-metric.git", |
4144 | | - "reference": "725d62d81eefc59e8178673aed202ddc3a7d6ba8" |
| 4258 | + "reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885" |
4145 | 4259 | }, |
4146 | 4260 | "dist": { |
4147 | 4261 | "type": "zip", |
4148 | | - "url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/725d62d81eefc59e8178673aed202ddc3a7d6ba8", |
4149 | | - "reference": "725d62d81eefc59e8178673aed202ddc3a7d6ba8", |
| 4262 | + "url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885", |
| 4263 | + "reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885", |
4150 | 4264 | "shasum": "" |
4151 | 4265 | }, |
4152 | 4266 | "require": { |
|
4191 | 4305 | "promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)", |
4192 | 4306 | "slickdeals/statsd": "Required to use StatdD driver." |
4193 | 4307 | }, |
4194 | | - "time": "2025-09-01T12:45:25+00:00", |
| 4308 | + "time": "2025-09-02T14:30:30+00:00", |
4195 | 4309 | "default-branch": true, |
4196 | 4310 | "type": "library", |
4197 | 4311 | "extra": { |
|
4245 | 4359 | "statsd" |
4246 | 4360 | ], |
4247 | 4361 | "support": { |
4248 | | - "source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.6", |
| 4362 | + "source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.7", |
4249 | 4363 | "issues": "https://github.com/opencodeco/hyperf-metric/issues" |
4250 | 4364 | } |
4251 | 4365 | } |
|
0 commit comments