Ao realizar o comando para incluir o doctrine/migrations:^2.0
Aparece a seguinte mensagem:
Problem 1
- Root composer.json requires doctrine/migrations 2.0 -> satisfiable by doctrine/migrations[v2.0.0].
- doctrine/migrations v2.0.0 requires symfony/console ^3.4||^4.0 -> found symfony/console[v3.4.0, ..., v3.4.47, v4.0.0, ..., v4.4.43] but the package is fixed to v5.4.10 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
E se instalar o symfony/console ^3.4 ou ^4.0 entra em conflito com "symfony/yaml": "^5.4"
Qual solução?