From 1430619106c441c5dd9b00084e0ef0bbf09bc8e5 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Wed, 1 May 2019 19:03:06 +0530 Subject: [PATCH] Added dependencies --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index f34cdfe..7996791 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="openssl php-pdo php-mbstring php-tokenizer php-curl php-mysql php-ldap php-zip php-bcmath php7.0-xml" +pkg_dependencies="openssl php-mbstring php-curl php-mysql php-ldap php-zip php-bcmath php-xml php-common " #================================================= # PERSONAL HELPERS