Updated docs, composer.json and other things to mention and use PHP 5.4

This commit is contained in:
Alexander Makarov 2013-10-18 13:01:13 +04:00
parent 65cc32344d
commit 9c81480193
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ DIRECTORY STRUCTURE
REQUIREMENTS
------------
The minimum requirement by Yii is that your Web server supports PHP 5.3.?.
The minimum requirement by Yii is that your Web server supports PHP 5.4.0.
In order for captcha to work you need either GD2 extension or ImageMagick PHP extension.

View File

@ -14,7 +14,7 @@
},
"minimum-stability": "dev",
"require": {
"php": ">=5.3.0",
"php": ">=5.4.0",
"yiisoft/yii2": "dev-master",
"yiisoft/yii2-composer": "dev-master"
},