-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.32 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
{
"name": "pt1602/dark-theme",
"description": "Dark Theme",
"keywords": [
"theme",
"darktheme",
"pt1602"
],
"version": "0.0.2",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Philipp Tuchardt",
"homepage": "https://www.pt1602.de/"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
"PT1602DarkTheme\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "PT1602DarkTheme\\PT1602DarkTheme",
"plugin-icon": "src/Resources/config/plugin.png",
"label": {
"de-DE": "PT1602DarkTheme",
"en-GB": "PT1602DarkTheme"
},
"description": {
"de-DE": "Ein DarkTheme für Shopware 6",
"en-GB": "A DarkTheme for Shopware 6"
},
"manufacturerLink": {
"de-DE": "https://github.com/pt1602/ShopwareDarkTheme/",
"en-GB": "https://github.com/pt1602/ShopwareDarkTheme/"
},
"supportLink": {
"de-DE": "https://github.com/pt1602/ShopwareDarkTheme/issues",
"en-GB": "https://github.com/pt1602/ShopwareDarkTheme/issues"
}
},
"require-dev": {
"friendsoftwig/twigcs": "^6.0"
}
}