From 063b2370ce9e12a2574bcbc29fa17fc2e024851a Mon Sep 17 00:00:00 2001 From: Jose Rosado Date: Mon, 16 May 2022 16:04:20 -0400 Subject: [PATCH] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8ffab74..290aaf9 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^7.2|^8.0", "ext-json": "*", - "illuminate/support": "^6.0|^7.0|^8.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit": "^8.0|^9.0",