All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Added official support for PHP 8.1 #74 from [@grogy]
- Bug fix: make Phar file run independently of project under scan #63 from @jrfnl.
- Fix Phar building #70 from @jrfnl.
- Welcome @jrfnl as a new maintainer #32
- GH Actions: set error reporting to E_ALL #65 from @glensc.
- GH Actions: fix failing tests on PHP 5.3-5.5 #71 from @jrfnl and @villfa
1.3.1 - 2021-08-13
- Extend by the Code Climate output format #50 from @lukas9393.
1.3.0 - 2021-04-07
- Allow for multi-part file extensions to be passed using -e (like
-e php,php.dist
) from @jrfnl. - Added syntax error callback #30 from @arxeiss.
- Ignore PHP startup errors #34 from @jrfnl.
- Restore php 5.3 support #51 from @glensc.
- Normalized composer.json from @OndraM.
- Updated PHPCS dependency from @jrfnl.
- Cleaned coding style from @jrfnl.
- Provide one true way to run the test suite #37 from @mfn.
- Travis: add build against PHP 8.0 and fix failing test #41 from @jrfnl.
- GitHub Actions for testing, and automatic phar creation #46 from @roelofr.
- Add .github folder to .gitattributes export-ignore #54 from @glensc.
- Suggest to curl composer install via HTTPS #53 from @reedy.
- GH Actions: allow for manually triggering a workflow #55 from @jrfnl.
- GH Actions: fix phar creation #55 from @jrfnl.
- GH Actions: run the tests against all supported PHP versions #55 from @jrfnl.
- GH Actions: report CS violations in the PR #55 from @jrfnl.
1.2.0 - 2020-04-04
- Added changelog.
- Fixed vendor location for running from other folder from @Erkens.
- Added a .gitattributes file from @jrfnl, thanks for issue to @ondrejmirtes.
- Fixed incorrect unit tests from @jrfnl.
- Fixed minor grammatical errors from @jrfnl.
- Added Travis: test against nightly (= PHP 8) from @jrfnl.
- Travis: removed sudo from @jrfnl.
- Added info about installing like not a dependency.
- Cleaned readme - new organization from previous package.
- Added checklist for new version from @szepeviktor.