-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 849 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
30
31
{
"name": "skazochnik97/swoole-prometheus-exporter",
"description": "Prometheus swoole stats exporter",
"type": "library",
"require": {
"php": ">=7.0.0",
"ext-swoole": ">=4.2.0"
},
"license": "MIT",
"support": {
"issues": "https://github.com/skazochnik97/swoole-prometheus-exporter/issues",
"source": "https://github.com/skazochnik97/swoole-prometheus-exporter"
},
"homepage": "https://github.com/skazochnik97/swoole-prometheus-exporter",
"keywords": [
"swoole",
"prometheus"
],
"authors": [
{
"name": "Aleksandr Sheliakin",
"email": "skazochnik97@gmail.com"
}
],
"autoload": {
"psr-4": {
"Skazochnik97\\SwoolePrometheusExporter\\": "src/"
}
},
"prefer-stable": true
}