Skip to content

Commit 0488e5b

Browse files
committed
MC-30896: Move PayPalRecaptcha module to Magento Security Extensions
- add composer dependencies
1 parent eb527cd commit 0488e5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ReCaptchaPaypal/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
"description": "Google reCaptcha integration for Magento2 PayPal PayflowPro payment form",
44
"require": {
55
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"magento/framework": "*",
67
"magento/module-re-captcha-frontend-ui": "*",
7-
"magento/module-re-captcha-validation-api": "*"
8+
"magento/module-re-captcha-ui": "*",
9+
"magento/module-re-captcha-validation-api": "*",
10+
"magento/module-checkout": "*"
811
},
912
"type": "magento2-module",
1013
"license": "OSL-3.0",

0 commit comments

Comments
 (0)