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:

{
    "require": {
        "doctrine/annotations": "1.2.2"
    }
}