From a7a455720d033e0c1864cd0290f15ceafd5214c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 23:00:33 +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.9 - [Commits](https://github.com/TomasVotruba/unused-public/compare/0.3.8...0.3.9) --- updated-dependencies: - dependency-name: tomasvotruba/unused-public dependency-type: direct:development dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f9cbb1d..cc16621 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "symplify/phpstan-rules": "^12.4.9", "tomasvotruba/cognitive-complexity": "^0.2.3", "tomasvotruba/type-coverage": "^0.2.8", - "tomasvotruba/unused-public": "^0.3.8" + "tomasvotruba/unused-public": "^0.3.9" }, "minimum-stability": "stable", "prefer-stable": true,