From b3eb44c5d98fa6afd396055e45cc898c7c421cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Wed, 3 Nov 2021 15:26:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fe8b6cf..36a1c35 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,8 @@ "game-worker/kiri-http-message": "dev-master" }, "autoload": { - "Server\\": "./" + "psr-4": { + "Server\\": "./" + } } }