add correct php version
This commit is contained in:
parent
adcee5b695
commit
16a719173f
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class Helper {
|
|||
//openssl extension needs to be loaded
|
||||
$result &= extension_loaded("openssl");
|
||||
// we need php >= 5.3.3
|
||||
$result &= version_compare(phpversion(), '5.3.11', '>=');
|
||||
$result &= version_compare(phpversion(), '5.3.3', '>=');
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue