浏览代码

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

Alexander Makarov 12 年之前
父节点
当前提交
9c81480193
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      README.md
  2. 1 1
      composer.json

+ 1 - 1
README.md

@@ -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.
 

+ 1 - 1
composer.json

@@ -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"
 	},