-
Notifications
You must be signed in to change notification settings - Fork 13
/
composer.json
44 lines (44 loc) · 1.53 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
{
"name": "dmf/sw6-manu-theme",
"description": "Manu Theme",
"version": "2.0.6",
"type": "shopware-platform-plugin",
"authors": [
{
"name": "digital.manufaktur GmbH",
"email": "[email protected]",
"homepage": "https://www.digitalmanufaktur.com",
"role": "Developer"
}
],
"require": {
"shopware/core": "~6.4.0",
"shopware/storefront": "*"
},
"minimum-stability": "RC",
"license": "proprietary",
"autoload": {
"psr-4": {
"Dmf\\ManuTheme\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "Dmf\\ManuTheme\\DmfManuTheme",
"label": {
"de-DE": "dmf Manu-Theme",
"en-GB": "dmf Manu Theme"
},
"description": {
"de-DE": "Manu ist ein flexibles und performantes Shopware 6 Theme, welches interdisziplinär entstanden ist und durch zertifizierte Shopware 6 Developer entwickelt wurde.",
"en-GB": "Manu is a flexible and performant Shopware 6 theme, developed interdisciplinary by certified Shopware developers with a straight focus on a better conversion rate."
},
"manufacturerLink": {
"de-DE": "https://www.digitalmanufaktur.com",
"en-GB": "https://www.digitalmanufaktur.com"
},
"supportLink": {
"de-DE": "https://www.digitalmanufaktur.com/shopware-6-theme-manu",
"en-GB": "https://www.digitalmanufaktur.com/shopware-6-theme-manu"
}
}
}