-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.patches.json
32 lines (32 loc) · 1.48 KB
/
composer.patches.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
{
"patches": {
"drupal/amazon_ses": {
"Cron fails on amazon_ses when not configured": "PATCHES/amazon_ses-cron-queue-3417090-8.patch"
},
"drupal/core": {
"Js optimize error https://www.drupal.org/project/drupal/issues/3416508": "PATCHES/core_js_optimizer.patch"
},
"drupal/datetime_range_timezone": {
"Views integration": "PATCHES/datetime_range_timezone-views-integration.patch"
},
"drupal/default_content" : {
"https://www.drupal.org/project/default_content/issues/2885285#comment-15342107": "https://www.drupal.org/files/issues/2023-12-01/i2885285-exporting-menu-link-2.patch"
},
"drupal/imageapi_optimize_webp": {
"Fix derivatives for webp source images": "PATCHES/imageapi_optimize_webp-webp-source-image.patch",
"Support imagemagick toolkit": "PATCHES/imageapi_optimize_webp-imagemagick-toolkit.patch"
},
"drupal/media_library_extend": {
"https://www.drupal.org/project/media_library_extend/issues/3467575": "PATCHES/i3467575.patch"
},
"drupal/stage_file_proxy": {
"Stage file proxy attempts to fetch aggregated JS/CSS": "PATCHES/stage_file_proxy_3372105.patch"
},
"drupal/user_expire": {
"Reset expiration when user is reactivated": "PATCHES/user_expire-reset-expiration-on-reactivation.patch"
},
"drupal/username_enumeration_prevention": {
"Avoid leaking the path via Drupal.settings json": "PATCHES/username_enumeration_prevention-user-login-block-form-3312288.patch"
}
}
}