-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Deprecations #1320
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
Comments
@lxregistry Do you still have the problem? |
yes, with version 6.1.4 |
About this remaining deprecation, see this comment: #1362 (comment) |
javiereguiluz
added a commit
that referenced
this issue
Feb 9, 2023
This PR was merged into the main branch. Discussion ---------- Bump minimum version of Doctrine Bundle to ^2.8 Fixes deprecation: - The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Fixes #1320 This also removes the last transitive dependency on doctrine/annotations Commits ------- ee5716a Bump minimum version of Doctrine Bundle to ^2.8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
The text was updated successfully, but these errors were encountered: