v0.6.0
What's Changed
- Composer PHP version appears not to be respected #79
- Respect PHP version used by Composer and provide better feedback on failure by @jrfnl in #80
- Allow a string value for extra.phpcodesniffer-search-depth #82
- Add support for a string phpcodesniffer-search-depth config value set via
composer config
by @TravisCarden in #85 - Add @jrfnl as (co)maintainer to this project #87
- CS: fix compliance with PSR12 by @jrfnl in #88
- Send an exit code when the script terminates by @jrfnl in #93
- Improve GH issue template by @jrfnl in #94
- Readme: add section about including this plugin from an external PHPCS standard by @jrfnl in #95
- Verify the
installed_paths
after save by @jrfnl in #97 - Bug fix:
loadInstalledPaths()
very very broken since PHPCS 3.1.0 by @jrfnl in #98 - Bug report template: further enhancement by @jrfnl in #99
- ✏️ Update copyright year. by @Potherca in #101
CI/CD
- Adding linting jobs in github action by @mjrider in #96
- GH Actions: minor tweaks: by @jrfnl in #100
- Travis: disable Xdebug by @jrfnl in #89
- Travis: test against PHP 7.4, not snapshot by @jrfnl in #90
- Travis: use a mix of PHPCS versions in the matrix by @jrfnl in #91
- Update Travis file and fix build by @Potherca in #86
New Contributors
- @TravisCarden made their first contribution in #85
- @mjrider made their first contribution in #96
Full Changelog: v0.5.0...v0.6.0