Skip to content

Commit

Permalink
removed mCrypt requirement as not applicable for L5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Sep 15, 2017
1 parent 34de9a3 commit 41002b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/Http/Controllers/Install/Requirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ private function check()
$requirements[] = trans('install.requirements.extension', ['extension' => 'OpenSSL']);
}

if (!extension_loaded('mcrypt')) {
$requirements[] = trans('install.requirements.extension', ['extension' => 'mCrypt']);
}

if (!extension_loaded('tokenizer')) {
$requirements[] = trans('install.requirements.extension', ['extension' => 'Tokenizer']);
}
Expand Down

0 comments on commit 41002b7

Please sign in to comment.