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",