Skip to content

Commit dd5d303

Browse files
authored
Merge pull request #280 from magento-obsessive-owls/MC-18799
[Owls] Restrict Page Builder 1.1.0 to Magento 2.3.3+
2 parents 93f1195 + 4824fc3 commit dd5d303

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

app/code/Magento/CatalogPageBuilderAnalytics/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"require": {
88
"magento/module-page-builder-analytics": "*",
99
"magento/module-catalog": "*",
10-
"magento/framework": "*",
10+
"magento/framework": "~102.0.3",
1111
"php": "~7.1.3||~7.2.0||~7.3.0"
1212
},
1313
"type": "magento2-module",

app/code/Magento/CmsPageBuilderAnalytics/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"require": {
88
"magento/module-page-builder-analytics": "*",
99
"magento/module-cms": "*",
10-
"magento/framework": "*",
10+
"magento/framework": "~102.0.3",
1111
"php": "~7.1.3||~7.2.0||~7.3.0"
1212
},
1313
"type": "magento2-module",

app/code/Magento/PageBuilder/composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"name": "magento/module-page-builder",
33
"description": "Page Builder module",
44
"require": {
5-
"magento/framework": "*",
5+
"magento/framework": "~102.0.3",
66
"magento/module-eav": "*",
7-
"magento/module-search": "*",
8-
"magento/module-store": "*",
9-
"magento/module-backend": "*",
7+
"magento/module-search": "~101.0.3",
8+
"magento/module-store": "~101.0.3",
9+
"magento/module-backend": "~101.0.3",
1010
"magento/module-cms": "*",
1111
"magento/module-catalog": "*",
12-
"magento/module-config": "*",
12+
"magento/module-config": "~101.1.3",
1313
"magento/module-ui": "*",
1414
"magento/module-variable": "*",
1515
"magento/module-widget": "*",
1616
"magento/module-catalog-widget": "*",
17-
"magento/module-rule": "*",
18-
"magento/module-directory": "*",
17+
"magento/module-rule": "~100.3.3",
18+
"magento/module-directory": "~100.3.3",
1919
"magento/module-email": "*",
2020
"magento/module-require-js": "*",
2121
"php": "~7.1.3||~7.2.0||~7.3.0"

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.3",
66
"magento/module-page-builder": "*",
7-
"magento/framework": "*",
7+
"magento/framework": "~102.0.3",
88
"php": "~7.1.3||~7.2.0||~7.3.0"
99
},
1010
"type": "magento2-module",

0 commit comments

Comments
 (0)