schmittjoh / JMSSerializerBundle

Easily serialize, and deserialize data of any complexity (supports XML, JSON, YAML)
http://jmsyst.com/bundles/JMSSerializerBundle
MIT License
1.8k stars 312 forks source link

Synchronize metadata driver setup with upstream changes #933

Closed mbabker closed 10 months ago

mbabker commented 1 year ago
Q A
Bug fix? no
New feature? yes
Doc updated no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets N/A
License MIT

This synchronizes the metadata driver setup with changes in the core library, accounting for:

goetas commented 1 year ago

I guess that this needs a new tag in the serializer library and it should require only that in the composer.json, right?

goetas commented 1 year ago

@mbabker https://github.com/schmittjoh/serializer/releases/tag/3.28.0 has been tagged, this will allow you to require 3.28.0 and use easily the latest changes you made

mbabker commented 1 year ago

this will allow you to require 3.28.0 and use easily the latest changes you made

PR's updated.

ruudk commented 10 months ago

@goetas @mbabker Anything needed to get this merged? Tests are green ✅ 🙏