From a16589ef9252243511b42e0a163f031e7a78446d Mon Sep 17 00:00:00 2001 From: rjindael Date: Sat, 10 Jun 2023 23:43:40 -0700 Subject: [PATCH] Add Laravel 9+ support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 07d8d6d..6cbfa1e 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "minimum-stability": "stable", "require": { - "illuminate/support": ">=5.2|^6.0|^7.0|^8.0" + "illuminate/support": ">=5.2|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "phpunit/phpunit": "^8.0|^8.5",