-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
52 lines (52 loc) · 1.38 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
52
{
"name": "wmdk/wmdkffexportqueue",
"version": "1.10.3.3",
"description": "Kussin | OXID 6 FACT Finder Export Queue",
"type": "oxideshop-module",
"keywords": [
"wmdk",
"kussin",
"oxid",
"modules",
"factfinder",
"omikron"
],
"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/magento2-akeneo-connector-addon-assets/issues"
},
"extra": {
"oxideshop": {
"target-directory": "wmdk/wmdkffexportqueue",
"source-directory": "modules/wmdk/wmdkffexportqueue",
"blacklist-filter": [
"build/**/*.*",
"grunt/**/*.*",
"node_modules/**/*.*"
]
}
},
"require": {
"php": ">=7.4",
"oxid-esales/oxideshop-ce": "^6.0",
"spatie/array-to-xml": "^2.17",
"ext-zlib": "*"
},
"autoload": {
"psr-4": {
"Wmdk\\FactFinderQueue\\": "../../../source/modules/wmdk/wmdkffexportqueue"
}
}
}