Right now, it is possible to whitelist modules for automatic injection in zf config file. However, the target config file is always the same, that is, the modules.config.php file. I think that the development.config.php file (if available) should be preferred for injection when a package is listed as development dependencies (require-dev vs require).
@weierophinney
Good evening,
Right now, it is possible to whitelist modules for automatic injection in zf config file. However, the target config file is always the same, that is, the modules.config.php file. I think that the development.config.php file (if available) should be preferred for injection when a package is listed as development dependencies (require-dev vs require).
Thanks you.