monitor/composer.json

22 lines
504 B
JSON
Raw Normal View History

2024-11-10 21:16:01 +08:00
{
"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": {
2024-11-10 21:26:45 +08:00
"textalk/websocket": ">=1.5"
2024-11-10 21:16:01 +08:00
},
"license": "AGPL",
"autoload": {
"psr-4": {
"Laysense\\Monitor\\": "src/"
}
},
"authors": [
{
"name": "Enoch",
"email": "enoch@laysese.com"
}
],
"minimum-stability": "dev"
}