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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-01-08 01:42:35 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-01-09 00:12:07 +0300
commita85c10584e7d2068774f48e1bcbb4da300bd09cf (patch)
tree5f89ff7bdccacd7a9c1795611f46b86f3c3b852b /composer.json
parent120cba657b0623bb0e926a280dcc992f2311f0fb (diff)
Moved the ini component to a separate repository
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 42e9d67c1a..87a6b2b0d7 100644
--- a/composer.json
+++ b/composer.json
@@ -45,8 +45,9 @@
"piwik/device-detector": "~2.0",
"piwik/decompress": "~0.1.1",
"piwik/network": "~0.1.0",
- "mnapoli/php-di": "5.0.x-dev",
"piwik/cache": "~0.2",
+ "piwik/ini": "~1.0",
+ "mnapoli/php-di": "5.0.x-dev",
"doctrine/cache": "dev-filecache-race-condition-fix as 1.3.1",
"psr/log": "~1.0",
"monolog/monolog": "~1.11",