diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-07-11 19:07:41 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-07-11 19:07:41 +0200 |
commit | 7cf3a7cb295bd7425bf7590234079ebd203567d4 (patch) | |
tree | 7d7ad430fc56c23a6cce5ec4f74eaf4b273bb904 | |
parent | b636b73fc6ddcfc045ef946d2c264fd5611cda66 (diff) |
Don't care about PHP 5.2. Add build status on README.md.
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +[](https://travis-ci.org/respawner/looking-glass) + # Looking Glass Easy to deploy Looking Glass made in PHP. @@ -5,7 +7,7 @@ Easy to deploy Looking Glass made in PHP. ## Requirements * Webserver such as Apache 2, or Lighttpd, etc… - * PHP (>= 5.2.0) module for the webserver (mod-php5 for Apache 2 for example) + * PHP (>= 5.3) module for the webserver (mod-php5 for Apache 2 for example) ## Description |