Skip to content

Commit 0227f95

Browse files
authored
Merge pull request #248 from magento-obsessive-owls/MC-16094
[Owls] MC-16094: Update Page Builder version constraints
2 parents e9942a3 + 21b54bb commit 0227f95

File tree

196 files changed

+22
-12659
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+22
-12659
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": "103.0.1.*",
10-
"magento/framework": "102.0.1.*",
9+
"magento/module-catalog": "*",
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": "103.0.1.*",
10-
"magento/framework": "102.0.1.*",
9+
"magento/module-cms": "*",
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

+7-7
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": "*",
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": "*",
11+
"magento/module-catalog": "*",
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": "*",
14+
"magento/module-widget": "*",
15+
"magento/module-catalog-widget": "*",
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

+1-1
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",

app/code/Magento/PageBuilderDataMigration/LICENSE_EE.txt

-437
This file was deleted.

app/code/Magento/PageBuilderDataMigration/Model/Attribute.php

-166
This file was deleted.

app/code/Magento/PageBuilderDataMigration/Model/Entity.php

-29
This file was deleted.

app/code/Magento/PageBuilderDataMigration/Model/ResourceModel/Attribute.php

-63
This file was deleted.

0 commit comments

Comments
 (0)