aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index a1dee410..e04ec252 100644
--- a/composer.json
+++ b/composer.json
@@ -75,7 +75,7 @@
75 "phpunit/phpunit": "~3.7" 75 "phpunit/phpunit": "~3.7"
76 }, 76 },
77 "autoload": { 77 "autoload": {
78 "psr-0": { "Wallabag\\Wallabag": "src/" } 78 "psr-4": { "Wallabag\\": "src/Wallabag" }
79 }, 79 },
80 "config": { 80 "config": {
81 "bin-dir": "bin" 81 "bin-dir": "bin"