This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
Releases: karriereat/php-code-quality
Releases · karriereat/php-code-quality
v5.1.0
v5.0.0
Changed
- Default coding style is now PSR-12 (https://www.php-fig.org/psr/psr-12/)
- Default code style fixer is now
squizlabs/php_codesniffer
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
v4.1.0
v4.0.0
Breaking changes
- Updated to phpspec/phpspec version 4.
Checkout http://www.phpspec.net/en/stable/manual/upgrading-to-phpspec-4.html for upgrading.
Features
- Added compatibility for Symfony 4.x dependencies.
- Updated
squizlabs/php_codesniffer
to v3.2
v3.0.0
Breaking changes
- Switched to maintained phpspec code-coverage-extension leanphp/phpspec-code-coverage.
Make sure to replacePhpSpecCodeCoverage\CodeCoverageExtension
withLeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension
in yourphpspec-coverage.yml
. - Removed support for PHP 5.6.
v2.0.0
Breaking changes
- Updated to phpspec/phpspec version 3.
Checkout http://www.phpspec.net/en/stable/manual/upgrading-to-phpspec-3.html for upgrading.
New
- Added package karriereat/phpspec-matchers with useful matchers.