added support for laravel 6

This commit is contained in:
Salman Zafar 2019-09-23 14:32:39 +05:00
parent 344f501811
commit 7911a8cb6a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Laravel MQTT Package
A simple Laravel 5 Library to connect/publish/subscribe to MQTT broker
A simple Laravel 5 and 6 Library to connect/publish/subscribe to MQTT broker
Based on [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT)

View File

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