diff --git a/composer.json b/composer.json index 38bfd9f..77150ef 100644 --- a/composer.json +++ b/composer.json @@ -19,11 +19,11 @@ } ], "autoload": { - "psr-0": { - "CloudObjects\\SDK" : "" + "psr-4": { + "CloudObjects\\SDK\\" : "CloudObjects/SDK/" }, "files": [ - "CloudObjects/SDK/functions.php" + "functions.php" ] }, "require-dev" : { diff --git a/CloudObjects/SDK/functions.php b/functions.php similarity index 100% rename from CloudObjects/SDK/functions.php rename to functions.php