1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00
This commit is contained in:
Éric Gaspar 2024-05-10 20:54:56 +02:00
parent 9e43146880
commit 4e0ffa9ee8
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
YNH_PHP_VERSION="8.2"
YNH_COMPOSER_VERSION="2.5.1"
YNH_COMPOSER_VERSION="2.6.5"
NODEJS_VERSION=20

View file

@ -57,9 +57,9 @@ ynh_add_nginx_config
#=================================================
# INSTALL COMPOSER DEPENDENCIES
#=================================================
#REMOVEME? ynh_script_progression --message="Installing composer dependencies..."
ynh_script_progression --message="Installing composer dependencies..."
ynh_exec_warn_less ynh_install_composer #--phpversion="$phpversion" --workdir="$install_dir"
ynh_exec_warn_less ynh_install_composer --phpversion="$phpversion" --composerversion="$YNH_COMPOSER_VERSION" --workdir="$install_dir"
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"