-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
32 lines (32 loc) · 1.17 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
{
"name": "mercator/wn-matomo-plugin",
"type": "winter-plugin",
"description": "Matomo Analytics is a WinterCMS plugin for Matomo, a Google Analytics alternative that lets website owners own their analytical data and protect their customers' privacy. It provides tracking as well as reporting functionality.",
"homepage": "https://github.com/helmutkaufmann/wn-matomo-plugin",
"keywords": ["winter", "cms", "wintercms", "laravel", "Matomo", "analytics", "Google", "replacement", "php"],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Helmut Kaufmann",
"role": "Author",
"email": "software+github@mercator.li",
"homepage": "https://mercator.li"
}
],
"funding": [
{
"type": "PayPal",
"url": "https://www.paypal.com/donate/?hosted_button_id=MZYBN2NEDEDNC"
}
],
"support": {
"email": "software+matomo@mercator.li",
"issues": "https://mercator.li/contact"
},
"minimum-stability": "dev",
"require": {
"php": ">=7.2.9",
"composer/installers": "~1.0",
"matomo/matomo-php-tracker": "dev-master"
}
}