forked from drupal/recommended-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.patches.json
27 lines (27 loc) · 1.88 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
{
"patches": {
"drupal/advagg": {
"#3375725 Deprecated function: Creation of dynamic property": "https://www.drupal.org/files/issues/2024-01-16/deprecated-function-creation-of-dynamic-property-3375725-17.patch"
},
"drupal/backup_migrate": {
"#3228379 Failed network - error": "https://www.drupal.org/files/issues/2022-02-02/3228379-download-errors-19.patch"
},
"drupal/core": {
"#2689459 - If you don't want to translate your URL alias, the original URL alias won't work with your translations": "https://www.drupal.org/files/issues/2024-06-26/2689459_d10.3.0.patch",
"#3101231 - Fix multilingual site's layout edit context issue with TypeError: Argument 1 passed to UrlHelper::buildQuery() must be of the type array, null given": "https://www.drupal.org/files/issues/2022-02-16/layout-builder-translation-issue-3101231-34.patch",
"#2842858 - Basic Auth module conflicts with server-level \"Site Lock\" implementations": "https://www.drupal.org/files/issues/2021-01-19/basic_auth_1.patch"
},
"drupal/layout_builder_modal": {
"#3133695 - incompatibility with layout_builder_st, contextual links broken": "https://www.drupal.org/files/issues/2020-05-07/3133695-3.patch"
},
"drupal/layout_builder_browser": {
"#3378982 - TypeError: in_array(): Argument #2 ($haystack) must be of type array, null given in in_array()": "https://www.drupal.org/files/issues/2023-08-03/3378982-empty-attributes-class-2.patch"
},
"drupal/layout_builder_st": {
"#3420063 - Error: Call to a member function getConfig() OverridesSectionStorage.php": "https://git.drupalcode.org/project/layout_builder_st/-/merge_requests/6.diff"
},
"drupal/adequate_passwords" : {
"#3442322 - Skip password validation when installing a site via CLI" : "https://www.drupal.org/files/issues/2024-04-21/3442322-site-install-cli-skip-validation-2.patch"
}
}
}