-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.46 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
35
{
"name": "localgovdrupal/localgov_elections_reporting",
"description": "Module to report on elections for LocalGovDrupal sites.",
"type": "drupal-module",
"homepage": "https://gitlab.com/rohallion/localgov_elections_reporting",
"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.0@alpha",
"drupal/color_field": "^3.0",
"drupal/field_formatter_class":" ^1.5",
"drupal/paragraphs_table": "^1.6",
"cweagans/composer-patches": "^1.6",
"drupal/charts": "^5.0.x-dev@dev",
"drupal/views_field_view": "^1.0@beta",
"drupal/views_simple_math_field": "^3.0",
"drupal/social_post": "^3.0",
"drupal/social_post_twitter": "^3.0"
},
"extra": {
"enable-patching": true,
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
},
"patches": {
"drupal/social_post_twitter": {
"Fix API integration (see https://www.drupal.org/project/social_post_twitter/issues/3392216)": "https://www.drupal.org/files/issues/2023-10-13/twitter_fixes.patch",
"Fix WOD (see https://www.drupal.org/project/social_post_twitter/issues/3436436#comment-15522882)": "https://www.drupal.org/files/issues/2024-03-27/sdk-init-fix.patch"
}
}
}
}