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.lock
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.lock')
-rw-r--r--composer.lock224
1 files changed, 216 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index 2d48b31a06..3607544b66 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "ad2f11fd442b91f4ac1e6a131d664f96",
+ "hash": "f0c9c70091696d6197a4c438b9c12860",
"packages": [
{
"name": "container-interop/container-interop",
@@ -522,6 +522,213 @@
"time": "2015-01-30 22:06:24"
},
{
+ "name": "pear/archive_tar",
+ "version": "1.3.15",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pear/Archive_Tar.git",
+ "reference": "48ace7cdd7d8a9172d935dc2dd586df2d0f94779"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/48ace7cdd7d8a9172d935dc2dd586df2d0f94779",
+ "reference": "48ace7cdd7d8a9172d935dc2dd586df2d0f94779",
+ "shasum": ""
+ },
+ "require": {
+ "pear/pear-core-minimal": "^1.9.5",
+ "php": ">=4.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "*"
+ },
+ "suggest": {
+ "ext-bz2": "bz2 compression support.",
+ "ext-xz": "lzma2 compression support.",
+ "ext-zlib": "Gzip compression support."
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Archive_Tar": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "include-path": [
+ "./"
+ ],
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Vincent Blavet",
+ "email": "vincent@phpconcept.net"
+ },
+ {
+ "name": "Greg Beaver",
+ "email": "greg@chiaraquartet.net"
+ },
+ {
+ "name": "Michiel Rook",
+ "email": "mrook@php.net"
+ }
+ ],
+ "description": "Tar file management class",
+ "homepage": "https://github.com/pear/Archive_Tar",
+ "keywords": [
+ "archive",
+ "tar"
+ ],
+ "time": "2015-03-04 15:40:28"
+ },
+ {
+ "name": "pear/console_getopt",
+ "version": "v1.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pear/Console_Getopt.git",
+ "reference": "ff3eecbbc5d6e9a243f70f7cf51ca7554e4bb470"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/ff3eecbbc5d6e9a243f70f7cf51ca7554e4bb470",
+ "reference": "ff3eecbbc5d6e9a243f70f7cf51ca7554e4bb470",
+ "shasum": ""
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Console": "./"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "include-path": [
+ "./"
+ ],
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Greg Beaver",
+ "email": "cellog@php.net",
+ "role": "Helper"
+ },
+ {
+ "name": "Andrei Zmievski",
+ "email": "andrei@php.net",
+ "role": "Lead"
+ },
+ {
+ "name": "Stig Bakken",
+ "email": "stig@php.net",
+ "role": "Developer"
+ }
+ ],
+ "description": "More info available on: http://pear.php.net/package/Console_Getopt",
+ "time": "2015-02-22 13:26:45"
+ },
+ {
+ "name": "pear/pear-core-minimal",
+ "version": "v1.9.5",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pear/pear-core-minimal.git",
+ "reference": "bdfefcacb3b388a1050a58eff9ba5a8f43de2411"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/bdfefcacb3b388a1050a58eff9ba5a8f43de2411",
+ "reference": "bdfefcacb3b388a1050a58eff9ba5a8f43de2411",
+ "shasum": ""
+ },
+ "require": {
+ "pear/console_getopt": "~1.3",
+ "pear/pear_exception": "~1.0"
+ },
+ "provide": {
+ "rsky/pear-core-min": "*"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "include-path": [
+ "src/"
+ ],
+ "license": [
+ "New BSD"
+ ],
+ "authors": [
+ {
+ "name": "Christian Weiske",
+ "email": "cweiske@php.net",
+ "role": "Lead"
+ }
+ ],
+ "description": "Minimal set of PEAR core files to be used as composer dependency",
+ "time": "2015-02-10 20:55:39"
+ },
+ {
+ "name": "pear/pear_exception",
+ "version": "v1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pear/PEAR_Exception.git",
+ "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
+ "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=4.4.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "*"
+ },
+ "type": "class",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "PEAR": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "include-path": [
+ "."
+ ],
+ "license": [
+ "BSD-2-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Helgi Thormar",
+ "email": "dufuz@php.net"
+ },
+ {
+ "name": "Greg Beaver",
+ "email": "cellog@php.net"
+ }
+ ],
+ "description": "The PEAR Exception base class.",
+ "homepage": "https://github.com/pear/PEAR_Exception",
+ "keywords": [
+ "exception"
+ ],
+ "time": "2015-02-10 20:07:52"
+ },
+ {
"name": "piwik/cache",
"version": "0.2.5",
"source": {
@@ -570,23 +777,24 @@
},
{
"name": "piwik/decompress",
- "version": "0.1.1",
+ "version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/piwik/component-decompress.git",
- "reference": "1c7ad9696ac732a12868110b97938fc2f5d267fb"
+ "reference": "54d8a6f83b367d1fa7823a342b154c895528f818"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/piwik/component-decompress/zipball/1c7ad9696ac732a12868110b97938fc2f5d267fb",
- "reference": "1c7ad9696ac732a12868110b97938fc2f5d267fb",
+ "url": "https://api.github.com/repos/piwik/component-decompress/zipball/54d8a6f83b367d1fa7823a342b154c895528f818",
+ "reference": "54d8a6f83b367d1fa7823a342b154c895528f818",
"shasum": ""
},
"require": {
+ "pear/archive_tar": "~1.3,>=1.3.15",
"php": ">=5.3.2"
},
"require-dev": {
- "phpunit/phpunit": "~4.0"
+ "phpunit/phpunit": "~4.5"
},
"type": "library",
"autoload": {
@@ -594,14 +802,14 @@
"Piwik\\Decompress\\": "src/"
},
"classmap": [
- "libs/"
+ "libs/PclZip"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0"
],
- "time": "2014-10-28 21:14:38"
+ "time": "2015-03-05 22:22:48"
},
{
"name": "piwik/device-detector",