From 5356e3efa5222893626d5f04c1a7a95e18cf22fa Mon Sep 17 00:00:00 2001 From: Michael Dyrynda Date: Thu, 17 Feb 2022 09:45:06 +1030 Subject: [PATCH] Add support for Laravel 9, fixes #49 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 432e3d9..3d37895 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=5.4.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": { "phpspec/phpspec": "~2.0",