X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=119c1bc7fe925acd9d522b005b2d9436ca0431b8;hb=23dd9dc149ee4fa7c8cb1923c9a3480d756f6b8b;hp=8f4edd6c055693abe14b9750f73a326105fef0ed;hpb=d1eed91c218f4c285a535275e36732f68463824b;p=civicrm-core.git diff --git a/composer.json b/composer.json index 8f4edd6c05..119c1bc7fe 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ }, "require": { "php": "~7.1", - "cache/integration-tests": "~0.16.0", + "cache/integration-tests": "~0.17.0", "dompdf/dompdf" : "~0.8", "electrolinux/phpquery": "^0.9.6", "symfony/config": "~3.0 || ~4.4", @@ -62,7 +62,7 @@ "marcj/topsort": "~1.1", "phpoffice/phpword": "^0.15.0", "pear/validate_finance_creditcard": "dev-master", - "civicrm/civicrm-cxn-rpc": "~0.19.01.08", + "civicrm/civicrm-cxn-rpc": "~0.20.12.01 || ~0.19.01.10", "pear/auth_sasl": "1.1.0", "pear/net_smtp": "1.9.*", "pear/net_socket": "1.0.*", @@ -213,6 +213,10 @@ "url": "https://github.com/markedjs/marked/archive/v0.8.0.zip", "ignore": [".*", "*.json", "*.md", "Makefile", "*/*"] }, + "monaco-editor": { + "url": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.16.2.tgz", + "path": "bower_components/monaco-editor" + }, "google-code-prettify": { "url": "https://github.com/tcollard/google-code-prettify/archive/v1.0.5.zip", "ignore": ["closure-compiler", "js-modules", "tests", "yui-compressor", "Makefile", "examples", "*.html", "run_prettify*js"] @@ -227,6 +231,11 @@ "url": "https://github.com/jquery-validation/jquery-validation/archive/1.19.1.zip", "ignore": [".*", "node_modules", "bower_components", "test", "demo", "lib"] }, + "json-formatter": { + "url": "https://github.com/mohsen1/json-formatter/archive/v{$version}.zip", + "version": "0.7.0", + "ignore": ["demo", "test", "screenshot.png"] + }, "jstree": { "url": "https://github.com/vakata/jstree/archive/3.3.8.zip", "ignore": [".*", "docs", "demo", "libs", "node_modules", "test", "libs", "jstree.jquery.json", "gruntfile.js", "package.json", "bower.json", "component.json", "LICENCE-MIT", "README.md"] @@ -254,11 +263,6 @@ "adrienrn/php-mimetyper": { "Update gitignore to ensure that sites that manage via git don't miss out on the important db.json file": "https://patch-diff.githubusercontent.com/raw/adrienrn/php-mimetyper/pull/15.patch" }, - "cache/integration-tests": { - "Allow adding tests": "https://github.com/php-cache/integration-tests/commit/05f97174c09364dc10c084a38ba0cfd5124f4cec.patch", - "Support PHPUnit 6+": "https://github.com/php-cache/integration-tests/commit/1ec7362962185df91d3d749bc3fa7e7b99cb9fc7.patch", - "Add tests for binary data round trip": "https://github.com/php-cache/integration-tests/commit/89cd7068e83aa776774bfc44f6bcba858c085616.patch" - }, "electrolinux/phpquery": { "PHP7.4 Fix for array access using {} instead of []": "https://raw.githubusercontent.com/civicrm/civicrm-core/fe45bdfc4f3e3d3deb27e3d853cdbc7f616620a9/tools/scripts/composer/patches/php74_array_access_fix_phpquery.patch" },