add install script after composer install

This commit is contained in:
Nicolas Lœuillet
2015-01-21 14:45:39 +01:00
parent 00fcfd299b
commit 19875ef0da
16 changed files with 89 additions and 913 deletions

View File

@ -74,6 +74,14 @@
"require-dev": {
"phpunit/phpunit": "~3.7"
},
"scripts": {
"post-install-cmd": [
"bin/install"
],
"post-update-cmd": [
"bin/update"
]
},
"autoload": {
"psr-4": { "Wallabag\\": "src/Wallabag" }
},