From 982d7d1dc191d5e08e3bab8831dec8c8658407f1 Mon Sep 17 00:00:00 2001 From: Alexander Grein <alexander.grein@gmail.com> Date: Mon, 25 Jul 2016 08:46:17 +0200 Subject: [PATCH] correcting replace section of composer.json --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index fbaad2c..7f6c73e 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+", "version": "4.3.13", "support": { "issues": "https://forge.typo3.org/projects/extension-tinymce" @@ -12,7 +12,8 @@ "typo3/cms-core": "*" }, "replace": { - "tinymce": "*" + "tinymce": "self.version", + "typo3-ter/tinymce: "self.version" }, "autoload": { "psr-4": { -- GitLab