{
    "name": "magento/module-re-captcha-send-friend",
    "description": "Google reCAPTCHA integration for Magento2",
    "type": "magento2-module",
    "license": "OSL-3.0",
    "version": "1.1.2",
    "require": {
        "php": "~7.4.0||~8.1.0",
        "magento/framework": "*",
        "magento/module-re-captcha-ui": "1.1.*",
        "magento/module-re-captcha-validation-api": "1.1.*",
        "magento/module-re-captcha-webapi-api": "1.0.*"
    },
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Magento\\ReCaptchaSendFriend\\": ""
        }
    }
}

