From 8359bd8f97ffde9ab8dae47c3b2319b21d7befdc Mon Sep 17 00:00:00 2001 From: Md Nadim Hossain Date: Thu, 5 Sep 2024 17:01:31 +1000 Subject: [PATCH] Added test branch changes. --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 47ac640..65a9f8d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,6 @@ }, "drupal/data_pipelines": { "CSV data header row whitespace needs to be cleaned up - https://drupal.org/project/data_pipelines/issues/3391214": "https://www.drupal.org/files/issues/2023-10-03/trim-whitespace-from-csv-header-names-3391214-2.patch", - "set a default value based on certain criteria - https://www.drupal.org/project/data_pipelines/issues/3426248#comment-15507258": "https://www.drupal.org/files/issues/2024-03-21/data_pipelines-3426248-6.patch.patch", "Complete the fix for bulk indexing on Elasticsearch endpoint - https://www.drupal.org/project/data_pipelines/issues/3467021#comment-15720597": "https://www.drupal.org/files/issues/2024-08-09/Change-bulk-deleting-on-Elasticsearch-endpoint-3467021.patch" } }, @@ -35,7 +34,7 @@ "dpc-sdp/tide_landing_page": "^4.0.0", "drupal/elasticsearch_connector": "^7.0", "drupal/search_api": "^1.11", - "drupal/data_pipelines": "1.0.0-alpha22", + "drupal/data_pipelines": "^1.0.0-alpha22", "drupal/data_pipelines_elasticsearch": "^1.0@alpha", "drupal/key": "^1.17" },