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
In addition, it is used in the ContentGraphProjection (and *Finder) of course (which is not directly part of the core but not expected to be implemented by "end users" either!)
This is especially problematic because we rely on the outdated 2.x version of doctrine/dbal even though 4.x is out since a while.
Move DbalSchemaDiff and DbalCheckpointStorage to separate package neos/dbal-tools(?)
that can be tagged with a version compatible with doctrine/dbal v2, v3 and v4
Replace "doctrine/dbal": "^2" requirements with "doctrine/dbal": "^2 || ^3 || ^4" and add a dependency to that new package in the neos/contentrepository-core and neos/contentgraph-doctrinedbaladapter composer manifests
The
neos/contentgraph-doctrinedbaladapter
package currently has the followingdoctrine/dbal
dependencies:In addition, it is used in the ContentGraphProjection (and *Finder) of course (which is not directly part of the core but not expected to be implemented by "end users" either!)
This is especially problematic because we rely on the outdated 2.x version of
doctrine/dbal
even though 4.x is out since a while.Related: #4227
The text was updated successfully, but these errors were encountered: