From dfe5bf758f6e0c299e80b2ee9d67580915ddf274 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sun, 16 Jul 2023 23:58:02 +0200 Subject: [PATCH] Update _common.sh need php-mbstring dependencies --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index b713a49..9e825b0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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"