forked from extern/egroupware
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
002a81eeef
commit
ffc9a35020
@ -69,7 +69,7 @@ fi; \
|
||||
rm composer-setup.php; \
|
||||
exit $RESULT' \
|
||||
# build EGroupware
|
||||
&& composer.phar self-update 1.8.6 \
|
||||
&& composer.phar self-update 1.10.22 \
|
||||
&& 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 \
|
||||
|
Loading…
Reference in New Issue
Block a user