set recommended PHP version to 5.5

This commit is contained in:
Ralf Becker 2014-06-24 08:42:55 +00:00
parent 74b98920de
commit c8e7fdccde

View File

@ -73,7 +73,7 @@ class setup
* *
* @var string * @var string
*/ */
var $recommended_php_version = '5.3+'; var $recommended_php_version = '5.5';
function setup($html=False, $translation=False) function setup($html=False, $translation=False)
{ {