From ca880bd5c116b05c80ba8b962bf00b202e7d378e Mon Sep 17 00:00:00 2001 From: "E.Alamo" Date: Wed, 23 Mar 2022 17:10:38 +0100 Subject: [PATCH] TinyMce 6 incompatible with this library TinyMce 6 has deprecated the contextmenu plugin and initialization of library fails if this version has been installed. Until major changes are made to this library, tinyMce version is frozen to `~5.10.3` --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7d20ec0..b3d32c4 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "prefer-stable": true, "require": { "yiisoft/yii2": "^2.0", - "tinymce/tinymce": ">=4" + "tinymce/tinymce": "~5.10.3", }, "require-dev": { "phpunit/phpunit": "4.*"