From e9da3f224c954936b33812177b0b93684d3839f1 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Fri, 29 May 2020 20:41:09 +0200 Subject: [PATCH] [fix] Export in xlsx --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 52f91d6..66c906d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # App package root directory should be the parent folder PKG_DIR=$(cd ../; pwd) -pkg_dependencies="php5-cli php5-imap python-pip php5-gd php5-ldap" +pkg_dependencies="php7.0-cli php7.05-imap python-pip php7.0-gd php7.0-ldap php7.0-zip" #================================================= # SPECIFIC HELPERS