-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 979 Bytes
/
Copy pathcomposer.json
File metadata and controls
35 lines (35 loc) · 979 Bytes
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
{
"name": "vienthuong/impersonation",
"description": "A Shopware 6 Impersonation plugin",
"version": "4.0.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Thuong Le",
"email": "levienthuong@gmail.com"
}
],
"autoload": {
"psr-4": {
"VienThuong\\Impersonation\\": "src/"
}
},
"require": {
"shopware/core": "~6.6.0||~6.7.0"
},
"extra": {
"shopware-plugin-class": "VienThuong\\Impersonation\\Impersonation",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by Thuong Le<levienthuong@gmail.com>",
"label": {
"de-DE": "Benutzeridentitäts-Plugin für Shopware 6",
"en-GB": "User Impersonation Plugin for Shopware 6"
},
"description": {
"de-DE": "Erlauben Sie dem Administrator, sich als Benutzer auszugeben",
"en-GB": "Allow administrator to impersonate any user"
}
},
"prefer-stable": true
}