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:
authormattab <matthieu.aubry@gmail.com>2014-04-08 05:43:31 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-08 05:43:31 +0400
commit58faad95c23cccb043d93c462e4826640caa1fdc (patch)
tree5185e7627b61091279341190b0861bff9bd05f84 /plugins/Installation
parent792de6b53c87315f7e8f7813869f9c469a8e0cb8 (diff)
Refs #4951
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php
index b54a68622e..8fe9c75118 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -791,7 +791,7 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
'zlib',
'SPL',
'iconv',
- 'php5-json',
+ 'json',
);
// HHVM provides the required subset of Reflection but lists Reflections as missing
if (!defined('HHVM_VERSION')) {