Skip to content

Releases: Comcast/php-legal-licenses

v2.2.0

20 Apr 03:03

Choose a tag to compare

Merged PR#28 from @nikcani which future proofs the fputcsv method for upcoming changes in PHP v9.0

v2.1.0

20 Apr 02:13

Choose a tag to compare

The add method to add Symfony commands was deprecated in Symfomy version 7.4 and removed in version 8.0. However, since we still allow Symfony versions less than 7.4 (for the time being), we added a check to see if the new method addCommand exists. If it does not, it will fall back to the old add command.

Symfony Vulnerability Fix and Minimum PHP Version Update

07 Nov 19:24

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

Choose a tag to compare

Adding support for Symfony v6

05 Apr 18:22

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

Choose a tag to compare

v1.1.6

enable --csv option to output csv format

Removed PHP Version Constraints

12 Jan 15:58

Choose a tag to compare

v1.1.5

Removing PHP version constraint

Bug fix for new Symfony Command:execute contract

22 Jan 22:44

Choose a tag to compare

Added support for newer php versions and Symfony 5

21 Jan 18:46

Choose a tag to compare

Added compatibility for symlinked repositories

16 Jan 15:50

Choose a tag to compare