doctrine-orm-test-infrastructure
doctrine-orm-test-infrastructure copied to clipboard
Drop doctrine/annotations 1.x compatibility
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.
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.
Ended up in a new 2.x branch by means of #55