Updated readme and .json with the required changes

This commit is contained in:
Salman Zafar 2019-03-01 14:46:37 +05:00
parent a5691afe32
commit 1af1008ac9
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Laravel MQTT Package # Laravel MQTT Package
A simple Package that can be used to connect to Mqtt using laravel A simple Laravel 5 Library to connect/publish to MQTT broker
Based on [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT) Based on [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT)

View File

@ -1,6 +1,6 @@
{ {
"name": "salmanzafar/laravel-mqtt", "name": "salmanzafar/laravel-mqtt",
"description": "A simple MQTT Library to connect/publish/subscribe to a MQTT broker using Laravel 5", "description": "A simple Laravel 5 Library to connect/publish to MQTT broker",
"type": "library", "type": "library",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [