{
    "name": "phelium/recaptcha",
    "description": "reCAPTCHA v2 class",
    "keywords": ["recaptcha", "captcha", "google"],
    "homepage": "https://github.com/shevabam/recaptcha",
    "authors": [
        {
            "name": "ShevAbam"
        }
    ],
    "support": {
        "issues": "https://github.com/shevabam/recaptcha/issues",
        "source": "https://github.com/shevabam/recaptcha/tree/master"
    },
    "license": "GPL-2.0-only",
    "version": "1.0.8",
    "require": {
        "php": ">=5.3.0"
    },
    "autoload": {
        "psr-4": {
            "Phelium\\Component\\": "src"
        }
    }
}
