mqttclient_author/composer.json
2025-05-08 23:33:37 +08:00

32 lines
618 B
JSON

{
"name": "maiyoule/mqttclient_author",
"type": "library",
"description": "MQTT管理模块操作库",
"version": "1.0.1",
"license": "MIT",
"authors": [
{
"name": "Shengli",
"email": "mothz@126.com",
"role": "developer"
}
],
"require": {
"php": ">=8.0",
"guzzlehttp/guzzle": "~6.0",
"phpseclib/phpseclib": "~3.0"
},
"require-dev": {
"phpunit/phpunit": "^11.0"
},
"autoload": {
"psr-4": {
"cn\\com\\maiyoule\\mqttclient\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"cn\\com\\maiyoule\\mqttclient\\test\\": "tests"
}
}
}