zfcampus / statuslib-example

Library for use with Apigility examples
BSD 3-Clause "New" or "Revised" License
9 stars 16 forks source link

Allow usage with zend-hydrator v3 #12

Closed weierophinney closed 5 years ago

weierophinney commented 5 years ago

This patch adds version 3 releases to the zend-hydrator constraint. In order for the code to work without deprecation notices, it also updates the ArrayMapper and TableGateway classes to vary which version of the object property hydrator to use, based on zend-hydrator version detected.