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
i had a similar issue in a customer project, where "doctrine/migrations" got downgraded to the version which has no dependency on "doctrine/deprecations".
This would have been no problem in my case as well if "doctrine/migrations:3.4.2" would just allow "doctrine/deprecations:0.5 || 1.0".
So maybe we should just ask doctrine to loosen the constraint on "deprecations" in a patch fix "3.4.3" of "doctrine/migrations". This is imo the real problem and would also fix our problem as then we could install "doctrine/deprecations:1.0" which in turn allows all further updated doctrine dependencies.
In Flow 7.3 we have (highest deps) follwing versions installed:
But in Flow 8.x:
This is caused by:
Conclusion:
See slack: https://neos-project.slack.com/archives/C050KKBEB/p1690979100024069
Affected Flow versions: >=8.0
The text was updated successfully, but these errors were encountered: