From 6362a2afd6d8cece3073c67af30b9a8da90dfaf1 Mon Sep 17 00:00:00 2001 From: Yish Date: Mon, 5 Mar 2018 00:43:47 +0800 Subject: [PATCH] Supported 5.6.* --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9cd7dcc..9ec40ac 100644 --- a/composer.json +++ b/composer.json @@ -28,9 +28,9 @@ "require": { "php": ">=7.0", - "illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", - "illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*" + "illuminate/contracts": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/view": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" }, "require-dev": {