changed composer dep for prometheus lib to fork "sparkfabrik/prometheus_client_php":"2.2.3"
... | ... | @@ -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": { | ||
... | ... |
Please register or sign in to comment