File: /var/www/vhost/disk-apps/magento.bikenow.co/vendor/magento/module-re-captcha-checkout/composer.json
{
"name": "magento/module-re-captcha-checkout",
"description": "Google reCAPTCHA integration for Magento2",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/module-checkout": "*",
"magento/module-re-captcha-ui": "1.1.*"
},
"type": "magento2-module",
"license": "OSL-3.0",
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\ReCaptchaCheckout\\": ""
}
},
"version": "1.1.0"
}