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:
authorcybernet <cybernet2u@yahoo.com>2016-12-19 13:02:02 +0300
committerGitHub <noreply@github.com>2016-12-19 13:02:02 +0300
commitf753e13e06aca51c06c4c4fd2a8e426df229b848 (patch)
treee4f90390a394e2c9e8113873ee77440f8239f3a7 /README.md
parent8dbc563e99432f38de107be3dfb0f0a17b9e8f87 (diff)
update requirements [skip ci]
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..1fbadaae0b 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/