From 9065ab69f507cf48547b1cf0de325e800fffdca8 Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Sun, 15 Feb 2026 18:52:06 -0500 Subject: [PATCH] chore: revert phpunit version Signed-off-by: Sebastian Krupinski --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dcf13d8..f24fc7a 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,5 @@ { + "name": "ktxc/server", "type": "project", "license": "proprietary", "minimum-stability": "stable", @@ -13,7 +14,7 @@ "symfony/console": "^8.0" }, "require-dev": { - "phpunit/phpunit": "^13.0" + "phpunit/phpunit": "^11.0" }, "config": { "allow-plugins": {