forked from iMi-digital/shopware6-password-protected-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.48 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
{
"name": "imi/shopware6-password-site",
"version": "1.0.0",
"description": "iMi Password Protected Page",
"type": "shopware-platform-plugin",
"license": "AGPL-3.0-or-later",
"autoload": {
"psr-4": {
"iMidiPasswordSite\\": "src/"
}
},
"authors": [
{
"name": "iMi digital GmbH",
"email": "[email protected]"
}
],
"require": {
"php": "^7.4 || ^8.0",
"shopware/core": "~v6.4.13"
},
"extra": {
"shopware-plugin-class": "iMidiPasswordSite\\iMidiPasswordSite",
"label": {
"de-DE": "iMi Passwort Seite",
"en-GB": "iMi Password Site"
},
"description": {
"de-DE": "Erm\u00f6glicht das sichern von Frontendseiten (Kategorien) mit einem Passwort. Das Passwort kann unter 'Zusatzfelder' konfiguriert werden und wird auf Unterkateogrien vererbt.",
"en-GB": "Allows the store owner to secure frontend (categories) pages with a password. The password can be defined under 'custom fields' and is inherited by sub-categories automatically."
},
"manufacturerLink": {
"de-DE": "https://www.imi-digital.de/de/",
"en-GB": "https://www.imi-digital.de/en/"
},
"supportLink": {
"de-DE": "https://https://github.com/iMi-digital/shopware6-password-site/issues/de/",
"en-GB": "https://github.com/iMi-digital/shopware6-password-site/issues"
}
}
}