summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-05-28 11:07:50 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-05-28 11:07:50 +0200
commit148d1dd5fc51c27f013989162fc18d4cb4f4e6f3 (patch)
tree8d360c2fcf1f0f2fb40c2d1eeb057b6bb75ad9be
parentbada6fc8a7837b66f77afc88d887ddd9ef8dbeb9 (diff)
Specify needed PHP version.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 71f9c14..1e125e0 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Requirements
------------
* Webserver such as Apache 2, or Lighttpd, etc…
- * PHP module for the webserver (mod-php5 for Apache 2 for example)
+ * PHP (>= 5.2.0) module for the webserver (mod-php5 for Apache 2 for example)
* SSH2 library for PHP libssh2-php
Description