-
Notifications
You must be signed in to change notification settings - Fork 6
/
composer.json
61 lines (61 loc) · 1.62 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
55
56
57
58
59
60
61
{
"name": "menatwork/contao-matomotrackingtag-bundle",
"description": "Includes the tracking code of the web analytics software Matomo",
"license": "LGPL-3.0-or-later",
"type": "contao-bundle",
"keywords": [
"piwik",
"frontend",
"analytics",
"statistics",
"matomo"
],
"authors": [
{
"name": "Andreas Isaak",
"email": "[email protected]",
"homepage": "http://www.men-at-work.de",
"role": "Developer"
},
{
"name": "Stefan Heimes",
"email": "[email protected]",
"homepage": "http://www.men-at-work.de",
"role": "Developer"
},
{
"name": "Andreas Dziemba",
"email": "[email protected]",
"homepage": "http://www.men-at-work.de",
"role": "Developer"
}
],
"homepage": "http://www.men-at-work.de",
"support": {
"email": "[email protected]",
"issues": "https://github.com/menatwork/contao-MatomoTrackingTag-Bundle/issues",
"irc": "irc://irc.freenode.org/contao.dev",
"source": "https://github.com/menatwork/contao-MatomoTrackingTag-Bundle"
},
"require": {
"php": "^7.4 || ^8.0",
"contao/core-bundle": "^4.4",
"menatwork/contao-multicolumnwizard-bundle": "~3.4"
},
"require-dev": {
"phpcq/runner-bootstrap": "^1.0@dev",
"roave/security-advisories": "dev-latest"
},
"replace": {
"contao-legacy/piwiktrackingtag": "*",
"menatwork/piwiktrackingtag": "*"
},
"autoload": {
"psr-4": {
"MenAtWork\\MatomoTrackingTagBundle\\": "src"
}
},
"extra": {
"contao-manager-plugin": "MenAtWork\\MatomoTrackingTagBundle\\ContaoManager\\Plugin"
}
}