mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:21:23 +01:00
update composer to 1.10.22, as we no longer use fxp/composer-asset-plugin
still cant use Composer v2, as Horde is a no longer supported PEAR repo :(
This commit is contained in:
parent
4fe8fd5154
commit
eae9c97caa
@ -64,7 +64,7 @@ else \
|
|||||||
RESULT=$?; \
|
RESULT=$?; \
|
||||||
fi; \
|
fi; \
|
||||||
rm composer-setup.php; \
|
rm composer-setup.php; \
|
||||||
composer.phar self-update 1.8.6; \
|
composer.phar self-update 1.10.22; \
|
||||||
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
|
||||||
|
@ -69,7 +69,7 @@ fi; \
|
|||||||
rm composer-setup.php; \
|
rm composer-setup.php; \
|
||||||
exit $RESULT' \
|
exit $RESULT' \
|
||||||
# build EGroupware
|
# build EGroupware
|
||||||
&& composer.phar self-update 1.8.6 \
|
&& composer.phar self-update 1.10.22 \
|
||||||
&& 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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user