From f737c4fe684def00b9b1840a8d337cb6cb0b5059 Mon Sep 17 00:00:00 2001 From: Oliver <1885435+kokspflanze@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:19:47 +0200 Subject: [PATCH] add php83 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7051f0c..b7e1eb3 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ } ], "require": { - "php": "^7.2 || ~8.0.0 || ~8.1.0 || ~8.2.0", + "php": "^7.2 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "ext-intl": "*", "laminas/laminas-eventmanager": "^3.1", "laminas/laminas-http": "^2.7",