Skip to content

Commit 1ec80fb

Browse files
committed
Added php7.0-redis for debian jessie
1 parent 075a53c commit 1ec80fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/core/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class EEVariables():
140140
"memcached", "graphviz", "php-pear"]
141141

142142
ee_php7_0 = ["php7.0-fpm", "php7.0-curl", "php7.0-gd", "php7.0-imap",
143-
"php7.0-mcrypt", "php7.0-common", "php7.0-readline",
143+
"php7.0-mcrypt", "php7.0-common", "php7.0-readline", "php7.0-redis",
144144
"php7.0-mysql", "php7.0-cli", "php7.0-memcache", "php7.0-imagick",
145145
"memcached", "graphviz", "php-pear", "php7.0-xdebug"]
146146
ee_php_extra = []

0 commit comments

Comments
 (0)