{
    "name": "chilldev/proxy-templating-bundle",
    "description": "Dynamic templating proxy references bundle for Symfony2.",
    "type": "symfony-bundle",
    "keywords": [
        "chilldev",
        "symfony2",
        "templating",
        "engine",
        "framework"
    ],
    "homepage": "http://chilloutdevelopment.github.com/ChillDevProxyTemplatingBundle",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/chilloutdevelopment/ChillDevProxyTemplatingBundle/issues",
        "source": "https://github.com/chilloutdevelopment/ChillDevProxyTemplatingBundle"
    },
    "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/templating": ">=2.1,<2.4-dev",
        "symfony/dependency-injection": ">=2.1,<2.4-dev",
        "symfony/framework-bundle": ">=2.1,<2.4-dev",
        "symfony/http-kernel": ">=2.1,<2.4-dev",
        "symfony/http-foundation": ">=2.1,<2.4-dev"
    },
    "require-dev": {
        "ext-xsl": "*",
        "phpunit/phpunit": "3.7.21",
        "squizlabs/php_codesniffer": "1.4.5"
    },
    "autoload": {
        "psr-0": {
            "ChillDev\\Bundle\\ProxyTemplatingBundle": ""
        }
    },
    "target-dir": "ChillDev/Bundle/ProxyTemplatingBundle"
}
