Skip to content

Commit a9a7797

Browse files
committed
security-package/issues/123: reCAPTCHA adapters modularity
1 parent a0ad5be commit a9a7797

File tree

28 files changed

+24
-88
lines changed

28 files changed

+24
-88
lines changed

ReCaptchaAdminUi/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "magento/module-re-captcha-admin-ui",
3-
"version": "1.0.0",
43
"description": "Google reCAPTCHA integration for Magento2",
54
"require": {
65
"php": "~7.1.3||~7.2.0||~7.3.0",

ReCaptchaAdminUi/etc/adminhtml/di.xml

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

ReCaptchaApi/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "magento/module-re-captcha-api",
3-
"version": "1.0.0",
43
"description": "Google reCAPTCHA integration for Magento2",
54
"require": {
65
"php": "~7.1.3||~7.2.0||~7.3.0",

ReCaptchaCheckout/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "magento/module-re-captcha-checkout",
3-
"version": "1.0.0",
43
"description": "Google reCAPTCHA integration for Magento2",
54
"require": {
65
"php": "~7.1.3||~7.2.0||~7.3.0",

ReCaptchaContact/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "magento/module-re-captcha-contact",
3-
"version": "1.0.0",
43
"description": "Google reCAPTCHA integration for Magento2",
54
"require": {
65
"php": "~7.1.3||~7.2.0||~7.3.0",

ReCaptchaCustomer/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "magento/module-re-captcha-customer",
3-
"version": "1.0.0",
43
"description": "Google reCAPTCHA integration for Magento2",
54
"require": {
65
"php": "~7.1.3||~7.2.0||~7.3.0",

ReCaptchaFrontendUi/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "magento/module-re-captcha-frontend-ui",
3-
"version": "1.0.0",
43
"description": "Google reCAPTCHA integration for Magento2",
54
"require": {
65
"php": "~7.1.3||~7.2.0||~7.3.0",

ReCaptchaFrontendUi/etc/di.xml

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

ReCaptchaNewsletter/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "magento/module-re-captcha-newsletter",
3-
"version": "1.0.0",
43
"description": "Google reCAPTCHA integration for Magento2",
54
"require": {
65
"php": "~7.1.3||~7.2.0||~7.3.0",

ReCaptchaReview/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "magento/module-re-captcha-review",
3-
"version": "1.0.0",
43
"description": "Google reCAPTCHA integration for Magento2",
54
"require": {
65
"php": "~7.1.3||~7.2.0||~7.3.0",

0 commit comments

Comments
 (0)