seen in oc 10.8.0-beta2
PR #38647 claims to update octrine/dbal to 2.13.1
But lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Version.php says
class Version
{
/**
* Current Doctrine Version.
*/
public const VERSION = '2.12.2-DEV';
Is this the expected version?