From f8b4b3ef98d6808aa0a38136c3e40c3a8f2bfd20 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 16 Dec 2023 13:10:48 +0100 Subject: [PATCH] add compatible composer unused package --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index e1198005aa3..c8db7d351a2 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ }, "require-dev": { "cweagans/composer-patches": "^1.7", + "icanhazstring/composer-unused": "0.8.7", "php-parallel-lint/php-parallel-lint": "^1.3", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10",