zendframework / zend-paginator

Paginate collections of data from arbitrary sources.
BSD 3-Clause "New" or "Revised" License
36 stars 30 forks source link

Forwards-compatibility with zend-servicemanager v3 #18

Closed weierophinney closed 8 years ago

weierophinney commented 8 years ago

Updates the code base to be forwards-compatible with zend-servicemanager v3 (and thus also zend-stdlib v3). In particular, it re-introduces v2-specific methods to all factories and plugin managers (as removed in #4 and #8), updates the plugin managers per the best practices we've uncovered during other migrations, and adds compatibility tests for plugin managers.ZZ