From 50c6d773f5262242cdb26cefb8636afe5bb7c583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 19:33:50 +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. Updates `tomasvotruba/unused-public` to 0.3.10 - [Commits](https://github.com/TomasVotruba/unused-public/compare/0.3.9...0.3.10) --- updated-dependencies: - dependency-name: tomasvotruba/unused-public dependency-type: direct:development dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ace3eb1..a6d83ec 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "symplify/phpstan-rules": "^13.0.0", "tomasvotruba/cognitive-complexity": "^0.2.3", "tomasvotruba/type-coverage": "^0.3.1", - "tomasvotruba/unused-public": "^0.3.9" + "tomasvotruba/unused-public": "^0.3.10" }, "minimum-stability": "stable", "prefer-stable": true,