{
    "name": "ekino/newrelic-bundle",
    "type": "symfony-bundle",
    "description": "Integrate New Relic into Symfony2",
    "keywords": ["metric", "performance", "monitoring"],
    "homepage": "https://github.com/ekino/EkinoNewRelicBundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Thomas Rabaix",
            "email": "thomas.rabaix@ekino.com",
            "homepage": "http://ekino.com"
        }
    ],
    "require": {
        "php": ">=5.3"
    },
    "require-dev": {
        "silex/silex": "^1.0",
        "symfony/framework-bundle": "^2.7|^3.0",
        "symfony/console": "^2.7|^3.0",
        "twig/twig": "^1.26|^2.0",
        "phpunit/phpunit": "^4.8"
    },
    "conflict": {
        "twig/twig": "<1.26"
    },
    "suggest": {
        "sonata-project/block-bundle": "2.2.*@dev"
    },
    "autoload": {
        "psr-4": { "Ekino\\Bundle\\NewRelicBundle\\": "" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.4-dev"
        }
    }
}
