-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
354 lines (354 loc) · 15.9 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
{
"name": "dof-dss/maestro-drupal-unity",
"description": "Maestro Drupal for Unity sites",
"type": "project",
"license": "GPL-2.0-or-later",
"support": {
"docs": "https://digitaldevelopment.atlassian.net/wiki/spaces/MAES"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "kenwheeler/slick",
"version": "1.8.0",
"type": "drupal-library",
"dist": {
"url": "https://github.com/kenwheeler/slick/archive/1.8.0.zip",
"type": "zip"
},
"require": {
"composer/installers": "^2.0"
}
}
},
{
"type": "package",
"package": {
"name": "dinbror/blazy",
"version": "1.8.2",
"type": "drupal-library",
"dist": {
"url": "https://github.com/dinbror/blazy/archive/1.8.2.zip",
"type": "zip"
},
"require": {
"composer/installers": "^1.2.0"
}
}
}
],
"require": {
"composer-runtime-api": "*",
"caxy/php-htmldiff": "^0.1.15",
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.7",
"dof-dss/nicsdru_origins_modules": "^10.4",
"dof-dss/nicsdru_unity_modules": "^10.1",
"dof-dss/nicsdru_unity_profile": "^10.1",
"dof-dss/nicsdru_unity_theme": "^10.1",
"drupal/address": "^1.12",
"drupal/admin_toolbar": "^3.4",
"drupal/allowed_formats": "^3.0",
"drupal/antibot": "^2.0",
"drupal/auto_entityqueue": "^2.1",
"drupal/blazy": "2.16.0",
"drupal/block_content_permissions": "^1.11",
"drupal/block_field": "^1.0@RC",
"drupal/block_list_override": "^1.0",
"drupal/block_visibility_groups": "^2.0",
"drupal/ckeditor": "^1.0",
"drupal/ckeditor5_allowed_html": "^1.5@dev",
"drupal/ckeditor5_premium_features": "^1.2",
"drupal/clientside_validation": "^4.0",
"drupal/clone_nodes": "^1.2@dev",
"drupal/config_filter": "^1.10",
"drupal/config_ignore": "^3.2",
"drupal/config_readonly": "^1.0@beta",
"drupal/config_split": "^1.9",
"drupal/config_update": "^2.0@alpha",
"drupal/content_lock": "^2.3",
"drupal/cookie_content_blocker": "^2.2",
"drupal/core-composer-scaffold": "^10.3",
"drupal/core-project-message": "^10.3",
"drupal/core-recommended": "^10.3",
"drupal/csp": "^1.20",
"drupal/ctools": "^4.1",
"drupal/date_facet_drilldown": "^5.0@dev",
"drupal/diff": "^1.1",
"drupal/draggableviews": "^2.1",
"drupal/dynamic_entity_reference": "^3.2",
"drupal/entity_browser": "^2.9",
"drupal/entity_embed": "^1.4",
"drupal/entity_reference_revisions": "^1.10",
"drupal/entityqueue": "^1.6",
"drupal/eu_cookie_compliance": "^1.24",
"drupal/facets": "^2.0",
"drupal/facets_pretty_paths": "^1.4",
"drupal/fastly": "^4.0",
"drupal/field_group": "^3.4",
"drupal/file_delete_ui": "^1.0@beta",
"drupal/filelog": "^2.1",
"drupal/flag": "^4.0@beta",
"drupal/flood_control": "^2.3",
"drupal/geocoder": "^4.9",
"drupal/geolocation": "^3.12",
"drupal/google_tag": "^2.0",
"drupal/handy_cache_tags": "^1.4",
"drupal/honeypot": "^2.1",
"drupal/http_cache_control": "^2.1",
"drupal/inline_entity_form": "^3.0@RC",
"drupal/jquery_ui_accordion": "^2.0",
"drupal/layout_builder_modal": "^1.2",
"drupal/layout_builder_restrictions": "^2.19",
"drupal/link_fix_absolute_urls": "^1.0",
"drupal/linkit": "^6.1",
"drupal/media_entity_browser": "^2.0@alpha",
"drupal/media_file_delete": "^1.3",
"drupal/media_library_edit": "^3.0",
"drupal/menu_admin_per_menu": "^1.5",
"drupal/menu_breadcrumb": "^2.0@alpha",
"drupal/metatag": "^2.0",
"drupal/migrate_absolute_links": "^5.0@dev",
"drupal/migrate_upgrade": "^4.0",
"drupal/moderation_sidebar": "^1.7",
"drupal/node_edit_protection": "^1.1",
"drupal/noreferrer": "^1.16",
"drupal/oembed_providers": "^2.1",
"drupal/paragraphs": "^1.15",
"drupal/pathauto": "^1.11",
"drupal/rdf": "^2.1",
"drupal/readonlymode": "^1.2",
"drupal/redirect": "^1.8",
"drupal/redis": "^1.7",
"drupal/scheduled_transitions": "^2.5",
"drupal/scheduler": "^2.0",
"drupal/scheduler_content_moderation_integration": "^2.0@beta",
"drupal/schema_metatag": "^3.0",
"drupal/search_api": "^1.26",
"drupal/search_api_autocomplete": "^1.4",
"drupal/search_api_glossary": "^4.2",
"drupal/search_api_location": "^1.0@alpha",
"drupal/search_api_solr": "4.3.0",
"drupal/search_api_spellcheck": "^4.0",
"drupal/seven": "^1.0",
"drupal/shs": "^2.0@RC",
"drupal/simplei": "^2.1",
"drupal/slick": "2.9.0",
"drupal/slick_views": "2.7.0",
"drupal/smart_date": "^4.1",
"drupal/stable": "^2.0",
"drupal/structure_sync": "^2.0",
"drupal/taxonomy_access_fix": "^4.0",
"drupal/taxonomy_manager": "^2.0",
"drupal/telephone_plus": "^9.1",
"drupal/token": "^1.12",
"drupal/token_filter": "^2.2",
"drupal/twig_field_value": "^2.0",
"drupal/twig_tweak": "^3.4",
"drupal/ultimate_cron": "^2.0@alpha",
"drupal/views_contextual_filters_or": "^1.4",
"drupal/views_custom_cache_tag": "^1.3",
"drupal/webform": "^6.2",
"drupal/whatlinkshere": "^2.1",
"drush/drush": "^12.5",
"ezyang/htmlpurifier": "^4.17",
"geocoder-php/google-maps-provider": "^4.7",
"harvesthq/chosen": "^1.8",
"kenwheeler/slick": "^1.8",
"oomphinc/composer-installers-extender": "^2.0",
"php-http/message-factory": "^1.1",
"platformsh/config-reader": "^2.4",
"symfony/http-client": "^5.4",
"vlucas/phpdotenv": "^5.5"
},
"conflict": {
"drupal/drupal": "*"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"cweagans/composer-patches": true,
"php-http/discovery": true,
"oomphinc/composer-installers-extender": true,
"drupal/console-extend-plugin": true,
"tbachert/spi": true
},
"sort-packages": true
},
"extra": {
"patches": {
"drupal/auto_entityqueue": {
"Entityquery - add access control check": "https://www.drupal.org/files/issues/2023-10-25/3366202-7-accessCheck-auto-entity-queue.patch"
},
"drupal/content_lock": {
"fix 10.2 $time deprecation message": "https://www.drupal.org/files/issues/2023-05-22/3343964-5.patch"
},
"drupal/clientside_validation": {
"core/jquery.once is required": "https://www.drupal.org/files/issues/2021-02-23/3200022-01.patch"
},
"drupal/ckeditor5_premium_features": {
"fix console error plugin not loaded": "https://git.drupalcode.org/project/ckeditor5_premium_features/-/merge_requests/6.diff"
},
"drupal/core": {
"Render blocks in preview page": "https://www.drupal.org/files/issues/2019-10-03/3085364_2.patch",
"User enable email exception": "https://www.drupal.org/files/issues/2023-05-19/user_email_exception-3355151-3.patch",
"Expand menu_tree field sizes": "https://www.drupal.org/files/issues/2022-10-11/3106205-36.patch",
"Fix TypeError when adding book page": "https://www.drupal.org/files/issues/2023-10-02/book_typeerror-3391063-1.patch",
"Allow authors without manage book privleges permission to save unpublished versions of published nodes": "https://www.drupal.org/files/issues/2022-12-14/2918537-92.patch",
"Fix getSetting() error on translated migrations": "https://www.drupal.org/files/issues/2018-07-08/2984460-3.patch",
"Fix for reference error on unpublished nodes on Entity Queue": "https://www.drupal.org/files/issues/2024-04-16/2845144-95.patch",
"Menu revision langcode bug fix": "https://www.drupal.org/files/issues/2024-05-13/menu_revision_langcode-3446877.patch",
"Fix to $form.ajaxSubmit is not a function": "https://git.drupalcode.org/project/drupal/-/merge_requests/6052.diff",
"Contextual links patch": "https://www.drupal.org/files/issues/2024-06-30/contextual_links_disappear_intermittently_leading_to_console_errors-3458067-8_0.patch"
},
"drupal/easy_install": {
"Handle missing core version": "https://www.drupal.org/files/issues/2019-12-19/easy_install_core_version-3101883-0.patch",
"non-existent service entity.manager": "https://www.drupal.org/files/issues/2020-12-08/3162621-4.patch"
},
"drupal/entity_browser": {
"TypeError: key(): Argument #1 ($array) must be of type array": "https://www.drupal.org/files/issues/2024-06-12/2914385-35.patch"
},
"drupal/entityqueue": {
"Allow unique records only": "https://www.drupal.org/files/issues/2021-02-07/entity_queue_unique_records-1240856-3197148.patch"
},
"drupal/facets": {
"Pass facet object onto child items": "https://www.drupal.org/files/issues/2019-11-13/child_item-3094143-2.patch"
},
"drupal/facets_pretty_paths": {
"facet pretty paths doubling up": "https://www.drupal.org/files/issues/2023-01-12/url_duplication-3254600-45.patch"
},
"drupal/fastly": {
"Allow disabling of logging": "https://git.drupalcode.org/project/fastly/-/merge_requests/6.patch"
},
"drupal/filelog": {
"Avoid circular reference": "https://www.drupal.org/files/issues/2024-01-25/filelog_with_tests.patch"
},
"drupal/hms_field": {
"Drupal 9 compatability": "https://www.drupal.org/files/issues/2020-06-06/hms_field.1.x-dev.rector.patch"
},
"drupal/linkit": {
"Show URL alias after autocomplete selection instead of internal route (e.g., /node/123)": "https://www.drupal.org/files/issues/2023-10-03/linkit-2877535-62.patch"
},
"drupal/media_browser_responsive_images": {
"Form alter applies for any media browser, not just image related ones": "https://www.drupal.org/files/issues/2019-12-17/media-browser-hook-checks-for-image-types.patch"
},
"drupal/redirect": {
"Add URL Redirects tab to taxonomy term edit form": "https://www.drupal.org/files/issues/2021-03-26/redirect_provide_redirect_tab_on_taxonomy_terms_3205896.patch",
"URL redirects listing only displays operations": "https://www.drupal.org/files/issues/2019-04-05/redirects_list_builder-3031125-9-d8.patch",
"Fix ajax error when creating redirects": "https://www.drupal.org/files/issues/2020-12-14/validation-issue-3057250-29.patch"
},
"drupal/slick": {
"PHP 8.2 compatibility": "https://git.drupalcode.org/issue/slick-3373261/-/commit/4035fef4eb48df2a2859d6c2785357d6071f9e72.patch"
},
"drupal/smart_date":{
"Hide duration field": "https://www.drupal.org/files/issues/2024-10-07/3379263-duration-fix.patch",
"Fix multiple error messages": "https://www.drupal.org/files/issues/2024-10-07/3477741-fix.patch"
},
"drupal/ultimate_cron": {
"Fix $last_ran deprecation error": "https://www.drupal.org/files/issues/2023-04-03/3351276-4.patch"
},
"drupal/readonlymode": {
"Fatal typerror fix": "https://www.drupal.org/files/issues/2020-12-23/readonlymode-string_not_array-3115119-9.patch"
}
},
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"installer-paths": {
"web/core": [
"type:drupal-core"
],
"web/libraries/{$name}": [
"type:drupal-library",
"harvesthq/chosen"
],
"web/modules/origins": [
"dof-dss/nicsdru_origins_modules"
],
"web/modules/custom": [
"dof-dss/nicsdru_unity_modules"
],
"web/modules/contrib/{$name}": [
"type:drupal-module"
],
"web/modules/custom/{$name}": [
"type:drupal-custom-module"
],
"web/profiles/unity/nicsdru_unity_profile": [
"dof-dss/nicsdru_unity_profile"
],
"web/themes/custom/{$name}": [
"type:drupal-custom-theme"
],
"web/themes/contrib/{$name}": [
"type:drupal-theme"
],
"web/profiles/origins/{$name}": [
"dof-dss/nicsdru_origins_profile"
],
"web/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"drush/Commands/contrib/{$name}": [
"type:drupal-drush"
]
},
"drupal-core-project-message": {
"include-keys": [
"homepage",
"support"
],
"post-create-project-cmd-message": [
"<bg=blue;fg=white> </>",
"<bg=blue;fg=white> Congratulations, you’ve installed the Drupal codebase </>",
"<bg=blue;fg=white> from the drupal/recommended-project template! </>",
"<bg=blue;fg=white> </>",
"",
"<bg=yellow;fg=black>Next steps</>:",
" * Install the site: https://www.drupal.org/docs/installing-drupal",
" * Read the user guide: https://www.drupal.org/docs/user_guide/en/index.html",
" * Get support: https://www.drupal.org/support",
" * Get involved with the Drupal community:",
" https://www.drupal.org/getting-involved",
" * Remove the plugin that prints this message:",
" composer remove drupal/core-project-message"
]
}
},
"require-dev": {
"dof-dss/maestro-hosting": "^1.0",
"dof-dss/maestro-shell": "^10.1",
"drupal/coder": "^8.3",
"drupal/core-dev": "^10.3",
"drupal/devel": "^5.1",
"drupal/easy_install_d10": "^10.0@dev",
"drupal/migrate_plus": "^6.0",
"drupal/migrate_tools": "^6.0",
"drupal/permissions_filter": "^1.3",
"drupal/stage_file_proxy": "^3.1",
"kint-php/kint": "^5.0",
"mglaman/drupal-check": "^1.4",
"phpstan/extension-installer": "^1.3",
"previousnext/phpunit-finder": "^2.0",
"slevomat/coding-standard": "^8.13",
"spaze/phpstan-disallowed-calls": "^3.1"
},
"scripts": {
"post-package-update": [
"Maestro\\Shell\\Events\\ComposerEventListener::postPackageUpdate"
]
}
}