Releases: dmaicher/doctrine-test-bundle
Releases · dmaicher/doctrine-test-bundle
v6.3.1
v6.3.0
v5.0.5
v6.2.1
v5.0.4: Fix issue with transaction nesting after re-connect (#98)
Symfony 5 & DoctrineBundle 2 support
- drops support for unmaintained Symfony versions
- adds support for Symfony 5
- adds support for DoctrineBundle 2
v6.1.0
Dependency updates
- 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
thanks @garak
v5.0.3: fix #77: deprecations notices with phpunit 8 (#78)
Now deprecation free when using PHPUnit8 with the new Extension thanks to @B-Galati
Fix deprecation notice for Symfony 4.2
Now deprecation-free when using Symfony 4.2. Thanks to @fmonts