From 2ac3f246d713bc3db4c1c8e4b0c77bb70720fbda Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 31 Jul 2016 17:40:25 +0200 Subject: post-merge: Automatically update composer dependencies Signed-off-by: Florian Pritz --- git-hooks/post-merge | 2 ++ 1 file changed, 2 insertions(+) (limited to 'git-hooks') diff --git a/git-hooks/post-merge b/git-hooks/post-merge index 1fc8b582c..ffcaa5bcc 100755 --- a/git-hooks/post-merge +++ b/git-hooks/post-merge @@ -18,6 +18,8 @@ if echo "$changes" | grep scripts/install-git-hooks.sh; then scripts/install-git-hooks.sh fi +composer install --no-dev + # Make sure submodules are up to date git submodule update --init --recursive -- cgit v1.2.3-24-g4f1b