You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to liip/metadata-parser 2.x. Most notable changes:
Switched from annotations to attributes. Replace LiipMetadataAnnotationParser with LiipMetadataAttributeParser and change @Preferred annotations to #[Preferred] attributes.
Setting a (different) naming strategy via the PropertyCollection::useIdenticalNamingStrategy
is no longer possible. Instead, pass the naming strategy as second argument to the constructor
of the Parser.
Fix fallback to JMS serializer when the order of configured groups were
not ordered as the ones in the generated PHP filenames.
Keep consistent sorting on both Context and GroupCombination classes.
Fix bug when serializing a multidimensional array with a primitive type.