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
parent
commit
d2cbc62700
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/_common.sh

2
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

Loading…
Cancel
Save