loading TinyMCE 5 through composer

This commit is contained in:
Ralf Becker 2019-03-20 10:17:34 +01:00
parent 2844045d90
commit 8ea387e580
2 changed files with 49 additions and 2 deletions

View File

@ -86,7 +86,8 @@
"egroupware/z-push-dev": "self.version",
"egroupware/activesync": "self.version",
"egroupware/adodb-php": "self.version",
"bower-asset/diff2html": "^2.7"
"bower-asset/diff2html": "^2.7",
"tinymce/tinymce": "^5.0"
},
"require-dev": {
},

48
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6b5e48d4c7a990d1eefd0217bc9f1bec",
"content-hash": "ebdf3fe200cf9fe22536ceb0054a5fba",
"packages": [
{
"name": "adldap2/adldap2",
@ -2357,6 +2357,52 @@
"description": "Methods to work with XML documents",
"homepage": "http://pear.php.net/package/XML_Util",
"time": "2017-06-28T19:21:19+00:00"
},
{
"name": "tinymce/tinymce",
"version": "5.0.3",
"source": {
"type": "git",
"url": "https://github.com/tinymce/tinymce-dist.git",
"reference": "0d275010c122a955b14ff5ed5d9e4ebff058e677"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tinymce/tinymce-dist/zipball/0d275010c122a955b14ff5ed5d9e4ebff058e677",
"reference": "0d275010c122a955b14ff5ed5d9e4ebff058e677",
"shasum": ""
},
"type": "component",
"extra": {
"component": {
"scripts": [
"tinymce.js",
"plugins/*/plugin.js",
"themes/*/theme.js"
],
"files": [
"tinymce.min.js",
"plugins/*/plugin.min.js",
"themes/*/theme.min.js",
"skins/**"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-only"
],
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"homepage": "http://www.tinymce.com",
"keywords": [
"editor",
"html",
"javascript",
"richtext",
"tinymce",
"wysiwyg"
],
"time": "2019-03-19T05:27:15+00:00"
}
],
"packages-dev": [],