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
|
@ -87,4 +87,4 @@ LDAP_DISPLAY_NAME_ATTRIBUTE=cn
|
|||
|
||||
# If you need to debug the details coming from your LDAP server, add the below and uncomment (remove the #)
|
||||
# Only set this option if debugging since it will block logins and potentially show private details.
|
||||
#LDAP_DUMP_USER_DETAILS=true
|
||||
#LDAP_DUMP_USER_DETAILS=true
|
||||
|
|
|
@ -4,4 +4,4 @@ SOURCE_SUM_PRG=sha256sum
|
|||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_EXTRACT=true
|
||||
SOURCE_FILENAME=bookstack.tar.gz
|
||||
SOURCE_FILENAME=bookstack.tar.gz
|
||||
|
|
|
@ -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.
|
||||
# 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}
|
||||
|
|
Loading…
Reference in a new issue