xref: /plugin/dev/composer.lock (revision 89e2f9d12769d43f18c28526a434579f54e63d0b)
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": "40bd143cf974e1a5ab22aa835987ef41",
8    "packages": [
9        {
10            "name": "splitbrain/php-archive",
11            "version": "1.3.1",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/splitbrain/php-archive.git",
15                "reference": "d274e5190ba309777926348900cf9578d9e533c9"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d274e5190ba309777926348900cf9578d9e533c9",
20                "reference": "d274e5190ba309777926348900cf9578d9e533c9",
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.3.1"
66            },
67            "time": "2022-03-23T09:21:55+00:00"
68        }
69    ],
70    "packages-dev": [],
71    "aliases": [],
72    "minimum-stability": "stable",
73    "stability-flags": [],
74    "prefer-stable": false,
75    "prefer-lowest": false,
76    "platform": [],
77    "platform-dev": [],
78    "plugin-api-version": "2.3.0"
79}
80