From f4b0735b8254cdef0529a08b3593cf3e0f087893 Mon Sep 17 00:00:00 2001 From: Shift Date: Wed, 1 Feb 2023 17:23:35 +0000 Subject: [PATCH] Bump dependencies for Laravel 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a1977a7..0880eb9 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "license": "MIT", "require": { "php": ">=7.2.5", - "illuminate/support": "^8.0 | ^9.0" + "illuminate/support": "^8.0 | ^9.0|^10.0" }, "require-dev": { "phpunit/phpunit": "^9.0",