Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"drupal/fullcalendar": "^3.0@beta",
"drupal/geofield": "^1",
"drupal/gin": "^5",
"drupal/gin_login": "^2.1",
"drupal/gin_moderation_sidebar": "^1.0@RC",
"drupal/google_tag": "^2.0",
"drupal/google_tag_events": "^3",
Expand Down Expand Up @@ -246,8 +247,7 @@
"Log error when a TranslatableMarkup is created with a non-string input": "https://www.drupal.org/files/issues/2025-06-24/2719553-79.patch",
"Add Exception for TypeError Argument must be String | https://drupal.org/node/3352384":
"https://www.drupal.org/files/issues/2025-07-05/TypeError_htmlspecialchars_ArgumentNustBeTypeString_ArrayGiven-3352384-76.patch",
"Call to a member function transformDimensions() on null in template_preprocess | https://drupal.org/node/2957368":
"https://git.drupalcode.org/project/drupal/-/merge_requests/9200.diff"
"Call to a member function transformDimensions() on null in template_preprocess | https://drupal.org/node/2957368": "https://www.drupal.org/files/issues/2025-12-26/drupal-2957368-83.patch"
},
"drupal/acquia_cms_common": {
"ACMS-1001 - The entity of type workflow by id editorial does not have a UUID.": "https://www.drupal.org/files/issues/2022-07-05/acquia_cms_common-rewrite-missing-uuid.patch",
Expand All @@ -261,7 +261,7 @@
},
"drupal/acquia_dam": {
"TypeError: array_map(): Argument #2 ($array) must be of type array": "patches/acquia_dam-check-for-image-properties.patch",
"Combined issues - Do not override existing displays, Check for site install": "https://www.drupal.org/files/issues/2025-06-12/acquia_dam-check-existing-config-check-for-install-01.patch"
"Combined issues - Do not override existing displays, Check for site install": "https://www.drupal.org/files/issues/2026-01-13/acquia_dam-check-existing-config-check-for-install-02.patch"
},
"drupal/acsf": {
"PHP deprecation warning in acsf-init | https://www.drupal.org/node/3487078": "https://git.drupalcode.org/project/acsf/-/merge_requests/7.diff"
Expand Down
Loading