{
    "name": "chilldev/dependency-injection-extra",
    "description": "Commonly used patterns for Symfony2 DI provided out of the box.",
    "type": "library",
    "keywords": [
        "chilldev",
        "symfony2",
        "dependency injection"
    ],
    "homepage": "http://chilloutdevelopment.github.com/ChillDevDependencyInjectionExtra",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/chilloutdevelopment/ChillDevDependencyInjectionExtra/issues",
        "source": "https://github.com/chilloutdevelopment/ChillDevDependencyInjectionExtra"
    },
    "authors": [
        {
            "name": "Rafał Wrzeszcz",
            "email": "rafal.wrzeszcz@wrzasq.pl",
            "homepage": "http://wrzasq.pl/",
            "role": "creator,manager,architect,developer"
        },
        {
            "name": "Chillout Development",
            "email": "biuro@chilldev.pl",
            "homepage": "http://chilldev.pl/",
            "role": "owner"
        }
    ],
    "require": {
        "php": ">=5.4",
        "symfony/dependency-injection": "~2.1"
    },
    "require-dev": {
        "ext-xsl": "*",
        "phpunit/phpunit": "3.7.25",
        "phpmd/phpmd" : "1.5.0",
        "sebastian/phpcpd": "1.4.3",
        "squizlabs/php_codesniffer": "1.4.6",
        "satooshi/php-coveralls": "0.6.1"
    },
    "autoload": {
        "psr-0": {
            "ChillDev\\DependencyInjection": ""
        }
    },
    "target-dir": "ChillDev/DependencyInjection"
}
