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
Does not apply from v2.7.2 of doctrine/dbal - the issue was fixed via doctrine/dbal#3141
We're currently at v2.9.2 and have had to ignore the patch via the following addition to our admin/composer.json
{
...
"extra": {"patches-ignore": {"os2display/core-bundle": {"doctrine/dbal": {"Was merged via https://github.com/doctrine/dbal/pull/3141, is available in version v2.7.2 an onwards": "Features/Fixtures/patch/doctrine-dbal-issues-2426.patch"}}},}}
The text was updated successfully, but these errors were encountered:
Hi,
Be aware that the patch specified in
core-bundle/composer.json
Line 47 in e445ceb
Does not apply from v2.7.2 of doctrine/dbal - the issue was fixed via doctrine/dbal#3141
We're currently at v2.9.2 and have had to ignore the patch via the following addition to our admin/composer.json
The text was updated successfully, but these errors were encountered: