From 7c93b238d1f5d587e6abf49419886eeaa012a61b Mon Sep 17 00:00:00 2001 From: "Christopher C. Okonkwo" <45552824+christopherokonkwo@users.noreply.github.com> Date: Sat, 12 Oct 2019 04:47:16 +0100 Subject: [PATCH] laravel 6 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5511056..2c175ec 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=5.5.9", - "illuminate/support": "~5.1" + "illuminate/support": "~5.1|^6.0" }, "require-dev": { "phpunit/phpunit": "~5.0",