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

4
bin/update Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
set -e
# What can we do when we update vendor?