Releases: jakzal/phpqa
Releases · jakzal/phpqa
Psalm, phan, phpmetrics update
Updates:
- psalm 2.0.5 -> 2.0.9 (thanks @dkarlovi)
- phan 0.12.13 -> 0.12.15
- phpmetrics 2.3.2 -> 2.4.1
diffFilter and /tools directory
Changes:
- Move composer installation directory to
/tools/.composer
(thanks @dkarlovi for the suggestion) - Move tools installed in
root
to/tools
New tools:
- diffFilter - Applies QA tools to run on a single pull request (thanks @exussum12)
PHPStan extensions
The following PHPStan extension are now bundled by default (thanks to @dkarlovi):
- phpstan-deprecation-rules - PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits
- phpstan-strict-rules - Extra strict and opinionated rules for PHPStan
- phpstan-doctrine - Doctrine extensions for PHPStan
- phpstan-phpunit - PHPUnit extensions and rules for PHPStan
- phpstan-symfony - Symfony extension for PHPStan
- phpstan-beberlei-assert - PHPStan extension for beberlei/assert
- phpstan-webmozart-assert - PHPStan extension for webmozart/assert
- phpstan-exception-rules - PHPStan rules for checked and unchecked exceptions
Infection and phpspec update
Updates:
- infection 0.9.0-beta.2 -> 0.9.0
- phpspec 4.3.0 -> 4.3.1
Phan update
Updates:
- psalm 2.0.4 -> 2.0.5
Phan and psalm update
Add psecio-parse
Infection and phan update
Updates:
- infection 0.8.2 -> 0.9.0-beta.2
- phan 0.12.11 -> 0.12.12
Infection, phan, psalm update
Updates:
- infection 0.8.1 -> 0.8.2
- phan 0.12.9 -> 0.12.11
- psalm 2.0.0 -> 2.0.2
Stable php-assumptions, phan update
Updates:
- a stable version of php-assumptions
- phan (0.12.8 -> 0.12.9)