-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
36 lines (36 loc) · 967 Bytes
/
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
{
"name": "swissbib/elasticsearchAdapter",
"description": "Component to access Elasticsearch targets",
"authors": [
{
"name": "Guenter Hipler",
"email": "guenter.hipler@unibas.ch",
"role": "Developer"
},
{
"name": "Markus Mächler",
"email": "markus.maechler@students.fhnw.ch",
"role": "Developer"
}
],
"homepage": "https://www.swissbib.ch",
"license": "GPL-2.0",
"support": {
"issues": "https://github.com/linked-swissbib/adapterElasticsearch/issues/"
},
"require": {
"php": ">=7.0",
"elasticsearch/elasticsearch": "~2.0",
"ongr/elasticsearch-dsl": "2.1.0",
"monolog/monolog": "^1.21"
},
"require-dev": {
"phpunit/phpunit": "5.6.*",
"symfony/yaml": "3.1.*"
},
"autoload": {
"psr-0": {
"ElasticsearchAdapter": "src/"
}
}
}