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

@ -30,7 +30,6 @@
"require": {
"php": ">=5.3.8",
"ext-mcrypt": "*",
"ext-pdo": "*",
"ext-pdo_mysql": "*",
"block8/b8framework": "~1.0",