From a49f53c2995a524c90375b84adf1727b96d5d064 Mon Sep 17 00:00:00 2001 From: Linus Metzler Date: Wed, 2 Oct 2019 20:20:09 +0200 Subject: [PATCH] Laravel 6.0 compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1d51f35..eb582e3 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ "license": "MIT", "require": { "php": "^7.1", - "illuminate/support": "^5.8", - "illuminate/console": "^5.8" + "illuminate/support": "^5.8 | ^6.0", + "illuminate/console": "^5.8 | ^6.0" }, "autoload": { "psr-4": {