1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zusam_ynh.git synced 2024-09-03 18:05:54 +02:00

try to use a specific composer version

This commit is contained in:
dragondaddy 2023-09-21 22:50:18 +02:00
parent fe8ede2194
commit cf59955857

View file

@ -47,7 +47,7 @@ pushd $install_dir
php$phpversion api/bin/console zusam:migration php$phpversion api/bin/console zusam:migration
ynh_script_progression --message="Pulling in external libraries with Composer..." ynh_script_progression --message="Pulling in external libraries with Composer..."
ynh_install_composer -w $install_dir/api/ ynh_install_composer -c "2.4.2" -w $install_dir/api/
cp app/dist/* public/ cp app/dist/* public/
popd popd