All notable changes to this project will be documented in this file. For previous changes, refer to the CHANGELOG-0.x.md document.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- ...
- Allow
jean85/pretty-package-versions
v2 90f84b5
- Drop support for PHPUnit < 9.3 #153
- Add support for deadlock detection on PostgreSQL #152, thanks @elernonelma
- Add support for PHPUnit 9.1 #149
- Large internal refactor from using PHPUnit's
--printer
toTestHook
s #149
- Fix handling of PHPUnit
--stderr
option #144, thanks @pczerkas - Fix small issue in checking coverage data syntax 8f70c
First stable release. The following changes are in comparison to the previous, unstable release (0.12.3), split into the beta releases that were tagged in the meantime.
- PHAR release (it's not working)
- Add support for PHP 7.4
- Add support for Symfony 5
- Add support for ext-pcov as a coverage driver #146
- Drop support for older packages: #134
phpunit/phpunit
6phpunit/php-code-coverage
< 6- All Symfony components < 3.4
- Scalar and return types added everywhere possible
- Add support for
phpunit/phpunit
8 andphpunit/php-code-coverage
7 #133 - Add explicit requirement for
ext-dom
andext-json
#134
- Do not set values on PHPUnit options that do not expect values #127, thanks @fullbl