X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.json;h=a1dee4108e4b5d6ee9abb164206df48848164404;hb=6ad93dff69d7c2beb2196e73f641e6484fccbeb7;hp=fd4231b9492081c93b5137f8c2ac193b38bbf50a;hpb=c78c1a3f08815aab99752026ccdf1dcf63cf43c1;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.json b/composer.json index fd4231b9..a1dee410 100644 --- a/composer.json +++ b/composer.json @@ -74,6 +74,9 @@ "require-dev": { "phpunit/phpunit": "~3.7" }, + "autoload": { + "psr-0": { "Wallabag\\Wallabag": "src/" } + }, "config": { "bin-dir": "bin" }