From 0c69eecd7b9569694a12d73487f4a516e8012b17 Mon Sep 17 00:00:00 2001 From: alexandre-butynski Date: Tue, 29 Aug 2017 10:47:03 +0200 Subject: [PATCH] Compatibility with Laravel 5.5 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index dc27144..87916e0 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "description": "OpenStack filesystem service provider for Laravel", "require": { "php": ">=5.5.9", - "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*", - "illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*", + "illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", + "illuminate/filesystem": "5.1.*|5.2.*|5.3.*|5.4.*|5.5.*", "league/flysystem-rackspace": "1.0.*" }, "autoload": {