1{ 2 "packages": [ 3 { 4 "name": "splitbrain/php-archive", 5 "version": "1.4.1", 6 "version_normalized": "1.4.1.0", 7 "source": { 8 "type": "git", 9 "url": "https://github.com/splitbrain/php-archive.git", 10 "reference": "e45d0d9247742490ea87afc6c026f211424999c8" 11 }, 12 "dist": { 13 "type": "zip", 14 "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/e45d0d9247742490ea87afc6c026f211424999c8", 15 "reference": "e45d0d9247742490ea87afc6c026f211424999c8", 16 "shasum": "" 17 }, 18 "require": { 19 "php": ">=7.0" 20 }, 21 "require-dev": { 22 "ext-bz2": "*", 23 "ext-zip": "*", 24 "mikey179/vfsstream": "^1.6", 25 "phpunit/phpunit": "^8" 26 }, 27 "suggest": { 28 "ext-bz2": "For bz2 compression", 29 "ext-iconv": "Used for proper filename encode handling", 30 "ext-mbstring": "Can be used alternatively for handling filename encoding", 31 "ext-zlib": "For zlib compression" 32 }, 33 "time": "2025-08-01T08:09:37+00:00", 34 "type": "library", 35 "installation-source": "dist", 36 "autoload": { 37 "psr-4": { 38 "splitbrain\\PHPArchive\\": "src" 39 } 40 }, 41 "notification-url": "https://packagist.org/downloads/", 42 "license": [ 43 "MIT" 44 ], 45 "authors": [ 46 { 47 "name": "Andreas Gohr", 48 "email": "andi@splitbrain.org" 49 } 50 ], 51 "description": "Pure-PHP implementation to read and write TAR and ZIP archives", 52 "keywords": [ 53 "archive", 54 "extract", 55 "tar", 56 "unpack", 57 "unzip", 58 "zip" 59 ], 60 "support": { 61 "issues": "https://github.com/splitbrain/php-archive/issues", 62 "source": "https://github.com/splitbrain/php-archive/tree/1.4.1" 63 }, 64 "funding": [ 65 { 66 "url": "https://github.com/sponsors/splitbrain", 67 "type": "github" 68 } 69 ], 70 "install-path": "../splitbrain/php-archive" 71 }, 72 { 73 "name": "splitbrain/php-cli", 74 "version": "1.3.5", 75 "version_normalized": "1.3.5.0", 76 "source": { 77 "type": "git", 78 "url": "https://github.com/splitbrain/php-cli.git", 79 "reference": "813410b23f9790a62620a79a4e87aed4c5c43e37" 80 }, 81 "dist": { 82 "type": "zip", 83 "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/813410b23f9790a62620a79a4e87aed4c5c43e37", 84 "reference": "813410b23f9790a62620a79a4e87aed4c5c43e37", 85 "shasum": "" 86 }, 87 "require": { 88 "php": ">=5.3.0" 89 }, 90 "require-dev": { 91 "phpunit/phpunit": "^8" 92 }, 93 "suggest": { 94 "psr/log": "Allows you to make the CLI available as PSR-3 logger" 95 }, 96 "time": "2025-10-28T16:00:30+00:00", 97 "type": "library", 98 "installation-source": "dist", 99 "autoload": { 100 "psr-4": { 101 "splitbrain\\phpcli\\": "src" 102 } 103 }, 104 "notification-url": "https://packagist.org/downloads/", 105 "license": [ 106 "MIT" 107 ], 108 "authors": [ 109 { 110 "name": "Andreas Gohr", 111 "email": "andi@splitbrain.org" 112 } 113 ], 114 "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies", 115 "keywords": [ 116 "argparse", 117 "cli", 118 "command line", 119 "console", 120 "getopt", 121 "optparse", 122 "terminal" 123 ], 124 "support": { 125 "issues": "https://github.com/splitbrain/php-cli/issues", 126 "source": "https://github.com/splitbrain/php-cli/tree/1.3.5" 127 }, 128 "install-path": "../splitbrain/php-cli" 129 } 130 ], 131 "dev": true, 132 "dev-package-names": [] 133} 134