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

fix missing phpversion

This commit is contained in:
yalh76 2022-08-15 00:09:33 +02:00
parent 78159fd75a
commit a3c9bd3f23
2 changed files with 2 additions and 2 deletions

View file

@ -132,7 +132,7 @@ mkdir -p "$final_path/.composer"
ynh_add_config --template="../conf/composer.json" --destination="$final_path/.composer/composer.json"
ynh_install_composer --phpversion="$phpversion" --workdir="$final_path/.composer"
ynh_install_composer --workdir="$final_path/.composer"
export PATH="$final_path/.composer/vendor/bin:$PATH"

View file

@ -125,7 +125,7 @@ ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
#=================================================
ynh_script_progression --message="Upgrading Composer..."
ynh_install_composer --phpversion="$phpversion" --workdir="$final_path/.composer"
ynh_install_composer --workdir="$final_path/.composer"
export PATH="$final_path/.composer/vendor/bin:$PATH"