From d08aabe63a6cd5e7c20590df6c83bf38db44165c Mon Sep 17 00:00:00 2001 From: Michiel Vugteveen Date: Fri, 6 Sep 2019 14:27:08 +0200 Subject: [PATCH] support laravel 6 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 306e646..198cf33 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ }], "require": { "php": "^7.1.3", - "illuminate/support": "5.8.*", - "illuminate/console": "5.8.*", + "illuminate/support": "5.8.*|^6.0", + "illuminate/console": "5.8.*|^6.0", "arvenil/ninja-mutex": "^0.6" }, "require-dev": {