Skip to content

Commit

Permalink
fix(YALB-1576): Fix composer build issue with search API issue fork
Browse files Browse the repository at this point in the history
  • Loading branch information
codechefmarc committed Oct 5, 2023
1 parent 655626a commit fc5e331
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions web/profiles/custom/yalesites_profile/composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fc5e331

Please sign in to comment.