diff --git a/composer.json b/composer.json index 7a3038c..dd7c7ba 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,9 @@ "yiisoft/yii2-redis": "2.0.x-dev", "phpoffice/phpexcel": "*", "moonlandsoft/yii2-phpexcel": "2.*", - "ext-bcmath": "*" + "ext-bcmath": "*", + "ext-openssl": "*", + "ext-redis": "*" }, "require-dev": { "yiisoft/yii2-debug": "~2.1.0",