From bc396b93d6353a569e11bda4dbcdf42a9c7eb4f3 Mon Sep 17 00:00:00 2001 From: Craig Smith <952595+phpsa@users.noreply.github.com> Date: Thu, 13 Jul 2023 12:12:23 +1200 Subject: [PATCH] kupdate composer missing support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5cebcfc..0c0741a 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "require": { "php": "^8.0", "ext-intl": "*", - "illuminate/support": "^8.0|^9.0|^9.0" + "illuminate/support": "^8.0|^9.0|^9.0|^10.0" }, "require-dev": { "orchestra/testbench": "^6.0|^7.0|^8.0",