From 5ffc5da61b6e434c20c57bd7479829b7dcc8dab5 Mon Sep 17 00:00:00 2001 From: David Carr Date: Tue, 3 Sep 2019 21:16:06 +0100 Subject: [PATCH] add support for Laravel 6 (#259) * Update composer.json * Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bf70a3a..862cc08 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x", + "illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x", "studio-42/elfinder": "~2.1.10", "barryvdh/elfinder-flysystem-driver": "^0.2", "league/flysystem": "^1.0",