mirror of
https://github.com/YunoHost-Apps/horde_ynh.git
synced 2024-09-03 19:16:08 +02:00
Update _common.sh
This commit is contained in:
parent
b31bd95f6d
commit
f5de0a667d
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
# PHP APP SPECIFIC
|
||||
#=================================================
|
||||
|
||||
php_dependencies="php$YNH_DEFAULT_PHP_VERSION-pear php$YNH_DEFAULT_PHP_VERSION-imagick php$YNH_DEFAULT_PHP_VERSION-tidy php$YNH_DEFAULT_PHP_VERSION-bcmath"
|
||||
YNH_PHP_VERSION="7.4"
|
||||
|
||||
php_dependencies="php$YNH_PHP_VERSION-pear php$YNH_PHP_VERSION-imagick php$YNH_PHP_VERSION-tidy php$YNH_PHP_VERSION-bcmath"
|
||||
|
||||
# dependencies used by the app (must be on a single line)
|
||||
pkg_dependencies="expect $php_dependencies"
|
||||
|
|
Loading…
Reference in a new issue