X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=43cda9b47eea5d0ccc2b2fcd68cc873603f4cd58;hb=11ad64768d53b4e3d087586f547414bae579adb6;hp=ea5bd62ff2faf3db9fb227aaabeae176fd47d71e;hpb=595ea4daf16ba47ceae8bb726cf04a227b6c39e5;p=civicrm-core.git diff --git a/composer.json b/composer.json index ea5bd62ff2..43cda9b47e 100644 --- a/composer.json +++ b/composer.json @@ -85,7 +85,9 @@ "pear/mail_mime": "~1.10", "pear/db": "1.11", "civicrm/composer-compile-lib": "~0.3 || ~1.0", - "ext-json": "*" + "ext-json": "*", + "ezyang/htmlpurifier": "^4.13", + "phpoffice/phpspreadsheet": "^1.18" }, "scripts": { "post-install-cmd": [ @@ -170,7 +172,7 @@ "ignore": [".*", "node_modules", "docs", "Gruntfile.js", "index.html", "package.json", "test"] }, "ckeditor": { - "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.16.2.zip" + "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.17.1.zip" }, "crossfilter-1.3.x": { "url": "https://github.com/crossfilter/crossfilter/archive/1.3.14.zip",