-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
51 lines (51 loc) · 1.32 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
42
43
44
45
46
47
48
49
50
51
{
"name": "melasistema/shopware6-multi-search",
"description": "Multiple Search - Shopware plugin",
"version": "0.0.1",
"type": "shopware-platform-plugin",
"license": "GPLv2 or later",
"authors": [
{
"name": "Melasistema",
"role": "Manufacturer"
},
{
"name": "Luca Visciola",
"role": "Full Stack Developer"
}
],
"require": {
"shopware/core": "~6.5.0",
"shopware/storefront": "~6.5.0"
},
"extra": {
"shopware-plugin-class": "MelasistemaMultiSearch\\MelasistemaMultiSearch",
"plugin-icon": "src/Resources/config/plugin.png",
"copyright": "Melasistema",
"label": {
"en-GB": "Melasistema multiple search",
"it-IT": "Melasistema multiple search",
"de-DE": "Melasistema multiple search"
},
"description": {
"en-GB": "Melasistema multiple search",
"it-IT": "Melasistema multiple search",
"de-DE": "Melasistema multiple search"
},
"manufacturerLink": {
"en-GB": "https://melasistema.com",
"it-IT": "https://melasistema.com",
"de-DE": "https://melasistema.com"
},
"supportLink": {
"en-GB": "https://lucavisciola.com",
"it-IT": "https://lucavisciola.com",
"de-DE": "https://lucavisciola.com"
}
},
"autoload": {
"psr-4": {
"MelasistemaMultiSearch\\": "src/"
}
}
}