-
Command " |
Beta Was this translation helpful? Give feedback.
Answered by
mbabker
Nov 16, 2021
Replies: 1 comment 7 replies
-
https://github.com/doctrine/dbal/blob/3.4.4/UPGRADE.md#bc-break-removed-dbalimport-cli-command DBAL 3.x dropped support for it as noted in the upgrade guide. The corresponding command in the DoctrineBundle is deprecated and is only registered when DBAL 2.x is detected. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
mdeherder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/doctrine/dbal/blob/3.4.4/UPGRADE.md#bc-break-removed-dbalimport-cli-command
DBAL 3.x dropped support for it as noted in the upgrade guide. The corresponding command in the DoctrineBundle is deprecated and is only registered when DBAL 2.x is detected.