diff --git a/composer.json b/composer.json index 0a7af2e3..bd15cc2c 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,6 @@ "phpunit/phpunit": "4.0.17" }, "autoload": { - "files": ["src/lightncandy.php"] + "classmap": ["src/lightncandy.php"] } }