{
    "name": "tgalopin/html-sanitizer-bundle",
    "description": "Symfony Bundle for https://github.com/tgalopin/html-sanitizer",
    "type": "symfony-bundle",
    "license": "MIT",
    "authors": [
        {
            "name": "Titouan Galopin",
            "email": "galopintitouan@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "HtmlSanitizer\\Bundle\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\HtmlSanitizer\\Bundle\\": "tests"
        }
    },
    "require": {
        "php": ">=7.1",
        "symfony/framework-bundle": "^3.4|^4.0|^5.0|^6.0",
        "tgalopin/html-sanitizer": "^1.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.4",
        "symfony/form": "^4.1|^5.0|^6.0",
        "symfony/twig-bundle": "^4.1|^5.0|^6.0",
        "symfony/var-dumper": "^4.1|^5.0|^6.0"
    }
}
