{
    "name": "magento/module-paypal-recaptcha",
    "version": "1.0.1",
    "description": "Google reCaptcha integration for Magento2 PayPal PayflowPro payment form",
    "config": {
        "sort-packages": true
    },
    "require": {
        "php": "^5.6|^7.0|^7.1|^7.2|^7.3",
        "msp/recaptcha": "^2.0.2",
        "magento/module-paypal-captcha": "^100.0.0"
    },
    "type": "magento2-module",
    "license": [
        "proprietary"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Magento\\PaypalReCaptcha\\": ""
        }
    }
}
