This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-component-installer 2.1.0
Added
-
#52 adds the ability to whitelist packages exposing config providers and/or modules. When whitelisted, the installer will not prompt to inject configuration, but instead do it automatically. This is done at the root package level, using the following configuration:
"extra": { "zf": { "component-whitelist": [ "some/package" ] } }
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.