From ed43b3ab0012cad99ee6a25df90208ff1371c28b Mon Sep 17 00:00:00 2001 From: Niek van der Kooy Date: Sun, 27 Oct 2019 17:25:38 +0100 Subject: [PATCH] Update composer.json Also allow Laravel 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5696591..475b527 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "maxbanton/cwh": "^1.1", - "illuminate/support": "^5.1" + "illuminate/support": "^5.1 || ^6.0" }, "extra": { "laravel": {