TKK_E32211801/app/Libraries/composer.json

22 lines
417 B
JSON

{
"name": "bluerhinos/phpmqtt",
"description": "Simple MQTT Class",
"license": "BSD",
"type": "library",
"authors": [
{
"name": "Andrew Milsted",
"email": "andrew@bluerhinos.co.uk"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.2"
},
"autoload": {
"psr-4": {
"Bluerhinos\\": "./"
}
}
}