From 260164548a94fcf4e0c713f37daaaf5cc64823ce Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 5 Jul 2021 18:03:34 +0200 Subject: [PATCH] Quickfix for older laravel versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ff9fbf9..e62263d 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=5.6.0", - "illuminate/support": "~8" + "illuminate/support": "~6" }, "require-dev": { "phpunit/phpunit": "3.7.*"