1
0
Fork 0
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:
Éric Gaspar 2023-11-02 22:48:16 +01:00
parent 80eed534ea
commit bc9f8cf458

View file

@ -11,7 +11,7 @@ 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"
pkg_dependencies="expect php-pear $php_dependencies"
#=================================================
# PERSONAL HELPERS