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-03-17 07:43:00 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-03-17 07:43:00 +0300
commit74f0d0ff2529aed1ce07bb2409ea204c9cadd99c (patch)
tree45c5771d084b4748f50b2ae49d8c850849ef19fe /composer.json
parent80afbfc934fece8e288e6526c0d53afc94f2677e (diff)
Updated to piwik/decompress 1.0 and install PEAR through Composer
PEAR is installed through Composer with the latest version of piwik/decompress anyway. I've removed it from the libs folder after comparing the files. `is_a()` is not deprecated anymore, and I couldn't find any usage of the modified methods `raiseError()` and `isError()` in HTML_Quickform. I had to require pear/pear-core-minimal on top of pear/pear_exception because there is no transitive dependency. I have opened https://github.com/pear/PEAR_Exception/issues/8
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 959c0a7a34..7acbf4508f 100644
--- a/composer.json
+++ b/composer.json
@@ -43,7 +43,7 @@
"tedivm/jshrink": "~0.5.1",
"mustangostang/spyc": "~0.5.0",
"piwik/device-detector": "~3.0",
- "piwik/decompress": "~0.1.1",
+ "piwik/decompress": "~1.0",
"piwik/network": "~0.1.0",
"piwik/cache": "~0.2.5",
"piwik/ini": "~1.0,>=1.0.3",
@@ -51,7 +51,9 @@
"psr/log": "~1.0",
"monolog/monolog": "~1.11",
"symfony/monolog-bridge": "~2.6",
- "symfony/event-dispatcher": "~2.6"
+ "symfony/event-dispatcher": "~2.6",
+ "pear/pear_exception": "~1.0.0",
+ "pear/pear-core-minimal": "~1.9.5"
},
"require-dev": {
"aws/aws-sdk-php": "2.7.1",