Skip to content

Commit dcacfe0

Browse files
committed
Allow using v2.0.0 of prometheus client
1 parent d5f040f commit dcacfe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Also look at the [examples](examples).
3939

4040
## Black box testing
4141

42-
Just start the pushgateway by using docker-compose
42+
Just start the PushGateway by using docker-compose
4343
```
4444
docker-compose up
4545
```

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"php": "^7.2",
77
"guzzlehttp/guzzle": "^7.0",
8-
"lkaemmerling/prometheus_client_php": "^1.0"
8+
"lkaemmerling/prometheus_client_php": "^1.0|^2.0"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^8.4",

0 commit comments

Comments
 (0)