From ba76b9b480f1f95cb81f11923e36efe964400739 Mon Sep 17 00:00:00 2001 From: MrCrankHank Date: Sun, 8 Oct 2017 20:58:59 +0200 Subject: [PATCH] Update versions --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 99215f1..117829e 100755 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ ], "require": { "php": "^5.6", - "illuminate/console": "~5.*", - "illuminate/contracts": "~5.*", - "illuminate/support": "~5.*" + "illuminate/console": "5.*", + "illuminate/contracts": "5.*", + "illuminate/support": "5.*" } }