Releases: Lendable/composer-license-checker
Releases · Lendable/composer-license-checker
v1.4.0
v1.3.0
v1.2.2
v1.2.1
1.2.0
What's Changed
Runtime
- Require PHP 8.2 by Ben Challis (@ben-challis) in #281
Quality
-
Run CI for all major supported versions of Symfony by Ben Challis (@ben-challis) in #285
-
Fix merge gatekeeper on PRs by Ben Challis (@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 (@ben-challis) in #275
- Reset trace information in
JsonDisplayduringonStartedby Ben Challis (@ben-challis) in #277
Quality
- Run CI against Composer 2.6 by Ben Challis (@ben-challis) in #252
- Run CI against Composer 2.7 by Ben Challis (@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 Mateusz Sip (@mateuszsip) in #247
Quality
- Run CI on Merge Queues by Marcin Michalski (@marmichalski) in #204
- Hide checkout action progress by Marcin Michalski (@marmichalski) in #206
- Add CI concurrency cancellation by Marcin Michalski (@marmichalski) in #205
New Contributors
- Mateusz Sip (@mateuszsip) made their first contribution in #247
Full Changelog: 1.0.4...1.1.0
1.0.4
What's Changed
Runtime
- Fixed handling of packages with disjunctive licensing by Vasily Pyatykh (@ivastly) in #192
New Contributors
- Vasily Pyatykh (@ivastly) made their first contribution in #193
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
Runtime
- Move
SHELL_VERBOSITYto env rather than prefixing in shell command when running Composer by Ben Challis (@ben-challis) in #88 - Improve package name validation re: empty strings and
explode()by Ben Challis (@ben-challis) in #101 - Support for multiple output formats (human readable, json) via
--formatoption by Ben Challis (@ben-challis) in #102 - New event system used internally for notifications during processing by Ben Challis (@ben-challis) in #102
- Remove setting version in main command as hard coded and incorrect by Ben Challis (@ben-challis) in #106
- Add description to main command by Ben Challis (@ben-challis) in #105
Quality
- Add PHPDoc types for test data provider by Ben Challis (@ben-challis) in #65
- Tweak readme code example comment phrasing by Ben Challis (@ben-challis) in #79
- Use boolean assertion methods over assertSame(bool, x) by Ben Challis (@ben-challis) in #78
- Use asserter for command testing by Ben Challis (@ben-challis) in #83
- Use
JSON_THROW_ON_ERRORflag withjson_encode()in test suite by Ben Challis (@ben-challis) in #82 - Ease stubbing in concrete stubs via a
Resultsupport interface by Ben Challis (@ben-challis) in #84 - Add test that
SHELL_VERBOSITYisn't inherited by sub-execution of Composer commands by Ben Challis (@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 (@ben-challis) in #57
Full Changelog: 1.0.1...1.0.2