1{ 2 "_readme": [ 3 "This file locks the dependencies of your project to a known state", 4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 5 "This file is @generated automatically" 6 ], 7 "hash": "de1f49aad78674b8d56a7f93fb633f65", 8 "packages": [ 9 { 10 "name": "splitbrain/php-archive", 11 "version": "1.0.0", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/splitbrain/php-archive.git", 15 "reference": "a0fbfc2f85ed491f3d2af42cff48a9cb783a8549" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/a0fbfc2f85ed491f3d2af42cff48a9cb783a8549", 20 "reference": "a0fbfc2f85ed491f3d2af42cff48a9cb783a8549", 21 "shasum": "" 22 }, 23 "require": { 24 "php": ">=5.3.0" 25 }, 26 "require-dev": { 27 "phpunit/phpunit": "4.5.*" 28 }, 29 "type": "library", 30 "autoload": { 31 "psr-4": { 32 "splitbrain\\PHPArchive\\": "src" 33 } 34 }, 35 "notification-url": "https://packagist.org/downloads/", 36 "license": [ 37 "MIT" 38 ], 39 "authors": [ 40 { 41 "name": "Andreas Gohr", 42 "email": "andi@splitbrain.org" 43 } 44 ], 45 "description": "Pure-PHP implementation to read and write TAR and ZIP archives", 46 "keywords": [ 47 "archive", 48 "extract", 49 "tar", 50 "unpack", 51 "unzip", 52 "zip" 53 ], 54 "time": "2015-02-25 20:15:02" 55 } 56 ], 57 "packages-dev": [], 58 "aliases": [], 59 "minimum-stability": "stable", 60 "stability-flags": [], 61 "prefer-stable": false, 62 "prefer-lowest": false, 63 "platform": [], 64 "platform-dev": [] 65} 66