sonata-project / EntityAuditBundle

Audit for Doctrine Entities
https://sonata-project.org
MIT License
632 stars 261 forks source link

Support for `doctrine/collections` ^2.0 #546

Closed mvhirsch closed 1 year ago

mvhirsch commented 1 year ago

Feature Request

Like https://github.com/sonata-project/EntityAuditBundle/pull/541 event-manager, this bundle should support doctrine/collections 2.0, too.

The BC breaks relate to native parameter types only https://github.com/doctrine/collections/blob/2.0.x/UPGRADE.md#upgrade-to-20

mvhirsch commented 1 year ago

PR https://github.com/sonata-project/EntityAuditBundle/pull/547