Common 2.5.3 and 2.6.1 Released
Posted on
We are happy to announce the immediate availability of Doctrine Common 2.5.3 and 2.6.1.
Common 2.5.3
This release corrects an issue with the precedence of namespaces being
matched by the SymfonyFileLocator
#367.
Common 2.6.1
This release includes all of the fixes reported above for 2.5.3.
Installation
You can install the Common component using Composer and one of the
following composer.json
definitions:
{
"require": {
"doctrine/common": "~2.5.3"
}
}
{
"require": {
"doctrine/common": "~2.6.1"
}
}
Please report any issues you may have with the update on the issue tracker.