From 703b49c3da450055653006713c9659e2169caf9c Mon Sep 17 00:00:00 2001 From: Tobias van Beek Date: Mon, 20 Mar 2023 21:01:28 +0100 Subject: [PATCH] Add dev as keyword to the composer.json file to suggest to install it as a require-dev package. See: https://github.com/composer/composer/pull/10960 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 9bf8850c0..57780ff7a 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "phpmd/phpmd", "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", "keywords": [ + "dev", "phpmd", "pdepend", "pmd",