Skip to content

Commit a48f9fb

Browse files
committed
MC-16094: module-page-builder-analytics composer package contains hardcoded magento/framework version
- correct version constraints
1 parent 9ce9eff commit a48f9fb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/code/Magento/PageBuilder/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"require": {
55
"magento/framework": "~102.0.1",
66
"magento/module-eav": "*",
7-
"magento/module-search": "*",
8-
"magento/module-store": "*",
9-
"magento/module-backend": "*",
7+
"magento/module-search": "~101.0.1",
8+
"magento/module-store": "~101.0.1",
9+
"magento/module-backend": "~101.0.1",
1010
"magento/module-cms": "*",
1111
"magento/module-catalog": "*",
12-
"magento/module-config": "*",
12+
"magento/module-config": "~101.1.1",
1313
"magento/module-ui": "*",
1414
"magento/module-widget": "*",
1515
"magento/module-catalog-widget": "*",
16-
"magento/module-rule": "*",
17-
"magento/module-directory": "*",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": "*",
77
"magento/framework": "~102.0.1",
88
"php": "~7.1.3||~7.2.0"

0 commit comments

Comments
 (0)