{
    "name": "rhukster/dom-sanitizer",
    "description": "A simple but effective DOM/SVG/MathML Sanitizer for PHP 7.4+",
    "license": "MIT",
    "authors": [
        {
            "name": "Andy Miller",
            "email": "rhuk@rhuk.net"
        }    
    ],
    "scripts": {
        "test": "phpunit --no-coverage"
    },
    "autoload": {
        "psr-4": {
            "Rhukster\\DomSanitizer\\": "src"
        }
    },
    "require": {
        "php": ">=7.3",
        "ext-dom": "*",
        "ext-libxml": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^9"
    }
}
