Skip to content

Commit 78712be

Browse files
committed
PB-264: Restrict Page Builder 1.1.1 to Magento 2.3.3-p1
1 parent ac2fe7e commit 78712be

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

app/code/Magento/CatalogPageBuilderAnalytics/composer.json

Lines changed: 1 addition & 1 deletion
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": "~102.0.3",
10+
"magento/framework": "~102.0.3-p1",
1111
"php": "~7.1.3||~7.2.0||~7.3.0"
1212
},
1313
"type": "magento2-module",

app/code/Magento/CmsPageBuilderAnalytics/composer.json

Lines changed: 1 addition & 1 deletion
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": "~102.0.3",
10+
"magento/framework": "~102.0.3-p1",
1111
"php": "~7.1.3||~7.2.0||~7.3.0"
1212
},
1313
"type": "magento2-module",

app/code/Magento/PageBuilder/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "magento/module-page-builder",
33
"description": "Page Builder module",
44
"require": {
5-
"magento/framework": "~102.0.3",
5+
"magento/framework": "~102.0.3-p1",
66
"magento/module-eav": "*",
77
"magento/module-search": "~101.0.3",
8-
"magento/module-store": "~101.0.3",
8+
"magento/module-store": "~101.0.3-p1",
99
"magento/module-backend": "~101.0.3",
1010
"magento/module-cms": "*",
1111
"magento/module-catalog": "*",
1212
"magento/module-catalog-inventory": "*",
13-
"magento/module-config": "~101.1.3",
13+
"magento/module-config": "~101.1.3-p1",
1414
"magento/module-ui": "*",
1515
"magento/module-variable": "*",
1616
"magento/module-widget": "*",

app/code/Magento/PageBuilderAnalytics/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"require": {
55
"magento/module-analytics": "~100.3.3",
66
"magento/module-page-builder": "*",
7-
"magento/framework": "~102.0.3",
7+
"magento/framework": "~102.0.3-p1",
88
"php": "~7.1.3||~7.2.0||~7.3.0"
99
},
1010
"type": "magento2-module",

0 commit comments

Comments
 (0)