Skip to content
Extraits de code Groupes Projets
Valider 602c4845 rédigé par Matthieu Napoli's avatar Matthieu Napoli
Parcourir les fichiers

Updated the piwik/decompress dependency to 0.1

parent f29c9380
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
"tedivm/jshrink": "v0.5.1", "tedivm/jshrink": "v0.5.1",
"mustangostang/spyc": "0.5.*", "mustangostang/spyc": "0.5.*",
"piwik/device-detector": "2.*", "piwik/device-detector": "2.*",
"piwik/decompress": "*@dev" "piwik/decompress": "~0.1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~4.1", "phpunit/phpunit": "~4.1",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "3876f5d414d2633f4c2af43c4fecf6be", "hash": "d9542e577717b3fa1b0fa3d1fee3803b",
"packages": [ "packages": [
{ {
"name": "leafo/lessphp", "name": "leafo/lessphp",
...@@ -94,72 +94,21 @@ ...@@ -94,72 +94,21 @@
], ],
"time": "2013-02-21 10:52:01" "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", "name": "piwik/decompress",
"version": "dev-master", "version": "0.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/piwik/component-decompress.git", "url": "https://github.com/piwik/component-decompress.git",
"reference": "24d674c8b71f1411cbb7757721300be8fe231bd8" "reference": "f02c7f1d92b33955ce1b44a9623d8467fd2e2c49"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/piwik/component-decompress/zipball/24d674c8b71f1411cbb7757721300be8fe231bd8", "url": "https://api.github.com/repos/piwik/component-decompress/zipball/f02c7f1d92b33955ce1b44a9623d8467fd2e2c49",
"reference": "24d674c8b71f1411cbb7757721300be8fe231bd8", "reference": "f02c7f1d92b33955ce1b44a9623d8467fd2e2c49",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"pear/archive_tar": "~1.3",
"php": ">=5.3.2" "php": ">=5.3.2"
}, },
"require-dev": { "require-dev": {
...@@ -178,7 +127,7 @@ ...@@ -178,7 +127,7 @@
"license": [ "license": [
"LGPL-3.0" "LGPL-3.0"
], ],
"time": "2014-10-02 06:03:36" "time": "2014-10-02 22:01:11"
}, },
{ {
"name": "piwik/device-detector", "name": "piwik/device-detector",
...@@ -524,6 +473,56 @@ ...@@ -524,6 +473,56 @@
], ],
"time": "2013-11-09 22:30:54" "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", "name": "phpunit/php-code-coverage",
"version": "2.0.11", "version": "2.0.11",
...@@ -1218,7 +1217,6 @@ ...@@ -1218,7 +1217,6 @@
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": {
"piwik/decompress": 20,
"facebook/xhprof": 20 "facebook/xhprof": 20
}, },
"prefer-stable": false, "prefer-stable": false,
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter