1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00

Update _common.sh

This commit is contained in:
yalh76 2022-04-16 20:35:54 +02:00
parent 85e23f862b
commit e571dcc9fa

View file

@ -7,7 +7,7 @@
# dependencies used by the app
YNH_PHP_VERSION="7.3"
pkg_dependencies="php${YNH_PHP_VERSION}-tidy php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-curl"
pkg_dependencies="php${YNH_PHP_VERSION}-tidy php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mysql"
pgsql_pkg_dependencies="postgresql php${YNH_PHP_VERSION}-pgsql"