ORM 2.4.5 released
Posted on
We are happy to announce the immediate availability of Doctrine ORM 2.4.5, which fixes an HHVM/PHP7 issue related with func_get_args().
You can find all the changes on JIRA:
- ORM
2.4.5
- 1 issue fixed
You can install the ORM using Composer and the following composer.json
contents:
{
"require": {
"doctrine/orm": "2.4.5"
}
}
Please report any issues you may have with the update on the mailing list or on Jira.