From e3eff18ab33ac7f15ac7c092db47624b844f8c6b Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 3 Jan 2023 16:17:06 +0100 Subject: [PATCH] Add keywords --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/composer.json b/composer.json index 26f4157..c910fa0 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,13 @@ "description": "Reduces file reads for translations by caching the first read via APCu.", "license": "GPL-2.0-or-later", "type": "wordpress-muplugin", + "keywords": [ + "wordpress", + "translations", + "cache", + "performance", + "apcu" + ], "authors": [ { "name": "required",