Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7b7977aa3f..8095a31036 100644
--- a/README.md
+++ b/README.md
@@ -36,8 +36,9 @@ Piwik is released under the GPL v3 (or later) license, see [misc/gpl-3.0.txt](mi
## Requirements
- * PHP 5.3.3 or greater
- * MySQL 4.1 or greater, and either MySQLi or PDO library must be enabled
+ * PHP 5.5.9 or greater
+ * MySQL version 5.5 or greater, or MariaDB
+ * PHP extension pdo and pdo_mysql, or the MySQLi extension.
* Piwik is OS / server independent
See http://piwik.org/docs/requirements/