From 13a310a35cd6d41cd6d8d503e440f33b2ca012b0 Mon Sep 17 00:00:00 2001 From: Sanzeeb Aryal Date: Thu, 12 Dec 2024 16:19:06 +0545 Subject: [PATCH] Add type to composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 44c70321..38a3cc98 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "Freemius WordPress SDK", "keywords": ["freemius", "wordpress", "plugin", "wordpress-plugin", "theme", "wordpress-theme", "sdk"], "homepage": "https://freemius.com", + "type": "library", "license": "GPL-3.0-only", "scripts": { "phpcs": ["Composer\\Config::disableProcessTimeout", "phpcs -p -s --colors"],