no more Composer 1 downgrade

This commit is contained in:
ralf 2022-03-22 18:41:22 +02:00
parent b129eaaa83
commit 5665fe537a

View File

@ -68,8 +68,6 @@ else \
fi; \
rm composer-setup.php; \
exit $RESULT' \
# build EGroupware (Horde using a PEAR repo requires Composer v1)
&& composer.phar self-update --1 \
&& cd /usr/share \
&& [ $PHP_VERSION = "8.0" ] && COMPOSER_EXTRA=--ignore-platform-reqs || true \
&& composer.phar create-project $COMPOSER_EXTRA --prefer-dist --no-scripts --no-dev egroupware/egroupware:$VERSION \