Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Updated composer to lock the elasticsearch version to 6.7. (#33)
Browse files Browse the repository at this point in the history
* Added patch
  • Loading branch information
MdNadimHossain authored Jul 20, 2021
1 parent ed5a82c commit c7d9f71
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,12 @@
"type": "composer",
"url": "https://packages.drupal.org/8"
}
},
"extra": {
"patches": {
"drupal/elasticsearch_connector": {
"deleteMapping() throws undefined error - https://www.drupal.org/project/elasticsearch_connector/issues/2824539": "https://www.drupal.org/files/issues/2021-07-20/%5BdeleteMapping-throws-undefined-error%5D-%5B3224368%5D-%5B1%5D_0.patch"
}
}
}
}

0 comments on commit c7d9f71

Please sign in to comment.