From 43717dbf4659d2a57c7c49f3073771ad9ae3f6e1 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 1 Apr 2020 18:15:50 +0200 Subject: [PATCH] Updated: Composer file --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2787c90..e62263d 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=5.6.0", - "illuminate/support": "~7" + "illuminate/support": "~6" }, "require-dev": { "phpunit/phpunit": "3.7.*"