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-12-29 03:17:46 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-29 03:17:46 +0300
commit41a0e0df6c642b8ddf90f2ea0972418dd89e7e16 (patch)
tree00956b6a1734f80a88f3d5278d86cc6174e0d4c1 /composer.json
parent7f776304a515599150106f9632abed49a22f090f (diff)
Use latest doctrine/cache including file cache edge cases fixes. Add the alias repo to piwik composer.json so composer update will fetch this code.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index d991628422..42e9d67c1a 100644
--- a/composer.json
+++ b/composer.json
@@ -47,6 +47,7 @@
"piwik/network": "~0.1.0",
"mnapoli/php-di": "5.0.x-dev",
"piwik/cache": "~0.2",
+ "doctrine/cache": "dev-filecache-race-condition-fix as 1.3.1",
"psr/log": "~1.0",
"monolog/monolog": "~1.11",
"symfony/monolog-bridge": "~2.6",
@@ -85,6 +86,10 @@
"reference": "master"
}
}
+ },
+ {
+ "type": "git",
+ "url": "https://github.com/piwik/cache.git"
}
],
"scripts": {