|
@@ -14,11 +14,10 @@ use Chamilo\InstallerBundle\Process\PhpExecutableFinder;
|
|
|
*/
|
|
|
class ChamiloRequirements extends SymfonyRequirements
|
|
|
{
|
|
|
- const REQUIRED_PHP_VERSION = '5.3.3';
|
|
|
+ const REQUIRED_PHP_VERSION = '5.4';
|
|
|
const REQUIRED_GD_VERSION = '2.0';
|
|
|
const REQUIRED_CURL_VERSION = '7.0';
|
|
|
const REQUIRED_ICU_VERSION = '3.8';
|
|
|
-
|
|
|
const EXCLUDE_REQUIREMENTS_MASK = '/5\.3\.(3|4|8|16)|5\.4\.0/';
|
|
|
|
|
|
/**
|