diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-20 14:11:26 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-20 14:11:26 +0100 |
commit | 79e051a1f216704752e05f5174633abf20dde582 (patch) | |
tree | e55b7f46aad7c8df42534e638b25cdbc258a3c40 /composer.json | |
parent | 97a2dd74c872891b694bff0485a0fcc9a82a09e4 (diff) | |
download | wallabag-79e051a1f216704752e05f5174633abf20dde582.tar.gz wallabag-79e051a1f216704752e05f5174633abf20dde582.tar.zst wallabag-79e051a1f216704752e05f5174633abf20dde582.zip |
restructure folders
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
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" |