diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-28 11:07:50 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-05-28 11:07:50 +0200 |
commit | 148d1dd5fc51c27f013989162fc18d4cb4f4e6f3 (patch) | |
tree | 8d360c2fcf1f0f2fb40c2d1eeb057b6bb75ad9be | |
parent | bada6fc8a7837b66f77afc88d887ddd9ef8dbeb9 (diff) |
Specify needed PHP version.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |