1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update _common.sh

need php-mbstring dependencies
This commit is contained in:
Robles Rodolphe 2023-07-16 23:58:02 +02:00 committed by GitHub
parent 79b7d35046
commit dfe5bf758f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
YNH_PHP_VERSION="8.0"
php_dependencies="php${YNH_PHP_VERSION} php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-gnupg"
php_dependencies="php${YNH_PHP_VERSION} php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-gnupg php${YNH_PHP_VERSION}-mbstring"
# dependencies used by the app (must be on a single line)
pkg_dependencies="$php_dependencies"