Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
L3tum committed Sep 20, 2020
1 parent 0530489 commit 70f2182
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "lkaemmerling/prometheus_client_php",
"name": "l3tum/prometheus_client_php",
"description": "Prometheus instrumentation library for PHP applications.",
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "Lukas Kämmerling",
"email": "[email protected]"
"name": "L3tum"
}
],
"replace": {
"jimdo/prometheus_client_php": "*",
"endclothing/prometheus_client_php": "*"
"endclothing/prometheus_client_php": "*",
"lkaemmerling/prometheus_client_php": "*"
},
"require": {
"php": "^7.2",
"ext-json": "*",
"symfony/polyfill-apcu": "^1.6"
"symfony/polyfill-apcu": "^1.6",
"guzzlehttp/guzzle": "^6.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"guzzlehttp/guzzle": "^6.3",
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
Expand Down

0 comments on commit 70f2182

Please sign in to comment.