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:
Added CONDUCT.md.
Updated CONTRIBUTING.md:
to reference CONDUCT.md
to reference Composer scripts instead of explicit tools
Made LICENSE markdown.
Made PHPUnit configuration a dist file.
Added .gitattributes to allow smaller distribution packages.
Removed obsolete .php_cs.
Added lowest/locked/latest test strategy, which required adding
composer.lock to the repo.
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:
.php_cs
.composer.lock
to the repo.