From 77edc370dd491d61610eb8ec646948ff4a8928d7 Mon Sep 17 00:00:00 2001 From: Robert Ragas Date: Mon, 2 Dec 2024 16:02:32 +0100 Subject: [PATCH] Lock the socialbase version so we don't run into issues with patches not applying when we release a new theme version --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9415daf8100..52a1dc842c1 100644 --- a/composer.json +++ b/composer.json @@ -86,9 +86,6 @@ "Ensure field definition allowed values callbacks are used for field filter callbacks": "https://www.drupal.org/files/issues/2023-12-26/views_filter_options_callback--2949022-17.patch", "Issue #3454939: Declaration of Drupal\\search_api_solr\\Plugin\\search_api\\backend\\SearchApiSolrBackend::__sleep() must be compatible": "https://www.drupal.org/files/issues/2024-06-17/3454939-search-api-solr-core-10.patch" }, - "drupal/socialbase": { - "Issue #3484629: Add bootstrap patch for Drupal 11 compatibility": "https://www.drupal.org/files/issues/2024-10-30/3484629-3-add-bootstrap-patch-to-be-compatible-with-d11.patch" - }, "drupal/url_embed": { "Translate dialog title": "https://www.drupal.org/files/issues/2018-03-16/url_embed_translate_dialog_title-2953591-2.patch", "Issue #3491068: Combined patches for #2761187, #3386579, #3386590": "https://www.drupal.org/files/issues/2024-12-02/3491068-combined-patches_2761187_3386579_3386590.patch" @@ -169,6 +166,7 @@ "drupal/search_api_solr": "4.3.5", "drupal/select2": "1.15.0", "drupal/shariff": "2.0.0", + "drupal/socialbase": "2.6.8", "drupal/socialblue": "2.6.5", "drupal/symfony_mailer": "^1.2", "drupal/token": "1.15.0",