Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #81 from Prophet731/develop
Browse files Browse the repository at this point in the history
Updated version number
  • Loading branch information
Prophet731 committed Jun 13, 2015
2 parents 599d9b8 + 14b3eee commit dee0a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bfacp/setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
die(sprintf('All folders under %s must be set to 0777.', storage_path()));
}

if (version_compare(phpversion(), '5.4.0', '<') || !extension_loaded('mcrypt') || !extension_loaded('pdo')) {
if (version_compare(phpversion(), '5.5.0', '<') || !extension_loaded('mcrypt') || !extension_loaded('pdo')) {
die(View::make('system.requirements'));
}

Expand Down

0 comments on commit dee0a03

Please sign in to comment.