DBAL 2.4.3 released
Posted on
We are happy to announce the immediate availability of Doctrine DBAL 2.4.3, which fixes various bugs discovered during DBAL 2.5.x development.
You can find all the changes on JIRA:
- DBAL
2.4.3
- 10 issues fixed
You can install the DBAL using Composer and the following
composer.json
contents:
{
"require": {
"doctrine/dbal": "2.4.3"
}
}
Please report any issues you may have with the update on the mailing list or on Jira.