-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1.02 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
31
32
33
34
{
"name": "drupal/varbase_reports",
"description": "Provides a list of statistical reports. Targeted about users, content, blocks. And be able to export data.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"authors": [
{
"name": "Vardot",
"homepage": "https://www.drupal.org/vardot",
"role": "Maintainer"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/varbase_reports",
"source": "https://www.drupal.org/project/varbase_reports"
},
"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",
"vardot/entity-definition-update-manager": "~1",
"vardot/module-installer-factory": "~1",
"drupal/better_exposed_filters": "~6 || ~7",
"drupal/views_date_format_sql": "~3",
"drupal/csv_serialization": "~3 || ~4",
"drupal/views_data_export": "~1"
}
}