From ee00e5adbe70f8db03c9c3afcdddece3aacee069 Mon Sep 17 00:00:00 2001 From: fadrian06 Date: Tue, 17 Mar 2026 20:27:15 -0400 Subject: [PATCH] add psr-4 to Tests\Server, ServerV2 and groupcompactsyntax namespaces --- composer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 459cb3a..1cb859a 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,10 @@ "psr-4": { "Tests\\PHP8\\": [ "tests/named-arguments" - ] + ], + "Tests\\Server\\": "tests/server", + "Tests\\ServerV2\\": "tests/server-v2", + "tests\\groupcompactsyntax\\": "tests/groupcompactsyntax" } }, "require-dev": {