From 602c48454b0fbb515b20987bb1480133d3effcfd Mon Sep 17 00:00:00 2001 From: Matthieu Napoli <matthieu@mnapoli.fr> Date: Fri, 3 Oct 2014 11:14:25 +1300 Subject: [PATCH] Updated the piwik/decompress dependency to 0.1 --- composer.json | 2 +- composer.lock | 114 +++++++++++++++++++++++++------------------------- 2 files changed, 57 insertions(+), 59 deletions(-) diff --git a/composer.json b/composer.json index a8d9b6d658..270968a3ba 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "tedivm/jshrink": "v0.5.1", "mustangostang/spyc": "0.5.*", "piwik/device-detector": "2.*", - "piwik/decompress": "*@dev" + "piwik/decompress": "~0.1.0" }, "require-dev": { "phpunit/phpunit": "~4.1", diff --git a/composer.lock b/composer.lock index 5ad9bf97d8..a8676c511e 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": "3876f5d414d2633f4c2af43c4fecf6be", + "hash": "d9542e577717b3fa1b0fa3d1fee3803b", "packages": [ { "name": "leafo/lessphp", @@ -94,72 +94,21 @@ ], "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", + "version": "0.1.0", "source": { "type": "git", "url": "https://github.com/piwik/component-decompress.git", - "reference": "24d674c8b71f1411cbb7757721300be8fe231bd8" + "reference": "f02c7f1d92b33955ce1b44a9623d8467fd2e2c49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/piwik/component-decompress/zipball/24d674c8b71f1411cbb7757721300be8fe231bd8", - "reference": "24d674c8b71f1411cbb7757721300be8fe231bd8", + "url": "https://api.github.com/repos/piwik/component-decompress/zipball/f02c7f1d92b33955ce1b44a9623d8467fd2e2c49", + "reference": "f02c7f1d92b33955ce1b44a9623d8467fd2e2c49", "shasum": "" }, "require": { - "pear/archive_tar": "~1.3", "php": ">=5.3.2" }, "require-dev": { @@ -178,7 +127,7 @@ "license": [ "LGPL-3.0" ], - "time": "2014-10-02 06:03:36" + "time": "2014-10-02 22:01:11" }, { "name": "piwik/device-detector", @@ -524,6 +473,56 @@ ], "time": "2013-11-09 22:30:54" }, + { + "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": "phpunit/php-code-coverage", "version": "2.0.11", @@ -1218,7 +1217,6 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "piwik/decompress": 20, "facebook/xhprof": 20 }, "prefer-stable": false, -- GitLab