Skip to content

Releases: dominikb/composer-license-checker

2.7.0 - 2024-01-26

26 Jan 20:49
Compare
Choose a tag to compare

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 the none license in either list. (#45)

Thanks to: ildyria and tourze

New Contributors

Full Changelog: 2.6.0...2.7.0

2.6.0 - 2024-07-06

06 Jul 14:38
Compare
Choose a tag to compare

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

05 Jan 15:18
Compare
Choose a tag to compare

Changed

  • Use JSON format when generating output with composer licenses instead of parsing text output. (#33)

2.5.0 - 2023-11-16

16 Nov 12:37
Compare
Choose a tag to compare

Added

  • Add support for Symfony 7. (#32)

Thanks to: keulinho

2.4.3 - 2023-10-04

04 Oct 14:59
Compare
Choose a tag to compare

Change

  • Update required composer version to mitigate CVE exposure. (#29)

Thanks to: phansys

2.4.2 - 2023-08-13

13 Aug 13:48
Compare
Choose a tag to compare

Change

  • Update integration with tldrlegal to work with their new website.

2.3.0 - 2022-03-02

02 Mar 14:13
Compare
Choose a tag to compare

Change

  • Composer: allow for psr/simple-cache versions 2 and 3
  • Allow for v6 of all symfony dependencies

2.2.0 Add --allow option

02 Jun 14:58
ed6753c
Compare
Choose a tag to compare

2.2.0 - 2021-06-02

Added

  • --allow option to always allow a specific package or author/vendor (Feature #17)

Add PHP 8 support

30 Dec 23:26
Compare
Choose a tag to compare

Drop support for outdated PHP versions and add support for PHP 8.

See CHANGELOG.md

Adapt block/allow-list terminology

30 Dec 23:12
2206a35
Compare
Choose a tag to compare
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