X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=dabea8a24336d2471aed6bd987ddcfa643f50130;hb=7ae37993cb33e527b17a6898646441f236ca0914;hp=a0fb65b802e9278ae75f5769590670216dfc80db;hpb=253d4e7e208d498a4d8ae7d8ad987fd6bdd5d113;p=civicrm-core.git diff --git a/composer.json b/composer.json index a0fb65b802..22a87b8669 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,11 @@ "config": { "platform": { "php": "7.2" + }, + "allow-plugins": { + "civicrm/composer-compile-plugin": true, + "civicrm/composer-downloads-plugin": true, + "cweagans/composer-patches": true } }, "require": { @@ -80,14 +85,15 @@ "tplaner/when": "~3.0.0", "xkerman/restricted-unserialize": "~1.1", "typo3/phar-stream-wrapper": "^2 || ^3.0", - "brick/money": "~0.4", + "brick/money": "~0.5", "ext-intl": "*", "pear/mail_mime": "~1.10", "pear/db": "1.11", "civicrm/composer-compile-lib": "~0.3 || ~1.0", "ext-json": "*", "ezyang/htmlpurifier": "^4.13", - "phpoffice/phpspreadsheet": "^1.18" + "phpoffice/phpspreadsheet": "^1.18", + "symfony/polyfill-php73": "^1.25" }, "scripts": { "post-install-cmd": [ @@ -172,7 +178,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.18.0.zip" }, "crossfilter-1.3.x": { "url": "https://github.com/crossfilter/crossfilter/archive/1.3.14.zip", @@ -230,7 +236,7 @@ "url": "https://github.com/civicrm/jquery/archive/1.12.4-civicrm-1.2.zip" }, "jquery-ui": { - "url": "https://github.com/components/jqueryui/archive/1.12.1.zip" + "url": "https://github.com/civicrm/jqueryui/archive/1.13.1-civicrm.zip" }, "jquery-validation": { "url": "https://github.com/jquery-validation/jquery-validation/archive/1.19.3.zip",