diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-20 07:40:39 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-20 07:40:39 +0100 |
commit | 6ad93dff69d7c2beb2196e73f641e6484fccbeb7 (patch) | |
tree | 12430b858be2a41029fc11d1afa1fa2a120b96f9 /composer.json | |
parent | c78c1a3f08815aab99752026ccdf1dcf63cf43c1 (diff) | |
download | wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.tar.gz wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.tar.zst wallabag-6ad93dff69d7c2beb2196e73f641e6484fccbeb7.zip |
new folders
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer.json b/composer.json index fd4231b9..a1dee410 100644 --- a/composer.json +++ b/composer.json | |||
@@ -74,6 +74,9 @@ | |||
74 | "require-dev": { | 74 | "require-dev": { |
75 | "phpunit/phpunit": "~3.7" | 75 | "phpunit/phpunit": "~3.7" |
76 | }, | 76 | }, |
77 | "autoload": { | ||
78 | "psr-0": { "Wallabag\\Wallabag": "src/" } | ||
79 | }, | ||
77 | "config": { | 80 | "config": { |
78 | "bin-dir": "bin" | 81 | "bin-dir": "bin" |
79 | } | 82 | } |