v1.3.2
New version with improved support for PHP 8.1, is again tested against PHP 5.3 and we welcome @jrfnl as maintainer.
Added
- Support for PHP Console Highlighter 1.0.0, which comes with PHP Console Color 1.0.1, #92 from @jrfnl.
Fixed
- Bug fix: make Phar file run independently of project under scan #63 from @jrfnl, fixes #61.
- Bug fix: checkstyle report could contain invalid XML due to insufficient output escaping #73 from @gmazzap, fixes #72.
- Fix Phar building #70 from @jrfnl. This fixes PHP 8.1 compatibility for the Phar file.
- Documentation fix: the
--show-deprecated
option was missing in both the README as well as the CLIhelp
#84 from @jrfnl, fixes #81 reported by @stronk7.
Changed
- README: updated information about PHAR availability #77 from @jrfnl.
- README: updated CLI example #80 from @jrfnl.
- README: added documentation on how to exclude files from a scan based on the PHP version used #80 from @jrfnl.
- Composer autoload improvement #88 from @jrfnl with thanks to @mfn.
Internal
- Welcome @jrfnl as a new maintainer #32.
- GH Actions: set error reporting to E_ALL #65, #76 from @jrfnl.
- GH Actions: fix failing tests on PHP 5.3-5.5 #71 from @jrfnl and @villfa.
- GH Actions: auto-cancel concurrent builds #76 from @jrfnl.
- GH Actions: testing against PHP 8.2 #74 from @grogy.
- GH Actions: release testing against PHP 5.3 #79 from @jrfnl.
- GH Actions: update used actions #82 from @jrfnl.
- Release checklist can now be found in the
.github
folder #78 from @jrfnl.