Doctrine 2.3.3 released
Posted on
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:
{
"require": {
"doctrine/orm": "2.3.3",
"doctrine/dbal": "2.3.3"
}
}