From e9274f4797aa6f1b5102de4f80a2dab6248b65c9 Mon Sep 17 00:00:00 2001 From: Johny Date: Mon, 1 Mar 2021 16:05:05 +0100 Subject: [PATCH] Adding support for Laravel8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 6de210c..2ca2f81 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,8 @@ ], "require": { "php": "^7.1", - "illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0", - "illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0" + "illuminate/database": "^5.5.0|^6.0|^7.0|^8.0", + "illuminate/support": "^5.5.0|^6.0|^7.0|^8.0" }, "require-dev": { "ext-pdo_sqlite": "*",