Browse Source

Always install composer v2

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl 3 years ago
parent
commit
a1a4fa2ac2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/autoloaderchecker.sh

+ 1 - 1
build/autoloaderchecker.sh

@@ -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