-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I just got an interesting output with the latest version 2.2.0:
+-------------------------------------+-----------------------------+-------------------------------------+
| Message | Group | Suggestion |
+-------------------------------------+-----------------------------+-------------------------------------+
| No composer dependency found for "" | Missing composer dependency | Current version is . Perhaps use ~? |
+-------------------------------------+-----------------------------+-------------------------------------+
Debugging showed that the module, which was (correctly) detected as a dependency, was disabled in app/etc/config.php. It is correct that the extension checker reports this as an issue, but it should name the module. Should we maybe fall back to the $moduleName here?
| $packageName = ''; |
Metadata
Metadata
Assignees
Labels
No labels