Skip to content
Snippets Groups Projects
Commit 0ff14be6 authored by Giuseppe Rota's avatar Giuseppe Rota
Browse files

changed composer dep for prometheus lib to fork "sparkfabrik/prometheus_client_php":"2.2.3"

parent b9987f24
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.0-rc3] - 2021-09-17
## [1.0-rc5] - 2021-09-23
### Changed
- Composer dep for the prometheus library is now the fork `"sparkfabrik/prometheus_client_php":"2.2.3"` since composer does not respect pinned hash for dev branches (https://getcomposer.org/doc/04-schema.md#package-links) nor does load composer repos recursively (https://getcomposer.org/doc/faqs/why-can%27t-composer-load-repositories-recursively.md)
## [1.0-rc4] - 2021-09-17
### Changed
......
......@@ -63,8 +63,8 @@ a token query string parameter.
## Requirements
Requires the [PromPHP/prometheus_client_php](https://packagist.org/packages/promphp/prometheus_client_php) library. This will be required
automatically when installing by composer.
Requires the [sparkfabrik/prometheus_client_php](https://packagist.org/packages/sparkfabrik/prometheus_client_php) library (version 2.2.3).
This will be required automatically when installing by composer.
## Installation
......
......@@ -27,7 +27,7 @@
"require": {
"cweagans/composer-patches": "^1.7",
"drupal/pcb": "^2.3",
"promphp/prometheus_client_php": "dev-master#bca39eb7cbdbeeed9896aa077c18ab55372eee55"
"sparkfabrik/prometheus_client_php": "2.2.3"
},
"require-dev": {
"composer/installers": "^1.9",
......@@ -77,11 +77,6 @@
"services": {
"drush.services.yml": "^10"
}
},
"patches": {
"promphp/prometheus_client_php": {
"Enable usage of metrics with same name but different labels https://www.drupal.org/project/prometheusio_exporter/issues/3222149 same as https://github.com/PromPHP/prometheus_client_php/pull/61 but no tests hunks": "https://www.drupal.org/files/issues/2021-07-06/PR_61_enable_labels_0.diff"
}
}
},
"scripts": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment