From a25f6344ac94d3a58949a1b6bbf75a93d5094dfa Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 21 Sep 2016 22:48:42 +0200 Subject: [PATCH] Change php and mysql requirements in Readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a35596fb..d0d647127 100755 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ The overall speed of NNTmux is largely governed by performance of the database. ### Software - PHP 5.5+ (and various modules) - MySQL 5.5+ (Postgres is not supported) + PHP 5.6+ (and various modules) + MySQL 5.6+ (Postgres is not supported) Python 2.7 or 3.0 (and various modules)(Optional. Most useful on Windows.) The installation guides have more detailed software requirements.