From 350a3321e1a199599a492eff55cd1b09932b4aae Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 20 Nov 2023 15:58:38 -0600 Subject: [PATCH] feat: allow 8.3 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f4b6954..40d604a 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } }, "require": { - "php": "~8.2.0" + "php": "~8.2.0 || ~8.3.0" }, "require-dev": { "laminas/laminas-coding-standard": "~2.5.0",