Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-12-04 16:27:35 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-12-04 18:20:03 +0300
commit0f576303a32159293a459fbf1ec67f0ba74e14ad (patch)
treef954fa8893d895b389a81dc78710039fc3ffed00 /build
parentedb9104271590c708dfcfe27e2a7d1a829144704 (diff)
Force composer v1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/autoloaderchecker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/autoloaderchecker.sh b/build/autoloaderchecker.sh
index 9bf8b17a8c9..1aa880684f9 100755
--- a/build/autoloaderchecker.sh
+++ b/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 --1
php -r "unlink('composer-setup.php');"
fi