|
4133 | 4133 | "issues": "https://github.com/opencodeco/hyperf-metric/issues" |
4134 | 4134 | } |
4135 | 4135 | }, |
| 4136 | + "v3.6.8": { |
| 4137 | + "name": "hyperf/metric", |
| 4138 | + "version": "v3.6.8", |
| 4139 | + "version_normalized": "3.6.8.0", |
| 4140 | + "source": { |
| 4141 | + "type": "git", |
| 4142 | + "url": "https://github.com/opencodeco/hyperf-metric.git", |
| 4143 | + "reference": "41c649540d6d8a14ea848a106a0928b24d736b3f" |
| 4144 | + }, |
| 4145 | + "dist": { |
| 4146 | + "type": "zip", |
| 4147 | + "url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/41c649540d6d8a14ea848a106a0928b24d736b3f", |
| 4148 | + "reference": "41c649540d6d8a14ea848a106a0928b24d736b3f", |
| 4149 | + "shasum": "" |
| 4150 | + }, |
| 4151 | + "require": { |
| 4152 | + "hyperf/codec": "~3.1.0", |
| 4153 | + "hyperf/contract": "~3.1.0", |
| 4154 | + "hyperf/engine": "^2.3", |
| 4155 | + "hyperf/guzzle": "~3.1.0", |
| 4156 | + "hyperf/support": "~3.1.0", |
| 4157 | + "hyperf/utils": "~3.1.0", |
| 4158 | + "php": ">=8.1", |
| 4159 | + "psr/container": "^1.0 || ^2.0", |
| 4160 | + "psr/event-dispatcher": "^1.0", |
| 4161 | + "psr/http-message": "^1.0 || ^2.0" |
| 4162 | + }, |
| 4163 | + "require-dev": { |
| 4164 | + "friendsofphp/php-cs-fixer": "^3.21", |
| 4165 | + "hyperf/async-queue": "^3.0", |
| 4166 | + "hyperf/config": "^3.0", |
| 4167 | + "hyperf/db-connection": "^3.0", |
| 4168 | + "hyperf/di": "^3.0", |
| 4169 | + "hyperf/event": "^3.0", |
| 4170 | + "hyperf/framework": "^3.0", |
| 4171 | + "hyperf/process": "^3.0", |
| 4172 | + "hyperf/redis": "^3.0", |
| 4173 | + "hyperf/testing": "^3.0", |
| 4174 | + "influxdb/influxdb-php": "^1.15", |
| 4175 | + "mockery/mockery": "^1.6", |
| 4176 | + "phpstan/extension-installer": "^1.3", |
| 4177 | + "phpstan/phpstan": "^1.10", |
| 4178 | + "phpstan/phpstan-mockery": "^1.1", |
| 4179 | + "rector/rector": "^0.17.5", |
| 4180 | + "slickdeals/statsd": "^3.1", |
| 4181 | + "swoole/ide-helper": "^5.0" |
| 4182 | + }, |
| 4183 | + "suggest": { |
| 4184 | + "hyperf/di": "Required to use annotations.", |
| 4185 | + "hyperf/event": "Required to use listeners for default metrics.", |
| 4186 | + "hyperf/http-server": "Required to capture routes in middleware.", |
| 4187 | + "hyperf/process": "Required to use standalone process, or you have to roll your own", |
| 4188 | + "hyperf/retry": "Required to use back-off retry implementation.", |
| 4189 | + "influxdb/influxdb-php": "Required to use InfluxDB driver.", |
| 4190 | + "promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)", |
| 4191 | + "slickdeals/statsd": "Required to use StatdD driver." |
| 4192 | + }, |
| 4193 | + "time": "2025-09-02T15:22:54+00:00", |
| 4194 | + "type": "library", |
| 4195 | + "extra": { |
| 4196 | + "branch-alias": { |
| 4197 | + "dev-master": "3.1-dev" |
| 4198 | + }, |
| 4199 | + "hyperf": { |
| 4200 | + "config": "Hyperf\\Metric\\ConfigProvider" |
| 4201 | + } |
| 4202 | + }, |
| 4203 | + "autoload": { |
| 4204 | + "psr-4": { |
| 4205 | + "Hyperf\\Metric\\": "src/" |
| 4206 | + } |
| 4207 | + }, |
| 4208 | + "autoload-dev": { |
| 4209 | + "psr-4": { |
| 4210 | + "HyperfTest\\Metric\\": "tests/" |
| 4211 | + } |
| 4212 | + }, |
| 4213 | + "scripts": { |
| 4214 | + "test": [ |
| 4215 | + "co-phpunit" |
| 4216 | + ], |
| 4217 | + "test:filter": [ |
| 4218 | + "co-phpunit --prepend test/bootstrap.php -c phpunit.xml --colors=always --testdox --filter" |
| 4219 | + ], |
| 4220 | + "test-coverage": [ |
| 4221 | + "co-phpunit --coverage-clover clover.xml" |
| 4222 | + ], |
| 4223 | + "cs-fix": [ |
| 4224 | + "php-cs-fixer fix $1" |
| 4225 | + ], |
| 4226 | + "analyse": [ |
| 4227 | + "phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon" |
| 4228 | + ], |
| 4229 | + "rector": [ |
| 4230 | + "rector process --clear-cache" |
| 4231 | + ] |
| 4232 | + }, |
| 4233 | + "license": [ |
| 4234 | + "MIT" |
| 4235 | + ], |
| 4236 | + "description": "Drop-in replacement for the Hyperf Metric component.", |
| 4237 | + "keywords": [ |
| 4238 | + "hyperf", |
| 4239 | + "influxdb", |
| 4240 | + "metrics", |
| 4241 | + "php", |
| 4242 | + "prometheus", |
| 4243 | + "statsd" |
| 4244 | + ], |
| 4245 | + "support": { |
| 4246 | + "source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.8", |
| 4247 | + "issues": "https://github.com/opencodeco/hyperf-metric/issues" |
| 4248 | + } |
| 4249 | + }, |
4136 | 4250 | "dev-add_uri_mask_config": { |
4137 | 4251 | "name": "hyperf/metric", |
4138 | 4252 | "version": "dev-add_uri_mask_config", |
|
4255 | 4369 | "source": { |
4256 | 4370 | "type": "git", |
4257 | 4371 | "url": "https://github.com/opencodeco/hyperf-metric.git", |
4258 | | - "reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885" |
| 4372 | + "reference": "41c649540d6d8a14ea848a106a0928b24d736b3f" |
4259 | 4373 | }, |
4260 | 4374 | "dist": { |
4261 | 4375 | "type": "zip", |
4262 | | - "url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885", |
4263 | | - "reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885", |
| 4376 | + "url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/41c649540d6d8a14ea848a106a0928b24d736b3f", |
| 4377 | + "reference": "41c649540d6d8a14ea848a106a0928b24d736b3f", |
4264 | 4378 | "shasum": "" |
4265 | 4379 | }, |
4266 | 4380 | "require": { |
|
4305 | 4419 | "promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)", |
4306 | 4420 | "slickdeals/statsd": "Required to use StatdD driver." |
4307 | 4421 | }, |
4308 | | - "time": "2025-09-02T14:30:30+00:00", |
| 4422 | + "time": "2025-09-02T15:22:54+00:00", |
4309 | 4423 | "default-branch": true, |
4310 | 4424 | "type": "library", |
4311 | 4425 | "extra": { |
|
4359 | 4473 | "statsd" |
4360 | 4474 | ], |
4361 | 4475 | "support": { |
4362 | | - "source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.7", |
| 4476 | + "source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.8", |
4363 | 4477 | "issues": "https://github.com/opencodeco/hyperf-metric/issues" |
4364 | 4478 | } |
4365 | 4479 | } |
|
0 commit comments