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>2014-10-03 00:57:43 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-03 00:57:43 +0400
commitf29c9380249d95fe004d6f2652dfdb318aea0784 (patch)
treef2af227dac62daa885f173077984917a79cc36ef /composer.lock
parent699f9cd8bd84ee53c8b4e65e948052dbd8858d10 (diff)
Extracted the decompressing classes into a standalone Decompress component
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock89
1 files changed, 88 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index e126a39a7f..5ad9bf97d8 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": "d04c8063669dd6287714505fbcdc99cc",
+ "hash": "3876f5d414d2633f4c2af43c4fecf6be",
"packages": [
{
"name": "leafo/lessphp",
@@ -95,6 +95,92 @@
"time": "2013-02-21 10:52:01"
},
{
+ "name": "pear/archive_tar",
+ "version": "1.3.11",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/pear/Archive_Tar.git",
+ "reference": "23341344e19bbab1056cf2d2773f28cfccf787a3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/23341344e19bbab1056cf2d2773f28cfccf787a3",
+ "reference": "23341344e19bbab1056cf2d2773f28cfccf787a3",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=4.3.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "Archive_Tar": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Michiel Rook",
+ "email": "mrook@php.net",
+ "role": "Lead"
+ },
+ {
+ "name": "Vincent Blavet",
+ "email": "vincent@phpconcept.net"
+ },
+ {
+ "name": "Greg Beaver",
+ "email": "greg@chiaraquartet.net"
+ }
+ ],
+ "description": "Tar file management class",
+ "homepage": "https://github.com/pear/Archive_Tar",
+ "keywords": [
+ "archive",
+ "tar"
+ ],
+ "time": "2013-02-09 11:44:32"
+ },
+ {
+ "name": "piwik/decompress",
+ "version": "dev-master",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/piwik/component-decompress.git",
+ "reference": "24d674c8b71f1411cbb7757721300be8fe231bd8"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/piwik/component-decompress/zipball/24d674c8b71f1411cbb7757721300be8fe231bd8",
+ "reference": "24d674c8b71f1411cbb7757721300be8fe231bd8",
+ "shasum": ""
+ },
+ "require": {
+ "pear/archive_tar": "~1.3",
+ "php": ">=5.3.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Piwik\\Decompress\\": "src/"
+ },
+ "classmap": [
+ "libs/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "LGPL-3.0"
+ ],
+ "time": "2014-10-02 06:03:36"
+ },
+ {
"name": "piwik/device-detector",
"version": "2.4",
"source": {
@@ -1132,6 +1218,7 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
+ "piwik/decompress": 20,
"facebook/xhprof": 20
},
"prefer-stable": false,