zend-component-installer
zend-component-installer copied to clipboard
Composer post-package-(un)install scripts for modules and components.
The config file paths are currently hardcoded. IMHO that's a bad move. The framework is very flexible about file names and directory layout, and the paths (in particular for the...
I think that the question > Please select which config file you wish to inject 'My\Package\ConfigProvider' into should never appear if there's only one option that isn't "do not inject"....
@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...
This seems like a bug to me. I can add `--no-scripts` which gives desired outcome but, I still think this is a bug. Problem: Using `composer install --no-interaction` is injecting...