1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bookstack_ynh.git synced 2024-09-03 18:16:02 +02:00
This commit is contained in:
ericgaspar 2021-01-29 09:13:23 +01:00
parent ffa7de11e3
commit f00bbb83d9
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -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}