mirror of
https://github.com/YunoHost-Apps/bookstack_ynh.git
synced 2024-09-03 18:16:02 +02:00
fix
This commit is contained in:
parent
ffa7de11e3
commit
f00bbb83d9
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ extra_php_dependencies="php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-curl php
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
|
|
||||||
readonly YNH_DEFAULT_COMPOSER_VERSION=2.0.8
|
readonly YNH_DEFAULT_COMPOSER_VERSION=1.10.17
|
||||||
# Declare the actual composer version to use.
|
# Declare the actual composer version to use.
|
||||||
# A packager willing to use another version of composer can override the variable into its _common.sh.
|
# 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}
|
YNH_COMPOSER_VERSION=${YNH_COMPOSER_VERSION:-$YNH_DEFAULT_COMPOSER_VERSION}
|
||||||
|
|
Loading…
Reference in a new issue