diff --git a/composer.json b/composer.json index d5cd23d..91912b2 100644 --- a/composer.json +++ b/composer.json @@ -16,5 +16,10 @@ "minimum-stability": "stable", "require": { "php": "^5.3.3" + }, + "autoload": { + "psr-4": { + "ZingChart\\PHPWrapper\\": "src/" + } } } diff --git a/zc.php b/src/zc.php similarity index 99% rename from zc.php rename to src/zc.php index 1e8178f..cc2f22c 100644 --- a/zc.php +++ b/src/zc.php @@ -1,4 +1,7 @@