Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Releases: karriereat/php-code-quality

v5.1.0

21 Feb 07:39
f874632
Compare
Choose a tag to compare

Added

  • Package to ignore final classes in tests

v5.0.0

20 Nov 08:47
63df36a
Compare
Choose a tag to compare

Changed

Added

  • Support for phpspec v5 and v6

Removed

  • Support for phpspec v4

How to upgrade

  • Run composer require --dev karriere/code-quality:^5.0 --update-with-dependencies

v4.2.0

04 Nov 11:11
ebc12d8
Compare
Choose a tag to compare

Changed

  • Replaced package leanphp/phpspec-code-coverage with friends-of-phpspec/phpspec-code-coverage

You can use the new FriendsOfPhpSpec\PhpSpec\CodeCoverage\CodeCoverageExtension extension namespace in your phpspec-coverage.yml file

v4.1.0

21 Sep 09:37
9cedfdf
Compare
Choose a tag to compare

Breaking changes

  • Dropped PHP 7.0 support

Features

  • Added -ptimeout flag
  • Updated dependencies

v4.0.0

07 Feb 12:39
Compare
Choose a tag to compare

Breaking changes

Features

  • Added compatibility for Symfony 4.x dependencies.
  • Updated squizlabs/php_codesniffer to v3.2

v3.0.0

11 Apr 09:03
Compare
Choose a tag to compare

Breaking changes

  • Switched to maintained phpspec code-coverage-extension leanphp/phpspec-code-coverage.
    Make sure to replace PhpSpecCodeCoverage\CodeCoverageExtension with LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension in your phpspec-coverage.yml.
  • Removed support for PHP 5.6.

v2.0.0

09 Feb 09:32
Compare
Choose a tag to compare

Breaking changes

New