From 2c7fd78c95141812dbc29583df26ba8cf990c2b8 Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Thu, 20 Jun 2024 10:00:55 +1000 Subject: [PATCH] TEST-Incompatible search_api 8.x-1.35 release --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 8369075..88b910a 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,9 @@ }, "drupal/search_api": { "Provide drush support to index a specific entity - https://www.drupal.org/project/search_api/issues/3016809": "https://www.drupal.org/files/issues/2020-02-08/search_api-index-specific-items-3016809-09.patch" + }, + "drupal/elasticsearch_connector": { + "https://www.drupal.org/project/elasticsearch_connector/issues/3455006#comment-15644881": "https://www.drupal.org/files/issues/2024-06-18/elasticsearch_connector-fix_sleep_method_compatibility-3455006-7.patch" } } },