{
    "name": "chilldev/view-helpers-bundle",
    "description": "General-purpose view helpers for PHP templating engine from Chillout Development.",
    "type": "symfony-bundle",
    "keywords": [
        "chilldev",
        "symfony2",
        "view helpers",
        "php",
        "templating",
        "helper",
        "xhtml",
        "paginator",
        "markup"
    ],
    "homepage": "http://chilloutdevelopment.github.com/ChillDevViewHelpersBundle",
    "license": "MIT",
    "support": {
        "issues": "https://github.com/chilloutdevelopment/ChillDevViewHelpersBundle/issues",
        "source": "https://github.com/chilloutdevelopment/ChillDevViewHelpersBundle"
    },
    "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",
        "symfony/framework-bundle": "~2.1",
        "chilldev/dependency-injection-extra": ">=0.0.1"
    },
    "suggest": {
        "symfony/http-kernel": "~2.1",
        "sonata-project/formatter-bundle": "~2.1"
    },
    "require-dev": {
        "phpunit/phpunit": "4.0.7",
        "phpmd/phpmd" : "2.0.0",
        "sebastian/phpcpd": "2.0.0",
        "squizlabs/php_codesniffer": "1.5.2",
        "satooshi/php-coveralls": "0.6.1",
        "symfony/config": "~2.1",
        "symfony/dependency-injection": "~2.1",
        "symfony/http-foundation": "~2.1",
        "symfony/http-kernel": "~2.1",
        "sonata-project/formatter-bundle": "~2.1"
    },
    "autoload": {
        "psr-4": {
            "ChillDev\\Bundle\\ViewHelpersBundle\\": ""
        }
    }
}
