Skip to content

Commit

Permalink
chore: Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Jul 1, 2024
1 parent 6718043 commit 1a83694
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 15 deletions.
122 changes: 117 additions & 5 deletions all.json
Original file line number Diff line number Diff line change
Expand Up @@ -2170,19 +2170,131 @@
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
}
},
"v3.1.3": {
"name": "hyperf/metric",
"version": "v3.1.3",
"version_normalized": "3.1.3.0",
"source": {
"type": "git",
"url": "https://github.com/opencodeco/hyperf-metric.git",
"reference": "dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95",
"reference": "dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95",
"shasum": ""
},
"require": {
"hyperf/codec": "~3.1.0",
"hyperf/contract": "~3.1.0",
"hyperf/engine": "^2.3",
"hyperf/guzzle": "~3.1.0",
"hyperf/support": "~3.1.0",
"hyperf/utils": "~3.1.0",
"php": ">=8.1",
"promphp/prometheus_client_php": "^2.7",
"psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0",
"psr/http-message": "^1.0|^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.21",
"hyperf/async-queue": "^3.0",
"hyperf/config": "^3.0",
"hyperf/db-connection": "^3.0",
"hyperf/di": "^3.0",
"hyperf/event": "^3.0",
"hyperf/framework": "^3.0",
"hyperf/process": "^3.0",
"hyperf/redis": "^3.0",
"hyperf/testing": "^3.0",
"influxdb/influxdb-php": "^1.15",
"mockery/mockery": "^1.6",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-mockery": "^1.1",
"rector/rector": "^0.17.5",
"slickdeals/statsd": "^3.1",
"swoole/ide-helper": "^5.0"
},
"suggest": {
"hyperf/di": "Required to use annotations.",
"hyperf/event": "Required to use listeners for default metrics.",
"hyperf/http-server": "Required to capture routes in middleware.",
"hyperf/process": "Required to use standalone process, or you have to roll your own",
"hyperf/retry": "Required to use back-off retry implementation.",
"influxdb/influxdb-php": "Required to use InfluxDB driver.",
"promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)",
"slickdeals/statsd": "Required to use StatdD driver."
},
"time": "2024-07-01T12:54:16+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
},
"hyperf": {
"config": "Hyperf\\Metric\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Metric\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"HyperfTest\\Metric\\": "tests/"
}
},
"scripts": {
"test": [
"co-phpunit"
],
"test-coverage": [
"co-phpunit --coverage-clover clover.xml"
],
"cs-fix": [
"php-cs-fixer fix $1"
],
"analyse": [
"phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon"
],
"rector": [
"rector process --clear-cache"
]
},
"license": [
"MIT"
],
"description": "Drop-in replacement for the Hyperf Metric component.",
"keywords": [
"hyperf",
"influxdb",
"metrics",
"php",
"prometheus",
"statsd"
],
"support": {
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.1.3",
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
}
},
"dev-main": {
"name": "hyperf/metric",
"version": "dev-main",
"version_normalized": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/opencodeco/hyperf-metric.git",
"reference": "49b40a2d4fb34c551df44178ef9168344ad1bb8c"
"reference": "dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/49b40a2d4fb34c551df44178ef9168344ad1bb8c",
"reference": "49b40a2d4fb34c551df44178ef9168344ad1bb8c",
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95",
"reference": "dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -2228,7 +2340,7 @@
"promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)",
"slickdeals/statsd": "Required to use StatdD driver."
},
"time": "2024-05-21T18:40:51+00:00",
"time": "2024-07-01T12:54:16+00:00",
"default-branch": true,
"type": "library",
"extra": {
Expand Down Expand Up @@ -2279,7 +2391,7 @@
"statsd"
],
"support": {
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.1.2",
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.1.3",
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
}
}
Expand Down
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<a href="https://composer.opencodeco.dev">
<h1>opencodeco/composer</h1>
</a>
<span class="badge bg-light text-dark m-1" title="Thursday, 13-Jun-2024 17:12:04 UTC">
Last updated: <br class="d-md-none"> <time datetime="2024-06-13T17:12:04+00:00">Thursday, 13 Jun 2024 17:12:04 UTC</time>
<span class="badge bg-light text-dark m-1" title="Monday, 01-Jul-2024 13:06:46 UTC">
Last updated: <br class="d-md-none"> <time datetime="2024-07-01T13:06:46+00:00">Monday, 01 Jul 2024 13:06:46 UTC</time>
</span>
</div>

Expand Down Expand Up @@ -339,14 +339,15 @@ <h5 class="card-title">Setting up this repository in your projects</h5>
<dt class="col-sm-3 col-md-2 field-support">Support</dt>
<dd class="col-sm-9 col-md-10 field-support filter-by">
<ul class="list-unstyled m-0">
<li>Source: <a href="https://github.com/opencodeco/hyperf-metric/tree/v3.1.2">https://github.com/opencodeco/hyperf-metric/tree/v3.1.2</a></li>
<li>Source: <a href="https://github.com/opencodeco/hyperf-metric/tree/v3.1.3">https://github.com/opencodeco/hyperf-metric/tree/v3.1.3</a></li>
<li>Issues: <a href="https://github.com/opencodeco/hyperf-metric/issues">https://github.com/opencodeco/hyperf-metric/issues</a></li>
</ul>
</dd>

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

<a class="badge rounded-pill bg-secondary text-light" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95" title="dist-reference: dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95">v3.1.3</a>
<a class="badge rounded-pill bg-secondary text-light" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/49b40a2d4fb34c551df44178ef9168344ad1bb8c" title="dist-reference: 49b40a2d4fb34c551df44178ef9168344ad1bb8c">v3.1.2</a>
<a class="badge rounded-pill bg-secondary text-light" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/e1f2243a8ec0d98b072fc4f05c3f1b8b4e1acc29" title="dist-reference: e1f2243a8ec0d98b072fc4f05c3f1b8b4e1acc29">v3.1.1</a>
<a class="badge rounded-pill bg-secondary text-light" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/df8f474717115fe60fc12dc5a174c36178022873" title="dist-reference: df8f474717115fe60fc12dc5a174c36178022873">v3.1.0</a>
Expand All @@ -362,7 +363,7 @@ <h5 class="card-title">Setting up this repository in your projects</h5>
<a class="badge rounded-pill bg-secondary text-light" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/253b975ccf3d5ca7da5c30b62c0cd5a7ffa5333c" title="dist-reference: 253b975ccf3d5ca7da5c30b62c0cd5a7ffa5333c">v3.0.2</a>
<a class="badge rounded-pill bg-secondary text-light" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/64d80349ad433f4493b7c64b322651e916a451ec" title="dist-reference: 64d80349ad433f4493b7c64b322651e916a451ec">v3.0.1</a>
<a class="badge rounded-pill bg-secondary text-light" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/077f5da5b15096d8b42ba523e62102993378ccd9" title="dist-reference: 077f5da5b15096d8b42ba523e62102993378ccd9">v3.0.0</a>
<a class="badge rounded-pill bg-secondary text-light" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/49b40a2d4fb34c551df44178ef9168344ad1bb8c" title="dist-reference: 49b40a2d4fb34c551df44178ef9168344ad1bb8c">dev-main</a> </dd>
<a class="badge rounded-pill bg-secondary text-light" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95" title="dist-reference: dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95">dev-main</a> </dd>


</dl>
Expand Down
112 changes: 112 additions & 0 deletions p2/hyperf/metric.json
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,118 @@
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.1.2",
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
}
},
{
"name": "hyperf/metric",
"version": "v3.1.3",
"version_normalized": "3.1.3.0",
"source": {
"type": "git",
"url": "https://github.com/opencodeco/hyperf-metric.git",
"reference": "dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95",
"reference": "dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95",
"shasum": ""
},
"require": {
"hyperf/codec": "~3.1.0",
"hyperf/contract": "~3.1.0",
"hyperf/engine": "^2.3",
"hyperf/guzzle": "~3.1.0",
"hyperf/support": "~3.1.0",
"hyperf/utils": "~3.1.0",
"php": ">=8.1",
"promphp/prometheus_client_php": "^2.7",
"psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0",
"psr/http-message": "^1.0|^2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.21",
"hyperf/async-queue": "^3.0",
"hyperf/config": "^3.0",
"hyperf/db-connection": "^3.0",
"hyperf/di": "^3.0",
"hyperf/event": "^3.0",
"hyperf/framework": "^3.0",
"hyperf/process": "^3.0",
"hyperf/redis": "^3.0",
"hyperf/testing": "^3.0",
"influxdb/influxdb-php": "^1.15",
"mockery/mockery": "^1.6",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-mockery": "^1.1",
"rector/rector": "^0.17.5",
"slickdeals/statsd": "^3.1",
"swoole/ide-helper": "^5.0"
},
"suggest": {
"hyperf/di": "Required to use annotations.",
"hyperf/event": "Required to use listeners for default metrics.",
"hyperf/http-server": "Required to capture routes in middleware.",
"hyperf/process": "Required to use standalone process, or you have to roll your own",
"hyperf/retry": "Required to use back-off retry implementation.",
"influxdb/influxdb-php": "Required to use InfluxDB driver.",
"promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)",
"slickdeals/statsd": "Required to use StatdD driver."
},
"time": "2024-07-01T12:54:16+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
},
"hyperf": {
"config": "Hyperf\\Metric\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Hyperf\\Metric\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"HyperfTest\\Metric\\": "tests/"
}
},
"scripts": {
"test": [
"co-phpunit"
],
"test-coverage": [
"co-phpunit --coverage-clover clover.xml"
],
"cs-fix": [
"php-cs-fixer fix $1"
],
"analyse": [
"phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon"
],
"rector": [
"rector process --clear-cache"
]
},
"license": [
"MIT"
],
"description": "Drop-in replacement for the Hyperf Metric component.",
"keywords": [
"hyperf",
"influxdb",
"metrics",
"php",
"prometheus",
"statsd"
],
"support": {
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.1.3",
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
}
}
]
}
Expand Down
10 changes: 5 additions & 5 deletions p2/hyperf/metric~dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@
"source": {
"type": "git",
"url": "https://github.com/opencodeco/hyperf-metric.git",
"reference": "49b40a2d4fb34c551df44178ef9168344ad1bb8c"
"reference": "dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/49b40a2d4fb34c551df44178ef9168344ad1bb8c",
"reference": "49b40a2d4fb34c551df44178ef9168344ad1bb8c",
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95",
"reference": "dbc5b40e6d6a2ec02d61c2046bc5c92ac62bcd95",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -170,7 +170,7 @@
"promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)",
"slickdeals/statsd": "Required to use StatdD driver."
},
"time": "2024-05-21T18:40:51+00:00",
"time": "2024-07-01T12:54:16+00:00",
"default-branch": true,
"type": "library",
"extra": {
Expand Down Expand Up @@ -221,7 +221,7 @@
"statsd"
],
"support": {
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.1.2",
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.1.3",
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [],
"includes": {
"all.json": {
"sha1": "f6fdeb58c648ef4d353a70ffd6df5bd1e12255c9"
"sha1": "bad1fde1e7a305dd833d778179bc2164652ebcae"
}
},
"metadata-url": "/p2/%package%.json",
Expand Down

0 comments on commit 1a83694

Please sign in to comment.