Skip to content

Commit 8e61c2e

Browse files
committed
#206: PHP 7.4 support
1 parent 1ce2a28 commit 8e61c2e

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

ReCaptchaAdminUi/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Google reCAPTCHA integration for Magento2",
44
"version": "1.0.0",
55
"require": {
6-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
77
"magento/framework": "*",
88
"magento/module-re-captcha-ui": "*"
99
},

ReCaptchaCheckout/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Google reCAPTCHA integration for Magento2",
44
"version": "1.0.0",
55
"require": {
6-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
77
"magento/framework": "*",
88
"magento/module-checkout": "*",
99
"magento/module-re-captcha-ui": "*"

ReCaptchaContact/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Google reCAPTCHA integration for Magento2",
44
"version": "1.0.0",
55
"require": {
6-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
77
"magento/framework": "*",
88
"magento/module-re-captcha-ui": "*"
99
},

ReCaptchaCustomer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Google reCAPTCHA integration for Magento2",
44
"version": "1.0.0",
55
"require": {
6-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
77
"magento/framework": "*",
88
"magento/module-customer": "*",
99
"magento/module-re-captcha-ui": "*",

ReCaptchaFrontendUi/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Google reCAPTCHA integration for Magento2",
44
"version": "1.0.0",
55
"require": {
6-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
77
"magento/framework": "*",
88
"magento/module-store": "*",
99
"magento/module-re-captcha-ui": "*"

ReCaptchaMigration/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Google reCAPTCHA config migration for Magento2",
44
"version": "1.0.0",
55
"require": {
6-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
77
"magento/framework": "*",
88
"magento/module-config": "*"
99
},

ReCaptchaNewsletter/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Google reCAPTCHA integration for Magento2",
44
"version": "1.0.0",
55
"require": {
6-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
77
"magento/framework": "*",
88
"magento/module-re-captcha-ui": "*"
99
},

ReCaptchaPaypal/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Google reCaptcha integration for Magento2 PayPal PayflowPro payment form",
44
"version": "1.0.0",
55
"require": {
6-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
77
"magento/framework": "*",
88
"magento/module-re-captcha-ui": "*",
99
"magento/module-re-captcha-validation-api": "*",

ReCaptchaReview/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Google reCAPTCHA integration for Magento2",
44
"version": "1.0.0",
55
"require": {
6-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
77
"magento/framework": "*",
88
"magento/module-re-captcha-ui": "*"
99
},

ReCaptchaSendFriend/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Google reCAPTCHA integration for Magento2",
44
"version": "1.0.0",
55
"require": {
6-
"php": "~7.1.3||~7.2.0||~7.3.0",
6+
"php": "~7.3.0||~7.4.0",
77
"magento/framework": "*",
88
"magento/module-re-captcha-ui": "*"
99
},

0 commit comments

Comments
 (0)