diff --git a/composer.json b/composer.json index a49530f..8dd3206 100644 --- a/composer.json +++ b/composer.json @@ -17,8 +17,8 @@ "php": ">=5.4.0" }, "autoload": { - "psr-4": { - "DatingVIP": "" + "psr-0": { + "DatingVIP": "src" } } } \ No newline at end of file diff --git a/DatingVIP/geo/Country_Code.php b/src/DatingVIP/geo/Country/Code.php similarity index 100% rename from DatingVIP/geo/Country_Code.php rename to src/DatingVIP/geo/Country/Code.php