1
0
Fork 0
mirror of https://github.com/Findus23/matomo-DiagnosticsExtended.git synced 2024-09-19 16:03:46 +02:00
matomo-DiagnosticsExtended/plugin.json

29 lines
761 B
JSON
Raw Normal View History

2021-03-22 22:55:14 +01:00
{
"name": "DiagnosticsExtended",
"description": "Additional checks for the System Check",
2021-12-14 20:14:22 +01:00
"version": "0.1.9",
2021-03-22 22:55:14 +01:00
"theme": false,
"require": {
2021-04-12 19:07:51 +02:00
"matomo": ">=4.2.0,<5.0.0-b1"
2021-03-22 22:55:14 +01:00
},
"authors": [
{
"name": "Lukas Winkler",
"email": "lukas@matomo.org",
"homepage": "https://lw1.at"
2021-03-22 22:55:14 +01:00
}
],
"support": {
"email": "lukas@matomo.org",
"issues": "https://github.com/Findus23/plugin-DiagnosticsExtended/issues",
"forum": "https://forum.matomo.org",
"source": "https://github.com/Findus23/plugin-DiagnosticsExtended"
2021-03-22 22:55:14 +01:00
},
"homepage": "https://lw1.at",
2021-03-22 22:55:14 +01:00
"license": "GPL v3+",
"keywords": [
2021-04-12 19:07:51 +02:00
"system check",
"debugging"
]
2021-03-22 22:55:14 +01:00
}