From 635c451a000d01d0cc048f59594a71deedd449ed Mon Sep 17 00:00:00 2001 From: dimti Date: Sun, 10 Jul 2022 10:58:19 +0300 Subject: [PATCH] * set composer package type to wordpress-plugin --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 164758e..be88748 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "wpstudio/media-cloud-transform", "description": "Convert attachment meta to compatible with Media Cloud S3", - "type": "library", + "type": "wordpress-plugin", "require": { "guzzle/http": "^3.7@dev", "symfony/event-dispatcher": "4.4.x-dev",