Skip to content

Commit 974f94b

Browse files
committed
security-package/issues/101: Add ReCaptchaMigration module
1 parent fab0821 commit 974f94b

File tree

3 files changed

+2
-114
lines changed

3 files changed

+2
-114
lines changed

ReCaptcha/Setup/Patch/Data/CopyConfigFromOldModule.php

Lines changed: 0 additions & 111 deletions
This file was deleted.

ReCaptcha/composer.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"require": {
66
"php": "~7.1.3||~7.2.0||~7.3.0",
77
"magento/framework": "102.0.*",
8-
"magento/magento-composer-installer": "*",
9-
"magento/module-config": "*",
108
"magento/module-re-captcha-api": "*",
119
"google/recaptcha": "^1.2"
1210
},

ReCaptchaMigration/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Google reCaptcha config migration for Magento2",
55
"require": {
66
"php": "~7.1.3||~7.2.0||~7.3.0",
7-
"magento/framework": "102.0.*"
7+
"magento/framework": "102.0.*",
8+
"magento/module-config": "*"
89
},
910
"authors": [
1011
{

0 commit comments

Comments
 (0)