Annotations 1.2.2 released
Posted on
We are happy to announce the immediate availability of
doctrine/annotations
1.2.2.
The release includes following fixes:
- 43: Exclude files from distribution via .gitattributes
- 44: Prevent stack overflows in "preg_split" in the lexer
- 46: Fixed race conditions in FileCacheReader by improving I/O operations atomicity
- 48: Deprecating the FileCacheReader in 1.2.2: will be removed in 2.0.0
You can install the Annotations library using Composer and the following
composer.json
contents:
{
"require": {
"doctrine/annotations": "1.2.2"
}
}