1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

Update _common.sh

This commit is contained in:
ericgaspar 2021-06-03 13:08:45 +02:00
parent 9ac9cb5b5f
commit 75e49051ad
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -3,7 +3,7 @@
# COMMON VARIABLES
#=================================================
pkg_dependencies="imagemagick acl tar smbclient at"
pkg_dependencies="imagemagick libmagickcore-6.q16-6-extra acl tar smbclient at"
YNH_PHP_VERSION="7.3"
extra_php_dependencies="php${YNH_PHP_VERSION}-bz2 php${YNH_PHP_VERSION}-imap php${YNH_PHP_VERSION}-smbclient php${YNH_PHP_VERSION}-gmp php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-apcu php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-igbinary php${YNH_PHP_VERSION}-bcmath"