Skip to content

Commit af212ea

Browse files
1 parent 1da67f6 commit af212ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

provision/110-magento-app.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ else
3434
rm -f "$PROJECT_BUILD"/app/etc/config.php "$PROJECT_BUILD"/app/etc/env.php
3535
fi
3636

37+
echo '--- composer allow-plugins ---'
38+
sudo -u vagrant composer config -d "$PROJECT_BUILD" --no-interaction --no-plugins allow-plugins.*/* true
39+
3740
# Composer install
3841
sudo -u vagrant COMPOSER_MEMORY_LIMIT=-1 composer install -d "$PROJECT_BUILD" --no-progress --no-interaction
3942

0 commit comments

Comments
 (0)