Browse Source
[fix] Precise php version
to avoid conflict with other package installing sury and php7.x > 0
pull/255/head
ljf (zamentur)
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
|