From b8db8455847d5f8c19e6c445bb7bd43c67dd3569 Mon Sep 17 00:00:00 2001 From: Daniel Stainback Date: Mon, 9 Mar 2020 09:47:58 -0400 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c039822..c494027 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "~5.1|^6.0" + "illuminate/support": "~5.1|^6.0|~7.0" }, "require-dev": { "phpunit/phpunit": "~5.0",