From 8cc61ba3685c0ec11ce652e0b2e12937601cce40 Mon Sep 17 00:00:00 2001 From: 7IN0SAN9 Date: Thu, 27 Jul 2017 16:21:06 +0800 Subject: [PATCH] fix #759 --- tests/script/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/script/install.sh b/tests/script/install.sh index 0adee7ed..1e1a981d 100755 --- a/tests/script/install.sh +++ b/tests/script/install.sh @@ -16,3 +16,4 @@ if [ $(phpenv version-name) != "hhvm" ]; then fi composer install --no-interaction --ignore-platform-reqs +composer update