{
    "name": "exercise/htmlpurifier-bundle",
    "type": "symfony-bundle",
    "description": "HTMLPurifier integration for your Symfony project",
    "keywords": ["htmlpurifier", "html", "purifier", "symfony"],
    "homepage": "https://github.com/Exercise/HTMLPurifierBundle",
    "license": "MIT",
    "authors": [
        {
            "name": "contributors",
            "homepage": "https://github.com/Exercise/HTMLPurifierBundle/contributors"
        }
    ],
    "require": {
        "php": "^7.1.3",
        "ezyang/htmlpurifier": "~4.0",
        "symfony/config": "~3.4 || ~4.0 || ^5.0",
        "symfony/dependency-injection": "~3.4.1 || ^4.0.1 || ^5.0",
        "symfony/http-kernel": "~3.4.1 || ^4.0.1 || ^5.0"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^2.0",
        "symfony/form": "~3.4.1 || ^4.0.1 || ^5.0",
        "symfony/phpunit-bridge": "4.4.*",
        "twig/twig": "^1.35.0 || ^2.4.4 || ^3.0"
    },
    "autoload": {
        "psr-4": { "Exercise\\HTMLPurifierBundle\\": "src/" }
    },
    "autoload-dev": {
        "psr-4": { "Exercise\\HTMLPurifierBundle\\Tests\\": "tests/" }
    },
    "config": {
        "sort-packages": true
    },
    "extra": {
        "branch-alias": {
            "dev-master": "3.0.x-dev"
        }
    }
}
