From 2f318cc0991e790a7e49efef481ac89d1d8d9e35 Mon Sep 17 00:00:00 2001 From: Yoan Blanc Date: Sat, 10 Feb 2018 12:49:17 +0100 Subject: [PATCH] update laravel to 5.6 Signed-off-by: Yoan Blanc --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index b884be4..505bc2c 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ "editor" ], "require": { - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/container": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", + "illuminate/support": "^5.1", + "illuminate/filesystem": "^5.1", + "illuminate/events": "^5.1", + "illuminate/container": "^5.1", + "illuminate/contracts": "^5.1", "erusev/parsedown": "^1.6", "erusev/parsedown-extra": "0.7.*" },