-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 1.05 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "drupal/search_api_solr_nlp",
"description": "Adds support for Solr's OpenNLP integration to Search API Solr.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/search_api_solr_nlp",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Markus Kalkbrenner",
"homepage": "https://www.drupal.org/u/mkalkbrenner"
},
{
"name": "Other contributors",
"homepage": "https://www.drupal.org/node/3180705/committers"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/search_api_solr_nlp",
"chat": "https://drupalchat.me/channel/search",
"source": "http://git.drupal.org/project/search_api_solr_nlp.git"
},
"require": {
"drupal/search_api_solr": "^4.3.4|dev-4.x",
"mkalkbrenner/solarium-nlp": "^0.1.4"
},
"suggest": {
"drupal/search_api_autocomplete": "Provides auto complete for search boxes. Works better with NLP based field types provided by this module."
}
}