added composer update on gitlabci

This commit is contained in:
Jack Goh
2018-06-23 00:53:16 +08:00
parent b8883d5a9e
commit feae2c164b
+3
View File
@@ -15,6 +15,9 @@ docker-php-ext-install mbstring pdo_mysql curl json intl gd xml zip bz2 opcache
curl -sS https://getcomposer.org/installer | php
php composer.phar install
# Update dependencies
composer update
# Copy over testing configuration.
cp .env.testing .env