Skip to content

Commit

Permalink
Update Prometheus Library to promphp/prometheus_client_php
Browse files Browse the repository at this point in the history
  • Loading branch information
fjogeleit committed Nov 29, 2020
1 parent 3f844ea commit 25e8916
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=7.2.5",
"endclothing/prometheus_client_php": "^1.0",
"promphp/prometheus_client_php": "^2.0",
"symfony/messenger": "^5.0"
},
"require-dev": {
Expand Down
16 changes: 16 additions & 0 deletions docker-compose.yaml
@@ -0,0 +1,16 @@
version: "3.8"

services:
composer:
image: composer:latest
entrypoint: composer
command: install
volumes:
- .:/app

phpunit:
image: jitesoft/phpunit:7.2
depends_on:
- composer
volumes:
- .:/app

0 comments on commit 25e8916

Please sign in to comment.