From a5f78c28b39e9b3bac615ab0b3b47cb463bae152 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Tue, 7 Jul 2020 15:40:21 +0200 Subject: [PATCH] removed the composer optimisation to load the dev dependencies. --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index 7b58ecb..1a3d3d2 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -128,7 +128,7 @@ cd $PATH_TO_MONARC git config core.fileMode false echo -e "\n--- Installing the dependencies… ---\n" -composer install -o +composer ins # Make modules symlinks.