JMSSerializerModule icon indicating copy to clipboard operation
JMSSerializerModule copied to clipboard

Update JMS Composer

Open N3XT0R opened this issue 10 years ago • 3 comments

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.

N3XT0R avatar Apr 02 '15 09:04 N3XT0R

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

Spea avatar Apr 04 '15 12:04 Spea

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.

N3XT0R avatar Apr 04 '15 18:04 N3XT0R

Version 1.0.0 is more about adding new features. I cannot see any problem with setting dependency to 1.0.0 version.

unixslayer avatar Jul 21 '15 14:07 unixslayer