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. ORM Changelog DBAL Changelog You can install the release through Github , PEAR , download from the website or through Composer: 1{ "require": { "doctrine/orm": "2.1.7" } } 2 3 4 5 6 7