Releases: overtrue/phplint
Releases · overtrue/phplint
9.5.4
9.5.4 - 2024-11-01
Warning
Only versions 9.5.x or greater are now actively supported.
Versions 9.1
, 9.2
, 9.3
, and 9.4
won't receive any updates as they reach end-of-life.
Changed
Drop PHPUnit 10 support and upgrade to PHPUnit 11
- #216 : PHPUnit 11 support
Fixed
- #215 : PHP 8.4 runtime support
Full Changelog: 9.5.3...9.5.4
9.3.2
9.2.1
9.1.3
9.5.3
9.4.2
9.5.2
9.5.2 - 2024-10-08
Same as 9.5.0 (except for GitHub Workflows that still used PHP 8.1)
Full Changelog: 9.5.0...9.5.2
9.4.1
9.4.1 - 2024-07-05
Note
This bugfix version is only for the PHAR distribution.
Fixed
- #210 : PHAR manifest is broken
Full Changelog: 9.4.0...9.4.1
9.4.0
9.4.0 - 2024-07-05
Added
- #208 : Add support to more output formats
- support to
checkstyle
format
Changed
- support to
sarif
format is now optional. Requires to install extra packagebartlett/sarif-php-converters
.
Note
sarif
format is a good example of how to use custom format not provided by current PHPLint distribution.
Read how to use it at https://github.com/llaville/sarif-php-converters/blob/1.0/docs/converter/phplint.md
Removed
- legacy
log-*
andsarif-converter
options - useless help column in configuration table when verbose mode is active
Fixed
- shortcut of
progress
option is now detected onphplint
binary launcher.
Full Changelog: 9.3.1...9.4.0