forked from magicsepp/CearchPro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·41 lines (41 loc) · 1.2 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
{
"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":"[email protected]",
"homepage":"http://feedbackmedia.de",
"role":"Developer"
}
],
"support":{
"email":"[email protected]",
"issues":"https://github.com/feedbackmedia/CearchPro/issues",
"source":"https://github.com/feedbackmedia/CearchPro"
},
"require":{
"php":">=5.3",
"contao/core":">=3.1.5",
"contao-community-alliance/composer-plugin": "~2.0"
},
"replace": {
"contao-legacy/CearchPro": "self.version"
},
"autoload":{
"classmap": [""]
},
"extra":{
"contao": {
"sources":{
"": "system/modules/zCearchPro"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}