Skip to content

Commit c0d13a3

Browse files
committed
[ADO-444] Add support to PHP 8.4
1 parent b9b9861 commit c0d13a3

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": "~8.1.0||~8.2.0||~8.3.0",
7+
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.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||~8.3.0",
6+
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
77
"magento/framework": "*",
88
"magento/module-inventory-configuration-api": "*",
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||~8.3.0",
6+
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
77
"magento/framework": "*",
88
"magento/module-bundle": "*",
99
"magento/module-catalog": "*",

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||~8.3.0",
6+
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.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||~8.3.0",
6+
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
77
"magento/framework": "*",
88
"magento/module-sales": "*",
99
"magento/module-sales-sequence": "*",

0 commit comments

Comments
 (0)