Merge pull request #24545 from nextcloud/bugfix/noid/force-composerv2

Always install composer v2
This commit is contained in:
Joas Schilling 2020-12-04 10:56:35 +01:00 committed by GitHub
commit cb7b8998e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 --2
php -r "unlink('composer-setup.php');"
fi