From 91a799822bb656e0f6c138adb27a58adc0aed2db Mon Sep 17 00:00:00 2001 From: Nicolas Brosy Date: Tue, 28 Mar 2017 08:17:25 +0200 Subject: [PATCH] Update composer file --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 187aeaebf..cd506e22c 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": ">=5.0.0", + "illuminate/support": "5.*", "guzzlehttp/guzzle": "~6.0", "monolog/monolog": "^1.19" }, diff --git a/composer.lock b/composer.lock index 101436dde..fbf470dab 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "e460376d2815b7f406694c5a4f24c8e2", - "content-hash": "7dcfa7ab8dfc1522965fbd8381e5abea", + "hash": "fc4f086475f0b161f447749715476cfe", + "content-hash": "8cefb3f22d2008e34cabe7192dec90c2", "packages": [ { "name": "classpreloader/classpreloader",