ORM 2.4.2 and 2.3.5 released
Posted on
Published: 08.02.2014
We are happy to announce the immediate availability of Doctrine ORM 2.3.5 and 2.4.2. Both versions fix 17 and 12 bugs respectively.
You can find all the changes on JIRA:
You can install the ORM using Composer and the following composer.json
contents:
{
"require": {
"doctrine/orm": "2.4.2"
}
}
{
"require": {
"doctrine/orm": "2.3.5"
}
}
Please report any issues you may have with the update on the mailing list or on Jira.