1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ampache_ynh.git synced 2024-09-03 18:15:55 +02:00

[fix] install Composer v1

Some dependencies are not compatible yet with v2
This commit is contained in:
tituspijean 2020-10-29 13:22:09 +01:00
parent 5dfc9ec3b6
commit ed6be6f842

View file

@ -59,7 +59,7 @@ ynh_install_composer () {
curl -sS https://getcomposer.org/installer \
| COMPOSER_HOME="$workdir/.composer" \
php${phpversion} -- --quiet --install-dir="$workdir" \
php${phpversion} -- --quiet --version="1.10.16" --install-dir="$workdir" \
|| ynh_die "Unable to install Composer."
# update dependencies to create composer.lock