xref: /plugin/upgrade/composer.lock (revision a946c8f2c07d480b5339bfe634274b0d752e9e1f)
1{
2    "_readme": [
3        "This file locks the dependencies of your project to a known state",
4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "197e41533f845a85e89081f287f7e815",
8    "packages": [
9        {
10            "name": "splitbrain/php-archive",
11            "version": "1.4.1",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/splitbrain/php-archive.git",
15                "reference": "e45d0d9247742490ea87afc6c026f211424999c8"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/e45d0d9247742490ea87afc6c026f211424999c8",
20                "reference": "e45d0d9247742490ea87afc6c026f211424999c8",
21                "shasum": ""
22            },
23            "require": {
24                "php": ">=7.0"
25            },
26            "require-dev": {
27                "ext-bz2": "*",
28                "ext-zip": "*",
29                "mikey179/vfsstream": "^1.6",
30                "phpunit/phpunit": "^8"
31            },
32            "suggest": {
33                "ext-bz2": "For bz2 compression",
34                "ext-iconv": "Used for proper filename encode handling",
35                "ext-mbstring": "Can be used alternatively for handling filename encoding",
36                "ext-zlib": "For zlib compression"
37            },
38            "type": "library",
39            "autoload": {
40                "psr-4": {
41                    "splitbrain\\PHPArchive\\": "src"
42                }
43            },
44            "notification-url": "https://packagist.org/downloads/",
45            "license": [
46                "MIT"
47            ],
48            "authors": [
49                {
50                    "name": "Andreas Gohr",
51                    "email": "andi@splitbrain.org"
52                }
53            ],
54            "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
55            "keywords": [
56                "archive",
57                "extract",
58                "tar",
59                "unpack",
60                "unzip",
61                "zip"
62            ],
63            "support": {
64                "issues": "https://github.com/splitbrain/php-archive/issues",
65                "source": "https://github.com/splitbrain/php-archive/tree/1.4.1"
66            },
67            "funding": [
68                {
69                    "url": "https://github.com/sponsors/splitbrain",
70                    "type": "github"
71                }
72            ],
73            "time": "2025-08-01T08:09:37+00:00"
74        },
75        {
76            "name": "splitbrain/php-cli",
77            "version": "1.3.5",
78            "source": {
79                "type": "git",
80                "url": "https://github.com/splitbrain/php-cli.git",
81                "reference": "813410b23f9790a62620a79a4e87aed4c5c43e37"
82            },
83            "dist": {
84                "type": "zip",
85                "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/813410b23f9790a62620a79a4e87aed4c5c43e37",
86                "reference": "813410b23f9790a62620a79a4e87aed4c5c43e37",
87                "shasum": ""
88            },
89            "require": {
90                "php": ">=5.3.0"
91            },
92            "require-dev": {
93                "phpunit/phpunit": "^8"
94            },
95            "suggest": {
96                "psr/log": "Allows you to make the CLI available as PSR-3 logger"
97            },
98            "type": "library",
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            "time": "2025-10-28T16:00:30+00:00"
129        }
130    ],
131    "packages-dev": [],
132    "aliases": [],
133    "minimum-stability": "stable",
134    "stability-flags": {},
135    "prefer-stable": false,
136    "prefer-lowest": false,
137    "platform": {},
138    "platform-dev": {},
139    "platform-overrides": {
140        "php": "7.2"
141    },
142    "plugin-api-version": "2.6.0"
143}
144