Skip to content

Commit e9942a3

Browse files
authored
Merge pull request #243 from magento-obsessive-owls/MC-15370
[MC-15370] Restrict Page Builder RC & GA to 2.3.1
2 parents 0462213 + 79294e5 commit e9942a3

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

app/code/Magento/CatalogPageBuilderAnalytics/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
},
77
"require": {
88
"magento/module-page-builder-analytics": "*",
9-
"magento/module-catalog": "*",
10-
"magento/framework": "*",
9+
"magento/module-catalog": "103.0.1.*",
10+
"magento/framework": "102.0.1.*",
1111
"php": "~7.1.3||~7.2.0"
1212
},
1313
"type": "magento2-module",

app/code/Magento/CmsPageBuilderAnalytics/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
},
77
"require": {
88
"magento/module-page-builder-analytics": "*",
9-
"magento/module-cms": "*",
10-
"magento/framework": "*",
9+
"magento/module-cms": "103.0.1.*",
10+
"magento/framework": "102.0.1.*",
1111
"php": "~7.1.3||~7.2.0"
1212
},
1313
"type": "magento2-module",

app/code/Magento/PageBuilder/composer.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"name": "magento/module-page-builder",
33
"description": "Page Builder module",
44
"require": {
5-
"magento/framework": "*",
6-
"magento/module-eav": "*",
7-
"magento/module-search": "*",
8-
"magento/module-store": "*",
9-
"magento/module-backend": "*",
10-
"magento/module-cms": "*",
11-
"magento/module-catalog": "*",
12-
"magento/module-config": "*",
13-
"magento/module-ui": "*",
14-
"magento/module-widget": "*",
15-
"magento/module-catalog-widget": "*",
16-
"magento/module-rule": "*",
17-
"magento/module-directory": "*",
5+
"magento/framework": "102.0.1.*",
6+
"magento/module-eav": "102.0.1.*",
7+
"magento/module-search": "~101.0.1",
8+
"magento/module-store": "~101.0.1",
9+
"magento/module-backend": "~101.0.1",
10+
"magento/module-cms": "103.0.1.*",
11+
"magento/module-catalog": "103.0.1.*",
12+
"magento/module-config": "~101.1.1",
13+
"magento/module-ui": "101.1.1.*",
14+
"magento/module-widget": "101.1.1.*",
15+
"magento/module-catalog-widget": "100.3.1.*",
16+
"magento/module-rule": "~100.3.1",
17+
"magento/module-directory": "~100.3.1",
1818
"php": "~7.1.3||~7.2.0"
1919
},
2020
"conflict": {

app/code/Magento/PageBuilderAnalytics/composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "magento/module-page-builder-analytics",
33
"description": "Page Builder Analytics module",
44
"require": {
5-
"magento/module-analytics": "*",
5+
"magento/module-analytics": "~100.3.1",
66
"magento/module-page-builder": "*",
7-
"magento/framework": "*",
7+
"magento/framework": "102.0.1.*",
88
"php": "~7.1.3||~7.2.0"
99
},
1010
"type": "magento2-module",

0 commit comments

Comments
 (0)