MultiSafepay / magento2-msi

Handles stock when MSI is enabled
Open Software License 3.0
0 stars 0 forks source link

Magento MSI in composer replace #1

Open lewisvoncken opened 3 years ago

lewisvoncken commented 3 years ago

Hi @Vinod-MultiSafepay

In some cases you would like to put the Magento MSI modules in the composer replace because of projects which don't require a Multi Source Inventory it is possible to not install it. The MSI modules are performance technically not always necessary

Would you recommend then to also add this package to the replace or is it possible that in the meta packages it can be moved to composer suggest?

vinodsowdagar commented 3 years ago

Hi @lewisvoncken ,

Good point. A composer replace for our MSI module should be no problem.

We have thought a lot on how to deal with this. To just do a composer suggestion would not feel right, since it's a must to either use one or the other. Throwing it in as a suggestion implies that everything should also work without it, but that is not the case for everyone. The stock handling would not be done right if either the MSI module or catalog inventory module is not installed, depending on the Magento installation.