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:55:33 +05:30
parent f3ba7429f6
commit 26c5eb1775

View file

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