diff --git a/composer.json b/composer.json index 8ae934c..7e4aa01 100644 --- a/composer.json +++ b/composer.json @@ -14,8 +14,5 @@ "php": ">=5.6" }, "type": "library", - "autoload": { - "files": [ "lib/routes.php", "lib/utils.php" ] - }, "bin": [ "bin/start.sh", "bin/stop.sh", "bin/serve.php" ] }