-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 loc) · 1.02 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
{
"name": "magevision/shopware6-customer-number-account",
"description": "Customer Number Account for Shopware 6",
"version": "2.0.0",
"license": "MIT",
"authors": [
{
"name": "MageVision",
"role": "Manufacturer"
}
],
"type": "shopware-platform-plugin",
"autoload": {
"psr-4": {
"MageVision\\CustomerNumberAccount\\": "src/"
}
},
"require": {
"shopware/core": "~6.6.0"
},
"extra": {
"shopware-plugin-class": "MageVision\\CustomerNumberAccount\\MageVisionCustomerNumberAccount",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "(c) by MageVision",
"label": {
"en-GB": "MageVision Customer Number Account",
"de-DE": "MageVision Kundennummer im Kundenkonto anzeigen"
},
"description": {
"en-GB": "Display customer number in customer account",
"de-DE": "Kundennummer im Kundenkonto anzeigen"
},
"manufacturerLink": {
"en-GB": "https://www.magevision.com/",
"de-DE": "https://www.magevision.com/"
}
}
}