Skip to content

Commit 7a07334

Browse files
committed
added PHP 8.3 support to composer.json in all modules
1 parent 33b88fb commit 7a07334

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

0 commit comments

Comments
 (0)