From d54cf6ec2f3926d5cbf1171d21e23eaeff8bd175 Mon Sep 17 00:00:00 2001 From: James Kamana Date: Mon, 14 Mar 2022 09:27:14 +0200 Subject: [PATCH] Add support for laravel 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b19c34c..404c493 100755 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "minimum-stability": "stable", "require": { "php": "^7.2|^8.0", - "illuminate/support": "^5.0|^6.0|^7.0|^8.0" + "illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0" }, "require-dev": { "phpunit/phpunit" : "^8.3",