Closed NielsJanssen closed 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.
@jvandesande You're right, I've added the constraint.
You should do the same for "doctrine/orm".
/cc @sandermarechal @rjbijl
Fixed, thanks!
I've removed the max version to support newer versions of Doctrine. I've tested it and haven't encountered any issues.