This repository was archived by the owner on Feb 24, 2021. It is now read-only.
2.8.0
Based on https://github.com/zendframework/zend-console/releases/tag/release-2.8.0 (commit 95a9fda474702d463d884d501e61e76d145c9eee in this repo) Added ----- - [zendframework/zend-console#41](https://github.com/zendframework/zend-console/pull/41) adds support for PHP 7.3. Changed ------- - Nothing. Deprecated ---------- - Nothing. Removed ------- - [zendframework/zend-console#41](https://github.com/zendframework/zend-console/pull/41) removes support for laminas-stdlib v2 releases. Fixed ----- - [zendframework/zend-console#44](https://github.com/zendframework/zend-console/pull/44) fixes usage of `array_unique()` within the `DefaultRouteMatcher` to properly re-assign the array when invoked.