Skip to content

Commit dfe7399

Browse files
1.2.2 Release sync to main (#512)
1 parent fd74a8b commit dfe7399

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
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/Model/System/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class Config
159159
*
160160
* @var string|null
161161
*/
162-
private ?string $version = '1.2.2-dev';
162+
private ?string $version = '1.2.3-dev';
163163

164164
/**
165165
* @method __construct

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)