From ac2c991153a50599320d1512b273d071a6a28da8 Mon Sep 17 00:00:00 2001 From: ping-yee <611077101@mail.nknu.edu.tw> Date: Tue, 31 Jan 2023 04:20:41 +0800 Subject: [PATCH] Update the composer.json. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 41ecc2d..40588fd 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,9 @@ }, "autoload": { "psr-4": { - "PingYi\\JsonSerializer\\ClosureSerializer\\": "src/ClosureSerializer/", - "PingYi\\JsonSerializer\\Exception\\": "src/Exception/", - "PingYi\\JsonSerializer\\Test\\": "tests/" + "Pingyi\\JsonSerializer\\ClosureSerializer\\": "src/ClosureSerializer/", + "Pingyi\\JsonSerializer\\Exception\\": "src/Exception/", + "Pingyi\\JsonSerializer\\Test\\": "tests/" } }, "require-dev": {