mirror of
https://github.com/Art-of-WiFi/UniFi-API-client.git
synced 2024-12-04 16:10:06 +01:00
8acaa694ca
- updated @throws tags in the doc blocks to reflect the correct exception classes where necessary, in other cases "Exception" is mentioned - minor changes - bumped version to 2.0.2
34 lines
782 B
JSON
Executable File
34 lines
782 B
JSON
Executable File
{
|
|
"name": "art-of-wifi/unifi-api-client",
|
|
"type": "library",
|
|
"description": "API client class for use with Ubiquiti's UniFi controller",
|
|
"keywords": [
|
|
"ubnt",
|
|
"ubiquiti",
|
|
"unifi",
|
|
"controller",
|
|
"api",
|
|
"client",
|
|
"unifi os"
|
|
],
|
|
"homepage": "https://github.com/Art-of-WiFi/UniFi-API-client",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Art of WiFi",
|
|
"email": "info@artofowifi.net",
|
|
"homepage": "https://artofwifi.net"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.4.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"UniFi_API\\": "src/"
|
|
}
|
|
}
|
|
}
|