Doctrine 2.1.7 released
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"
}
}