From a431901035f52ffedd892eb7bbc5e8f755cb4c70 Mon Sep 17 00:00:00 2001 From: Jarek Tkaczyk Date: Tue, 6 Apr 2021 10:32:20 +0800 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9f204b6..53aea48 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ ], "require": { "php": ">=7.0.0", - "illuminate/database": "^5.5" + "illuminate/database": ">=6.20.14" }, "require-dev": { "illuminate/auth": "^5.5",