Skip to content

Commit

Permalink
Merge pull request #301 from magento-obsessive-owls/PB-157
Browse files Browse the repository at this point in the history
PB-157: Package Page Builder for 2.3.2-p2
  • Loading branch information
davemacaulay authored Oct 8, 2019
2 parents 5ca6be0 + d5c11df commit b8902d8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/CatalogPageBuilderAnalytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"magento/module-page-builder-analytics": "*",
"magento/module-catalog": "*",
"magento/framework": "~102.0.2-p1",
"magento/framework": "~102.0.2-p2",
"php": "~7.1.3||~7.2.0"
},
"type": "magento2-module",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/CmsPageBuilderAnalytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"magento/module-page-builder-analytics": "*",
"magento/module-cms": "*",
"magento/framework": "~102.0.2-p1",
"magento/framework": "~102.0.2-p2",
"php": "~7.1.3||~7.2.0"
},
"type": "magento2-module",
Expand Down
12 changes: 6 additions & 6 deletions app/code/Magento/PageBuilder/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"name": "magento/module-page-builder",
"description": "Page Builder module",
"require": {
"magento/framework": "~102.0.2-p1",
"magento/framework": "~102.0.2-p2",
"magento/module-eav": "*",
"magento/module-search": "~101.0.2-p1",
"magento/module-store": "~101.0.2-p1",
"magento/module-backend": "~101.0.2-p1",
"magento/module-search": "~101.0.2-p2",
"magento/module-store": "~101.0.2-p2",
"magento/module-backend": "~101.0.2-p2",
"magento/module-cms": "*",
"magento/module-catalog": "*",
"magento/module-config": "~101.1.2-p1",
"magento/module-config": "~101.1.2-p2",
"magento/module-ui": "*",
"magento/module-widget": "*",
"magento/module-catalog-widget": "*",
"magento/module-rule": "~100.3.2-p1",
"magento/module-rule": "~100.3.2-p2",
"magento/module-directory": "~100.3.2",
"magento/module-email": "*",
"magento/module-require-js": "*",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/PageBuilderAnalytics/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"require": {
"magento/module-analytics": "~100.3.2",
"magento/module-page-builder": "*",
"magento/framework": "~102.0.2-p1",
"magento/framework": "~102.0.2-p2",
"php": "~7.1.3||~7.2.0"
},
"type": "magento2-module",
Expand Down

0 comments on commit b8902d8

Please sign in to comment.