From e894923c76b2ba675d7bffe2e21db8d2c034cfb6 Mon Sep 17 00:00:00 2001 From: bigmythicalduck <112638520+bigmythicalduck@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:49:50 +0100 Subject: [PATCH] Update to Laravel 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 11227a0..1c6442f 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "keywords": ["Laravel", "laravel-address-finder"], "require": { "php": ">=7.3", - "illuminate/support": "~5|~6|~7|~8|~9" + "illuminate/support": "~5|~6|~7|~8|~9|~10" }, "require-dev": { "phpunit/phpunit": "^8.0",