This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
Releases: zendframework/zend-component-installer
Releases · zendframework/zend-component-installer
zend-component-installer 2.1.2
Added
- #57 adds support for PHP 7.3.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-component-installer 2.1.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #54 fixes issues when run with symfony/console v4 releases.
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.
zend-component-installer 2.0.0
Added
- Nothing.
Changed
- #49 modifies the default options for installer prompts. If providers and/or modules are discovered, the installer uses the first discovered as the default option, instead of the "Do not inject" option. Additionally, the "remember this selection" prompt now defaults to "y" instead of "n".
Deprecated
- Nothing.
Removed
- #50 removes support for PHP versions 5.6 and 7.0.
Fixed
- Nothing.
zend-component-installer 1.1.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #47 fixes an issue during package removal when a package defines multiple targets (e.g., both "component" and "config-provider") and a
ConfigInjectorChain
is thus used by the plugin; previously, an error was raised due to an attempt to call a method theConfigInjectorChain
does not define.
zend-component-installer 1.1.0
zend-component-installer 1.0.0
First stable release.
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-component-installer 0.7.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #38 fixes an issue with detection of config providers in
ConfigAggregator
-based configuration files. Previously, entries that were globally qualified (prefixed with\\
) were not properly detected, leading to the installer re-asking to inject.
zend-component-installer 0.7.0
Added
- #34 adds support for applications using zendframework/zend-config-aggregator.
Changes
- #34 updates the internal architecture such that the Composer
IOInterface
no longer needs to be passed during config discovery or injection; instead, try/catch blocks are used within code exercising these classes, which already composesIOInterface
instances. As such, a number of public methods that were receivingIOInterface
instances now remove that argument. If you were extending any of these classes, you will need to update accordingly.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-component-installer 0.6.0
Added
- #31 adds support for zend-config-aggregator-based application configuration.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.