forked from dakorpar/ElasticSearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 875 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
37
38
39
{
"name": "kdyby/elastic-search",
"type": "library",
"description": "Integration of Elastica for ElasticSearch into Nette Framework",
"keywords": ["nette", "kdyby", "elasticsearch", "search", "elastic", "es"],
"homepage": "http://kdyby.org",
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"authors": [
{
"name": "Filip Procházka",
"homepage": "http://filip-prochazka.com",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/Kdyby/ElasticSearch/issues"
},
"require": {
"nette/di": "^2.4",
"tracy/tracy": "^2.4",
"nette/utils": "^2.4",
"ruflin/elastica": "~6.0"
},
"require-dev": {
"nette/nette": "^2.4",
"nette/tester": "~2.0"
},
"autoload": {
"psr-0": {
"Kdyby\\ElasticSearch\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}