You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, unfortunately, again an error was made by publishing 4.1.1. That release has been tag from the 4.0.x branch, likely a simple mistake. Please see discussion in #720 and #722 (comment). The 4.1.1 need to be revokes and a 4.1.2 should be released.
I cannot use
doctrine/orm ^2.8
with the latest releases for 4.x.y due to conflict ondoctrine/persistence
.Related: doctrine/DoctrineORMModule#635
Reviewing the tags:
4.0.3
addeddoctrine/persistence ^2.0
4.0.5
reverted todoctrine/persistence ^1.3
4.1.0
addeddoctrine/persistence ^2.0
4.1.1
reverted todoctrine/persistence ^1.3
Should
^4.1
and/or^4.0
be compat withdoctrine/persistence ^2.0
?The text was updated successfully, but these errors were encountered: