diff --git a/composer.json b/composer.json index 6bd0470..49077fe 100644 --- a/composer.json +++ b/composer.json @@ -7,11 +7,7 @@ "psr-4": { "UploadThing\\": "src/", "UploadThing\\Structs\\": "src/structs/" - }, - "files": [ - "src/lib/Utils.php", - "src/lib/Http.php" - ] + } }, "authors": [ { diff --git a/src/lib/Http.php b/src/HttpClient.php similarity index 100% rename from src/lib/Http.php rename to src/HttpClient.php diff --git a/src/lib/Utils.php b/src/Utils.php similarity index 100% rename from src/lib/Utils.php rename to src/Utils.php