The platforms and drivers no longer supported in `master` should be marked deprecated: 1. PostgreSQL <9.3, SQL Server < 2008, SQL Anywhere < 16, PDO-based IBM DB2 driver (https://github.com/doctrine/dbal/pull/3055). 2. Drizzle (https://github.com/doctrine/dbal/pull/3040). 3. Azure and sharding (https://github.com/doctrine/dbal/pull/3602). 4. PostgreSQL 9.3, MariaDB 10.0 (https://github.com/doctrine/dbal/pull/3477). 5. SQL Server 2008 (https://github.com/doctrine/dbal/pull/3756). **TODO:** - [x] Update platforms.rst.
The platforms and drivers no longer supported in
mastershould be marked deprecated:TODO: