mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 23:09:10 +08:00
Yii core requirements have been updated: PHP version raised up to 5.3.11
This commit is contained in:
@@ -9,9 +9,9 @@ return array(
|
|||||||
array(
|
array(
|
||||||
'name' => 'PHP version',
|
'name' => 'PHP version',
|
||||||
'mandatory' => true,
|
'mandatory' => true,
|
||||||
'condition' => version_compare(PHP_VERSION, '5.3.3', '>='),
|
'condition' => version_compare(PHP_VERSION, '5.3.11', '>='),
|
||||||
'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>',
|
'by' => '<a href="http://www.yiiframework.com">Yii Framework</a>',
|
||||||
'memo' => 'PHP 5.3.3 or higher is required.',
|
'memo' => 'PHP 5.3.11 or higher is required.',
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'name' => 'Reflection extension',
|
'name' => 'Reflection extension',
|
||||||
|
|||||||
Reference in New Issue
Block a user