Skip to content

1.0.0

Compare
Choose a tag to compare
@Jean85 Jean85 released this 11 Mar 09:35
1.0.0
ecb99b1

Below, you can find the full changelog for this release, compared to the last 0.x tag (0.12.3):

Breaking changes

  • Scalar and return types added everywhere possible

Added

  • Add support for PHP 7.4
  • Add support for Symfony 5
  • Add support for ext-pcov as a coverage driver #146
  • Add support for phpunit/phpunit 8 and phpunit/php-code-coverage 7 #133
  • Add explicit requirement for ext-dom and ext-json #134

Fixed

  • Do not set values on PHPUnit options that do not expect values #127, thanks @fullbl

Changed

  • Update PHPStan to 0.12 #128 + #145
  • Prefer Pcov or Xdebug over PHPDBG as coverage driver #146
  • Update coding standard to 0.3 #131

Removed

  • Drop support for older packages: #134
    • phpunit/phpunit 6
    • phpunit/php-code-coverage < 6
    • All Symfony components < 3.4
  • PHAR release (it's not working)
  • Disable Scrutinizer #132, CodeClimate and Insight, in favor of CodeCov