diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-21 14:45:39 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2015-01-21 14:45:39 +0100 |
commit | 19875ef0dad9999f91e6f8d780756e402b5e6722 (patch) | |
tree | 169b887df1bf71f7ceb0be54447b11be8765e431 /composer.json | |
parent | 00fcfd299b7a1aa5177c97d2b13c0d9d587678e5 (diff) | |
download | wallabag-19875ef0dad9999f91e6f8d780756e402b5e6722.tar.gz wallabag-19875ef0dad9999f91e6f8d780756e402b5e6722.tar.zst wallabag-19875ef0dad9999f91e6f8d780756e402b5e6722.zip |
add install script after composer install
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
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 | }, |