From 47402cbc5b7ef445317e799bf12fd5a12062206c Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Thu, 26 Jan 2023 23:11:27 +0000 Subject: [PATCH] Support Laravel 10 (#215) Co-authored-by: atymic --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f9cf5dc..14207a4 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ ], "require": { "php": "^7.4 || ^8.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0", + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", "laravel/socialite": "~5.0" }, "require-dev": {