X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.json;h=d0fba558f87f19913d3540148e9797763d91f693;hb=ab8c4a347d62bf682f72b5b2564ca6f261551ed2;hp=37e4daed1884157807aa5866749bb52ebaa35181;hpb=b23902a15add81309631dd5b743bf3896f6c0fbc;p=civicrm-core.git diff --git a/composer.json b/composer.json index 37e4daed18..d0fba558f8 100644 --- a/composer.json +++ b/composer.json @@ -72,8 +72,10 @@ "cweagans/composer-patches": "~1.0", "pear/log": "1.13.2", "adrienrn/php-mimetyper": "0.2.2", - "civicrm/composer-downloads-plugin": "^2.0", + "civicrm/composer-downloads-plugin": "^3.0", "league/csv": "^9.2", + "league/oauth2-client": "^2.4", + "league/oauth2-google": "^3.0", "tplaner/when": "~3.0.0", "xkerman/restricted-unserialize": "~1.1", "typo3/phar-stream-wrapper": "^2 || ^3.0", @@ -211,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": "ext/afform/html/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"] @@ -225,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"]