EntityAuditBundle icon indicating copy to clipboard operation
EntityAuditBundle copied to clipboard

Add `doctrine/orm` 3 support

Open franmomu opened this issue 7 months ago • 9 comments

Subject

This PR tries to add support for doctrine/orm 3

I am targeting this branch, because these changes are BC.

Changelog

### Added
- Support for `doctrine/orm` 3

The CI should be modified to allow installing doctrine/orm 3

franmomu avatar Nov 19 '23 16:11 franmomu

We need https://github.com/doctrine/data-fixtures/pull/452

franmomu avatar Nov 19 '23 19:11 franmomu

The next blocker seems to be https://github.com/doctrine-extensions/DoctrineExtensions/issues/2708

greg0ire avatar Nov 25 '23 16:11 greg0ire

The next blocker seems to be doctrine-extensions/DoctrineExtensions#2708

Yep, that would take a bit longer I think, I'll try to help with that

franmomu avatar Nov 26 '23 18:11 franmomu

Hi @franmomu, what about following the same strategy than https://github.com/sonata-project/SonataDoctrineORMAdminBundle/blob/4.x/.github/workflows/test_orm_3.yaml ?

gedmo/doctrine-extensions is an optional dev dependency, it should be a blocker for the ORM 3 support.

VincentLanglet avatar Apr 24 '24 11:04 VincentLanglet