Skip to content

Commit 55ad8a0

Browse files
Add PHP 7.4 support for Magento 2.4.2+ version support (#509)
1 parent 5726e81 commit 55ad8a0

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.idea

app/code/Meta/BusinessExtension/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "magento2-module",
55
"license": "Apache-2.0",
66
"require": {
7-
"php": "~8.1.0||~8.2.0",
7+
"php": "~7.4||~8.1.0||~8.2.0",
88
"ext-json": "*",
99
"magento/framework": "*",
1010
"magento/framework-message-queue": "*",

app/code/Meta/Catalog/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Meta Business Extension Catalog module",
44
"type": "magento2-module",
55
"require": {
6-
"php": "~8.1.0||~8.2.0",
6+
"php": "~7.4||~8.1.0||~8.2.0",
77
"magento/framework": "*",
88
"magento/module-inventory-sales-admin-ui": "*",
99
"magento/module-inventory-sales-api": "*",

app/code/Meta/Conversion/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Meta Business Extension Conversion module",
44
"type": "magento2-module",
55
"require": {
6-
"php": "~8.1.0||~8.2.0",
6+
"php": "~7.4||~8.1.0||~8.2.0",
77
"magento/framework": "*",
88
"magento/module-catalog": "*",
99
"magento/module-configurable-product": "*",

app/code/Meta/Promotions/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Meta Business Extension Promotions module",
44
"type": "magento2-module",
55
"require": {
6-
"php": "~8.1.0||~8.2.0",
6+
"php": "~7.4||~8.1.0||~8.2.0",
77
"magento/framework": "*",
88
"magento/module-backend": "*",
99
"magento/module-config": "*",

app/code/Meta/Sales/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Meta Business Extension Sales module",
44
"type": "magento2-module",
55
"require": {
6-
"php": "~8.1.0||~8.2.0",
6+
"php": "~7.4||~8.1.0||~8.2.0",
77
"magento/framework": "*",
88
"magento/module-sales": "*",
99
"magento/module-sales-sequence": "*",

0 commit comments

Comments
 (0)