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