-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (34 loc) · 971 Bytes
/
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
{
"name": "cbk/maintenance",
"version": "1.1.1",
"description": "Adds admin login to shopware 6 maintenenace page.",
"type": "shopware-platform-plugin",
"license": "proprietary",
"authors": [
{
"name": "codeblick GmbH"
}
],
"autoload": {
"psr-4": {
"CobMaintenance\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "CobMaintenance\\CobMaintenance",
"copyright": "(c) by codeblick GmbH",
"plugin-icon": "codeblick.png",
"label": {
"de-DE": "Wartungsmodus mit Passwortschutz",
"en-GB": "Maintenance mode with password protection"
},
"manufacturerLink": {
"de-DE": "https://www.codeblick.de",
"en-GB": "https://www.codeblick.de"
},
"supportLink": {
"de-DE": "https://www.codeblick.de",
"en-GB": "https://www.codeblick.de"
}
}
}