monitor/composer.json
2024-11-10 21:16:01 +08:00

22 lines
509 B
JSON

{
"name": "laysense/monitor",
"description": "A package to use Websocket API of ping0.cc to monitor the ping latency of target host [TEST ONLY]",
"type": "library",
"require": {
"textalk/websocket": "dev-master"
},
"license": "AGPL",
"autoload": {
"psr-4": {
"Laysense\\Monitor\\": "src/"
}
},
"authors": [
{
"name": "Enoch",
"email": "enoch@laysese.com"
}
],
"minimum-stability": "dev"
}