Skip to content

Commit 1a9ed61

Browse files
committed
MC-16094: module-page-builder-analytics composer package contains hardcoded magento/framework version
- update version constraints
1 parent e9942a3 commit 1a9ed61

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

app/code/Magento/CatalogPageBuilderAnalytics/composer.json

Lines changed: 2 additions & 2 deletions
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": "103.0.1.*",
10-
"magento/framework": "102.0.1.*",
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

Lines changed: 2 additions & 2 deletions
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": "103.0.1.*",
10-
"magento/framework": "102.0.1.*",
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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "magento/module-page-builder",
33
"description": "Page Builder module",
44
"require": {
5-
"magento/framework": "102.0.1.*",
6-
"magento/module-eav": "102.0.1.*",
5+
"magento/framework": "~102.0.1",
6+
"magento/module-eav": "~102.0.1",
77
"magento/module-search": "~101.0.1",
88
"magento/module-store": "~101.0.1",
99
"magento/module-backend": "~101.0.1",
10-
"magento/module-cms": "103.0.1.*",
11-
"magento/module-catalog": "103.0.1.*",
10+
"magento/module-cms": "~103.0.1",
11+
"magento/module-catalog": "~103.0.1",
1212
"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.*",
13+
"magento/module-ui": "~101.1.1",
14+
"magento/module-widget": "~101.1.1",
15+
"magento/module-catalog-widget": "~100.3.1",
1616
"magento/module-rule": "~100.3.1",
1717
"magento/module-directory": "~100.3.1",
1818
"php": "~7.1.3||~7.2.0"

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

0 commit comments

Comments
 (0)