Skip to content

Commit 8ca7f0d

Browse files
author
Benjamin Calef
authored
Merge pull request #108 from robert-cardillo/master
allow-plugins */* workaround for composer >= v2.2
2 parents 1da67f6 + af212ea commit 8ca7f0d

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)