From c252373d9c0139e242f19afc85499cea2975618a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Fri, 1 Sep 2023 10:57:58 +0200 Subject: [PATCH] Add "testing" keyword This will make Composer recommend this package for "require-dev". https://php.watch/articles/composer-prompt-require-dev-dev-packages --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 19322b4..0ed3d09 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "type": "cakephp-plugin", "keywords": [ "cakephp", + "testing", "fixture", "fixtures", "unittest",