From 069dd3ef4365e7bd032cb3f0b69ea82dbc029b50 Mon Sep 17 00:00:00 2001 From: Steve Rhodes <10718044+elasticsteve@users.noreply.github.com> Date: Fri, 9 Feb 2018 15:44:34 +0000 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index c8007bf..dd45366 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "description": "SFTP filesystem service provider for Laravel", "require": { "php": ">=5.5.9", - "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/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", + "illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", "league/flysystem-sftp": "1.0.*" }, "autoload": {