From fc5e33136905dcd7a55e079f1f8abebe2d50a5cf Mon Sep 17 00:00:00 2001 From: Marc Berger Date: Thu, 5 Oct 2023 15:58:48 -0700 Subject: [PATCH] fix(YALB-1576): Fix composer build issue with search API issue fork --- web/profiles/custom/yalesites_profile/composer.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/web/profiles/custom/yalesites_profile/composer.json b/web/profiles/custom/yalesites_profile/composer.json index e3a700b65a..e3dc8aa5f9 100644 --- a/web/profiles/custom/yalesites_profile/composer.json +++ b/web/profiles/custom/yalesites_profile/composer.json @@ -1,12 +1,16 @@ { "name": "yalesites-org/yalesites_profile", "type": "drupal-custom-profile", - "repositories": [ - { + "repositories": { + "drupal/search_api_html_element_filter": { + "type": "git", + "url": "https://git.drupalcode.org/issue/search_api_html_element_filter-3390283.git" + }, + "drupal": { "type": "composer", "url": "https://packages.drupal.org/8" } - ], + }, "require": { "drupal/address": "^1.10", "drupal/admin_toolbar": "3.3.0",