diff --git a/composer.json b/composer.json index c26c631..f7c6493 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "autoload": { "psr-0": { - "CryptoControl": "src" + "CryptoControl": "src/CryptoControl" } }, "authors": [ diff --git a/src/CryptoNewsApi.php b/src/CryptoControl/CryptoNewsApi.php similarity index 100% rename from src/CryptoNewsApi.php rename to src/CryptoControl/CryptoNewsApi.php