Doctrine 2.3.3 released Posted on March 24, 2013 by Benjamin Eberlei 24.03.2013 We have released a mini version 2.3.3 of ORM and DBAL. See the list of 18 tickets we fixed. You can install the release with Composer: 1{ "require": { "doctrine/orm": "2.3.3", "doctrine/dbal": "2.3.3" } } 2 3 4 5 6 7