1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2022-08-26 17:55:49 +02:00
parent 454088fcaa
commit b76ddd915d
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -180,7 +180,7 @@ then
then
ynh_exec_warn_less ynh_composer_exec --commands="update"
# Update plugin-installer for Composer version 2.0
ynh_exec_warn_less ynh_composer_exec --commands="require roundcube/plugin-installer:>=0.2.0"
ynh_exec_warn_less ynh_composer_exec --commands="require roundcube/plugin-installer:>=0.3.2"
else
# Install composer.json
cp "$final_path/composer.json-dist" "$final_path/composer.json"