From 7816fe319b85a7fa5a144931317de803f65dc907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 15:27:16 +0000 Subject: [PATCH] Update madewithlove/license-checker requirement from ^1.6 to ^3.1 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](https://github.com/madewithlove/license-checker-php/compare/v1.6...3.1.0) --- updated-dependencies: - dependency-name: madewithlove/license-checker dependency-version: 3.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2dbbe9a..ee16aa5 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ }, "require-dev": { "laravel/pint": "^1.0", - "madewithlove/license-checker": "^1.6", + "madewithlove/license-checker": "^3.1", "mockery/mockery": "^1.6", "pestphp/pest": "^3.0", "phpstan/phpstan": "^2.1",