Lock the version of promphp/prometheus_client_php to 2.2.* (#4061)

* Lock the version of `promphp/prometheus_client_php` to 2.2.*

* Update CHANGELOG-2.2.md
This commit is contained in:
李铭昕 2021-09-15 10:37:02 +08:00 committed by GitHub
parent b0a5347690
commit 0437ff4a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# v2.2.9 - TBD
## Fixed
- [#4061](https://github.com/hyperf/hyperf/pull/4061) Fixed the conflict between the latest version of prometheus_client_php and `hyperf/metric`.
# v2.2.8 - 2021-09-14
## Fixed

View File

@ -67,7 +67,7 @@
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^9.5",
"predis/predis": "^1.1",
"promphp/prometheus_client_php": "^2.2",
"promphp/prometheus_client_php": "2.2.*",
"reactivex/rxphp": "^2.0",
"slickdeals/statsd": "^3.0.1",
"smarty/smarty": "^3.1",

View File

@ -15,7 +15,7 @@
"hyperf/contract": "~2.2.0",
"hyperf/guzzle": "~2.2.0",
"hyperf/utils": "~2.2.0",
"promphp/prometheus_client_php": "^2.2",
"promphp/prometheus_client_php": "2.2.*",
"psr/container": "^1.0|^2.0",
"psr/event-dispatcher": "^1.0",
"psr/http-message": "^1.0"