-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
139 lines (139 loc) · 5.69 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "su-sws/stanford_profile_helper",
"description": "Helper Module For Stanford Profile",
"type": "drupal-custom-module",
"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": "citation-style-language/locales",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/citation-style-language/locales.git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "citation-style-language/styles-distribution",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/citation-style-language/styles-distribution.git",
"reference": "master"
}
}
}
],
"conflict": {
"drupal/page_cache_query_ignore": "*"
},
"require": {
"drupal/core": "^10.3 || ^11",
"drupal/graphql_compose": "^2.0",
"drupal/layout_paragraphs": "^2.0",
"seboettg/collection": "~3.1"
},
"require-dev": {
"citation-style-language/locales": "^1.0",
"citation-style-language/styles-distribution": "^1.0",
"drupal/admin_toolbar": ">=3.4",
"drupal/auto_entitylabel": ">=3.0",
"drupal/components": ">=3.0",
"drupal/config_pages": ">=2.15",
"drupal/config_pages_overrides": ">=2.0",
"drupal/default_content": ">=2.0@alpha",
"drupal/element_class_formatter": ">=2.0",
"drupal/externalauth": ">=2.0",
"drupal/field_formatter_class": ">=1.6",
"drupal/field_group": ">=3.4",
"drupal/flat_taxonomy": ">=2.0",
"drupal/google_analytics": "^4.0",
"drupal/hook_event_dispatcher": ">=4.0",
"drupal/jsonapi_extras": ">=3.24",
"drupal/layout_builder_restrictions": ">=2.19",
"drupal/layout_library": ">=1.0@beta",
"drupal/mathjax": ">=4.0",
"drupal/menu_block": ">=1.10",
"drupal/menu_link": ">=2.0",
"drupal/name": ">=1.0@RC",
"drupal/next": ">=1.6",
"drupal/paragraphs": ">=1.15",
"drupal/pathauto": ">=1.11",
"drupal/pdb": ">=1.0",
"drupal/rabbit_hole": ">=1.0@beta",
"drupal/redirect": ">=1.8",
"drupal/scheduler": ">=2.0",
"drupal/search_api": ">=1.30",
"drupal/search_api_algolia": ">= 3.0@beta",
"drupal/shs": ">=2.0@RC",
"drupal/smart_date": ">=4.0",
"drupal/smart_trim": ">=2.1",
"drupal/taxonomy_menu": ">=3.6",
"drupal/ui_patterns": ">=1.7",
"drupal/ultimate_cron": ">=2.0@alpha",
"drupal/views_block_filter_block": ">=2.0",
"drupal/views_custom_cache_tag": ">=1.3",
"drupal/views_infinite_scroll": ">=2.0",
"drupal/views_taxonomy_term_name_depth": ">=7.2",
"drupal/xmlsitemap": ">=1.4",
"seboettg/citeproc-php": ">=2.4",
"su-sws/react_paragraphs": ">=8.2",
"su-sws/stanford_fields": ">=8.2",
"su-sws/stanford_media": ">=9.0 || >=10.0",
"su-sws/stanford_migrate": ">=8.4"
},
"replace": {
"drupal/response_code_condition": "1.1.0"
},
"autoload": {
"psr-4": {
"Drupal\\jumpstart_ui\\": "modules/jumpstart_ui/src",
"Drupal\\stanford_events_importer\\": "modules/stanford_events/modules/stanford_events_importer/src",
"Drupal\\stanford_intranet\\": "modules/stanford_intranet/src",
"Drupal\\stanford_news\\": "modules/stanford_news/src",
"Drupal\\stanford_notifications\\": "modules/stanford_notifications/src",
"Drupal\\stanford_person_importer\\": "modules/stanford_person/modules/stanford_person_importer/src",
"Drupal\\stanford_policy\\": "modules/stanford_policy/src",
"Drupal\\stanford_profile_admin\\": "modules/stanford_profile_admin/src",
"Drupal\\stanford_profile_drush\\": "modules/stanford_profile_drush/src",
"Drupal\\stanford_profile_helper\\": "src",
"Drupal\\stanford_publication\\": "modules/stanford_publication/src"
}
},
"autoload-dev": {
"psr-4": {
"Drupal\\Tests\\jumpstart_ui\\": "modules/jumpstart_ui/tests/src",
"Drupal\\Tests\\stanford_events_importer\\": "modules/stanford_events/modules/stanford_events_importer/tests/src",
"Drupal\\Tests\\stanford_intranet\\": "modules/stanford_intranet/tests/src",
"Drupal\\Tests\\stanford_news\\": "modules/stanford_news/tests/src",
"Drupal\\Tests\\stanford_notifications\\": "modules/stanford_notifications/tests/src",
"Drupal\\Tests\\stanford_person_importer\\": "modules/stanford_person/modules/stanford_person_importer/tests/src",
"Drupal\\Tests\\stanford_policy\\": "modules/stanford_policy/tests/src",
"Drupal\\Tests\\stanford_profile_admin\\": "modules/stanford_profile_admin/tests/src",
"Drupal\\Tests\\stanford_profile_drush\\": "modules/stanford_profile_drush/tests/src",
"Drupal\\Tests\\stanford_profile_helper\\": "src",
"Drupal\\Tests\\stanford_publication\\": "modules/stanford_publication/tests/src"
}
},
"config": {
"sort-packages": true
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
}
}