From 32ff5be275b6059cc53327ff426612d3e2a821a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Fr=C3=B6mer?= Date: Mon, 20 Feb 2023 09:34:28 +0100 Subject: [PATCH] Add "static analysis" tag This tells composer to install composer-unused to require-dev when running composer require without --dev https://github.com/composer/composer/pull/10960 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 70e6b62a..d5177fce 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "type": "library", "description": "Show unused packages by scanning your code", "keywords": [ + "static analysis", "composer", "unused", "php-parser"