{
    "name": "magento/module-re-captcha-webapi-rest",
    "description": "Google reCAPTCHA integration for Magento2",
    "type": "magento2-module",
    "license": "OSL-3.0",
    "version": "1.0.5",
    "require": {
        "php": "~8.3.0||~8.4.0||~8.5.0",
        "magento/framework": "103.0.*",
        "magento/module-authorization": "100.4.*",
        "magento/module-re-captcha-validation-api": "1.1.*",
        "magento/module-re-captcha-webapi-api": "1.0.*",
        "magento/module-webapi": "100.4.*"
    },
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Magento\\ReCaptchaWebapiRest\\": ""
        }
    }
}

