Merge pull request #23 from MarkMaldaba/readme_update

Updated minimum PHP version in README.md.
This commit is contained in:
Dan Cryer 2013-05-15 10:44:48 -07:00
commit 674744d6f1

View file

@ -28,7 +28,7 @@ _**Please be aware that this is a brand new project, in an alpha state, so there
##Installing PHPCI:
####Pre-requisites:
* PHP 5.3+
* PHP 5.3.3+
* A web server. We prefer nginx.
* A MySQL server to connect to (doesn't have to be on the same server.)
* PHPCI needs to be able to run `exec()`, so make sure this is not disabled.