Removing apparently redundant requirement for mcrypt.

This commit is contained in:
Dan Cryer 2014-12-11 14:35:07 +00:00
commit a2a89df4c0
4 changed files with 2 additions and 4 deletions

View file

@ -25,7 +25,6 @@ class PluginController extends \PHPCI\Controller
{
protected $required = array(
'php',
'ext-mcrypt',
'ext-pdo',
'ext-pdo_mysql',
'block8/b8framework',