mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Select composer version during install
This commit is contained in:
parent
0055d57a0e
commit
e3d1f2de7f
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Installing composer dependencies..." --weight=1
|
||||
|
||||
ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
|
||||
ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --composerversion="$YNH_COMPOSER_VERSION" --workdir="$final_path"
|
||||
|
||||
#=================================================
|
||||
# CREATE LOG FILE
|
||||
|
|
Loading…
Add table
Reference in a new issue