dotkernel / api

DotKernel's PSR-7 REST style API built around the Mezzio API skeleton.
https://docs.dotkernel.org/api-documentation/
MIT License
35 stars 5 forks source link

ArraySerializable deprecated #54

Closed MarioRadu closed 3 years ago

MarioRadu commented 3 years ago

ArraySerializable class used to extract data from entities is deprecated since laminas-hydrator version 3.0 and it will be removed starting with version 4.0 . The package suggest the use of ArraySerializableHydrator instead.