From bb4629dd2abb314a8a820c0466cea732c38c6dd2 Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Fri, 12 Dec 2014 19:21:44 +0100 Subject: [PATCH] require PHP mcrypt extension eg. used in /var/www/app/vendor/yiisoft/yii2/base/Security.php at line 465 --- framework/composer.json | 1 + 1 file changed, 1 insertion(+) 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.*",