1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-01-28 19:03:15 +01:00
parent aa9a98ca6d
commit a997f1e5f6
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -152,7 +152,7 @@ ynh_add_fpm_config --usage=low --footprint=low --package="$extra_php_dependencie
ynh_script_progression --message="Installing Composer..." --weight=10 ynh_script_progression --message="Installing Composer..." --weight=10
# Install Composer # Install Composer
ynh_install_composer ynh_install_composer --phpversion=$phpversion --workdir=$final_path --install_args="--prefer-source --no-dev"
ynh_exec_warn_less ynh_composer_exec --commands=\"dump-autoload\" ynh_exec_warn_less ynh_composer_exec --commands=\"dump-autoload\"