From aa1a8952d09223c95fe0554c5acc15df0d541e0f Mon Sep 17 00:00:00 2001 From: Liam Wiltshire Date: Wed, 11 Nov 2020 22:54:51 +0000 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b0b1d21..d6a38c6 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": ">=7.1.0", - "illuminate/database": "^5.5.0|^6.0" + "illuminate/database": "^5.5.0|^6.0|^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^7.0.0",