We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f040f commit dcacfe0Copy full SHA for dcacfe0
README.md
@@ -39,7 +39,7 @@ Also look at the [examples](examples).
39
40
## Black box testing
41
42
-Just start the pushgateway by using docker-compose
+Just start the PushGateway by using docker-compose
43
```
44
docker-compose up
45
composer.json
@@ -5,7 +5,7 @@
5
"require": {
6
"php": "^7.2",
7
"guzzlehttp/guzzle": "^7.0",
8
- "lkaemmerling/prometheus_client_php": "^1.0"
+ "lkaemmerling/prometheus_client_php": "^1.0|^2.0"
9
},
10
"require-dev": {
11
"phpunit/phpunit": "^8.4",
0 commit comments