-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoduleinfo.json
More file actions
executable file
·28 lines (23 loc) · 907 Bytes
/
moduleinfo.json
File metadata and controls
executable file
·28 lines (23 loc) · 907 Bytes
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
{
"name": "Automatische Suchvorschläge nach Tippfehlern",
"archiveName": "modifiedcommunitymodules/fuzzy-search",
"sourceDir": "new_files",
"version": "auto",
"shortDescription": "Meinten Sie vielleicht.... ?",
"description": "Wenn ein Kunde sich vertippt hat bzw nicht die genaue Schreibweise kennt, sucht dieses Modul nach passenden Begriffen in der Datenbank, die Ähnlich geschrieben werden. Dem Kunden werden dann verschiedene Produkte angeboten mit dem Vorschlag: \"Meinten Sie vielleicht .....",
"price": "88.5",
"require": {
"composer/autoload": "^1.1.0",
"robinthehood/modified-std-module": "^0.1.0"
},
"modifiedCompatibility": [
"2.0.5.0",
"2.0.5.1",
"2.0.6.0"
],
"autoload": {
"psr-4": {
"ModifiedCommunityModules\\": "/vendor-no-composer/modifiedcommunitymodules"
}
}
}