www/composer.json

11 lines
203 B
JSON
Raw Permalink Normal View History

2026-05-11 22:31:48 +00:00
{
"name": "xupa/iot-server",
"description": "IoT API",
"type": "project",
"license": "MIT",
"require": {
"vlucas/phpdotenv": "^5.6",
"php-mqtt/client": "^2.2"
}
}