Skip to content

Commit 089655b

Browse files
authored
Merge pull request #65 from magento-trigger/ph-delivery
[Platform Health] Remove PHP8.0 declaration from composer.json
2 parents f00e88c + 6f9a33b commit 089655b

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

ReCaptchaAdminUi/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-admin-ui",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-config": "*",
88
"magento/module-re-captcha-ui": "*",

ReCaptchaCheckout/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-checkout",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-checkout": "*",
88
"magento/module-re-captcha-ui": "*",

ReCaptchaContact/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-contact",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-re-captcha-ui": "*"
88
},

ReCaptchaCustomer/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-customer",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-customer": "*",
88
"magento/module-re-captcha-ui": "*",

ReCaptchaFrontendUi/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-frontend-ui",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-store": "*",
88
"magento/module-re-captcha-ui": "*"

ReCaptchaMigration/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-migration",
33
"description": "Google reCAPTCHA config migration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-config": "*"
88
},

ReCaptchaNewsletter/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-newsletter",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-re-captcha-ui": "*",
88
"magento/module-re-captcha-validation-api": "*",

ReCaptchaPaypal/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-paypal",
33
"description": "Google reCaptcha integration for Magento2 PayPal PayflowPro payment form",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-re-captcha-ui": "*",
88
"magento/module-re-captcha-validation-api": "*",

ReCaptchaReview/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-review",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-re-captcha-ui": "*",
88
"magento/module-re-captcha-validation-api": "*",

ReCaptchaSendFriend/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-send-friend",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-re-captcha-ui": "*",
88
"magento/module-re-captcha-validation-api": "*",

ReCaptchaStorePickup/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-store-pickup",
33
"description": "Google reCaptcha integration for Magento2 Inventory Store Pickup shipping form",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-checkout": "*",
88
"magento/module-re-captcha-ui": "*"

ReCaptchaUi/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-ui",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-re-captcha-validation-api": "*"
88
},

ReCaptchaUser/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-user",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-re-captcha-ui": "*",
88
"magento/module-re-captcha-validation-api": "*"

ReCaptchaValidation/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-validation",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-re-captcha-validation-api": "*",
88
"google/recaptcha": "^1.2"

ReCaptchaValidationApi/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-validation-api",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*"
77
},
88
"type": "magento2-module",

ReCaptchaVersion2Checkbox/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-version-2-checkbox",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-store": "*",
88
"magento/module-re-captcha-ui": "*",

ReCaptchaVersion2Invisible/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-version-2-invisible",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-store": "*",
88
"magento/module-re-captcha-ui": "*",

ReCaptchaVersion3Invisible/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-version-3-invisible",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-store": "*",
88
"magento/module-re-captcha-ui": "*",

ReCaptchaWebapiApi/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-webapi-api",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-re-captcha-validation-api": "*"
88
},

ReCaptchaWebapiGraphQl/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-webapi-graph-ql",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-authorization": "*",
88
"magento/module-re-captcha-validation-api": "*",

ReCaptchaWebapiRest/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-webapi-rest",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-authorization": "*",
88
"magento/module-re-captcha-validation-api": "*",

ReCaptchaWebapiUi/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-re-captcha-webapi-ui",
33
"description": "Google reCAPTCHA integration for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/module-re-captcha-frontend-ui": "*"
88
},

Securitytxt/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Security.txt file for Magento 2 websites",
44
"type": "magento2-module",
55
"require": {
6-
"php": "~7.4.0||~8.0.0||~8.1.0",
6+
"php": "~7.4.0||~8.1.0",
77
"magento/framework": "*",
88
"magento/module-config": "*",
99
"magento/module-store": "*"

TwoFactorAuth/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento/module-two-factor-auth",
33
"description": "Two Factor Authentication module for Magento2",
44
"require": {
5-
"php": "~7.4.0||~8.0.0||~8.1.0",
5+
"php": "~7.4.0||~8.1.0",
66
"magento/framework": "*",
77
"magento/magento-composer-installer": "*",
88
"magento/module-backend": "*",

0 commit comments

Comments
 (0)