diff --git a/framework/requirements/requirements.php b/framework/requirements/requirements.php index d065f6363bc..1bf372aee59 100644 --- a/framework/requirements/requirements.php +++ b/framework/requirements/requirements.php @@ -15,9 +15,9 @@ array( 'name' => 'PHP version', 'mandatory' => true, - 'condition' => version_compare(PHP_VERSION, '5.4.0', '>='), + 'condition' => version_compare(PHP_VERSION, '7.3.0', '>='), 'by' => 'Yii Framework', - 'memo' => 'PHP 5.4.0 or higher is required.', + 'memo' => 'PHP 7.3.0 or higher is required.', ), array( 'name' => 'Reflection extension',