We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1da67f6 + af212ea commit 8ca7f0dCopy full SHA for 8ca7f0d
provision/110-magento-app.sh
@@ -34,6 +34,9 @@ else
34
rm -f "$PROJECT_BUILD"/app/etc/config.php "$PROJECT_BUILD"/app/etc/env.php
35
fi
36
37
+echo '--- composer allow-plugins ---'
38
+sudo -u vagrant composer config -d "$PROJECT_BUILD" --no-interaction --no-plugins allow-plugins.*/* true
39
+
40
# Composer install
41
sudo -u vagrant COMPOSER_MEMORY_LIMIT=-1 composer install -d "$PROJECT_BUILD" --no-progress --no-interaction
42
0 commit comments