Skip to content

PHP 8 and "phpunit/php-code-coverage" to v9 !

Choose a tag to compare

@shulard shulard released this 30 Nov 14:09
· 50 commits to master since this release
d1957ce

This release introduces two important changes :

  • Support PHP 8
  • Extension requires PHP7.3+ (due to phpunit/php-code-coverage v9 depending on it) #36

However, the version 5.x will still be maintained because it's compatible with PHP7.2. If we introduce new changes, they'll be backported on the releases/5.0 branch when possible.