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

zend-console 2.6.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 09 Feb 17:17
· 138 commits to master since this release

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #13 updates the component to make it forwards-compatible with the zend-stdlib and zend-servicemanager v3 versions.
  • #4 fixes an error in getTitle() whereby the $output array was being incorrectly used as a string.
  • #12 updates the Zend\Console\Prompt\Char::show() method to call on the composed adapter's write()/writeLine() methods instead of calling echo().