Skip to content

Commit d09ea1b

Browse files
committed
Release version 2.5.1
1 parent 4fd2741 commit d09ea1b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `composer-license-checker` will be documented in this file
44

5+
## 2.5.1 - 2024-01-05
6+
7+
### Changed
8+
9+
- Use JSON format when generating output with `composer licenses` instead of parsing text output. ([#33](https://github.com/dominikb/composer-license-checker/pull/37))
10+
511
## 2.5.0 - 2023-11-16
612

713
### Added

composer-license-checker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $reportCommand = new ReportCommand;
4242
$reportCommand->setLicenseLookup($licenceLookUp);
4343
$reportCommand->setDependencyLoader(new DependencyLoader(new JSONDependencyParser()));
4444

45-
$application = new Application('composer-license-checker', '2.2.0');
45+
$application = new Application('composer-license-checker', '2.5.1');
4646

4747
$application->addCommands([$checkCommand, $reportCommand]);
4848

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dominikb/composer-license-checker",
33
"description": "Utility to check for licenses of dependencies and block/allow them.",
4-
"version": "2.5.0",
4+
"version": "2.5.1",
55
"keywords": [
66
"dominikb",
77
"composer-license-checker"

0 commit comments

Comments
 (0)