From 2ece1aecc2387db7f542ccbe895136a058619b58 Mon Sep 17 00:00:00 2001 From: toyi Date: Sat, 5 Oct 2019 15:17:21 +0200 Subject: [PATCH] support for laravel 6 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9b00b33..b97982b 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ ], "require": { "php": ">=7.2", - "illuminate/support": "~5.8.0" + "illuminate/support": "~5.8.0|^6.0" }, "require-dev": { "orchestra/testbench": "~3.8.0",