updated composer.json file
This commit is contained in:
parent
ffbea3d2ad
commit
c309dfbd93
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "salmanzafar/mqtt_laravel",
|
"name": "salmanzafar/laravel-mqtt",
|
||||||
"description": "A simple MQTT Library to connect/publish/subscribe to a MQTT broker using Laravel",
|
"description": "A simple MQTT Library to connect/publish/subscribe to a MQTT broker using Laravel",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
@ -9,6 +9,9 @@
|
||||||
"email": "salmanzafar949@gmail.com"
|
"email": "salmanzafar949@gmail.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.4.0"
|
||||||
|
},
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue