Skip to content

Commit 4836689

Browse files
committed
chore: Deploy
1 parent 892bd56 commit 4836689

File tree

5 files changed

+207
-12
lines changed

5 files changed

+207
-12
lines changed

all.json

Lines changed: 101 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6848,6 +6848,103 @@
68486848
"source": "https://github.com/hyperf/hyperf"
68496849
}
68506850
},
6851+
"v3.1.17": {
6852+
"name": "hyperf/tracer",
6853+
"version": "v3.1.17",
6854+
"version_normalized": "3.1.17.0",
6855+
"source": {
6856+
"type": "git",
6857+
"url": "https://github.com/opencodeco/hyperf-tracer.git",
6858+
"reference": "931175803425fc14a5bfb3aa116728056438c064"
6859+
},
6860+
"dist": {
6861+
"type": "zip",
6862+
"url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/931175803425fc14a5bfb3aa116728056438c064",
6863+
"reference": "931175803425fc14a5bfb3aa116728056438c064",
6864+
"shasum": ""
6865+
},
6866+
"require": {
6867+
"hyperf/contract": "^3.0",
6868+
"hyperf/di": "^3.0",
6869+
"hyperf/guzzle": "^3.0",
6870+
"hyperf/support": "^3.0",
6871+
"hyperf/utils": "^3.0",
6872+
"jcchavezs/zipkin-opentracing": "^2.0",
6873+
"jonahgeorge/jaeger-client-php": "^1.4",
6874+
"opentracing/opentracing": "^1.0",
6875+
"php": ">=8.0",
6876+
"psr/http-message": "^1.0|^2.0"
6877+
},
6878+
"require-dev": {
6879+
"friendsofphp/php-cs-fixer": "^3.21",
6880+
"hyperf/config": "^3.0",
6881+
"hyperf/testing": "^3.0",
6882+
"mockery/mockery": "^1.6",
6883+
"phpstan/extension-installer": "^1.3",
6884+
"phpstan/phpstan": "^1.10",
6885+
"phpstan/phpstan-mockery": "^1.1",
6886+
"rector/rector": "^0.17.5"
6887+
},
6888+
"suggest": {
6889+
"hyperf/event": "Required to use DbQueryExecutedListener.",
6890+
"jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing."
6891+
},
6892+
"time": "2025-12-03T16:29:17+00:00",
6893+
"type": "library",
6894+
"extra": {
6895+
"branch-alias": {
6896+
"dev-master": "3.0-dev"
6897+
},
6898+
"hyperf": {
6899+
"config": "Hyperf\\Tracer\\ConfigProvider"
6900+
}
6901+
},
6902+
"autoload": {
6903+
"psr-4": {
6904+
"Hyperf\\Tracer\\": "src/"
6905+
}
6906+
},
6907+
"autoload-dev": {
6908+
"psr-4": {
6909+
"HyperfTest\\Tracer\\": "tests/"
6910+
}
6911+
},
6912+
"scripts": {
6913+
"test": [
6914+
"co-phpunit"
6915+
],
6916+
"test-coverage": [
6917+
"co-phpunit --coverage-clover clover.xml"
6918+
],
6919+
"cs-fix": [
6920+
"php-cs-fixer fix $1"
6921+
],
6922+
"analyse": [
6923+
"phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon"
6924+
],
6925+
"rector": [
6926+
"rector process --clear-cache"
6927+
]
6928+
},
6929+
"license": [
6930+
"MIT"
6931+
],
6932+
"description": "Drop-in replacement for the Hyperf Tracer component.",
6933+
"homepage": "https://hyperf.io",
6934+
"keywords": [
6935+
"hyperf",
6936+
"jaeger",
6937+
"open-tracing",
6938+
"php",
6939+
"zipkin"
6940+
],
6941+
"support": {
6942+
"docs": "https://hyperf.wiki",
6943+
"issues": "https://github.com/hyperf/hyperf/issues",
6944+
"pull-request": "https://github.com/hyperf/hyperf/pulls",
6945+
"source": "https://github.com/hyperf/hyperf"
6946+
}
6947+
},
68516948
"v3.1.2": {
68526949
"name": "hyperf/tracer",
68536950
"version": "v3.1.2",
@@ -7831,12 +7928,12 @@
78317928
"source": {
78327929
"type": "git",
78337930
"url": "https://github.com/opencodeco/hyperf-tracer.git",
7834-
"reference": "1304c995884485fb9349f32dbe825f59949d2d79"
7931+
"reference": "931175803425fc14a5bfb3aa116728056438c064"
78357932
},
78367933
"dist": {
78377934
"type": "zip",
7838-
"url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/1304c995884485fb9349f32dbe825f59949d2d79",
7839-
"reference": "1304c995884485fb9349f32dbe825f59949d2d79",
7935+
"url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/931175803425fc14a5bfb3aa116728056438c064",
7936+
"reference": "931175803425fc14a5bfb3aa116728056438c064",
78407937
"shasum": ""
78417938
},
78427939
"require": {
@@ -7865,7 +7962,7 @@
78657962
"hyperf/event": "Required to use DbQueryExecutedListener.",
78667963
"jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing."
78677964
},
7868-
"time": "2025-10-06T17:17:53+00:00",
7965+
"time": "2025-12-03T16:29:17+00:00",
78697966
"default-branch": true,
78707967
"type": "library",
78717968
"extra": {

index.html

Lines changed: 4 additions & 3 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="Friday, 24-Oct-2025 21:10:06 UTC">
34-
Last updated: <br class="d-md-none"> <time datetime="2025-10-24T21:10:06+00:00">Friday, 24 Oct 2025 21:10:06 UTC</time>
33+
<span class="badge bg-light text-dark m-1" title="Tuesday, 06-Jan-2026 16:54:41 UTC">
34+
Last updated: <br class="d-md-none"> <time datetime="2026-01-06T16:54:41+00:00">Tuesday, 06 Jan 2026 16:54:41 UTC</time>
3535
</span>
3636
</div>
3737

@@ -572,6 +572,7 @@ <h2 class="card-title h5">Setting up this repository in your projects</h2>
572572
<dt class="col-sm-3 col-md-2 field-releases">Releases</dt>
573573
<dd class="col-sm-9 col-md-10 field-releases filter-by" data-package-name="hyperf/tracer">
574574

575+
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/931175803425fc14a5bfb3aa116728056438c064" title="dist-reference: 931175803425fc14a5bfb3aa116728056438c064">v3.1.17</a>
575576
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/1304c995884485fb9349f32dbe825f59949d2d79" title="dist-reference: 1304c995884485fb9349f32dbe825f59949d2d79">v3.1.16</a>
576577
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/df171329f5f6d3130c0a6cb5561f975c8c4f38d3" title="dist-reference: df171329f5f6d3130c0a6cb5561f975c8c4f38d3">v3.1.15</a>
577578
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/33edd8f4bd607ed06a38f0a29313e66b1f1ba38f" title="dist-reference: 33edd8f4bd607ed06a38f0a29313e66b1f1ba38f">v3.1.14</a>
@@ -597,7 +598,7 @@ <h2 class="card-title h5">Setting up this repository in your projects</h2>
597598
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/25fd60ce08880f25439a43f9f14b0b5882c94add" title="dist-reference: 25fd60ce08880f25439a43f9f14b0b5882c94add">v3.0.1</a>
598599
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/7bac2f6aa05842cbb095217621dff8c120902a43" title="dist-reference: 7bac2f6aa05842cbb095217621dff8c120902a43">v3.0.0</a>
599600
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/f40c1e478ba0575962cad7cf24a61a34aa5ae0c9" title="dist-reference: f40c1e478ba0575962cad7cf24a61a34aa5ae0c9">dev-revert-25-fix/GuzzleAspect</a>
600-
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/1304c995884485fb9349f32dbe825f59949d2d79" title="dist-reference: 1304c995884485fb9349f32dbe825f59949d2d79">dev-main</a>
601+
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/931175803425fc14a5bfb3aa116728056438c064" title="dist-reference: 931175803425fc14a5bfb3aa116728056438c064">dev-main</a>
601602
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/d808169af5f2ceab64abdfd71cee95409c34b5e6" title="dist-reference: d808169af5f2ceab64abdfd71cee95409c34b5e6">dev-fix/ApiTraces</a>
602603
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/33edd8f4bd607ed06a38f0a29313e66b1f1ba38f" title="dist-reference: 33edd8f4bd607ed06a38f0a29313e66b1f1ba38f">dev-uri-improvement</a>
603604
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/48e9e940c84e20fb0134f2cae860d40acc92191b" title="dist-reference: 48e9e940c84e20fb0134f2cae860d40acc92191b">dev-http-server-semantic-convetions</a> </dd>

p2/hyperf/tracer.json

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,103 @@
14681468
"source": "https://github.com/hyperf/hyperf"
14691469
}
14701470
},
1471+
{
1472+
"name": "hyperf/tracer",
1473+
"version": "v3.1.17",
1474+
"version_normalized": "3.1.17.0",
1475+
"source": {
1476+
"type": "git",
1477+
"url": "https://github.com/opencodeco/hyperf-tracer.git",
1478+
"reference": "931175803425fc14a5bfb3aa116728056438c064"
1479+
},
1480+
"dist": {
1481+
"type": "zip",
1482+
"url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/931175803425fc14a5bfb3aa116728056438c064",
1483+
"reference": "931175803425fc14a5bfb3aa116728056438c064",
1484+
"shasum": ""
1485+
},
1486+
"require": {
1487+
"hyperf/contract": "^3.0",
1488+
"hyperf/di": "^3.0",
1489+
"hyperf/guzzle": "^3.0",
1490+
"hyperf/support": "^3.0",
1491+
"hyperf/utils": "^3.0",
1492+
"jcchavezs/zipkin-opentracing": "^2.0",
1493+
"jonahgeorge/jaeger-client-php": "^1.4",
1494+
"opentracing/opentracing": "^1.0",
1495+
"php": ">=8.0",
1496+
"psr/http-message": "^1.0|^2.0"
1497+
},
1498+
"require-dev": {
1499+
"friendsofphp/php-cs-fixer": "^3.21",
1500+
"hyperf/config": "^3.0",
1501+
"hyperf/testing": "^3.0",
1502+
"mockery/mockery": "^1.6",
1503+
"phpstan/extension-installer": "^1.3",
1504+
"phpstan/phpstan": "^1.10",
1505+
"phpstan/phpstan-mockery": "^1.1",
1506+
"rector/rector": "^0.17.5"
1507+
},
1508+
"suggest": {
1509+
"hyperf/event": "Required to use DbQueryExecutedListener.",
1510+
"jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing."
1511+
},
1512+
"time": "2025-12-03T16:29:17+00:00",
1513+
"type": "library",
1514+
"extra": {
1515+
"branch-alias": {
1516+
"dev-master": "3.0-dev"
1517+
},
1518+
"hyperf": {
1519+
"config": "Hyperf\\Tracer\\ConfigProvider"
1520+
}
1521+
},
1522+
"autoload": {
1523+
"psr-4": {
1524+
"Hyperf\\Tracer\\": "src/"
1525+
}
1526+
},
1527+
"autoload-dev": {
1528+
"psr-4": {
1529+
"HyperfTest\\Tracer\\": "tests/"
1530+
}
1531+
},
1532+
"scripts": {
1533+
"test": [
1534+
"co-phpunit"
1535+
],
1536+
"test-coverage": [
1537+
"co-phpunit --coverage-clover clover.xml"
1538+
],
1539+
"cs-fix": [
1540+
"php-cs-fixer fix $1"
1541+
],
1542+
"analyse": [
1543+
"phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon"
1544+
],
1545+
"rector": [
1546+
"rector process --clear-cache"
1547+
]
1548+
},
1549+
"license": [
1550+
"MIT"
1551+
],
1552+
"description": "Drop-in replacement for the Hyperf Tracer component.",
1553+
"homepage": "https://hyperf.io",
1554+
"keywords": [
1555+
"hyperf",
1556+
"jaeger",
1557+
"open-tracing",
1558+
"php",
1559+
"zipkin"
1560+
],
1561+
"support": {
1562+
"docs": "https://hyperf.wiki",
1563+
"issues": "https://github.com/hyperf/hyperf/issues",
1564+
"pull-request": "https://github.com/hyperf/hyperf/pulls",
1565+
"source": "https://github.com/hyperf/hyperf"
1566+
}
1567+
},
14711568
{
14721569
"name": "hyperf/tracer",
14731570
"version": "v3.1.2",

p2/hyperf/tracer~dev.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,12 +305,12 @@
305305
"source": {
306306
"type": "git",
307307
"url": "https://github.com/opencodeco/hyperf-tracer.git",
308-
"reference": "1304c995884485fb9349f32dbe825f59949d2d79"
308+
"reference": "931175803425fc14a5bfb3aa116728056438c064"
309309
},
310310
"dist": {
311311
"type": "zip",
312-
"url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/1304c995884485fb9349f32dbe825f59949d2d79",
313-
"reference": "1304c995884485fb9349f32dbe825f59949d2d79",
312+
"url": "https://api.github.com/repos/opencodeco/hyperf-tracer/zipball/931175803425fc14a5bfb3aa116728056438c064",
313+
"reference": "931175803425fc14a5bfb3aa116728056438c064",
314314
"shasum": ""
315315
},
316316
"require": {
@@ -339,7 +339,7 @@
339339
"hyperf/event": "Required to use DbQueryExecutedListener.",
340340
"jonahgeorge/jaeger-client-php": "Required (^0.6) to use jaeger tracing."
341341
},
342-
"time": "2025-10-06T17:17:53+00:00",
342+
"time": "2025-12-03T16:29:17+00:00",
343343
"default-branch": true,
344344
"type": "library",
345345
"extra": {

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": "f1a685c88476f3a38de091bd7b28cc0e6a0cb50e"
5+
"sha1": "7d09dc2fcb6bef9c99dd6c82778cea533f65ea6f"
66
}
77
},
88
"metadata-url": "/p2/%package%.json",

0 commit comments

Comments
 (0)