safrazik / breeze.server.php

Breeze JS support for PHP applications
MIT License
29 stars 11 forks source link

Updated JMS/serializer dependency to 1.0 #17

Closed christophercr closed 9 years ago

christophercr commented 9 years ago

The latest version of the JMS/serializer contains some important bug fixes features:

-adds convenience toArray and fromArray methods to the Serializer -better handling of polymorphic objects in collections -fixes some bugs in the YAML metadata format

safrazik commented 9 years ago

As far as I tested, the update doesn't break anything. Merged with master.