Skip to content

Update tdbm for Symfony 6 and doctrine v3 #288

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daetcm
Copy link

@daetcm daetcm commented Jan 28, 2025

No description provided.

@@ -26,7 +26,7 @@
use Doctrine\Common\Cache\ClearableCache;
use Doctrine\Common\Cache\VoidCache;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\DBALException;
use Doctrine\DBAL\Exception;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe prefer an alias to show that it comes from DBAL:

Suggested change
use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Exception as DBALException;

@@ -19,22 +19,21 @@
],
"require" : {
"php": "^7.4 || ^8.0",
"mouf/magic-query": "^1.4.3",
"mouf/magic-query": "2.0.x-dev",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once everything works:

  1. Merge changes to mouf/magic-query if there are any
  2. Release a new mouf/magic-query version (2.0.0)
  3. Require this new version here

@daetcm daetcm force-pushed the updates-for-sf6 branch 2 times, most recently from 5a843fa to a138b5b Compare January 28, 2025 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants