Skip to content

Commit 2dbf210

Browse files
committed
chore: Deploy
1 parent 6fb4fd2 commit 2dbf210

File tree

5 files changed

+244
-15
lines changed

5 files changed

+244
-15
lines changed

all.json

Lines changed: 119 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4133,6 +4133,120 @@
41334133
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
41344134
}
41354135
},
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+
},
41364250
"dev-add_uri_mask_config": {
41374251
"name": "hyperf/metric",
41384252
"version": "dev-add_uri_mask_config",
@@ -4255,12 +4369,12 @@
42554369
"source": {
42564370
"type": "git",
42574371
"url": "https://github.com/opencodeco/hyperf-metric.git",
4258-
"reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885"
4372+
"reference": "41c649540d6d8a14ea848a106a0928b24d736b3f"
42594373
},
42604374
"dist": {
42614375
"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",
42644378
"shasum": ""
42654379
},
42664380
"require": {
@@ -4305,7 +4419,7 @@
43054419
"promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)",
43064420
"slickdeals/statsd": "Required to use StatdD driver."
43074421
},
4308-
"time": "2025-09-02T14:30:30+00:00",
4422+
"time": "2025-09-02T15:22:54+00:00",
43094423
"default-branch": true,
43104424
"type": "library",
43114425
"extra": {
@@ -4359,7 +4473,7 @@
43594473
"statsd"
43604474
],
43614475
"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",
43634477
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
43644478
}
43654479
}

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<a href="https://composer.opencodeco.dev">
3131
<h1>opencodeco/composer</h1>
3232
</a>
33-
<span class="badge bg-light text-dark m-1" title="Tuesday, 02-Sep-2025 14:48:31 UTC">
34-
Last updated: <br class="d-md-none"> <time datetime="2025-09-02T14:48:31+00:00">Tuesday, 02 Sep 2025 14:48:31 UTC</time>
33+
<span class="badge bg-light text-dark m-1" title="Tuesday, 02-Sep-2025 15:25:59 UTC">
34+
Last updated: <br class="d-md-none"> <time datetime="2025-09-02T15:25:59+00:00">Tuesday, 02 Sep 2025 15:25:59 UTC</time>
3535
</span>
3636
</div>
3737

@@ -411,14 +411,15 @@ <h2 class="card-title h5">Setting up this repository in your projects</h2>
411411
<dt class="col-sm-3 col-md-2 field-support">Support</dt>
412412
<dd class="col-sm-9 col-md-10 field-support filter-by">
413413
<ul class="list-unstyled m-0">
414-
<li>Source: <a href="https://github.com/opencodeco/hyperf-metric/tree/v3.6.7">https://github.com/opencodeco/hyperf-metric/tree/v3.6.7</a></li>
414+
<li>Source: <a href="https://github.com/opencodeco/hyperf-metric/tree/v3.6.8">https://github.com/opencodeco/hyperf-metric/tree/v3.6.8</a></li>
415415
<li>Issues: <a href="https://github.com/opencodeco/hyperf-metric/issues">https://github.com/opencodeco/hyperf-metric/issues</a></li>
416416
</ul>
417417
</dd>
418418

419419
<dt class="col-sm-3 col-md-2 field-releases">Releases</dt>
420420
<dd class="col-sm-9 col-md-10 field-releases filter-by" data-package-name="hyperf/metric">
421421

422+
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/41c649540d6d8a14ea848a106a0928b24d736b3f" title="dist-reference: 41c649540d6d8a14ea848a106a0928b24d736b3f">v3.6.8</a>
422423
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885" title="dist-reference: 29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885">v3.6.7</a>
423424
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/725d62d81eefc59e8178673aed202ddc3a7d6ba8" title="dist-reference: 725d62d81eefc59e8178673aed202ddc3a7d6ba8">v3.6.6</a>
424425
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/af5a029afe9bc715b485a5327ba2e8bfaa4d1c98" title="dist-reference: af5a029afe9bc715b485a5327ba2e8bfaa4d1c98">v3.6.5</a>
@@ -451,7 +452,7 @@ <h2 class="card-title h5">Setting up this repository in your projects</h2>
451452
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/64d80349ad433f4493b7c64b322651e916a451ec" title="dist-reference: 64d80349ad433f4493b7c64b322651e916a451ec">v3.0.1</a>
452453
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/077f5da5b15096d8b42ba523e62102993378ccd9" title="dist-reference: 077f5da5b15096d8b42ba523e62102993378ccd9">v3.0.0</a>
453454
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/94837632bf7bf6f719c68dc9eebb908a58b1839b" title="dist-reference: 94837632bf7bf6f719c68dc9eebb908a58b1839b">dev-add_uri_mask_config</a>
454-
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885" title="dist-reference: 29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885">dev-main</a> </dd>
455+
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/41c649540d6d8a14ea848a106a0928b24d736b3f" title="dist-reference: 41c649540d6d8a14ea848a106a0928b24d736b3f">dev-main</a> </dd>
455456

456457

457458
</dl>

p2/hyperf/metric.json

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3373,6 +3373,120 @@
33733373
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.7",
33743374
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
33753375
}
3376+
},
3377+
{
3378+
"name": "hyperf/metric",
3379+
"version": "v3.6.8",
3380+
"version_normalized": "3.6.8.0",
3381+
"source": {
3382+
"type": "git",
3383+
"url": "https://github.com/opencodeco/hyperf-metric.git",
3384+
"reference": "41c649540d6d8a14ea848a106a0928b24d736b3f"
3385+
},
3386+
"dist": {
3387+
"type": "zip",
3388+
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/41c649540d6d8a14ea848a106a0928b24d736b3f",
3389+
"reference": "41c649540d6d8a14ea848a106a0928b24d736b3f",
3390+
"shasum": ""
3391+
},
3392+
"require": {
3393+
"hyperf/codec": "~3.1.0",
3394+
"hyperf/contract": "~3.1.0",
3395+
"hyperf/engine": "^2.3",
3396+
"hyperf/guzzle": "~3.1.0",
3397+
"hyperf/support": "~3.1.0",
3398+
"hyperf/utils": "~3.1.0",
3399+
"php": ">=8.1",
3400+
"psr/container": "^1.0 || ^2.0",
3401+
"psr/event-dispatcher": "^1.0",
3402+
"psr/http-message": "^1.0 || ^2.0"
3403+
},
3404+
"require-dev": {
3405+
"friendsofphp/php-cs-fixer": "^3.21",
3406+
"hyperf/async-queue": "^3.0",
3407+
"hyperf/config": "^3.0",
3408+
"hyperf/db-connection": "^3.0",
3409+
"hyperf/di": "^3.0",
3410+
"hyperf/event": "^3.0",
3411+
"hyperf/framework": "^3.0",
3412+
"hyperf/process": "^3.0",
3413+
"hyperf/redis": "^3.0",
3414+
"hyperf/testing": "^3.0",
3415+
"influxdb/influxdb-php": "^1.15",
3416+
"mockery/mockery": "^1.6",
3417+
"phpstan/extension-installer": "^1.3",
3418+
"phpstan/phpstan": "^1.10",
3419+
"phpstan/phpstan-mockery": "^1.1",
3420+
"rector/rector": "^0.17.5",
3421+
"slickdeals/statsd": "^3.1",
3422+
"swoole/ide-helper": "^5.0"
3423+
},
3424+
"suggest": {
3425+
"hyperf/di": "Required to use annotations.",
3426+
"hyperf/event": "Required to use listeners for default metrics.",
3427+
"hyperf/http-server": "Required to capture routes in middleware.",
3428+
"hyperf/process": "Required to use standalone process, or you have to roll your own",
3429+
"hyperf/retry": "Required to use back-off retry implementation.",
3430+
"influxdb/influxdb-php": "Required to use InfluxDB driver.",
3431+
"promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)",
3432+
"slickdeals/statsd": "Required to use StatdD driver."
3433+
},
3434+
"time": "2025-09-02T15:22:54+00:00",
3435+
"type": "library",
3436+
"extra": {
3437+
"branch-alias": {
3438+
"dev-master": "3.1-dev"
3439+
},
3440+
"hyperf": {
3441+
"config": "Hyperf\\Metric\\ConfigProvider"
3442+
}
3443+
},
3444+
"autoload": {
3445+
"psr-4": {
3446+
"Hyperf\\Metric\\": "src/"
3447+
}
3448+
},
3449+
"autoload-dev": {
3450+
"psr-4": {
3451+
"HyperfTest\\Metric\\": "tests/"
3452+
}
3453+
},
3454+
"scripts": {
3455+
"test": [
3456+
"co-phpunit"
3457+
],
3458+
"test:filter": [
3459+
"co-phpunit --prepend test/bootstrap.php -c phpunit.xml --colors=always --testdox --filter"
3460+
],
3461+
"test-coverage": [
3462+
"co-phpunit --coverage-clover clover.xml"
3463+
],
3464+
"cs-fix": [
3465+
"php-cs-fixer fix $1"
3466+
],
3467+
"analyse": [
3468+
"phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon"
3469+
],
3470+
"rector": [
3471+
"rector process --clear-cache"
3472+
]
3473+
},
3474+
"license": [
3475+
"MIT"
3476+
],
3477+
"description": "Drop-in replacement for the Hyperf Metric component.",
3478+
"keywords": [
3479+
"hyperf",
3480+
"influxdb",
3481+
"metrics",
3482+
"php",
3483+
"prometheus",
3484+
"statsd"
3485+
],
3486+
"support": {
3487+
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.8",
3488+
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
3489+
}
33763490
}
33773491
]
33783492
}

p2/hyperf/metric~dev.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,12 @@
234234
"source": {
235235
"type": "git",
236236
"url": "https://github.com/opencodeco/hyperf-metric.git",
237-
"reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885"
237+
"reference": "41c649540d6d8a14ea848a106a0928b24d736b3f"
238238
},
239239
"dist": {
240240
"type": "zip",
241-
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885",
242-
"reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885",
241+
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/41c649540d6d8a14ea848a106a0928b24d736b3f",
242+
"reference": "41c649540d6d8a14ea848a106a0928b24d736b3f",
243243
"shasum": ""
244244
},
245245
"require": {
@@ -284,7 +284,7 @@
284284
"promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)",
285285
"slickdeals/statsd": "Required to use StatdD driver."
286286
},
287-
"time": "2025-09-02T14:30:30+00:00",
287+
"time": "2025-09-02T15:22:54+00:00",
288288
"default-branch": true,
289289
"type": "library",
290290
"extra": {
@@ -338,7 +338,7 @@
338338
"statsd"
339339
],
340340
"support": {
341-
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.7",
341+
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.8",
342342
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
343343
}
344344
}

packages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [],
33
"includes": {
44
"all.json": {
5-
"sha1": "270ea807acc1cd953874a69cf2e3d8a8cf9589cf"
5+
"sha1": "cdf98ca4998580248319771c8d3041d85277005b"
66
}
77
},
88
"metadata-url": "/p2/%package%.json",

0 commit comments

Comments
 (0)