diff options
author | Andreas Gohr <andi@splitbrain.org> | 2018-05-01 10:10:27 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2018-05-01 10:11:03 +0200 |
commit | ddb94cf031c80ef24f90bb47eb325f88a99c3657 (patch) | |
tree | 7486144af7081188d94456dc7ee247772b1fa359 /composer.lock | |
parent | 10bf5c93344c5b36f34dfc09f5a0ab26a199f9f7 (diff) | |
download | dokuwiki-ddb94cf031c80ef24f90bb47eb325f88a99c3657.tar.gz dokuwiki-ddb94cf031c80ef24f90bb47eb325f88a99c3657.zip |
updated php-archive lib. fixes #2361
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock index 8e1fa1770..7ab0304fe 100644 --- a/composer.lock +++ b/composer.lock @@ -389,23 +389,26 @@ }, { "name": "splitbrain/php-archive", - "version": "1.0.9", + "version": "1.0.10", "source": { "type": "git", "url": "https://github.com/splitbrain/php-archive.git", - "reference": "2a63b8cf0bfc7fdc0d987c9b7348e639e55cce76" + "reference": "a46f3aaeb9f123fdb7db4e192b0600feebf7f773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/2a63b8cf0bfc7fdc0d987c9b7348e639e55cce76", - "reference": "2a63b8cf0bfc7fdc0d987c9b7348e639e55cce76", + "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/a46f3aaeb9f123fdb7db4e192b0600feebf7f773", + "reference": "a46f3aaeb9f123fdb7db4e192b0600feebf7f773", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.4" }, "require-dev": { - "phpunit/phpunit": "4.5.*" + "ext-bz2": "*", + "ext-zip": "*", + "mikey179/vfsstream": "^1.6", + "phpunit/phpunit": "^4.8" }, "suggest": { "ext-iconv": "Used for proper filename encode handling", @@ -436,7 +439,7 @@ "unzip", "zip" ], - "time": "2017-06-11T06:11:38+00:00" + "time": "2018-05-01T08:03:56+00:00" }, { "name": "splitbrain/php-cli", |