From c309dfbd9375aef4ecd32f99ec60e07c0f14d61a Mon Sep 17 00:00:00 2001 From: Salman Zafar Date: Thu, 28 Feb 2019 16:55:57 +0500 Subject: [PATCH] updated composer.json file --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ca9fe1b..358c968 100644 --- a/composer.json +++ b/composer.json @@ -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", "type": "library", "license": "MIT", @@ -9,6 +9,9 @@ "email": "salmanzafar949@gmail.com" } ], + "require": { + "php": ">=5.4.0" + }, "minimum-stability": "dev", "autoload": { "psr-4": {