From 477ccf2eb02205c5f75de288ebc195741f7984e0 Mon Sep 17 00:00:00 2001 From: HyungJu Date: Wed, 6 May 2020 15:45:46 +0900 Subject: [PATCH] Support Laravel 6+ --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ca065a0..d863234 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,8 @@ "type": "library", "require": { "php": ">=5.5.9", - "illuminate/support": "~5.1", - "illuminate/console": "~5.1" + "illuminate/support": ">=5.1", + "illuminate/console": ">=5.1" }, "require-dev": { "phpunit/phpunit": "~4.0"