From fe345aa2bb1e01223d0693de6abccf2b6f72f1e1 Mon Sep 17 00:00:00 2001 From: Christian Widlund Date: Tue, 27 Oct 2020 15:34:39 +0100 Subject: [PATCH] Set correct type for the composer package for use with wordpress (#57) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3fd3774..ccfa544 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "php" ], "license" : "Apache-2.0", - "type" : "library", + "type": "wordpress-plugin", "require" : { "react/promise": "^2.7", "elastic/site-search": "1.0.2"