Doctrine DBAL 2.5.3 Released

Posted on December 25, 2015 by Marco Pivetta


We are happy to announce the immediate availability of Doctrine DBAL 2.5.3.

The SQLServer platform support for pagination query modification was completely rewritten, improving stability and code quality as well as ease of maintenance. #818

Dependency constraints on the doctrine/common component supported versions were corrected, allowing users to install doctrine/common 2.6.* together with the DBAL. #2268

Installation

You can install the DBAL component using Composer:

composer require doctrine/dbal:~2.5.3

Please report any issues you may have with the update on the issue tracker.