AvS_DisableModules icon indicating copy to clipboard operation
AvS_DisableModules copied to clipboard

Packages which have been "replaced" in composer.json cause errors

Open diamondavocado opened this issue 5 years ago • 0 comments

When running info:dependencies:show-removable I get the following error:

Please check the path you provided. Removable Modules report generator failed with error: Module name for composer name "magento/module-captcha" not found.

I presume this is because I have used "replace" in composer.json to replace that module with nothing (as a safer alternative to actually uninstalling/removing the module):

"replace": {
        "magento/module-dhl": "*",
        "magento/module-fedex": "*",
        "magento/module-marketplace": "*",
        "magento/module-multishipping": "*",
        "magento/module-captcha": "*"
}

diamondavocado avatar May 05 '19 00:05 diamondavocado