added d3 & highlights webprofiler dependencies as librairie

This commit is contained in:
Bachir Soussi Chiadmi 2019-01-28 22:01:08 +01:00
parent afd4598648
commit 27f94ff207

View File

@ -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": {