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

zend-console 2.7.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 25 Jan 19:10
· 48 commits to master since this release

Added

  • #32 adds a new route match type, the "catch-all". Such types are always optional (thus, appear in [] sets), and are specified using ... within: command [...options].

    Parameters matched this way will always be returned as an array of values.

  • #39 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #39 removes support for PHP 5.5.

  • #39 removes support for HHVM.

Fixed

  • #19 updated link to the documentation in the README