From 08a6c374d2d0d8f73b308c30ab50001f82a53db7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 10:14:42 +0000 Subject: [PATCH] Update tomasvotruba/unused-public requirement from ^0.1.12 to ^0.2.0 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/0.1.12...0.2.0.72) --- 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 2bf0ab8..86edcd0 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "thecodingmachine/phpstan-safe-rule": "^1.2", "tomasvotruba/cognitive-complexity": "^0.1.1", "tomasvotruba/type-coverage": "^0.2.0", - "tomasvotruba/unused-public": "^0.1.12" + "tomasvotruba/unused-public": "^0.2.0" }, "config": { "optimize-autoloader": true,