| Current Path : /var/www/clients/client3/web2/web/vendor/magento/module-re-captcha-ui/ |
| Current File : /var/www/clients/client3/web2/web/vendor/magento/module-re-captcha-ui/composer.json |
{
"name": "magento/module-re-captcha-ui",
"description": "Google reCAPTCHA integration for Magento2",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-re-captcha-validation-api": "1.1.*"
},
"authors": [
{
"name": "Riccardo Tempesta",
"email": "riccardo.tempesta@magespecialist.it"
}
],
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\ReCaptchaUi\\": ""
}
},
"version": "1.1.1"
}