-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
49 lines (49 loc) · 1.68 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
{
"name": "mapp/intelligence",
"description": "Add your Mapp Intelligence account ID and start tracking. The plugin adds the tracking script and data layer for your customer insights dashboard automatically.",
"version": "1.3.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
{
"name": "Mapp Digital",
"homepage": "https://mapp.com"
}
],
"require": {
"shopware/core": "^6.6",
"shopware/storefront": "^6.6"
},
"extra": {
"shopware-plugin-class": "Mapp\\MappIntelligence\\MappIntelligence",
"label": {
"de-DE": "Mapp Cloud",
"en-GB": "Mapp Cloud"
},
"description": {
"de-DE": "Geben Sie Ihre Mapp Intelligence-Konto-ID an und starten Sie das Tracking. Das Plugin fügt das Tracking-Skript und den Data Layer für Ihr Customer Insights-Dashboard automatisch hinzu.",
"en-GB": "Add your Mapp Intelligence account ID and start tracking. The plugin adds the tracking script and data layer for your customer insights dashboard automatically."
},
"plugin-icon": "src/Resources/config/MappIcon.png",
"copyright": "(c) by Mapp Digital",
"manufacturerLink": {
"de-DE": "https://mapp.com",
"en-GB": "https://mapp.com"
},
"supportLink": {
"de-DE": "https://docs.mapp.com/",
"en-GB": "https://docs.mapp.com/"
}
},
"autoload": {
"psr-4": {
"Mapp\\MappIntelligence\\": "src/"
}
},
"scripts": {},
"config": {
"allow-plugins": {
"symfony/runtime": false
}
}
}