mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Fix #34 - Adding dependences according to https://wiki.dolibarr.org/index.php/Dependencies_and_external_libraries
This commit is contained in:
parent
358cd3a7cf
commit
e880d94f9e
1 changed files with 18 additions and 0 deletions
|
@ -3,6 +3,24 @@
|
|||
#=================================================
|
||||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
YNH_PHP_VERSION="7.3"
|
||||
|
||||
extra_php_dependencies="php${YNH_PHP_VERSION}-mysql \
|
||||
php${YNH_PHP_VERSION}-imagick \
|
||||
php${YNH_PHP_VERSION}-gd \
|
||||
php${YNH_PHP_VERSION}-mcrypt \
|
||||
php${YNH_PHP_VERSION}-openssl \
|
||||
php${YNH_PHP_VERSION}-mbstring \
|
||||
php${YNH_PHP_VERSION}-soap \
|
||||
php${YNH_PHP_VERSION}-curl \
|
||||
php${YNH_PHP_VERSION}-intl \
|
||||
php${YNH_PHP_VERSION}-opcache \
|
||||
php${YNH_PHP_VERSION}-calendar \
|
||||
php${YNH_PHP_VERSION}-zip \
|
||||
php${YNH_PHP_VERSION}-xml \
|
||||
php${YNH_PHP_VERSION}-gd2 \
|
||||
php${YNH_PHP_VERSION}-fileinfo"
|
||||
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Add table
Reference in a new issue