-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathcomposer.json
42 lines (42 loc) · 1.18 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "drupal/elasticsearch_connector",
"description": "Elasticsearch Connector module for Drupal.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/elasticsearch_connector",
"require": {
"nodespark/des-connector": "6.x-dev",
"makinacorpus/php-lucene": "^1.0.2"
},
"repositories": {
"drupal": {
"type": "composer",
"url": "https://packages.drupal.org/7"
}
},
"require-dev": {
"drupal/search_api": "^1.4",
"behat/mink-selenium2-driver": "^1.3",
"drupal/coder": "^8.2",
"drupal/drupal-extension": "master-dev",
"bex/behat-screenshot": "^1.2",
"phpmd/phpmd": "^2.6",
"phpmetrics/phpmetrics": "^2.3"
},
"license": "GPL-2.0+",
"authors": [
{
"name": "Nikolay Ignatov",
"email": "[email protected]",
"homepage": "http://www.nodespark.com",
"role": "Creator and Maintainer"
},
{
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/2159059/committers"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/elasticsearch_connector",
"source": "https://github.com/nodespark/elasticsearch_connector"
}
}