diff --git a/framework/composer.json b/framework/composer.json index 4dd84bb331..8d029a1ba9 100644 --- a/framework/composer.json +++ b/framework/composer.json @@ -54,6 +54,7 @@ "require": { "php": ">=5.4.0", "ext-mbstring": "*", + "ext-mcrypt": "*", "lib-pcre": "*", "yiisoft/yii2-composer": "*", "ezyang/htmlpurifier": "4.6.*",