Skip to content

Commit

Permalink
Fixes #1222 Explicit composer/module dependencies
Browse files Browse the repository at this point in the history
 to MSI modules
  • Loading branch information
rbayet committed Dec 11, 2018
1 parent 765b122 commit 1c08fc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"magento/module-backend": ">=101.0.0",
"magento/module-catalog": ">=103.0.0",
"magento/module-catalog-search": ">=101.0.0",
"magento/module-inventory-sales-api": ">=1.0.3",
"magento/module-inventory-sales": ">=1.0.3",
"magento/module-inventory-indexer": ">=1.0.3",
"magento/magento-composer-installer": "*",
"elasticsearch/elasticsearch": "~5.1"
},
Expand Down
3 changes: 3 additions & 0 deletions src/module-elasticsuite-catalog/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<module name="Magento_LayeredNavigation" />
<module name="Magento_CatalogInventory" />
<module name="Magento_LayeredNavigationStaging" />
<module name="Magento_InventorySalesApi" />
<module name="Magento_InventorySales" />
<module name="Magento_InventoryIndexer" />
</sequence>
</module>
</config>

0 comments on commit 1c08fc1

Please sign in to comment.