Releases: Lendable/composer-license-checker
Releases · Lendable/composer-license-checker
v1.2.2
v1.2.1
1.2.0
What's Changed
Runtime
- Require PHP 8.2 by @ben-challis in #281
Quality
-
Run CI for all major supported versions of Symfony by @ben-challis in #285
-
Fix merge gatekeeper on PRs by @ben-challis in #290
Full Changelog: 1.1.1...1.2.0
1.1.1
What's Changed
Runtime
- Validate allow file for non-PHP content by @ben-challis in #275
- Reset trace information in
JsonDisplay
duringonStarted
by @ben-challis in #277
Quality
- Run CI against Composer 2.6 by @ben-challis in #252
- Run CI against Composer 2.7 by @ben-challis in #274
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
Runtime
- Allow PHP 8.3 and Symfony 7 by @mateuszsip in #247
Quality
- Run CI on Merge Queues by @marmichalski in #204
- Hide checkout action progress by @marmichalski in #206
- Add CI concurrency cancellation by @marmichalski in #205
New Contributors
- @mateuszsip made their first contribution in #247
Full Changelog: 1.0.4...1.1.0
1.0.4
1.0.3
What's Changed
Runtime
- Move
SHELL_VERBOSITY
to env rather than prefixing in shell command when running Composer by @ben-challis in #88 - Improve package name validation re: empty strings and
explode()
by @ben-challis in #101 - Support for multiple output formats (human readable, json) via
--format
option by @ben-challis in #102 - New event system used internally for notifications during processing by @ben-challis in #102
- Remove setting version in main command as hard coded and incorrect by @ben-challis in #106
- Add description to main command by @ben-challis in #105
Quality
- Add PHPDoc types for test data provider by @ben-challis in #65
- Tweak readme code example comment phrasing by @ben-challis in #79
- Use boolean assertion methods over assertSame(bool, x) by @ben-challis in #78
- Use asserter for command testing by @ben-challis in #83
- Use
JSON_THROW_ON_ERROR
flag withjson_encode()
in test suite by @ben-challis in #82 - Ease stubbing in concrete stubs via a
Result
support interface by @ben-challis in #84 - Add test that
SHELL_VERBOSITY
isn't inherited by sub-execution of Composer commands by @ben-challis in #89
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
Runtime
- Fix an incorrect exception message when validating installed.json by @ben-challis in #57
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
Runtime
Quality
- Document licensing information providers by @ben-challis in #50
- Document pointing to a non-default location configuration file by @ben-challis in #49
New Contributors
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
Quality
- Documentation improvements by @ben-challis in #45, #46, #47
Full Changelog: 0.1.1...1.0.0