You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
379 B
JSON

4 years ago
{
"name": "lub/teamspeak3_exporter",
"description": "Exports various metrics of a TeamSpeak3 server in a Prometheus compatible format",
4 years ago
"license": "GPL-3.0-or-later",
"require": {
"promphp/prometheus_client_php": "*",
"planetteamspeak/ts3-php-framework": "*"
},
"config": {
"platform": {
"php": "8.0"
}
4 years ago
}
}