From dab81a036441a66e44f47a8fb8dfab69b677a74f Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Sun, 23 Jan 2022 23:15:44 +0100 Subject: [PATCH] Allow Laravel 9 (#205) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 88077ae..9292c97 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ ], "require": { "php": "^7.2 || ^8.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0", "laravel/socialite": "~4.0 || ~5.0" }, "require-dev": {