Releases: dominikb/composer-license-checker
Releases · dominikb/composer-license-checker
2.7.0 - 2024-01-26
2.7.0 - 2024-01-26
Added
- Add option for
--no-dev
flag to ignore dev-only dependencies when checking licenses. (#48)
Changed
- Dependencies without a specified license will now be grouped under the license
none
. Those dependencies can be allowed/blocked by specifying thenone
license in either list. (#45)
New Contributors
Full Changelog: 2.6.0...2.7.0
2.6.0 - 2024-07-06
Added
- Add documentation on exit codes to expect from any
composer-license-checker
command. (#41) - Verify the exist code of the internal call to
composer licenses
to determine if the command was successful. (#41)
Changed
- Improve type documentation and clean up
composer.json
configuration. (#40)
Thanks to: SvenRtbg
Full Changelog: 2.5.1...2.6.0
2.5.1 - 2024-01-05
Changed
- Use JSON format when generating output with
composer licenses
instead of parsing text output. (#33)
2.5.0 - 2023-11-16
2.4.3 - 2023-10-04
2.4.2 - 2023-08-13
Change
- Update integration with tldrlegal to work with their new website.
2.3.0 - 2022-03-02
Change
- Composer: allow for
psr/simple-cache
versions 2 and 3 - Allow for
v6
of all symfony dependencies
2.2.0 Add --allow option
2.2.0 - 2021-06-02
Added
- --allow option to always allow a specific package or author/vendor (Feature #17)
Add PHP 8 support
Drop support for outdated PHP versions and add support for PHP 8.
See CHANGELOG.md
Adapt block/allow-list terminology
Replace usage of black- and whitelist with block- and allowlist (#10) * Replace usage of black- and whitelist with block- and allowlist Update commands to work with newer Symfony command interface Bump version because of changed CLI interface