From 27f912c89b2fadc5a72e492aada146891a1c4eaf Mon Sep 17 00:00:00 2001 From: Victor Anuebunwa Date: Thu, 20 Jul 2017 09:58:37 +0100 Subject: [PATCH] Updated composer dependencies --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 117264b..fc30791 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require" : { "php" : ">=5.5.9", - "illuminate/config" : "5.3.*", - "illuminate/support" : "5.3.*" + "illuminate/config" : "^5.3", + "illuminate/support" : "^5.3" }, "require-dev" : { "phpunit/phpunit" : "5.5.*"