{
"name": "magento/module-paypal-captcha",
"description": "Provides CAPTCHA validation for PayPal Payflow Pro",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config": {
"sort-packages": true
},
"version": "100.4.2",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-captcha": "100.4.*",
"magento/module-checkout": "100.4.*",
"magento/module-store": "101.1.*"
},
"suggest": {
"magento/module-paypal": "101.0.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\PaypalCaptcha\\": ""
}
}
}
|