-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: doctrine/migrations
has no more ConsoleLogger
#3404
Comments
Are you sure about the PHP version? Because we officially support only PHP 8.3.x for Flow/Neos 9.0 ? That could already be the root of the issue otherwise. |
I'd say then our constraints are bad, but we definitely expect 8.3 at least |
I am sorry, too much going on, we are discussing PHP 8.3 as requirement but that is not the case right now. Which version of the doctrine packages got installed? |
Maybe we both have been doing enough Neos stuff the last days… I just checked the repo and found the change on the 4.0.x branch So I don't know what happened with my system |
No!! Still a problem with |
Is there an existing issue for this?
Current Behavior
./flow doctrine:migrate
Expected Behavior
./flow doctrine:migrate
Steps To Reproduce
Updating
neos/flow
thedoctrine/migrations
package is updated to 3.9.x-dev.After './flow doctrine:migrate' there is an error (see current behavior) that ConsoleLogger was not found.
In there the ConsoleLogger was deleted and the Logger from Symfony is used instead.
See here: doctrine/migrations@2700819#diff-2cc9c3db4c79b32974d69ac0f6ff0438356f4ce1c39b918b5e0cea02b21dfdd5
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: