From 9d679ddfa1250816ccc9bb808d2a806a9918aaa1 Mon Sep 17 00:00:00 2001 From: tim gavin Date: Fri, 26 May 2023 07:12:50 -0400 Subject: [PATCH] Update for Laravel 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d89d13b..56cd54c 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "Follow users" ], "require": { - "illuminate/support": "~9" + "illuminate/support": "10.0" }, "require-dev": { "phpunit/phpunit": "~9.0",