Skip to content

Commit 5f3b255

Browse files
author
Till Brehm
committed
Changed min. required PHP version from PHP 5.3.3 to PHP 5.4
1 parent 963335e commit 5f3b255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class installer_base {
3535
var $db;
3636
public $install_ispconfig_interface = true;
3737
public $is_update = false; // true if it is an update, falsi if it is a new install
38-
public $min_php = '5.3.3'; // minimal php-version for update / install
38+
public $min_php = '5.4'; // minimal php-version for update / install
3939
protected $mailman_group = 'list';
4040

4141

0 commit comments

Comments
 (0)