updated composer.json file

This commit is contained in:
Salman Zafar 2019-02-28 16:55:57 +05:00
parent ffbea3d2ad
commit c309dfbd93
1 changed files with 4 additions and 1 deletions

View File

@ -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": {