forked from magicsepp/CearchPro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·47 lines (47 loc) · 1.07 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
{
"name": "feedbackmedia/contao-cearch-pro",
"description": "Enhances the default Contao search by using the Levenshtein algorithm",
"keywords": [
"contao",
"search",
"cearch",
"search engine",
"engine"
],
"type": "contao-module",
"homepage": "http://feedbackmedia.de",
"license": "Creative Commons Attribution-ShareAlike 4.0 International License",
"authors": [
{
"name": "Steffen Mohring",
"email": "mohring@feedbackmedia.de",
"homepage": "http://feedbackmedia.de",
"role": "Developer"
}
],
"support": {
"email": "hallo@feedbackmedia.de",
"issues": "https://github.com/feedbackmedia/CearchPro/issues",
"source": "https://github.com/feedbackmedia/CearchPro"
},
"require": {
"php": ">=5.3",
"contao/core": ">=3.0, <=3.5",
"contao-community-alliance/composer-plugin": "~2.0"
},
"replace": {
"contao-legacy/CearchPro": "*"
},
"autoload": {
"classmap": [
""
]
},
"extra": {
"contao": {
"sources": {
"": "system/modules/zCearchPro"
}
}
}
}