You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
I was recently talking to a coworker and realized, that this component could also provide a CLI command which verifies that all modules/configs are properly registered (as configured).
As of now, this only suggests adding/removing stuff during composer install/update and thus does not do anything if nothing changes within vendor/ directory.
I'd love to have a CLI command which uses composer.lock to extract extra.laminas.config-provider, etc. and checks projects extra.laminas.component-auto-installs and extra.component-ignore-list to verify if everything is properly registered in either module.config.php or config.php (the same way as it does during composer install).
The text was updated successfully, but these errors were encountered:
Feature Request
Summary
Hey there,
I was recently talking to a coworker and realized, that this component could also provide a CLI command which verifies that all modules/configs are properly registered (as configured).
As of now, this only suggests adding/removing stuff during
composer install/update
and thus does not do anything if nothing changes withinvendor/
directory.I'd love to have a CLI command which uses
composer.lock
to extractextra.laminas.config-provider
, etc. and checks projectsextra.laminas.component-auto-installs
andextra.component-ignore-list
to verify if everything is properly registered in eithermodule.config.php
orconfig.php
(the same way as it does during composer install).The text was updated successfully, but these errors were encountered: