AvS_DisableModules
AvS_DisableModules copied to clipboard
Magento_Multishipping incorrectly reporting without dependencies
The Magento_Multishipping module is reported as having no modules dependent on it, however; when trying to uninstall, I receive the following:
Cannot uninstall module 'Magento_Multishipping' because the following module(s) depend on it:
Temando_Shipping
If you aren't using the temando shipping module at all, you could always stop composer from installing it in the first place
"replace": {
...
"temando/module-shipping-m2": "*",
"temando/module-shipping": "*",
...
},
Explained more at https://www.integer-net.com/make-magento-2-small-again/