doctrine-orm-test-infrastructure icon indicating copy to clipboard operation
doctrine-orm-test-infrastructure copied to clipboard

Drop doctrine/annotations 1.x compatibility

Open mpdude opened this issue 1 year ago • 1 comments

This PR drops compatibility with doctrine/annotations 1.x. I am not sure what would be the best time to merge it and whether it might get in somebody's way. So, keeping it as an open PR for the time being.

Not to self: There's a lot of dependencies out there (like the abandoned SensioFrameworkExtraBundle) that still require annotations ^1.0, so take care.

mpdude avatar Feb 27 '24 10:02 mpdude

What about dropping support for annotations completely and release v2 ? Now that doctrine/orm v3 and dbal v4 are out, with some impacting BC, it might be a good timing to do a major release as well.

okhoshi avatar Feb 28 '24 08:02 okhoshi

Ended up in a new 2.x branch by means of #55

mpdude avatar Sep 05 '24 12:09 mpdude