Skip to content

Commit 76a59ec

Browse files
Remove PHP 7.4 support (#164) (#260)
1 parent 34b2b75 commit 76a59ec

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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": "~7.4.0||~8.1.0",
7+
"php": "~8.1.0",
88
"ext-json": "*",
99
"magento/framework": "*",
1010
"magento/module-backend": "*",

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": "~7.4.0||~8.1.0",
6+
"php": "~8.1.0",
77
"magento/framework": "*",
88
"magento/module-inventory-sales-api": "*",
99
"magento/module-backend": "*",

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": "~7.4.0||~8.1.0",
6+
"php": "~8.1.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": "~7.4.0||~8.1.0",
6+
"php": "~8.1.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": "~7.4.0||~8.1.0",
6+
"php": "~8.1.0",
77
"magento/framework": "*",
88
"magento/module-sales": "*",
99
"magento/module-backend": "*",

0 commit comments

Comments
 (0)