1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00
This commit is contained in:
ericgaspar 2021-04-20 20:06:49 +02:00
parent 54b9fd0b9d
commit ab892c9cc7
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
#=================================================
YNH_PHP_VERSION=7.4
YNH_COMPOSER_VERSION=2.0.8
extra_php_dependencies="php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-exif php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mysqli php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-zip"
# needed for raw upload and video playback
@ -15,7 +15,7 @@ pkg_dependencies="ufraw-batch ffmpeg"
# EXPERIMENTAL HELPERS
#=================================================
readonly YNH_DEFAULT_COMPOSER_VERSION=2.0.8
readonly YNH_DEFAULT_COMPOSER_VERSION=1.10.17
# Declare the actual composer version to use.
# A packager willing to use another version of composer can override the variable into its _common.sh.
YNH_COMPOSER_VERSION=${YNH_COMPOSER_VERSION:-$YNH_DEFAULT_COMPOSER_VERSION}

View file

@ -151,7 +151,7 @@ ynh_install_composer --workdir="$final_path" --install_args="--ignore-platform-r
#=================================================
# SETUP APPLICATION CONFIG
#=================================================
ynh_script_progression --message="Setip Lychee config..."
ynh_script_progression --message="Setting Lychee config..."
# Setup application config
ynh_add_config --template="../conf/.env.example" --destination="$final_path/.env"