From 4214a2352be7e604c4c17d2fb65a80d40cddfeaa Mon Sep 17 00:00:00 2001 From: EtchFoda Date: Tue, 10 Dec 2019 23:13:14 +0300 Subject: [PATCH] add support for laravel 6.x (#5) add support for laravel 6.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1be336f..89f0680 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ } ], "require": { - "illuminate/support": "~5.8" + "illuminate/support": "^5.8|^6.0" }, "require-dev": { "orchestra/testbench": "^3.5",