{
    "name": "msp/recaptcha",
    "version": "2.2.3",
    "description": "Google reCaptcha integration for Magento2",
    "require": {
        "php": "^7.1|^7.2|^7.3",
        "magento/magento-composer-installer": "*",
        "magento/module-customer": "*",
        "magento/module-checkout": "*",
        "magento/module-newsletter": "*",
        "google/recaptcha": "^1.1"
    },
    "authors": [
        {
            "name": "Riccardo Tempesta",
            "email": "riccardo.tempesta@magespecialist.it"
        }
    ],
    "type": "magento2-module",
    "license": "OSL-3.0",
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "MSP\\ReCaptcha\\": ""
        }
    }
}
