-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.41 KB
/
composer.json
File metadata and controls
48 lines (48 loc) · 1.41 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
{
"name": "codebarista/revocationbutton",
"version": "1.1.0",
"description": "Revocation button for Shopware 6.4/6.5.",
"type": "shopware-platform-plugin",
"license": "MIT",
"keywords": ["shopware", "shopware-plugin", "revocation", "withdrawal", "widerruf", "eu", "compliance"],
"homepage": "https://github.com/codebarista/revocationbutton",
"support": {
"issues": "https://github.com/codebarista/revocationbutton/issues",
"source": "https://github.com/codebarista/revocationbutton"
},
"authors": [
{
"name": "Codebarista",
"homepage": "https://codebarista.de/"
}
],
"require": {
"shopware/core": "~6.4.12 || ~6.5.0",
"shopware/storefront": "~6.4.12 || ~6.5.0"
},
"autoload": {
"psr-4": {
"Codebarista\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "Codebarista\\RevocationButton",
"copyright": "Codebarista",
"label": {
"de-DE": "Widerrufsbutton",
"en-GB": "Revocation Button"
},
"description": {
"de-DE": "Widerrufsbutton und Formular im Storefront.",
"en-GB": "Revocation button and form in the storefront."
},
"manufacturerLink": {
"de-DE": "https://codebarista.de/",
"en-GB": "https://codebarista.de/"
},
"supportLink": {
"de-DE": "https://github.com/codebarista/revocationbutton/issues",
"en-GB": "https://github.com/codebarista/revocationbutton/issues"
}
}
}