-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
executable file
·113 lines (113 loc) · 3.93 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "su-sws/stanford_person",
"description": "Stanford Module Example",
"type": "drupal-custom-module",
"homepage": "https://github.com/SU-SWS/stanford_person",
"authors": [],
"license": "GPL-2.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/a11ychecker",
"version": "1.1.1",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/a11ychecker/releases/a11ychecker_1.1.1.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/balloonpanel",
"version": "4.14.0",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/balloonpanel/releases/balloonpanel_4.14.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/link",
"version": "4.14.0",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/link/releases/link_4.14.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
},
{
"type": "package",
"package": {
"name": "ckeditor-plugin/fakeobjects",
"version": "4.14.0",
"type": "drupal-library",
"dist": {
"url": "https://download.ckeditor.com/fakeobjects/releases/fakeobjects_4.14.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "~1.0"
}
}
}
],
"require": {
"drupal/allowed_formats": "^1.2",
"drupal/auto_entitylabel": "^3.0",
"drupal/config_pages": "^2.7",
"drupal/ctools": "^3.4",
"drupal/default_content": "^2.0",
"drupal/field_encrypt": "^3.0",
"drupal/field_group": "^3.0",
"drupal/layout_builder_restrictions": "^2.7",
"drupal/menu_block": "^1.6",
"drupal/page_manager": "^4.0",
"drupal/paragraphs": "^1.11",
"drupal/pathauto": "^1.8",
"drupal/real_aes": "^2.3",
"drupal/shs": "^2.0@RC",
"drupal/taxonomy_menu": "dev-3.x",
"drupal/view_unpublished": "^1.0",
"drupal/views_block_filter_block": "^1.0",
"drupal/views_contextual_filters_or": "^1.1",
"drupal/views_infinite_scroll": "^2.0",
"sainsburys/guzzle-oauth2-plugin": "^3.0",
"su-sws/jumpstart_ui": "^8.1",
"su-sws/stanford_migrate": "^8.2",
"su-sws/stanford_text_editor": "^8.1",
"su-sws/drupal-patches": "^8.0"
},
"extra": {
"enable-patching": true,
"patches": {
"drupal/default_content": {
"https://www.drupal.org/project/default_content/issues/2698425": "https://www.drupal.org/files/issues/2020-09-02/default_content-integrity_constrait_violation-3162987-2.patch"
},
"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"
}
}
}
}