-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.65 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "su-soe/stanford_news",
"description": "Stanford News",
"type": "drupal-custom-module",
"homepage": "https://github.com/SU-SOE/stanford_news",
"authors": [],
"license": "GPL-2.0+",
"minimum-stability": "dev",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drupal/ctools": "^3.4",
"drupal/auto_entitylabel": "3.x-dev#1dd28579f4559cc03d09ab20143b1feb48644fac",
"drupal/default_content": "^1.0-alpha8",
"drupal/ds": "^3.5",
"drupal/entity_print": "^2.1",
"drupal/page_manager": "dev-4.x#78b492786c841c5d2eb07f6d977275a76b79e46f",
"drupal/rabbit_hole": "^1.0-beta6",
"drupal/taxonomy_menu": "^3.4",
"drupal/views_block_filter_block": "^1.0",
"drupal/views_taxonomy_term_name_depth": "^6.0",
"drupal/views_infinite_scroll": "^1.6",
"drupal/viewfield": "^3.0-beta5",
"su-sws/jumpstart_ui": "dev-8.x-1.x",
"su-sws/stanford_media": "dev-8.x-2.x"
},
"extra": {
"enable-patching": true,
"patches": {
"drupal/core": {
"https://www.drupal.org/project/drupal/issues/3039185":
"https://www.drupal.org/files/issues/2020-04-17/allow-field-blocks-to-display-label-in-layout-builder-3039185-22.patch"
},
"drupal/ds": {
"https://www.drupal.org/project/ds/issues/2877487":
"https://www.drupal.org/files/issues/2019-01-31/ds_fix_entities_without_fields.patch"
},
"drupal/default_content": {
"https://www.drupal.org/project/default_content/issues/2698425":
"https://www.drupal.org/files/issues/2020-02-05/2698425--accept-content-updates--122.patch"
}
}
}
}