-
Notifications
You must be signed in to change notification settings - Fork 19
/
composer.json
464 lines (464 loc) · 25 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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
{
"name": "mass/massgov",
"description": "A Drupal 8 project for the Commonwealth of Massachusetts.",
"type": "project",
"license": "GPL-2.0",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"preferred-install": {
"drupal/media_entity_download": "source",
"*": "dist"
},
"process-timeout": 9600,
"sort-packages": true,
"platform": {
"php": "8.3"
},
"discard-changes": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
"tbachert/spi": true
}
},
"repositories": [
{
"type": "package",
"package": {
"name": "drupal/field_tokens",
"type": "drupal-module",
"version": "dev-8.x-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/field_tokens.git",
"reference": "6dcfbdeddeeda9a081078bf4b923415a8429edb9"
}
}
},
{
"type": "composer",
"url": "https://packages.drupal.org/8"
},
{
"type": "package",
"package": {
"name": "desandro/imagesloaded",
"version": "v4.1.1",
"type": "drupal-library",
"dist": {
"url": "https://github.com/desandro/imagesloaded/archive/v4.1.1.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "davidjbradshaw/iframe-resizer",
"version": "v4.3.6",
"type": "drupal-library",
"dist": {
"url": "https://github.com/davidjbradshaw/iframe-resizer/archive/refs/tags/v4.3.6.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "desandro/masonry",
"version": "4.1.1",
"type": "drupal-library",
"dist": {
"url": "https://github.com/desandro/masonry/archive/v4.1.1.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "enyo/dropzone",
"version": "5.7.2",
"type": "drupal-library",
"dist": {
"url": "https://github.com/enyo/dropzone/archive/v5.7.2.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "d3/d3",
"version": "v3.5.17",
"type": "drupal-library",
"dist": {
"url": "https://github.com/d3/d3/archive/v3.5.17.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "components/highlightjs",
"version": "9.7.0",
"type": "drupal-library",
"dist": {
"url": "https://github.com/components/highlightjs/archive/9.7.0.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "drupal/entity_usage_queue_tracking",
"type": "drupal-module",
"version": "9.1.x-dev",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity_usage_queue_tracking.git",
"reference": "f3bea1425080c9137c052257d7f8f4e1813f8eb8"
}
}
}
],
"require": {
"ext-json": "*",
"andileco/eval-math": "^3.0",
"christian-riesen/base32": "^1.3.1",
"components/highlightjs": "9.7.*",
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1",
"d3/d3": "3.5.*",
"davidjbradshaw/iframe-resizer": "^4.3",
"desandro/imagesloaded": "^4.1",
"desandro/masonry": "^4.1",
"drupal/access_unpublished": "^1.4",
"drupal/acquia_purge": "^1",
"drupal/address": "^1.9",
"drupal/admin_toolbar": "^3.0",
"drupal/akamai": "^5",
"drupal/allowed_formats": "^2",
"drupal/asset_cache_bust": "^1.0",
"drupal/auto_entitylabel": "^3",
"drupal/better_exposed_filters": "^6.0.3",
"drupal/cache_metrics": "^2",
"drupal/ckeditor5_fullscreen": "^1.0@beta",
"drupal/ckeditor5_paste_filter": "^1.0",
"drupal/clamav": "^2.0",
"drupal/color": "^1",
"drupal/components": "^3",
"drupal/conditional_fields": "4.0.0-alpha5",
"drupal/config_ignore": "3.x-dev",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",
"drupal/core-recommended": "^10",
"drupal/csv_field": "^1",
"drupal/csv_serialization": "^2.0 || ^3.0",
"drupal/datalayer": "^2",
"drupal/devel": "^5",
"drupal/devel_entity_updates": "4.2.0-rc1",
"drupal/diff": "^1.7",
"drupal/draggableviews": "^2.0",
"drupal/dropzonejs": "^2",
"drupal/dynamic_entity_reference": "^3.1",
"drupal/editoria11y": "^2.1",
"drupal/embed": "^1.7",
"drupal/entity_browser": "^2",
"drupal/entity_embed": "^1.5",
"drupal/entity_hierarchy": "^3.3",
"drupal/entity_reference_revisions": "^1.7",
"drupal/entity_reference_tree": "^2.3",
"drupal/entity_usage": "2.0.0-beta12",
"drupal/entity_usage_queue_tracking": "^9.1",
"drupal/entityreference_filter": "^2",
"drupal/environment_indicator": "^4",
"drupal/field_group": "^3.1",
"drupal/field_tokens": "dev-8.x-1.x",
"drupal/file_browser": "^1",
"drupal/flag": "^4.0",
"drupal/focal_point": "dev-2.x",
"drupal/geocoder": "^4.23",
"drupal/geofield": "^1.57",
"drupal/google_map_field": "^2.0",
"drupal/google_tag": "^2.0",
"drupal/http_response_headers": "^2",
"drupal/hux": "^1.1",
"drupal/iframe_resizer": "^2.0",
"drupal/imagick": "^1",
"drupal/inline_entity_form": "^1",
"drupal/jquery_ui_autocomplete": "^2.0",
"drupal/key": "^1.10",
"drupal/key_auth": "^2.1",
"drupal/key_value_field": "^1",
"drupal/linkit": "^6.0",
"drupal/mailchimp_transactional": "^1",
"drupal/maxlength": "^2",
"drupal/media_entity_download": "^2.2",
"drupal/memcache": "^2",
"drupal/metatag": "^1",
"drupal/monolog": "^3",
"drupal/node_edit_protection": "^1.0",
"drupal/node_title_help_text": "^1",
"drupal/office_hours": "^1.5",
"drupal/openid_connect": "dev-3.x as 2.0",
"drupal/openid_connect_windows_aad": "dev-2.0.x",
"drupal/paragraphs": "^1.10",
"drupal/pathauto": "^1.13",
"drupal/pathologic": "^2",
"drupal/prepopulate": "^2.0",
"drupal/private_files_download_permission": "^3",
"drupal/prod_no_redirect": "^1.1",
"drupal/purge": "^3",
"drupal/purge_queues": "^2",
"drupal/queue_unique": "^3",
"drupal/quick_node_clone": "^1.15",
"drupal/r4032login": "^2.2",
"drupal/rabbit_hole": "^1",
"drupal/redirect": "^1",
"drupal/require_on_publish": "^1.10",
"drupal/scheduled_transitions": "^2",
"drupal/schema_metatag": "^2.0",
"drupal/seckit": "^2.0",
"drupal/security_review": "^2",
"drupal/seven": "^1",
"drupal/simple_sitemap": "^4.1",
"drupal/stage_file_proxy": "^3",
"drupal/subpathauto": "^1",
"drupal/term_reference_tree": "^2",
"drupal/twig_field_value": "^2",
"drupal/twig_tweak": "^3",
"drupal/upgrade_status": "^4",
"drupal/username_enumeration_prevention": "^1",
"drupal/video_embed_field": "^2.0",
"drupal/view_mode_page": "^4.0",
"drupal/views_aggregator": "^2",
"drupal/views_ajax_history": "^1.6",
"drupal/views_autocomplete_filters": "^1.3",
"drupal/views_bulk_edit": "^2.6",
"drupal/views_bulk_operations": "^4.1",
"drupal/views_custom_cache_tag": "^1.0",
"drupal/views_data_export": "^1.0",
"drupal/views_porter_stemmer": "^1.0",
"drupal/views_simple_math_field": "^3.0",
"drupal/views_taxonomy_term_name_into_id": "^1.0@alpha",
"drush/drush": "^13",
"enyo/dropzone": "5.7.2",
"geocoder-php/open-cage-provider": "^4.6",
"google/cloud-bigquery": "^1.25",
"massgov/mayflower-artifacts": "dev-develop",
"monolog/monolog": "^3",
"phlak/semver": "^2.0",
"previousnext/drupal-test-utils": "^0.0.1",
"symfony/dom-crawler": "^6",
"symfony/http-client": "^6.3",
"typhonius/acquia-php-sdk-v2": "^2"
},
"require-dev": {
"behat/behat": "^3",
"behat/mink-extension": "^2.2",
"behat/mink-goutte-driver": "^2.0",
"drupal/core-dev": "^10",
"drupal/drupal-extension": "^5",
"drupaltest/queue-runner-trait": "dev-master",
"friends-of-behat/mink-debug-extension": "^2",
"imbo/behat-api-extension": "^2.0",
"kint-php/kint": "^5",
"palantirnet/drupal-rector": "^0.20.3",
"phpspec/prophecy-phpunit": "^2",
"previousnext/phpunit-finder": "dev-main",
"vincentlanglet/twig-cs-fixer": "^2.5",
"weitzman/drupal-test-traits": "^2"
},
"autoload-dev": {
"psr-4": {
"MassGov\\": "lib/"
}
},
"scripts": {
"unit": "phpunit --stop-on-failure --order-by=defects docroot/modules/custom",
"twigcs": "twig-cs-fixer --level=notice lint docroot/themes/custom docroot/modules/custom"
},
"conflict": {
"drupal/core": "<=10.2"
},
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "./docroot"
},
"gitignore": false,
"file-mapping": {
"[web-root]/INSTALL.txt": false,
"[web-root]/README.txt": false,
"[web-root]/.ht.router.php": false,
"[web-root]/example.gitignore": false,
"[web-root]/modules/README.txt": false,
"[web-root]/profiles/README.txt": false,
"[web-root]/sites/README.txt": false,
"[web-root]/sites/development.services.yml": false,
"[web-root]/themes/README.txt": false,
"[web-root]/.htaccess": false,
"[web-root]/index.php": false,
"[web-root]/robots.txt": false,
"[web-root]/.eslintrc": false,
"[web-root]/.eslintignore": false,
"[web-root]/.eslintrc.json": false,
"[web-root]/sites/example.settings.local.php": false
}
},
"installer-paths": {
"docroot/core": [
"type:drupal-core"
],
"docroot/libraries/{$name}": [
"type:drupal-library"
],
"docroot/modules/contrib/{$name}": [
"type:drupal-module"
],
"docroot/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"docroot/themes/contrib/{$name}": [
"type:drupal-theme"
],
"drush/contrib/{$name}": [
"type:drupal-drush"
]
},
"patches": {
"drupal/access_unpublished": {
"Invalid argument supplied for foreach AddHttpHeaders->onResponse (https://www.drupal.org/project/access_unpublished/issues/3215907)": "https://www.drupal.org/files/issues/2021-05-26/3215907-warning-invalid-argument.patch",
"Invalid argument supplied for foreach SettingsForm->prepareHeadersDisplay (https://www.drupal.org/project/access_unpublished/issues/3252499)": "https://www.drupal.org/files/issues/2021-12-03/3252499-warning-invalid-argument-2.patch",
"Hardcode preview links based on environment": "patches/access_unpublished/DP-25897_change_unpublish_preview_links_v2.patch"
},
"drupal/ckeditor5_fullscreen": {
"Fullscreen mode interferes with link button (https://www.drupal.org/files/issues/2024-05-30/3381084_fullscreen_mode_interferes_with_link_button.patch)": "https://www.drupal.org/files/issues/2024-05-30/3381084_fullscreen_mode_interferes_with_link_button_2.patch"
},
"drupal/core": {
"Don't break if telephone number is less than 6 digits. (https://www.drupal.org/node/2575577)": "https://www.drupal.org/files/issues/2022-07-12/2575577-38.patch",
"Remove final from a class in order to inherit from it": "patches/DP-11721-jsonapi-serializer.patch",
"Remove type hint which allows usage in combination with workbench_moderation": "patches/jsonapi-2.3.0-no-type-hint.patch",
"IMPORTANT: Make content moderation views use indexes": "patches/content-moderation-add-views-filter-indices.patch",
"Batch is dependent on the order of query string parameters (https://www.drupal.org/project/drupal/issues/2879023)": "https://git.drupalcode.org/issue/drupal-2879023/-/commit/c68aa376a7fc262886cb56d9ac762e4b06e6b174.patch",
"3075454 - combine fields filter doesn't recognise taxonomy description field": "https://www.drupal.org/files/issues/2019-08-20/3075454-3.patch",
"2993688 - Views relationships with multi-valued entity reference fields invalidate Distinct query option": "https://www.drupal.org/files/issues/2022-06-16/2993688-99.patch",
"2329253 - Allow the ChangedItem to skip updating when synchronizing (f.e. when migrating)": "https://www.drupal.org/files/issues/2024-07-30/2329253-10.x.patch",
"Avoid warnings when getting permissions for roles that do not have permissions and are not administrators": "patches/DP-23561-avoid-warnings-on-roles-without-permissions.patch",
"2845144 - User can't reference unpublished content even when they have access to it": "https://www.drupal.org/files/issues/2024-01-09/2845144-84-11.x.patch",
"Ensure to have build info on View Page Controller before getting the view title": "patches/DP-24420--View-pages-arguments-title-overrides-not-working--2.patch",
"Bubbling of elements' max-age to the page's headers and the page cache (https://www.drupal.org/project/drupal/issues/2352009#comment-14724015)": "https://www.drupal.org/files/issues/2022-10-07/bubble.patch",
"Dynamically provide action plugins for every moderation state change (https://www.drupal.org/project/drupal/issues/2797583#comment-14699699)": "https://www.drupal.org/files/issues/2022-09-20/core-provide-moderation-states-as-actions-2797583-207.patch",
"PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in docroot/core/lib/Drupal/Core/Mail/Plugin/Mail/PhpMail.php on line 112 (https://www.drupal.org/project/drupal/issues/3328187#comment-15138241)": "https://www.drupal.org/files/issues/2023-07-05/3372667-2_0.patch",
"Deletion of field_deleted_data_xxxxxx tables not working (https://www.drupal.org/project/drupal/issues/2836539#comment-13418275)": "https://www.drupal.org/files/issues/2020-01-10/2836539-34.patch",
"Store table drag object in the table data" : "patches/DP-23411_store-object-in-draggable-table.patch",
"Use CKEditor 5's native <ol type> and <ul type> UX (https://www.drupal.org/project/drupal/issues/3274635)": "https://www.drupal.org/files/issues/2024-08-11/3274635--ckeditor_list_styles-10.3.2--108.patch",
"Diffs with different line endings leads to Invalid $mode 3 specified (https://www.drupal.org/project/drupal/issues/3389715)": "https://www.drupal.org/files/issues/2024-01-09/Diffs-with-different-line-endings-leads-to-Invalid-mode-3-specified.patch"
},
"drupal/entity_embed": {
"Trying to edit embedded entities causes uncaught exception (https://www.drupal.org/project/entity_embed/issues/3416512)": "https://git.drupalcode.org/project/entity_embed/-/merge_requests/39.diff",
"Alt text optional": "patches/DP-33643_entity_embed_alt_optional.patch"
},
"drupal/entity_usage": {
"InvalidArgumentException: The internal path component is invalid. (https://www.drupal.org/project/entity_usage/issues/3378832)": "https://git.drupalcode.org/project/entity_usage/-/merge_requests/55.diff"
},
"drupal/flag": {
"Flags problem with VBO module in views (2893259)": "https://www.drupal.org/files/issues/2020-07-25/flag-vbo-2893259-40.patch"
},
"drupal/diff": {
"500 error: Possible infinite loop": "https://www.drupal.org/files/issues/2019-02-15/diff-500-errors-possible-infinite-loop-3033455-2-d8.patch"
},
"drupal/dropzonejs": {
"Dropzone element overwrites potential metadata and libraries added by other modules (https://www.drupal.org/project/drupal/issues/3303028)": "https://www.drupal.org/files/issues/2023-01-18/dropzone_overwrites_metadata_and_libraries-3303028-2_with-3211288.patch"
},
"drupal/editoria11y": {
"Retrieve result name options using results instead of dismissals": "patches/editoria11y--result-name-options-results.patch"
},
"drupal/entity_browser": {
"Fix duplicated image selection when click use selected button": "https://www.drupal.org/files/issues/prevent-duplication.patch",
"Sorting not working in view with entity browser (https://www.drupal.org/project/entity_browser/issues/3216540)": "https://www.drupal.org/files/issues/2021-06-02/3216540-7_0.patch"
},
"drupal/entity_hierarchy": {
"Enable entity_hierarchy_breadcrumb module to work on node edit routes": "patches/entity_hierarchy_breadcrumb_for_admin_routes.patch",
"Async support & save only changed, based on https://www.drupal.org/files/issues/2021-05-06/3178313-tree-editor-3.patch) but only save parent changes when saving on the children tab": "patches/DP-23411_node-hierarchy-async-support-save-only-changed--v6.patch"
},
"drupal/entity_reference_tree": {
"3285499 - Options to automatically select/deselect ancestors/descendants when node is checked/unchecked.": "https://www.drupal.org/files/issues/2023-10-11/issue-3285499--automatic-selection-options--9.patch"
},
"drupal/field_group": {
"Provide page level error messaging when publishing validation is not met": "https://www.drupal.org/files/issues/2021-02-21/2787179-highlight-html5-validation-60.patch",
"3098550 - Nested groups render on other entity forms (or when fields are inaccessible) when they shouldn't": "https://www.drupal.org/files/issues/2020-06-18/3098550-12.patch"
},
"drupal/field_tokens": {
"Fatal errors in entities that does not declare getFieldDefinitions method (https://www.drupal.org/project/field_tokens/issues/2835032)": "https://www.drupal.org/files/issues/2835032-config-entity-support-9.patch"
},
"drupal/focal_point": {
"Division by zero when image missing, in FocalPointEffectBase (https://www.drupal.org/project/focal_point/issues/3224547)": "https://www.drupal.org/files/issues/2022-06-28/focal_point-division_by_zero_effect_base.patch"
},
"drupal/gin": {
"3281343 - Use Gin's edit form for Media Entries": "https://www.drupal.org/files/issues/2023-02-23/edit-form-media-3281343-9.patch"
},
"drupal/iframe_resizer": {
"Missing license URL (https://www.drupal.org/project/iframe_resizer/issues/3385378)": "https://www.drupal.org/files/issues/2023-09-05/iframe_resizer-missing_license_url-3385378-3.patch"
},
"drupal/inline_entity_form": {
"Add a setting to enable/disable inline editing of existing entities (https://www.drupal.org/project/inline_entity_form/issues/2913571#comment-12811088)": "https://www.drupal.org/files/issues/2018-10-11/ief_edit_existing_2913571_7.patch"
},
"drupal/paragraphs": {
"Nested paragraphs title gets cut off (https://www.drupal.org/project/paragraphs/issues/3246140)": "https://www.drupal.org/files/issues/2024-03-11/paragraphs-3246140-19-fix_paragraph_title_cutoff.patch"
},
"drupal/linkit": {
"Link shown after the autocomplete selection is the bare node/xxx link, not the alias (https://www.drupal.org/project/linkit/issues/2877535)": "https://www.drupal.org/files/issues/2023-10-05/linkit-2877535-64.patch"
},
"drupal/media_entity_download": {
"CKeditor Plugin - using a combined patch to avoid conflict (https://www.drupal.org/node/2928318)": "https://www.drupal.org/files/issues/2024-04-22/media_entity_download-ckeditor5_plugin-2928318-36.patch",
"Track the usage of Media entity through media_entity_download route with entity_usage (https://www.drupal.org/project/media_entity_download/issues/3106062)": "https://www.drupal.org/files/issues/2024-11-06/3106062-15.patch"
},
"drupal/pathologic": {
"Dynamic routes like image styles break under pathologic (https://www.drupal.org/project/pathologic/issues/2718473)": "https://www.drupal.org/files/issues/2020-01-29/2718473-dynamic-image-style-lookup-20.patch"
},
"drupal/password_policy": {
"Can't edit user profile because password policy validates even when password unchanged": "https://www.drupal.org/files/issues/2020-03-19/password_policy-empty-password-skip-validation-2971079-37.patch"
},
"drupal/redirect": {
"Add an intermediate redirect (https://www.drupal.org/project/redirect/issues/3162696#comment-15085388)": "https://www.drupal.org/files/issues/2023-05-31/tmp.diff",
"Filter by redirect destination does not work with URL alias (https://www.drupal.org/project/redirect/issues/2981544) (See DP-31078 before replacing)": "https://www.drupal.org/files/issues/2024-08-13/2981544-45.patch",
"Redirect loop wrong detection (service unavailable: RedirectLoopException) (https://www.drupal.org/project/redirect/issues/3401916)": "https://www.drupal.org/files/issues/2024-04-25/3401916-8.x-1.9.patch"
},
"drupal/seven": {
"Add ckeditor5-stylesheets config (https://www.drupal.org/project/seven/issues/3267440)": "https://www.drupal.org/files/issues/2023-04-27/seven_add_ckeditor5-stylesheets-3267440-7.patch"
},
"drupal/csv_field": {
"Review accessiblility issue with CSV table feature - DP-32499": "patches/DP-32499_csv_field_a11y_fix.patch"
},
"drupal/video_embed_field": {
"Support youtube shorts (https://www.drupal.org/project/video_embed_field/issues/3279789)": "https://git.drupalcode.org/project/video_embed_field/-/merge_requests/4.diff"
},
"drupal/views_bulk_operations": {
"Remove the select/deselect all results within VBO": "patches/DP-11179-hide-select-all-results-from-views.patch"
},
"drupal/view_mode_page": {
"Context exception when trying to create url (https://www.drupal.org/project/view_mode_page/issues/3300706)": "https://www.drupal.org/files/issues/2023-05-01/3300706-17-context_exception_when_trying_to_create_url_0.patch"
},
"drupal/quick_node_clone": {
"2979426 - Ensures per-content type permissions are respected": "https://www.drupal.org/files/issues/2022-05-05/quick_node_clone-permissions_not_respected-2979426-34.patch"
},
"drupal/views_bulk_edit": {
"Fix Required fields to really not be required": "https://www.drupal.org/files/issues/2024-01-10/views_bulk_edit-3024419-fix_required_fields-57.patch",
"Hide revision checkbox from the form": "patches/DP-25205_hide_revision_checkbox_from_views_bulk_edit_form.patch"
}
},
"composer-exit-on-patch-failure": true,
"composer-version": "^1"
}
}