From 0621f16223b1e6b809fbd6c916e486422fd6e597 Mon Sep 17 00:00:00 2001 From: Daniel Stainback Date: Wed, 9 Feb 2022 09:55:00 -0500 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f7f8b6c..996c595 100755 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ } ], "require": { - "php": ">=7.2", - "illuminate/support": "^7.0|^8.0", - "illuminate/database": "^7.0|^8.0", - "illuminate/cache": "^7.0|^8.0" + "php": "^7.4|^8.0", + "illuminate/support": "^7.0|^8.0|^9.0", + "illuminate/database": "^7.0|^8.0|^9.0", + "illuminate/cache": "^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit": "^8.0",