سؤال

I recently disabled some modules and after an upgrade I feel that new dependencies got introduced (when disabling and re-enabling a custom module I got errors).

Is there a command to check if the current dependencies are all met?

هل كانت مفيدة؟

المحلول

There's a command to show the dependencies not sure if it is exactly what you need but it can help:

  • php bin/magento info:dependencies:show-modules for modules dependencies
  • php bin/magento info:dependencies:show-modules-circular for circular dependencies
  • php bin/magento info:dependencies:show-framework for Magento framework dependencies

نصائح أخرى

Try Using composer update --dry-run

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى magento.stackexchange
scroll top