fixed #1249 by upgrading php-archive to 1.0.4

This commit is contained in:
Andreas Gohr 2015-07-24 13:40:07 +02:00
parent 20a2375a6c
commit 4a690352a4
3 changed files with 12 additions and 11 deletions

10
composer.lock generated
View File

@ -54,16 +54,16 @@
},
{
"name": "splitbrain/php-archive",
"version": "1.0.2",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/splitbrain/php-archive.git",
"reference": "89b4cba038e8cf01af3a8180572f19b8e4afaa31"
"reference": "6572e78ef9d064eeb5c74d4ffe61b473a4996b68"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/splitbrain/php-archive/zipball/89b4cba038e8cf01af3a8180572f19b8e4afaa31",
"reference": "89b4cba038e8cf01af3a8180572f19b8e4afaa31",
"url": "https://api.github.com/repos/splitbrain/php-archive/zipball/6572e78ef9d064eeb5c74d4ffe61b473a4996b68",
"reference": "6572e78ef9d064eeb5c74d4ffe61b473a4996b68",
"shasum": ""
},
"require": {
@ -97,7 +97,7 @@
"unzip",
"zip"
],
"time": "2015-06-30 19:12:21"
"time": "2015-07-24 11:36:49"
}
],
"packages-dev": [],

View File

@ -49,17 +49,17 @@
},
{
"name": "splitbrain/php-archive",
"version": "1.0.2",
"version_normalized": "1.0.2.0",
"version": "1.0.4",
"version_normalized": "1.0.4.0",
"source": {
"type": "git",
"url": "https://github.com/splitbrain/php-archive.git",
"reference": "89b4cba038e8cf01af3a8180572f19b8e4afaa31"
"reference": "6572e78ef9d064eeb5c74d4ffe61b473a4996b68"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/splitbrain/php-archive/zipball/89b4cba038e8cf01af3a8180572f19b8e4afaa31",
"reference": "89b4cba038e8cf01af3a8180572f19b8e4afaa31",
"url": "https://api.github.com/repos/splitbrain/php-archive/zipball/6572e78ef9d064eeb5c74d4ffe61b473a4996b68",
"reference": "6572e78ef9d064eeb5c74d4ffe61b473a4996b68",
"shasum": ""
},
"require": {
@ -68,7 +68,7 @@
"require-dev": {
"phpunit/phpunit": "4.5.*"
},
"time": "2015-06-30 19:12:21",
"time": "2015-07-24 11:36:49",
"type": "library",
"installation-source": "dist",
"autoload": {

View File

@ -223,6 +223,7 @@ class Zip extends Archive
}
fclose($fp);
gzclose($gzp);
unlink($extractto); // remove temporary gz file
}
touch($output, $fileinfo->getMtime());