From ac07ccba14619dff7b0568e1638aceaf4988ffb2 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 19 Nov 2019 11:33:20 +0100 Subject: [PATCH] add license information --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 23fe5d2..c6e37a1 100644 --- a/composer.json +++ b/composer.json @@ -8,5 +8,6 @@ "replace": { "ddoe/wysiwyg-editor-module": "*", "ddoe/visualcms-module": "*" - } + }, + "license": "GPL-3.0-or-later" }