From 3b89d346cd56b2196825c0c6c1b9d77119fc848b Mon Sep 17 00:00:00 2001 From: JonPurvis Date: Fri, 28 Feb 2025 01:17:11 +0000 Subject: [PATCH] update composer keywords --- composer.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index e008fd7..dc29038 100644 --- a/composer.json +++ b/composer.json @@ -2,15 +2,11 @@ "name": "jonpurvis/squeaky", "description": "A Laravel Validation Rule to Help Catch Profanity.", "keywords": [ - "jonpurvis", "laravel", "php", "framework", - "pest", - "unit", - "test", - "testing", - "plugin" + "plugin", + "profanity" ], "homepage": "https://github.com/jonpurvis/squeaky", "license": "MIT",