zendframework / zend-filter

Filter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
68 stars 35 forks source link

Complete v2-v3 servicemanager compatibility #21

Closed weierophinney closed 8 years ago

weierophinney commented 8 years ago

This patch builds on #19, and completes the compatibility checks.

First, it updates and reduces dependencies in order to simplify usage, and allow us to pin to stable versions:

zend-stdlib is installed at 2.7.4, due to the fact that zend-uri uses zend-validator, which is still pinned to v2 of the service manager and v2 of zend-stdlib.

Next, it adds FilterPluginManagerCompatibilityTest, as described on the maintainers wiki. This test uncovered a few issues, which I have resolved:

Assuming tests pass, this should be ready for an immediate 2.6.0 release.

gianarb commented 8 years ago

:+1: