| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-re-captcha-webapi-rest/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-re-captcha-webapi-rest/composer.json |
{
"name": "magento/module-re-captcha-webapi-rest",
"description": "Google reCAPTCHA integration for Magento2",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-authorization": "*",
"magento/module-re-captcha-validation-api": "1.1.*",
"magento/module-re-captcha-webapi-api": "1.0.*",
"magento/module-webapi": "*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\ReCaptchaWebapiRest\\": ""
}
},
"version": "1.0.0"
}