-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
52 lines (52 loc) · 1.76 KB
/
composer.json
File metadata and controls
52 lines (52 loc) · 1.76 KB
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": "shopelfen-store/shopelfen-store",
"description": "shopelfen-store/shopelfen-store",
"type": "shopware-platform-plugin",
"version": "1.0.2",
"license": "proprietary",
"authors": [
{
"name": "HexaMain GmbH",
"email": "contact@shopelfen.de",
"homepage": "https://www.shopelefen.de",
"role": "Developer"
}
],
"support": {
"email": "support@shopelfen.de",
"issues": "https://gitlab.hexasrv.com/hexamain/shopelfen/docs/-/issues",
"source": "https://gitlab.hexasrv.com/hexamain/shopelfen/docs"
},
"require": {
"shopware/core": "~6.6.0"
},
"extra": {
"shopware-plugin-class": "ShopelfenStore\\ShopelfenStore",
"label": {
"de-DE": "Shopelfen Store Plugin",
"en-GB": "Shopelfen Store Plugin"
},
"description": {
"de-DE": "Shopelfen Store ist ein alternativer Plugin-Marktplatz, über den Erweiterungen gekauft, gemietet oder kostenlos bezogen werden können – unabhängig und flexibel nutzbar.",
"en-GB": "Shopelfen Store is an alternative plugin marketplace that allows extensions to be purchased, rented or downloaded for free – independent and flexibly usable."
},
"manufacturerLink": {
"de-DE": "https://www.shopelfen.de",
"en-GB": "https://www.shopelfen.de"
},
"supportLink": {
"de-DE": "https://www.shopelfen.de/support",
"en-GB": "https://www.shopelfen.com/support"
}
},
"autoload": {
"psr-4": {
"ShopelfenStore\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"ShopelfenStore\\Tests\\": "tests/"
}
}
}