JMSSerializerModule
JMSSerializerModule copied to clipboard
Update JMS Composer
Please update your Composer requirement for JMS from 0.11 to the newest. in Version 0.11 are some Bugs with handling of datatypes like boolean, when using XML Deserialization Visitor.
The version is set to ~0.11 which essentially means "use version >= 0.11 but < 1.0". So I'm not exactly sure where the problem is
The Problem is, that higher Version than 0.11 is not possible. composer update, will not update your dependings to the highest version. So the handling with at example XML will not correct handle the Datatype Boolean.
Version 1.0.0 is more about adding new features. I cannot see any problem with setting dependency to 1.0.0 version.