We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb527cd commit 0488e5bCopy full SHA for 0488e5b
ReCaptchaPaypal/composer.json
@@ -3,8 +3,11 @@
3
"description": "Google reCaptcha integration for Magento2 PayPal PayflowPro payment form",
4
"require": {
5
"php": "~7.1.3||~7.2.0||~7.3.0",
6
+ "magento/framework": "*",
7
"magento/module-re-captcha-frontend-ui": "*",
- "magento/module-re-captcha-validation-api": "*"
8
+ "magento/module-re-captcha-ui": "*",
9
+ "magento/module-re-captcha-validation-api": "*",
10
+ "magento/module-checkout": "*"
11
},
12
"type": "magento2-module",
13
"license": "OSL-3.0",
0 commit comments