From 0d954d56c868cf19a4e5bf78771fb2c76f23c45f Mon Sep 17 00:00:00 2001 From: Robert Fridzema Date: Wed, 4 Mar 2020 09:22:01 +0100 Subject: [PATCH] Laravel 7 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0812bee..46837dc 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=7.0", - "illuminate/support": "^5.5|^6.0" + "illuminate/support": "^5.5|^6.0|^7.0" }, "require-dev": { "phpunit/phpunit": "~6.0|~8.0",