Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

58 lines (44 loc) · 1.37 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[6.2.0]

Changed

  • drop support for unmaintained Symfony versions
  • allow Symfony 5
  • allow DoctrineBundle 2

[6.1.0]

Changed

  • add typehints
  • fix deprecations
  • update docs

[6.0.0]

Changed

  • drop support for PHP < 7.2
  • drop support for PHPUnit 6
  • drop support for Symfony 2
  • bump requirement for doctrine/dbal to ~2.9
  • bump requirement for doctrine/doctrine-bundle to ~1.11

[5.0.0]

Changed

  • support PHPUnit 7
  • drop support for PHPUnit 5
  • drop support for PHP 5.6 and 7.0

[4.0.0]

Changed

  • use only one listener class for both PHPUnit 5 and 6+.
  • use savepoints for nested transactions if possible
  • add functional tests

[3.2.0]

Changed

  • decorate original doctrine connection factory service instead of replacing it

[3.1.0]

Changed

  • only require symfony/framework-bundle instead of symfony/symfony

[3.0.0]

Changed

  • made phpunit/phpunit a dev dependency only
  • removed separation of two different branches/releases for PHPUnit < 6 (1.x) and >= 6 (master/2.x)
  • renamed phpunit listener class

Fixed

  • compatibility with symfony/phpunit-bridge