diff --git a/composer.json b/composer.json index 796c4c157..70a50f09c 100644 --- a/composer.json +++ b/composer.json @@ -126,7 +126,7 @@ } }, "autoload": { - "psr-4": { "": "src/" }, + "psr-4": { "Wallabag\\": "src/Wallabag/" }, "classmap": [ "app/AppKernel.php", "app/AppCache.php" ] }, "config": {