From 2b9cf647a46188ee3cb8d4c80e834a8000a83dc3 Mon Sep 17 00:00:00 2001 From: Spenser Hale Date: Thu, 11 Sep 2025 12:30:04 +0100 Subject: [PATCH] Change package type from library to wordpress-plugin To use Composer for installing into the plugins folder, the type should be 'wordpress-plugin'. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b782d0b4..bf2aa33a 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "wordpress/abilities-api", "description": "AI Abilities for WordPress.", "license": "GPL-2.0-or-later", - "type": "library", + "type": "wordpress-plugin", "keywords": [ "ai", "api",