Skip to content

Commit

Permalink
Updating composer versions for version-setter for 1.3.4-p3
Browse files Browse the repository at this point in the history
  • Loading branch information
magento packaging service committed Jun 30, 2022
1 parent cf51b56 commit 409d11f
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 47 deletions.
16 changes: 9 additions & 7 deletions app/code/Magento/CatalogPageBuilderAnalytics/composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "magento/module-catalog-page-builder-analytics",
"description": "Catalog Page Builder Analytics module",
"type": "magento2-module",
"license": [
"proprietary"
],
"config": {
"sort-packages": true
},
"version": "1.3.4-p2",
"require": {
"magento/module-page-builder-analytics": "*",
"magento/module-catalog": "*",
"magento/framework": "*",
"magento/module-page-builder-analytics": "1.3.*",
"magento/module-catalog": "103.0.*",
"magento/framework": "102.0.*",
"php": "~7.3.0||~7.4.0"
},
"type": "magento2-module",
"license": [
"proprietary"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -23,3 +24,4 @@
}
}
}

16 changes: 9 additions & 7 deletions app/code/Magento/CmsPageBuilderAnalytics/composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "magento/module-cms-page-builder-analytics",
"description": "CMS Page Builder Analytics module",
"type": "magento2-module",
"license": [
"proprietary"
],
"config": {
"sort-packages": true
},
"version": "1.3.4-p2",
"require": {
"magento/module-page-builder-analytics": "*",
"magento/module-cms": "*",
"magento/framework": "*",
"magento/module-page-builder-analytics": "1.3.*",
"magento/module-cms": "103.0.*",
"magento/framework": "102.0.*",
"php": "~7.3.0||~7.4.0"
},
"type": "magento2-module",
"license": [
"proprietary"
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -23,3 +24,4 @@
}
}
}

56 changes: 29 additions & 27 deletions app/code/Magento/PageBuilder/composer.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,47 @@
{
"name": "magento/module-page-builder",
"description": "Page Builder module",
"type": "magento2-module",
"license": [
"proprietary"
],
"version": "1.3.4-p2",
"require": {
"magento/framework": "*",
"magento/module-eav": "*",
"magento/module-store": "*",
"magento/module-backend": "*",
"magento/module-cms": "*",
"magento/module-catalog": "*",
"magento/module-catalog-inventory": "*",
"magento/module-config": "*",
"magento/module-ui": "*",
"magento/module-variable": "*",
"magento/module-widget": "*",
"magento/module-catalog-widget": "*",
"magento/module-rule": "*",
"magento/module-directory": "*",
"magento/module-email": "*",
"magento/module-theme": "*",
"magento/module-wishlist": "*",
"magento/module-require-js": "*",
"magento/module-media-storage": "*",
"magento/framework": "102.0.*",
"magento/module-eav": "102.0.*",
"magento/module-store": "101.0.*",
"magento/module-backend": "101.0.*",
"magento/module-cms": "103.0.*",
"magento/module-catalog": "103.0.*",
"magento/module-catalog-inventory": "100.3.*",
"magento/module-config": "101.1.*",
"magento/module-ui": "101.1.*",
"magento/module-variable": "100.3.*",
"magento/module-widget": "101.1.*",
"magento/module-catalog-widget": "100.3.*",
"magento/module-rule": "100.3.*",
"magento/module-directory": "100.3.*",
"magento/module-email": "101.0.*",
"magento/module-theme": "101.0.*",
"magento/module-wishlist": "101.1.*",
"magento/module-require-js": "100.3.*",
"magento/module-media-storage": "100.3.*",
"php": "~7.3.0||~7.4.0",
"magento/dom": "2.1.7"
},
"suggest": {
"magento/module-review": "*"
},
"conflict": {
"gene/bluefoot": "*"
"magento/module-review": "100.3.*"
},
"type": "magento2-module",
"license": [
"proprietary"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\PageBuilder\\": ""
}
},
"conflict": {
"gene/bluefoot": "*"
}
}

14 changes: 8 additions & 6 deletions app/code/Magento/PageBuilderAnalytics/composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"name": "magento/module-page-builder-analytics",
"description": "Page Builder Analytics module",
"require": {
"magento/module-analytics": "*",
"magento/module-page-builder": "*",
"magento/framework": "*",
"php": "~7.3.0||~7.4.0"
},
"type": "magento2-module",
"license": [
"proprietary"
],
"version": "1.3.4-p2",
"require": {
"magento/module-analytics": "100.3.*",
"magento/module-page-builder": "1.3.*",
"magento/framework": "102.0.*",
"php": "~7.3.0||~7.4.0"
},
"autoload": {
"files": [
"registration.php"
Expand All @@ -20,3 +21,4 @@
}
}
}

0 comments on commit 409d11f

Please sign in to comment.