no more Composer 1 downgrade

This commit is contained in:
ralf 2022-03-22 18:43:06 +02:00
parent f4e877bcdf
commit cfc7bd84f5
2 changed files with 0 additions and 3 deletions

View File

@ -64,7 +64,6 @@ else \
RESULT=$?; \ RESULT=$?; \
fi; \ fi; \
rm composer-setup.php; \ rm composer-setup.php; \
composer.phar self-update --1; \
exit $RESULT' \ exit $RESULT' \
# disable certificate checks for LDAP as most LDAP and AD servers have no "valid" cert # disable certificate checks for LDAP as most LDAP and AD servers have no "valid" cert
&& echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf && echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf

View File

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