aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index e04ec252..2da6ddbb 100644
--- a/composer.json
+++ b/composer.json
@@ -74,6 +74,14 @@
74 "require-dev": { 74 "require-dev": {
75 "phpunit/phpunit": "~3.7" 75 "phpunit/phpunit": "~3.7"
76 }, 76 },
77 "scripts": {
78 "post-install-cmd": [
79 "bin/install"
80 ],
81 "post-update-cmd": [
82 "bin/update"
83 ]
84 },
77 "autoload": { 85 "autoload": {
78 "psr-4": { "Wallabag\\": "src/Wallabag" } 86 "psr-4": { "Wallabag\\": "src/Wallabag" }
79 }, 87 },