{
    "name": "compedgesolutions/spam-shield",
    "description": "Canonical spam-protection library for CompEdge/BST projects: honeypot, HMAC timing, per-IP rate limiting, keyword and link-host scoring, reCAPTCHA v3.",
    "type": "library",
    "license": "proprietary",
    "require": {
        "php": ">=8.1"
    },
    "autoload": {
        "files": [
            "src/SpamProtect.php"
        ]
    }
}
