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

zend-console 2.8.0

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 04 Feb 19:48
· 17 commits to master since this release

Added

  • #41 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #41 removes support for zend-stdlib v2 releases.

Fixed

  • #44 fixes usage of array_unique() within the DefaultRouteMatcher to
    properly re-assign the array when invoked.