From f706d65b9c3fa6e4e66e494b1831413969051f12 Mon Sep 17 00:00:00 2001 From: Torsten Oppermann <torsten@sgalinski.de> Date: Mon, 29 Jan 2018 12:36:49 +0100 Subject: [PATCH] Update composer.json, fixing license for packagist --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 377f340..519062b 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "typo3-cms-extension", "description": "TinyMCE sources including a small PHP API", "homepage": "https://www.sgalinski.de", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "version": "5.0.1", "support": { "issues": "https://gitlab.sgalinski.de/typo3/tinymce/issues" -- GitLab