From fdb8816b5e20fe2c64f14cc42123e4d232f7763b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Sat, 8 Jan 2022 18:49:06 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- src/AsyncClient.php => AsyncClient.php | 0 src/Client.php => Client.php | 0 src/ClientAbstracts.php => ClientAbstracts.php | 0 src/CoroutineClient.php => CoroutineClient.php | 0 src/CurlClient.php => CurlClient.php | 0 src/HttpParse.php => HttpParse.php | 0 src/IClient.php => IClient.php | 0 src/TSwooleClient.php => TSwooleClient.php | 0 composer.json | 2 +- 9 files changed, 1 insertion(+), 1 deletion(-) rename src/AsyncClient.php => AsyncClient.php (100%) rename src/Client.php => Client.php (100%) rename src/ClientAbstracts.php => ClientAbstracts.php (100%) rename src/CoroutineClient.php => CoroutineClient.php (100%) rename src/CurlClient.php => CurlClient.php (100%) rename src/HttpParse.php => HttpParse.php (100%) rename src/IClient.php => IClient.php (100%) rename src/TSwooleClient.php => TSwooleClient.php (100%) diff --git a/src/AsyncClient.php b/AsyncClient.php similarity index 100% rename from src/AsyncClient.php rename to AsyncClient.php diff --git a/src/Client.php b/Client.php similarity index 100% rename from src/Client.php rename to Client.php diff --git a/src/ClientAbstracts.php b/ClientAbstracts.php similarity index 100% rename from src/ClientAbstracts.php rename to ClientAbstracts.php diff --git a/src/CoroutineClient.php b/CoroutineClient.php similarity index 100% rename from src/CoroutineClient.php rename to CoroutineClient.php diff --git a/src/CurlClient.php b/CurlClient.php similarity index 100% rename from src/CurlClient.php rename to CurlClient.php diff --git a/src/HttpParse.php b/HttpParse.php similarity index 100% rename from src/HttpParse.php rename to HttpParse.php diff --git a/src/IClient.php b/IClient.php similarity index 100% rename from src/IClient.php rename to IClient.php diff --git a/src/TSwooleClient.php b/TSwooleClient.php similarity index 100% rename from src/TSwooleClient.php rename to TSwooleClient.php diff --git a/composer.json b/composer.json index f56f3ac..243ad95 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "autoload": { "psr-4": { - "Http\\Client\\": "src/" + "Http\\Client\\": "./" } }, "require-dev": {