forked from webmatch/WbmTagManagerEcomm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
54 lines (54 loc) · 1.84 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
52
53
54
{
"name": "webmatch/tag-manager-sw6",
"keywords": ["shopware6", "shopware-6", "GTM", "datalayer", "datalayer-configuration", "google-tag-manager", "shopware-plugin"],
"description": "Google Tag Manager + Enhanced E-Commerce Tracking",
"version": "1.0.0",
"type": "shopware-platform-plugin",
"license": "proprietary",
"require": {
"shopware/core": "*"
},
"authors": [
{
"name": "Webmatch GmbH"
}
],
"extra": {
"shopware-plugin-class": "Wbm\\TagManagerEcomm\\WbmTagManagerEcomm",
"copyright": "(c) by Webmatch GmbH",
"label": {
"de-DE": "Google Tag Manager + Enhanced E-Commerce Tracking",
"en-GB": "Google Tag Manager + Enhanced E-Commerce Tracking"
},
"description": {
"de-DE": "Integration des Google Tag Managers mit Implementierung von Google Analytics Enhanced E-Commerce Tracking für Shopware 6",
"en-GB": "Integration of Google Tag Manager with implementation of Google Analytics Enhanced E-Commerce Tracking for Shopware 6"
},
"manufacturerLink": {
"de-DE": "http://www.webmatch.de",
"en-GB": "http://www.webmatch.de"
},
"supportLink": {
"de-DE": "http://www.webmatch.de",
"en-GB": "http://www.webmatch.de"
}
},
"autoload": {
"psr-4": {
"Wbm\\TagManagerEcomm\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Wbm\\TagManagerEcomm\\Test\\": "tests/"
}
},
"suggest": {
"shopware/storefront": "Require '6.1' - '6.2'.",
"shopware/administration": "Require '6.1' - '6.2'. Allows you to set up the plugin easily"
},
"conflict": {
"shopware/storefront": "<6,>=7",
"shopware/administration": "<6,>=7"
}
}