1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefly-iii_ynh.git synced 2024-09-03 18:36:13 +02:00

Fix composer

This commit is contained in:
anmol26s 2018-06-17 04:44:46 +05:30
parent f74a8c988b
commit f3ba7429f6

View file

@ -96,7 +96,7 @@ init_composer() {
|| ynh_die "Unable to install Composer"
# update dependencies to create composer.lock
exec_composer "$DESTDIR" install --quiet --no-dev \
exec_composer "$DESTDIR" install --no-dev --prefer-dist firefly-iii 4.7.4 \
|| ynh_die "Unable to update firefly-iii core dependencies"
}