You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With version 2.6.0 of this bundle, I started getting the following error:
Attempted to call an undefined method named "setMiddlewares" of class "Doctrine\DBAL\Configuration".
I suppose this is due to some other Doctrine package not being updated as well on my end. In either way, I think the cause was introduced by #1472 .
I've made a PR that would fix the issue for me.
PR: #1492
With version 2.6.0 of this bundle, I started getting the following error:
I suppose this is due to some other Doctrine package not being updated as well on my end. In either way, I think the cause was introduced by #1472 .
I've made a PR that would fix the issue for me.
PR: #1492
Full stack trace:
composer.json:
composer.lock is not in my vcs, the packages are installed via
composer update -n --prefer-stable --no-scripts
The text was updated successfully, but these errors were encountered: