diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-02-04 23:15:29 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-02-04 23:15:49 +0000 |
| commit | 5d467a82b1ad5b3eab0922e6427a1d225cb4ee46 (patch) | |
| tree | 7e88c8e01b31a56449242c5b5160c0cdb4949fa0 /composer.lock | |
| parent | de524379e4b7bb6c2a8a9771c6b475162eac3f2e (diff) | |
| download | webtrees-5d467a82b1ad5b3eab0922e6427a1d225cb4ee46.tar.gz webtrees-5d467a82b1ad5b3eab0922e6427a1d225cb4ee46.tar.bz2 webtrees-5d467a82b1ad5b3eab0922e6427a1d225cb4ee46.zip | |
Update PCLZIP via composer
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 43 |
1 files changed, 41 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock index a4b2cc6372..1297648455 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": "f194d14d80bd253885a861bf1174927c", + "hash": "2af1c482fc86314142e6c2e0b21dd255", "packages": [ { "name": "bombayworks/zendframework1", @@ -311,6 +311,43 @@ "time": "2015-01-29 08:36:50" }, { + "name": "pclzip/pclzip", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/ivanlanin/pclzip.git", + "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", + "reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd", + "shasum": "" + }, + "type": "library", + "autoload": { + "classmap": [ + "pclzip.lib.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-2.1" + ], + "authors": [ + { + "name": "Vincent Blavet" + } + ], + "description": "A PHP library that offers compression and extraction functions for Zip formatted archives", + "homepage": "http://www.phpconcept.net/pclzip", + "keywords": [ + "php", + "zip" + ], + "time": "2014-06-05 11:42:24" + }, + { "name": "rhumsaa/uuid", "version": "2.8.0", "source": { @@ -443,7 +480,9 @@ "packages-dev": [], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "pclzip/pclzip": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": [], |
