-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.63 KB
/
composer.json
File metadata and controls
43 lines (43 loc) · 1.63 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
{
"name": "frosh/adminer-platform",
"version": "2.2.3",
"type": "shopware-platform-plugin",
"keywords": ["adminer", "shopware", "frosh"],
"description": "Adminer for Shopware",
"license": "MIT",
"authors": [
{
"name": "FriendsOfShopware",
"homepage": "https://friendsofshopware.de"
}
],
"autoload": {
"psr-4": {
"Frosh\\Adminer\\": "src/"
}
},
"require": {
"shopware/core": "~6.6 || ~6.7",
"shopware/administration": "~6.6 || ~6.7"
},
"extra": {
"shopware-plugin-class": "Frosh\\Adminer\\FroshPlatformAdminer",
"copyright": "FriendsOfShopware",
"label": {
"de-DE": "Adminer für das Admin",
"en-GB": "Adminer for Admin"
},
"description": {
"de-DE": "Erlaubt direkt in der Administration, mit der Shopware Konfiguration, auf die Datenbank zuzugreifen. Nützlich sofern kein anderer Datenbank Zugriff des Hoster o.ä. vorliegt.",
"en-GB": "Allows to manage your database inside the administration, using the Shopware database configuration. Useful if there is no other easy access from the hoster to the database."
},
"manufacturerLink": {
"de-DE": "https://github.com/FriendsOfShopware/FroshPlatformAdminer",
"en-GB": "https://github.com/FriendsOfShopware/FroshPlatformAdminer"
},
"supportLink": {
"de-DE": "https://github.com/FriendsOfShopware/FroshPlatformAdminer/issues",
"en-GB": "https://github.com/FriendsOfShopware/FroshPlatformAdminer/issues"
}
}
}