Doctrine 2.2.2 released

Posted on April 13, 2012 by beberlei


We released version 2.2.2 of the Doctrine ORM, Common and DBAL today, fixing a total of 20 bugs.

You can install the release through Github , PEAR , download from the website or through Composer:

{
    "require": {
        "doctrine/orm": "2.2.2"
    }
}