-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
30 lines (30 loc) · 1.01 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "drupal/varbase_dashboards",
"description": "This dashboard is built on top of Dashboards with Layout Builder module, utilize Drupal core's Layout Builder for dynamic dashboards management, Google Analytics Reports, and several enhanced blocks and widgets for an intuitive and flexible administration experience.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/varbase_dashboards",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"support": {
"issues": "http://drupal.org/project/issues/varbase_dashboards",
"source": "http://cgit.drupalcode.org/varbase_dashboards"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"require": {
"drupal/core": "~10.4.0 || ~11.1.0",
"vardot/varbase-patches": "~9 || ~10 || 11",
"drupal/dashboards": "~2"
}
}