Force composer v1

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2020-12-04 14:27:35 +01:00 committed by backportbot[bot]
parent edb9104271
commit 0f576303a3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ then
else
echo "Composer not found: fetching"
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php
php composer-setup.php --1
php -r "unlink('composer-setup.php');"
fi