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

Update _common.sh

This commit is contained in:
ericgaspar 2021-01-24 16:08:42 +01:00
parent d3031cd14a
commit 72d1696dba
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -12,7 +12,7 @@ extra_php_dependencies="php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-imagick
# EXPERIMENTAL HELPERS
#=================================================
readonly YNH_DEFAULT_COMPOSER_VERSION=1.10.17
readonly YNH_DEFAULT_COMPOSER_VERSION=2.0.8
# 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}