Prezent / doctrine-translatable

Translatable behaviour extension for Doctrine2
MIT License
26 stars 17 forks source link

Added support for Doctrine 2.6 #27

Closed NielsJanssen closed 8 years ago

NielsJanssen commented 8 years ago

I've removed the max version to support newer versions of Doctrine. I've tested it and haven't encountered any issues.

jvandesande commented 8 years ago

I think it's better to limit the version to 2.* via ^2.3, because 3.0 will probably introduce breaking changes.

NielsJanssen commented 8 years ago

@jvandesande You're right, I've added the constraint.

jvandesande commented 8 years ago

You should do the same for "doctrine/orm".

/cc @sandermarechal @rjbijl

sandermarechal commented 8 years ago

Fixed, thanks!