-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.21 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.21 KB
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
35
36
37
38
39
40
41
{
"name": "epscor/ercore",
"description": "Modules for EPSCoR reporting.",
"type": "drupal-module",
"license": "GPL-2.0+",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/better_exposed_filters": "^3.0@alpha",
"drupal/components": "^1.0",
"drupal/computed_field": "^2.0@alpha",
"drupal/csv_serialization": "^1.2",
"drupal/date_popup": "^1.0",
"drupal/entity_reference_exposed_filters": "^1.0@alpha",
"drupal/entity_reference_revisions": "^1.4",
"drupal/features": "^3.5",
"drupal/field_group": "^1.0",
"drupal/field_permissions": "^1.0@beta",
"drupal/libraries": "^3.0@alpha",
"drupal/name": "^1.0@beta",
"drupal/paragraphs": "^1.2",
"drupal/pathauto": "^1.0",
"drupal/pathologic": "1.x-dev",
"drupal/realname": "^1.0@RC",
"drupal/select_or_other": "^1.0@alpha",
"drupal/semanticviews": "^2.2",
"drupal/views_data_export": "^1.0@alpha",
"drupal/views_field_view": "^1.0@beta",
"phpoffice/phpspreadsheet": "^1.2"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
}
}