Skip to content
Snippets Groups Projects
Unverified Commit cb7b8998 authored by Joas Schilling's avatar Joas Schilling Committed by GitHub
Browse files

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

Always install composer v2
parents 3c62d2bc a1a4fa2a
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ then ...@@ -9,7 +9,7 @@ then
else else
echo "Composer not found: fetching" echo "Composer not found: fetching"
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" 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');" php -r "unlink('composer-setup.php');"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment