Skip to content

Releases: madewithlove/license-checker-php

The one with Symfony 7 and PHP 8.3 support

26 Mar 13:10
e106bd3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5...v1.6

The One With The Empty License Fixes

20 Apr 13:53
0a0fe28
Compare
Choose a tag to compare

Fixed

Changed

  • [INTERNAL] Updated dev dependencies to latest version

The One With The Minimum PHP 8.1 Requirement

10 May 11:16
579e4e8
Compare
Choose a tag to compare

Changed

  • Minimum required PHP version is now 8.1
  • [INTERNAL] Refactored some internal value objects for improved maintainability

The One With The Absolute Path Support And License Output

10 May 06:05
c232524
Compare
Choose a tag to compare

Changed

  • Absolute paths are now supported in the --filename flag (Thanks for the suggestion @dvdmunckhof)
  • Package licenses are now displayed as part of the CLI output (Thanks for the suggestion @codegain)

The One With The Symfony 6 Support

03 Jan 08:04
5856b78
Compare
Choose a tag to compare

Changed

  • Added support for Symfony 6 dependencies (thanks @ramsey)
  • PHP 8.1 is now the default version used in the CI pipeline

The One With The Excluded Dev Dependencies And Custom Config File

26 Apr 19:10
e184e31
Compare
Choose a tag to compare

Added

  • --no-dev option to exclude dev dependencies
  • --filename option to pass an (optional) custom config filename

The One With The PHP 8 Upgrade

10 Feb 07:35
9e34e1d
Compare
Choose a tag to compare

Changed

  • [BREAKING] minimum PHP version is now 8.
  • [INTERNAL] Cleaned up all types and properties

The One With All The Counting

11 Jun 11:02
53837b3
Compare
Choose a tag to compare

Added

  • New count command to show number of dependencies per license used

The one with improved performance

19 Mar 11:06
66d49c1
Compare
Choose a tag to compare

Changed

  • improved performance by caching the output of the data retrievers

The one with the correct executable path

19 Mar 10:40
734eb8b
Compare
Choose a tag to compare

Fixed

  • path to the executable in the composer.json file