Releases: madewithlove/license-checker-php
Releases · madewithlove/license-checker-php
The one with Symfony 7 and PHP 8.3 support
What's Changed
- Symfony v7 support by @saulens22 in #46
- PHP 8.3 support by @WouterSioen in #47
New Contributors
- @saulens22 made their first contribution in #46
Full Changelog: v1.5...v1.6
The One With The Empty License Fixes
The One With The Minimum PHP 8.1 Requirement
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
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
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
Added
--no-dev
option to exclude dev dependencies--filename
option to pass an (optional) custom config filename
The One With The PHP 8 Upgrade
Changed
- [BREAKING] minimum PHP version is now 8.
- [INTERNAL] Cleaned up all types and properties
The One With All The Counting
Added
- New
count
command to show number of dependencies per license used
The one with improved performance
Changed
- improved performance by caching the output of the data retrievers
The one with the correct executable path
Fixed
- path to the executable in the composer.json file