refinery29/newrelic

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "refinery29/newrelic",
    "description": "Provides a wrapper around the NewRelic agent",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Andreas Möller",
            "email": "andreas.moller@refinery29.com"
        }
    ],
    "config": {
        "sort-packages": true
    },
    "require": {
        "php": "^5.6 || ^7.0",
        "beberlei/assert": "^2.5.0"
    },
    "require-dev": {
        "codeclimate/php-test-reporter": "0.4.2",
        "phpunit/phpunit": "^5.7.7",
        "refinery29/php-cs-fixer-config": "0.6.9",
        "refinery29/test-util": "0.10.2"
    },
    "autoload": {
        "psr-4": {
            "Refinery29\\NewRelic\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Refinery29\\NewRelic\\Test\\": "test"
        }
    }
}