contributte / doctrine-orm

:fire: Well-integrated Doctrine ORM for Nette Framework

Home Page:https://contributte.org/packages/nettrine/orm.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatible with latest doctrine

akadlec opened this issue · comments

Laster version of doctrine orm (2.7.3) is not compatible due to namespaces changes Doctrine\Common\Persistence -> Doctrine\Persistence which is cause by dependency: "doctrine/common": "^2.11 || ^3.0",

To fix this probem, had to define doctrine orm 2.7.2 in my project.

So, just to inform you

Thanks @akadlec. I don't get it why this change affected 2.x version. :-) We need to be more strict about it.

@f3l1x This seems solved. You can close it.