Annotations 1.2.3 released

Posted on December 20, 2014 by Marco Pivetta


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

The release includes fixes for regressions that were introduced by some bug-fixes in version 1.2.2:

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

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