| Current Path : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/magento/module-re-captcha-contact/ |
| Current File : /srv/web/sites/trentinoplant.it/httpdocs/vendor1/magento/module-re-captcha-contact/composer.json |
{
"name": "magento/module-re-captcha-contact",
"description": "Google reCAPTCHA integration for Magento2",
"type": "magento2-module",
"license": "OSL-3.0",
"version": "1.1.3",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0",
"magento/framework": "*",
"magento/module-re-captcha-ui": "1.1.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\ReCaptchaContact\\": ""
}
}
}