Doctrine 2.1.7 released

Posted on May 28, 2012 by beberlei


We released version 2.1.7 of the Doctrine ORM and DBAL today, fixing a total of 18 bugs.

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

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