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": {