-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
29 lines (29 loc) · 914 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
{
"name": "winter/wn-matomo-plugin",
"type": "winter-plugin",
"description": "Integrates Matomo Analytics with Winter CMS",
"homepage": "https://github.com/wintercms/wn-matomo-plugin",
"keywords": ["cms", "wintercms", "matomo", "analytics", "piwik"],
"license": "MIT",
"authors": [
{
"name": "Helmut Kaufmann",
"homepage": "https://mercator.li",
"role": "Original Author"
},
{
"name": "Winter CMS Maintainers",
"homepage": "https://wintercms.com",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/wintercms/wn-matomo-plugin/issues",
"discord": "https://discord.gg/D5MFSPH6Ux",
"source": "https://github.com/wintercms/wn-matomo-plugin"
},
"require": {
"php": ">=7.2",
"composer/installers": "~1.11"
}
}