This repository was archived by the owner on Feb 24, 2021. It is now read-only.
2.7.0
Based on https://github.com/zendframework/zend-console/releases/tag/release-2.7.0 (commit df606a83773d17e0b9d76c2dcfa0e8eb7318b959 in this repo) Added ----- - [zendframework/zend-console#32](https://github.com/zendframework/zend-console/pull/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. - [zendframework/zend-console#39](https://github.com/zendframework/zend-console/pull/39) adds support for PHP 7.2. Changed ------- - Nothing. Deprecated ---------- - Nothing. Removed ------- - [zendframework/zend-console#39](https://github.com/zendframework/zend-console/pull/39) removes support for PHP 5.5. - [zendframework/zend-console#39](https://github.com/zendframework/zend-console/pull/39) removes support for HHVM. Fixed ----- - [zendframework/zend-console#19](https://github.com/zendframework/zend-console/pull/19) updated link to the documentation in the [README](README.md)