This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
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.