From 3e6b58f2173cbf3b1f03ef5e56edfb89aec71905 Mon Sep 17 00:00:00 2001 From: tomkyle <412560+tomkyle@users.noreply.github.com> Date: Sun, 11 Aug 2024 19:01:52 +0200 Subject: [PATCH] Added description and keywords --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 882a031..ca8109b 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,8 @@ { "name": "tomkyle/find-run-test", "type": "library", + "description": "Find and run the PHPUnit test for a single changed PHP class file, most useful when watching the filesystem", + "keywords": ["phpunit", "unit testing"], "bin": ["bin/frt"], "require": { "php": "^8.2",