Doctrine 2.3.4 released

Posted on May 11, 2013 by Benjamin Eberlei


11.05.2013

We have released version 2.3.4 of Doctrine ORM and DBAL. We fixed as much as 18 DBAL tickets and 12 ORM tickets.

See a Changelog of both components:

You can install the release with PEAR or with Composer:

{
    "require": {
        "doctrine/orm": "2.3.4",
        "doctrine/dbal": "2.3.4"
    }
}