Doctrine Annotations 1.2.4 Release

Posted on April 14, 2015 by Marco Pivetta


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:

1{ "require": { "doctrine/annotations": "1.2.4" } }
2
3
4
5
6

Please report any issues you may have with the update on the mailing list or on Jira.