-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 964 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 964 Bytes
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
{
"name": "localgovdrupal/localgov_elections",
"description": "Module to report on elections for LocalGov Drupal sites.",
"type": "drupal-module",
"homepage": "https://github.com/localgovdrupal/localgov_elections",
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"require": {
"drupal/default_content":"^2.0",
"drupal/autocomplete_deluxe": "^2.0",
"drupal/entity_extra_field": "^2.1@RC",
"drupal/color_field": "^3.0",
"drupal/field_formatter_class":" ^1.5",
"drupal/paragraphs_table": "^1.23 || ^2.0",
"cweagans/composer-patches": "^1.6",
"drupal/charts": "^5.0",
"drupal/views_field_view": "^1.0@beta",
"drupal/views_simple_math_field": "^3.0"
},
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {}
}
}