-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
51 lines (51 loc) · 1.28 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
50
51
{
"name": "kussin/sooqr",
"version": "1.1.0",
"description": "Kussin | Sooqr Connector for OXID eShop",
"type": "oxideshop-module",
"keywords": [
"wmdk",
"kussin",
"oxid",
"modules",
"factfinder",
"sooqr"
],
"homepage": "https://www.kussin.de/",
"license": [
"EULA"
],
"authors": [
{
"name": "Daniel Kussin",
"email": "daniel.kussin@kussin.de",
"homepage": "https://www.kussin.de/",
"role": "Project Owner"
}
],
"support": {
"email": "info@kussin.eu",
"issues": "https://github.com/kussin/OxidSooqr/issues"
},
"extra": {
"oxideshop": {
"target-directory": "kussin/sooqr",
"source-directory": "modules/kussin/sooqr",
"blacklist-filter": [
"build/**/*.*",
"grunt/**/*.*",
"node_modules/**/*.*"
]
}
},
"require": {
"php": ">=7.4",
"oxid-esales/oxideshop-ce": "^6.0",
"wmdk/wmdkffexportqueue": "^1.9"
},
"autoload": {
"psr-4": {
"Kussin\\Sooqr\\": "../../../source/modules/kussin/sooqr"
}
}
}