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-02-12 01:41:20 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-02-12 01:41:20 +0300
commitf82a2d45df0a365ea40dead55123fad96452ab26 (patch)
treea3e065a1ea22a3c71498480d248dbabdd1b9eec6 /composer.json
parenta9859a29b8c58176e1d2716cae489a540cc043ba (diff)
Update piwik/cache dependency to use stable Doctrine release
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index c2ae42073a..f0d03b0e0a 100644
--- a/composer.json
+++ b/composer.json
@@ -45,10 +45,9 @@
"piwik/device-detector": "~3.0",
"piwik/decompress": "~0.1.1",
"piwik/network": "~0.1.0",
- "piwik/cache": "~0.2",
+ "piwik/cache": "~0.2.5",
"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",
"symfony/monolog-bridge": "~2.6",
@@ -87,10 +86,6 @@
"reference": "master"
}
}
- },
- {
- "type": "git",
- "url": "https://github.com/piwik/cache.git"
}
],
"scripts": {