-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathcomposer.json
49 lines (49 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
43
44
45
46
47
48
49
{
"name" : "dmk/mksearch",
"description" : "Generic highly adjustable and extendable search engine framework, using Zend Lucene, Apache Solr or ElasticSearch. But support for other search engines can be provided easily.",
"version" : "2.0.3",
"type" : "typo3-cms-extension",
"keywords" : [
"TYPO3 CMS",
"search",
"Lucene",
"Zend Lucene",
"Apache Solr",
"Solr",
"Elasticsearch"
],
"homepage" : "http://www.dmk-ebusiness.de/",
"license" : "GPL-2.0+",
"authors" : [{
"name" : "Michael Wagner",
"email" : "michael.wagner@dmk-ebusiness.de",
"role" : "Developer"
}, {
"name" : "Hannes Bochmann",
"email" : "hannes.bochmann@dmk-ebusiness.de",
"role" : "Developer"
}, {
"name" : "René Nitzsche",
"email" : "nitzsche@dmk-ebusiness.de",
"role" : "Developer"
}
],
"support" : {
"email" : "dev@dmk-ebusiness.de",
"source" : "https://github.com/DMKEBUSINESSGMBH/typo3-mksearch",
"issues" : "https://github.com/DMKEBUSINESSGMBH/typo3-mksearch"
},
"replace" : {
"typo3-ter/mksearch" : "*"
},
"require" : {
"typo3/cms-core" : ">=4.5.0 <=7.6.99",
"digedag/rn-base" : ">=1.0.0"
},
"autoload" : {
"classmap" : [
"scheduler/",
"service/"
]
}
}