-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
32 lines (32 loc) · 990 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
{
"name": "sas/image-hotspot",
"description": "Image Hotspot Plugin for Shopware 6",
"type": "shopware-platform-plugin",
"version":"1.0.0",
"license": "MIT",
"autoload": {
"psr-4": {
"SasImageHotspot\\": "src/"
}
},
"extra": {
"shopware-plugin-class": "SasImageHotspot\\SasImageHotspot",
"label": {
"de-DE": "Image Hotspot Plugin for Shopware 6",
"en-GB": "Image Hotspot Plugin for Shopware 6"
},
"plugin-icon":"src/Resources/config/plugin.png",
"description":{
"de-DE":"Image Hotspot Plugin for Shopware 6",
"en-GB":"Image Hotspot Plugin for Shopware 6"
},
"manufacturerLink":{
"de-DE":"https://shapeandshift.dev",
"en-GB":"https://shapeandshift.dev"
},
"supportLink":{
"de-DE":"https://shapeandshift.dev",
"en-GB":"https://shapeandshift.dev"
}
}
}