Skip to content

Commit

Permalink
MAGETWO-66675: Fix relative template references in individual Magento…
Browse files Browse the repository at this point in the history
… modules #1895

- remove redundant hard dependencies
  • Loading branch information
vrann committed Mar 23, 2017
1 parent 7b337ae commit 990217a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion app/code/Magento/Backend/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"magento/module-directory": "100.2.*",
"magento/module-developer": "100.2.*",
"magento/module-eav": "100.2.*",
"magento/module-theme": "100.2.*",
"magento/module-reports": "100.2.*",
"magento/module-sales": "100.2.*",
"magento/module-quote": "100.2.*",
Expand All @@ -21,6 +20,9 @@
"magento/module-config": "100.2.*",
"magento/framework": "100.2.*"
},
"suggest": {
"magento/module-theme": "100.2.*"
},
"type": "magento2-module",
"version": "100.2.0-dev",
"license": [
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/Theme/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"magento/module-media-storage": "100.2.*",
"magento/module-ui": "100.2.*",
"magento/framework": "100.2.*",
"magento/module-require-js": "100.2.*",
"magento/module-directory": "100.2.*"
"magento/module-require-js": "100.2.*"
},
"suggest": {
"magento/module-translation": "100.2.*",
"magento/module-theme-sample-data": "Sample Data version:100.2.*",
"magento/module-deploy": "100.2.*"
"magento/module-deploy": "100.2.*",
"magento/module-directory": "100.2.*"
},
"type": "magento2-module",
"version": "100.2.0-dev",
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Wishlist/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"magento/module-rss": "100.2.*",
"magento/module-backend": "100.2.*",
"magento/module-sales": "100.2.*",
"magento/module-grouped-product": "100.2.*",
"magento/framework": "100.2.*",
"magento/module-ui": "100.2.*"
},
Expand All @@ -21,6 +20,7 @@
"magento/module-downloadable": "100.2.*",
"magento/module-bundle": "100.2.*",
"magento/module-cookie": "100.2.*",
"magento/module-grouped-product": "100.2.*",
"magento/module-wishlist-sample-data": "Sample Data version:100.2.*"
},
"type": "magento2-module",
Expand Down

0 comments on commit 990217a

Please sign in to comment.