mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
remove no longer necessary composer 1.x downgrade
This commit is contained in:
parent
b7d3b7408e
commit
7144f2fad1
@ -14,9 +14,6 @@ test -n "$XDEBUG_REMOTE_HOST" && \
|
||||
sed -e "s/^xdebug.client_host.*/xdebug.client_host=$XDEBUG_REMOTE_HOST/g" \
|
||||
-i /etc/php/$PHP_VERSION/fpm/conf.d/*xdebug.ini
|
||||
|
||||
# downgrade composer to 1.8.6, as 1.9.x does not work with "dev-master" version :(
|
||||
composer selfupdate 1.8.6
|
||||
|
||||
# installation fails without git identity
|
||||
git config --global user.email || git config --global user.email "you@example.com"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user