1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

Upgrade composer to v2

This commit is contained in:
lapineige 2022-12-18 21:52:10 +01:00 committed by GitHub
parent e3d1f2de7f
commit c874daa112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,6 +183,10 @@ ynh_add_nginx_config
#=================================================
# UPDATE COMPOSER DEPENDENCIES
#=================================================
ynh_script_progression --message="Updating composer..." --weight=1
ynh_exec_warn_less ynh_composer_exec --workdir="$final_path" --commands="self-update --2"
ynh_script_progression --message="Updating composer dependencies..." --weight=1
ynh_exec_warn_less ynh_composer_exec --workdir="$final_path" --commands="update"