added support for laravel 6
This commit is contained in:
parent
344f501811
commit
7911a8cb6a
|
|
@ -1,6 +1,6 @@
|
||||||
# Laravel MQTT Package
|
# 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)
|
Based on [bluerhinos/phpMQTT](https://github.com/bluerhinos/phpMQTT)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "salmanzafar/laravel-mqtt",
|
"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",
|
"type": "library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue