Skip to content

Commit 8b95c93

Browse files
committed
1 parent dab5fba commit 8b95c93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ee/core/variables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ class EEVariables():
123123
ee_php5_6 = ["php5.6-fpm", "php5.6-curl", "php5.6-gd", "php5.6-imap",
124124
"php5.6-mcrypt", "php5.6-readline", "php5.6-common", "php5.6-recode",
125125
"php5.6-mysql", "php5.6-cli", "php5.6-curl", "php5.6-mbstring",
126-
"php5.6-bcmath", "php5.6-mysql", "php5.6-opcache", "php5.6-zip", "php5.6-xml"]
126+
"php5.6-bcmath", "php5.6-mysql", "php5.6-opcache", "php5.6-zip", "php5.6-xml", "php5.6-soap"]
127127
ee_php7_0 = ["php7.0-fpm", "php7.0-curl", "php7.0-gd", "php7.0-imap",
128128
"php7.0-mcrypt", "php7.0-readline", "php7.0-common", "php7.0-recode",
129129
"php7.0-mysql", "php7.0-cli", "php7.0-curl", "php7.0-mbstring",
130-
"php7.0-bcmath", "php7.0-mysql", "php7.0-opcache", "php7.0-zip", "php7.0-xml"]
130+
"php7.0-bcmath", "php7.0-mysql", "php7.0-opcache", "php7.0-zip", "php7.0-xml", "php7.0-soap"]
131131
ee_php_extra = ["php-memcached", "php-imagick", "php-memcache", "memcached",
132132
"graphviz", "php-pear", "php-xdebug", "php-msgpack"]
133133
elif ee_platform_distro == 'debian':

0 commit comments

Comments
 (0)