Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-component-installer 0.7.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 22 Feb 17:45
· 136 commits to master since this release

Added

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 composes IOInterface instances. As such, a number of public methods that were receiving IOInterface 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.