Doctrine Annotations 1.2.4 Release
Posted on
We are happy to announce the immediate availability of Doctrine
Collections 1.2.4
.
This release fixes a minor issue
(#51) with highly
concurrent I/O and the FileCacheReader#saveCacheFile()
method.
Installation
You can install this version of Doctrine Annotations by using Composer
and the following composer.json
contents:
{
"require": {
"doctrine/annotations": "1.2.4"
}
}
Please report any issues you may have with the update on the mailing list or on Jira.