Skip to content

Commit ee00e5a

Browse files
committed
add psr-4 to Tests\Server, ServerV2 and groupcompactsyntax namespaces
1 parent e8ff083 commit ee00e5a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
"psr-4": {
3939
"Tests\\PHP8\\": [
4040
"tests/named-arguments"
41-
]
41+
],
42+
"Tests\\Server\\": "tests/server",
43+
"Tests\\ServerV2\\": "tests/server-v2",
44+
"tests\\groupcompactsyntax\\": "tests/groupcompactsyntax"
4245
}
4346
},
4447
"require-dev": {

0 commit comments

Comments
 (0)