Annotations 1.2.2 released

Posted on December 18, 2014 by Marco Pivetta


We are happy to announce the immediate availability of doctrine/annotations 1.2.2.

The release includes following fixes:

You can install the Annotations library using Composer and the following composer.json contents:

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