From 271daefb0c088052040b7cacbf6922ed15a3206e Mon Sep 17 00:00:00 2001 From: rok Date: Thu, 5 Sep 2019 13:42:18 +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 0cbd640..98a1ba1 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,8 @@ } }, "require": { - "illuminate/support": "^5.0", - "illuminate/database": "^5.0" + "illuminate/support": "^5.0 || ^6.0", + "illuminate/database": "^5.0 || ^6.0" }, "require-dev": { "phpunit/phpunit": "^5.0",