From 27f94ff2072c2e0b2930d50b40a32f68ea36d3cf Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 28 Jan 2019 22:01:08 +0100 Subject: [PATCH] added d3 & highlights webprofiler dependencies as librairie --- composer.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/composer.json b/composer.json index bc2665b..91a7708 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,9 @@ "keywords": ["Drupal","FiguresLibres", "StarterKit"], "require": { "drupal/core": "8.*", + "components/highlightjs": "9.7.*", "cweagans/composer-patches": "^1.6", + "d3/d3": "3.5.*", "drush/drush": "^9.5", "drupal/console": "^1.8", "drupal/actions_permissions": "^2.4", @@ -86,6 +88,30 @@ { "type": "composer", "url": "https://packages.drupal.org/8" + }, + { + "type": "package", + "package": { + "name": "d3/d3", + "version": "v3.5.17", + "type": "drupal-library", + "dist": { + "url": "https://github.com/d3/d3/archive/v3.5.17.zip", + "type": "zip" + } + } + }, + { + "type": "package", + "package": { + "name": "components/highlightjs", + "version": "9.7.0", + "type": "drupal-library", + "dist": { + "url": "https://github.com/components/highlightjs/archive/9.7.0.zip", + "type": "zip" + } + } } ], "extra": {