Releases: jakzal/phpqa
Releases · jakzal/phpqa
Toolbox update
Toolbox updated from 1.5.0 to 1.5.3.
Updates:
- phan (1.3.2 -> 1.3.4) jakzal/toolbox#93 jakzal/toolbox#97
- psalm (3.2.10 -> 3.2.12) jakzal/toolbox#93 jakzal/toolbox#96
Changes:
- phpda was moved to the tools scope as it now supports the latest php-parser. It's now only available on PHP 7.3 jakzal/toolbox#87
- pdepend and phpmd websites went down. This release relies on phars provided in alternative locations.
Toolbox update
Toolbox updated from 1.4.5 to 1.5.0.
Updates:
- phan (1.2.8 -> 1.3.1) jakzal/toolbox#84 jakzal/toolbox#85
- psalm (3.2.7 -> 3.2.9) jakzal/toolbox#85
Changes:
- phpda was moved to the tools scope as it now supports the latest php-parser. It's now only available on PHP 7.3 jakzal/toolbox#87
Toolbox update
Toolbox updated from 1.4.2 to 1.4.5.
Bugfixes:
- use github releases for dephpend as their website is down jakzal/toolbox#76
Updates:
- psalm (3.2.2 -> 3.2.5) jakzal/toolbox#75 jakzal/toolbox#79
- phan (1.2.7 -> 1.2.8) jakzal/toolbox#78
- Install phpda with composer-bin-plugin jakzal/toolbox#81
- Install tools requiring a legacy nikic/php-parser in their own namespace jakzal/toolbox#81
- Move php-coupling-detector and php-assumptions back to the tools namespace jakzal/toolbox#81
Manual linking of composer-bin-plugin installed commands
Toolbox updated from 1.4.1 to 1.4.2.
Bug fixes:
- Manually link to composer-bin-plugin installed commands to guarantee the correct version of a tool is used jakzal/toolbox#73
Updates:
- phan (1.2.6 -> 1.2.7)
rector, paratest, phpstan-localheinz-rules, composer-normalize
Toolbox updated from 1.3.0 to 1.4.1.
New tools:
- rector - Tool for instant code upgrades and refactoring
- paratest - Parallel testing for PHPUnit
- phpstan-localheinz-rules - Additional rules for PHPstan
- composer-normalize - Composer plugin to normalize composer.json files
Updates:
- psalm (3.1.0 -> 3.2.2)
- deptrac (0.4.0 -> 0.5.0)
- phan (1.2.5 -> 1.2.6)
roave-backward-compatibility-check
New tools:
- roave-backward-compatibility-check - Tool to compare two revisions of a class API to check for BC breaks
Updates:
- phan (1.2.4 -> 1.2.5)
- psalm (3.0.17 -> 3.1.0)
Toolbox update
Update toolbox 1.2.4 -> 1.2.6.
Updates:
- Update infection 0.12.0 -> 0.12.2
- Update phan 1.2.2 -> 1.2.4
- Update psalm 3.0.13 -> 3.0.17
Toolbox update
Update toolbox 1.2.2 -> 1.2.4.
Changes:
- Install both PHPUnit 7.x and 8.x if possible
Updates:
- Move php-assumptions to its own namespace
- Update infection 0.11.5 -> 0.12.0
- Update phan 1.2.0 -> 1.2.2
- Update psalm 3.0.11 -> 3.0.13
- Re-enable pepakriz/phpstan-exception-rules
Toolbox update
Update toolbox 1.2.1 -> 1.2.2.
Toolbox update
Update toolbox 1.1.0 -> 1.2.1.
New tools:
- simple-phpunit - provides utilities to report legacy tests and usage of deprecated code (thanks @ro0NL)
Updated tools: