doctrine / DoctrinePHPCRBundle

This bundle integrates Doctrine PHPCR ODM and PHPCR backends into Symfony
http://phpcr.github.com
MIT License
156 stars 66 forks source link

declare conflict with doctrine/persistence 2 #403

Closed dbu closed 3 months ago

dbu commented 3 months ago

fix #402

when we dropped code for legacy versions, we did not realize that this bundle allowed installation with doctrine/persistence 2.x which has the getAliasNamespace method on the ManagerRegistry interface.