From d2cbc62700ead718f057a88258161076a6fe9465 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Wed, 5 Feb 2020 17:00:42 +0100 Subject: [PATCH] [fix] Precise php version to avoid conflict with other package installing sury and php7.x > 0 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 249fb61..44b0641 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,7 +3,7 @@ # COMMON VARIABLES #================================================= -pkg_dependencies="php-gd php-json php-intl php-mcrypt php-curl php-apcu php-redis php-ldap php-imagick php-zip php-mbstring php-xml imagemagick acl tar smbclient at" +pkg_dependencies="php7.0-gd php7.0-json php7.0-intl php7.0-mcrypt php7.0-curl php7.0-apcu php7.0-redis php7.0-ldap php7.0-imagick php7.0-zip php7.0-mbstring php7.0-xml imagemagick acl tar smbclient at" #================================================= # EXPERIMENTAL HELPERS