zfcampus / zf-console

Create console applications in PHP
BSD 3-Clause "New" or "Revised" License
64 stars 25 forks source link

Provide support for v3 components from Zend Framework #35

Closed weierophinney closed 8 years ago

weierophinney commented 8 years ago

This patch updates the dependencies to allow either v2 or v3 versions of ZF components, specifically zend-filter and zend-validator. It also ensures the package works for PHP 7 and PHPUnit 5 releases.

In addition, it implements the following changes to prepare the package for a new minor release: