diff --git a/composer.json b/composer.json
index fbaad2c150cd808d9b7c92021c9f0b155c863485..7f6c73e4b7376e7141c82d6532171c4144689d68 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": {