From c377ca9762e5e748765ac89fe01098e80207b783 Mon Sep 17 00:00:00 2001 From: Rick Mills Date: Fri, 12 Mar 2021 11:15:51 +0000 Subject: [PATCH] Bumped composer requirements to allow Laravel 8 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a75cd8f..3d01281 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ ], "require": { "php": ">=7.0.0", - "illuminate/database": "^5.5|^6.0|^7.0", - "illuminate/queue": "^5.5|^6.0|^7.0" + "illuminate/database": "^5.5|^6.0|^7.0|^8.0", + "illuminate/queue": "^5.5|^6.0|^7.0|^8.0" }, "require-dev": { "kahlan/kahlan": "~2.5"