From 2fed3898bdb7f7e0d6ba97cf3d094eb6fe446833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:07:40 +0000 Subject: [PATCH] composer(deps-dev): update tomasvotruba/unused-public requirement Updates the requirements on [tomasvotruba/unused-public](https://github.com/TomasVotruba/unused-public) to permit the latest version. - [Commits](https://github.com/TomasVotruba/unused-public/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: tomasvotruba/unused-public 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 d06e38d..734ffa8 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "symplify/phpstan-rules": "^13.0.1", "tomasvotruba/cognitive-complexity": "^0.2.3", "tomasvotruba/type-coverage": "^1.0.0", - "tomasvotruba/unused-public": "^1.0.0" + "tomasvotruba/unused-public": "^1.1.0" }, "suggest": { "laminas/laminas-modulemanager": "Required for Module Integration",