From 4e9672057c30cf19e00baaaeaf662043a99e3eb9 Mon Sep 17 00:00:00 2001 From: MarkMaldaba Date: Wed, 15 May 2013 18:33:53 +0100 Subject: [PATCH] Updated minimum PHP version in README.md. Symfony/YAML requires PHP 5.3.3 (and Composer requires 5.3.2, so there is not a great compatibility loss by the recent switch away from the PECL extension for YAML). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a76ba50..d9245142 100644 --- a/README.md +++ b/README.md @@ -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.