From 7086f50a4fa94be9e2b0705bac05cb0035eba395 Mon Sep 17 00:00:00 2001 From: Michael Strelan Date: Tue, 17 Oct 2023 11:08:28 +1000 Subject: [PATCH] Add "testing" keyword --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index bf47d40..0523623 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "previousnext/phpunit-finder", "description": "PHP lib for finding and outputting all tests from a phpunit.xml config file.", + "keywords": ["testing"], "license": "GPL-2.0-or-later", "authors": [ {