Jimdo/prometheus_client_php

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "jimdo/prometheus_client_php",
    "authors": [
        {
            "name": "Joscha",
            "email": "joscha@schnipseljagd.org"
        },
        {
            "name": "Jan Brauer",
            "email": "jan.brauer@jimdo.com"
        }
    ],
    "require": {
        "php": ">=5.6.3",
        "guzzlehttp/guzzle": "^6.2",
        "symfony/polyfill-apcu": "^1.6"
    },
    "require-dev": {
        "phpunit/phpunit": "4.1.0"
    },
    "suggest": {
        "ext-redis": "Required if using Redis.",
        "ext-apc": "Required if using APCu."
    },
    "autoload": {
        "psr-0": {
            "Prometheus\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-0": {
            "Test\\Prometheus\\": "tests/"
        }
    },
    "license": "Apache-2.0"
}