From 776cd0240f95fbfa6424883c404642969e126a27 Mon Sep 17 00:00:00 2001 From: Sohel Rana Date: Wed, 17 May 2017 14:07:02 +0600 Subject: [PATCH] Update requirements section of readme file Cachet 2.4 require 5.6.4+ but there was written 5.5.9+. I update that PHP version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 058d508f2195..da86c47ae53f 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can now [join our Slack community!](http://cachethq-slack.herokuapp.com) ## Requirements -- PHP 5.5.9+ or newer +- PHP 5.6.4+ or newer - HTTP server with PHP support (eg: Apache, Nginx, Caddy) - [Composer](https://getcomposer.org) - A supported database: MySQL, PostgreSQL or SQLite