ForkCMS\Bundle\InstallerBundle\Service\RequirementsChecker::checkPhpVersion PHP Method

checkPhpVersion() protected method

We follow this timeline: http://php.net/supported-versions.php
protected checkPhpVersion ( )
    protected function checkPhpVersion()
    {
        $this->checkRequirement('phpVersion', version_compare(PHP_VERSION, '5.5.0', '>='), self::STATUS_ERROR);
    }