1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/elabftw_ynh.git synced 2024-09-03 18:26:23 +02:00
This commit is contained in:
ericgaspar 2022-02-07 21:41:16 +01:00
parent bddb9dd36e
commit bfcd576fe0
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@ YNH_PHP_VERSION="8.0"
# dependencies used by the app
pkg_dependencies="php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-exif php${YNH_PHP_VERSION}-fileinfo php${YNH_PHP_VERSION}-gettext php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-fileinfo php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-xml"
YNH_COMPOSER_VERSION="2.1.5"
YNH_COMPOSER_VERSION="2.2.5"
#=================================================
# PERSONAL HELPERS

View file

@ -124,7 +124,8 @@ ynh_add_fpm_config
ynh_script_progression --message="Installing Composer..." --weight=10
ynh_secure_remove --file="$final_path/composer.lock"
ynh_install_composer
ynh_install_composer --install_args="--ignore-platform-reqs"
chown -R $app "$final_path/.composer"
chmod 777 -R "$final_path"