From 498dbdda3a51892b4c4991350f7b9da2bd2cb199 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Fri, 30 Aug 2024 08:58:33 +0200 Subject: [PATCH] [TASK] Run composer-unused as part of `ci:static` (#1440) --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index ffd05e7..12d64c8 100644 --- a/composer.json +++ b/composer.json @@ -152,6 +152,7 @@ "ci:php:stan": "phpstan --no-progress -v", "ci:static": [ "@ci:composer:normalize", + "@ci:composer:unused", "@ci:json:lint", "@ci:php:cs-fixer", "@ci:php:lint",