Skip to content

Releases: Comcast/php-legal-licenses

Symfony Vulnerability Fix and Minimum PHP Version Update

07 Nov 19:24
Compare
Choose a tag to compare

CVE-2024-51736 (https://github.com/Comcast/php-legal-licenses/security/dependabot/1) was discovered yesterday, November 6th, 2024 and this utility was affected. The minimum version unaffected by this vulnerability was 5.4.46, so this change eliminates support for versions lower than that, which also removes support for PHP versions below 7.2. Therefore this is a breaking change.

Tested the utility after this change on the following PHP versions:

  • 7.4 ✅
  • 8.0 ✅
  • 8.1 ✅
  • 8.2 ✅
  • 8.3 ✅
  • 8.4 ✅

Adds support for Symfony 7

07 May 14:55
0e003a4
Compare
Choose a tag to compare

Adding support for Symfony v6

05 Apr 18:22
Compare
Choose a tag to compare

What's Changed

Thanks @milkboy for the contribution!

Full Changelog: v1.1.6...v1.2.0

Support a CSV Output Option

12 Jan 16:28
Compare
Choose a tag to compare
v1.1.6

enable --csv option to output csv format

Removed PHP Version Constraints

12 Jan 15:58
Compare
Choose a tag to compare
v1.1.5

Removing PHP version constraint

Bug fix for new Symfony Command:execute contract

22 Jan 22:44
Compare
Choose a tag to compare

Added support for newer php versions and Symfony 5

21 Jan 18:46
Compare
Choose a tag to compare

Added compatibility for symlinked repositories

16 Jan 15:50
Compare
Choose a tag to compare

Added option to hide dependency version in output

21 May 18:46
c47a0ef
Compare
Choose a tag to compare

Added command to list the license name for package dependencies

21 May 18:46
5cc2fe6
Compare
Choose a tag to compare

Similar to composer licenses, but does not require the presence of the composer phar (useful in some production environments).

From @iamleeg