v0.8.5
Doctrine\DBAL\DBALException was removed in DBAL 3.x in favour of Doctrine\DBAL\Exception. DBALSnapshotStore.php already used the correct import but DBALEventStoreException had the old class in its type hint, causing TypeError at runtime when DriverException (a subclass of Doctrine\DBAL\Exception) was passed to create().