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-07-20 15:51:45 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-07-20 15:51:45 +0300
commitcba53079cc359992dffa774273f048b15b862eac (patch)
tree2fede9b8efa1ebdfbaa577176b0e772063632d0c /composer.json
parent98bb374a644ef06a5fb6e69257b097ffdd5c005d (diff)
Fix #8377 remove the pear/pear-core-minimal dependency
It seems composer still installs it though, might be required by another packageā€¦
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 5bebd327f3..1e8ab8e22f 100644
--- a/composer.json
+++ b/composer.json
@@ -46,14 +46,13 @@
"piwik/decompress": "~1.0",
"piwik/network": "~0.1.0",
"piwik/cache": "~0.2.5",
- "piwik/ini": "~1.0,>=1.0.3",
+ "piwik/ini": "^1.0.3",
"php-di/php-di": "5.0.0-beta1",
"psr/log": "~1.0",
"monolog/monolog": "~1.11",
"symfony/monolog-bridge": "~2.6",
"symfony/event-dispatcher": "~2.6",
"pear/pear_exception": "~1.0.0",
- "pear/pear-core-minimal": "~1.9.5",
"piwik/referrer-spam-blacklist": "~1.0",
"tecnick.com/tcpdf": "~6.0"
},