Skip to content

Update madewithlove/license-checker requirement from ^1.6 to ^3.0#19

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/madewithlove/license-checker-tw-3.0
Closed

Update madewithlove/license-checker requirement from ^1.6 to ^3.0#19
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/madewithlove/license-checker-tw-3.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Updates the requirements on madewithlove/license-checker to permit the latest version.

Release notes

Sourced from madewithlove/license-checker's releases.

v3.0.0

Breaking changes

PHP 8.4+ required

PHP 8.3 is no longer supported. Minimum version is now PHP 8.4.

Symfony 7.4+ required

Support for Symfony 4, 5, and 6 has been dropped. Minimum version is now Symfony 7.4 (with 8.x support).

New configuration format

The plain YAML list in .allowed-licenses has been replaced by a structured .license-checker.yml file:

Before (2.x):

# .allowed-licenses
- MIT
- BSD-3-Clause

After (3.x):

# .license-checker.yml
allowed:
  - MIT
  - BSD-3-Clause

Renamed commands

2.x 3.x
allowed list-config

New features

Denylist mode

You can now deny specific licenses instead of maintaining an allowlist. Use the denied: key in your config:

# .license-checker.yml
denied:
  - GPL-3.0
  - AGPL-3.0

allowed and denied are mutually exclusive — use one or the other.

Migration command

A migrate-config command is included to automatically upgrade from 2.x:

</tr></table> 

... (truncated)

Commits
  • 248e12b Merge pull request #56 from madewithlove/feature/config-restructure
  • 4e53ec8 Update README for 3.0 with migration guide
  • 68d65ed Migrate project config from .allowed-licenses to .license-checker.yml
  • ca75018 Wire new commands and remove AllowedLicensesParser
  • 07f7cb1 Add migrate-config command
  • 1745bb6 Replace ListAllowedLicenses with ListConfiguredLicenses
  • 9f8a4f2 Switch CheckLicenses and GenerateConfig to LicenseConfigurationParser
  • 09807b3 Add LicenseConfigurationParser for structured YAML config
  • 0292f7b Add LicenseConfiguration value object and LicenseConfigMode enum
  • f11512d Merge pull request #55 from madewithlove/bump-dev-dependencies
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [madewithlove/license-checker](https://github.com/madewithlove/license-checker-php) to permit the latest version.
- [Release notes](https://github.com/madewithlove/license-checker-php/releases)
- [Commits](madewithlove/license-checker-php@v1.6...v3.0.0)

---
updated-dependencies:
- dependency-name: madewithlove/license-checker
  dependency-version: 3.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 23, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

Superseded by #21.

@dependabot dependabot bot closed this Mar 30, 2026
@dependabot dependabot bot deleted the dependabot/composer/madewithlove/license-checker-tw-3.0 branch March 30, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants