From 53510f64f959ac304bfcb92af110927c51e0be5d Mon Sep 17 00:00:00 2001 From: Ronan Giron Date: Thu, 13 Aug 2020 14:00:10 +0200 Subject: [PATCH] Update package type --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 23d0c4b..d733018 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "CommonMark extension adds UTF-8 emoji with Github tag for the `league/commonmark` PHP Markdown parsing engine, based on the CommonMark spec.", "license": "MIT", "version": "1.0.0", - "type": "library", + "type": "commonmark-extension", "minimum-stability": "stable", "autoload": { "psr-4": {