diff --git a/ColorInterpolator/Color.php b/Color.php similarity index 100% rename from ColorInterpolator/Color.php rename to Color.php diff --git a/ColorInterpolator/ColorInterpolator.php b/ColorInterpolator.php similarity index 100% rename from ColorInterpolator/ColorInterpolator.php rename to ColorInterpolator.php diff --git a/composer.json b/composer.json index f24eb9f..cfcba84 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,10 @@ "require": { "php": ">=5.4.4" }, + "target-dir": "Intaro/ColorInterpolator", "autoload": { "psr-0": { - "Intaro\\": "" + "Intaro\\ColorInterpolator": "" } } }