zendframework / zend-component-installer

Composer post-package-(un)install scripts for modules and components.
BSD 3-Clause "New" or "Revised" License
46 stars 20 forks source link

Whitelisted components / dev dependencies / Injection #55

Open nuxwin opened 6 years ago

nuxwin commented 6 years ago

@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.

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-component-installer; a new issue has been opened at https://github.com/laminas/laminas-component-installer/issues/2.