mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
symfony fix
This commit is contained in:
parent
79de1f019c
commit
8239a5e70b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ init_composer() {
|
|||
|
||||
# update dependencies to create composer.lock
|
||||
exec_composer "$DESTDIR" update symfony/flex --no-plugins --no-scripts
|
||||
exec_composer "$DESTDIR" install --no-dev --optimize-autoloader \
|
||||
exec_composer "$DESTDIR" install --no-dev --prefer-dist --no-scripts \
|
||||
|| ynh_die "Unable to update Kimai2 core dependencies"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue