From dcbb362e2c1bcacaa6682b3f7e39abc286ac68b6 Mon Sep 17 00:00:00 2001 From: Andrej Ivliev Date: Tue, 17 Nov 2020 12:58:11 +0000 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1ad68c6..998b267 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "type": "library", "require": { "php": "^7.2|^7.2.5", - "illuminate/support": "^6.0|^7.0" + "illuminate/support": "^6.0|^7.0|^8.0" }, "require-dev": { "mockery/mockery": "^1.0|^1.3.1",