{
    "name": "exercise/htmlpurifier-bundle",
    "type": "symfony-bundle",
    "description": "HTMLPurifier integration for your Symfony2 project",
    "keywords": ["htmlpurifier"],
    "homepage": "https://github.com/Exercise/HTMLPurifierBundle",
    "license": "MIT",
    "authors": [
        { "name": "contributors", "homepage": "https://github.com/Exercise/HTMLPurifierBundle/contributors" }
    ],
    "require": {
        "php": ">=5.3.2",
        "ezyang/htmlpurifier": "~4.0"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.x-dev"
        }
    },
    "autoload": {
        "psr-0": { "Exercise\\HTMLPurifierBundle": "" }
    },
    "target-dir": "Exercise/HTMLPurifierBundle"
}
