{
    "name": "phpmussel/web",
    "description": "phpMussel upload handler",
    "keywords": ["anti-virus","anti-trojan","anti-malware","anti-exploit","anti-spam","antivirus","uploads","security","protection"],
    "homepage": "https://phpmussel.github.io/",
    "license": "GPL-2.0-or-later",
    "support": {
        "issues": "https://github.com/phpMussel/Web/issues",
        "source": "https://github.com/phpMussel/Web",
        "docs": "https://github.com/phpMussel/Docs",
        "rss": "https://github.com/phpMussel/Web/releases.atom"
    },
    "require": {
        "php": ">=7.2.0",
        "maikuolan/common": "^2.8",
        "phpmussel/core": "^3.3.1",
        "ext-pcre": "*"
    },
    "autoload": {
        "psr-4": {
            "phpMussel\\Web\\": "src/"
        }
    }
}
