-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.11 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
{
"name": "tetsuo13/matomo_tracking_api",
"description": "Add Matomo tracking server-side code to all requests in Roundcube",
"type": "roundcube-plugin",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/tetsuo13/Roundcube-Matomo-Tracking-Api-Plugin",
"keywords": ["roundcube", "mail", "matomo", "piwik", "tracking", "analytics"],
"authors": [
{
"name": "Andrei Nicholson",
"email": "contact@andreinicholson.com"
}
],
"support": {
"email": "contact@andreinicholson.com",
"issues": "https://github.com/tetsuo13/Roundcube-Matomo-Tracking-Api-Plugin/issues",
"source": "https://github.com/tetsuo13/Roundcube-Matomo-Tracking-Api-Plugin"
},
"repositories": [
{
"type": "composer",
"url": "https://plugins.roundcube.net"
}
],
"require": {
"ext-json": "*",
"matomo/matomo-php-tracker": "^3.0",
"roundcube/plugin-installer": "^0.3"
},
"config": {
"allow-plugins": {
"roundcube/plugin-installer": true
}
}
}