xref: /plugin/dev/composer.lock (revision 89e2f9d12769d43f18c28526a434579f54e63d0b)
1*89e2f9d1SAndreas Gohr{
2*89e2f9d1SAndreas Gohr    "_readme": [
3*89e2f9d1SAndreas Gohr        "This file locks the dependencies of your project to a known state",
4*89e2f9d1SAndreas Gohr        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5*89e2f9d1SAndreas Gohr        "This file is @generated automatically"
6*89e2f9d1SAndreas Gohr    ],
7*89e2f9d1SAndreas Gohr    "content-hash": "40bd143cf974e1a5ab22aa835987ef41",
8*89e2f9d1SAndreas Gohr    "packages": [
9*89e2f9d1SAndreas Gohr        {
10*89e2f9d1SAndreas Gohr            "name": "splitbrain/php-archive",
11*89e2f9d1SAndreas Gohr            "version": "1.3.1",
12*89e2f9d1SAndreas Gohr            "source": {
13*89e2f9d1SAndreas Gohr                "type": "git",
14*89e2f9d1SAndreas Gohr                "url": "https://github.com/splitbrain/php-archive.git",
15*89e2f9d1SAndreas Gohr                "reference": "d274e5190ba309777926348900cf9578d9e533c9"
16*89e2f9d1SAndreas Gohr            },
17*89e2f9d1SAndreas Gohr            "dist": {
18*89e2f9d1SAndreas Gohr                "type": "zip",
19*89e2f9d1SAndreas Gohr                "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d274e5190ba309777926348900cf9578d9e533c9",
20*89e2f9d1SAndreas Gohr                "reference": "d274e5190ba309777926348900cf9578d9e533c9",
21*89e2f9d1SAndreas Gohr                "shasum": ""
22*89e2f9d1SAndreas Gohr            },
23*89e2f9d1SAndreas Gohr            "require": {
24*89e2f9d1SAndreas Gohr                "php": ">=7.0"
25*89e2f9d1SAndreas Gohr            },
26*89e2f9d1SAndreas Gohr            "require-dev": {
27*89e2f9d1SAndreas Gohr                "ext-bz2": "*",
28*89e2f9d1SAndreas Gohr                "ext-zip": "*",
29*89e2f9d1SAndreas Gohr                "mikey179/vfsstream": "^1.6",
30*89e2f9d1SAndreas Gohr                "phpunit/phpunit": "^8"
31*89e2f9d1SAndreas Gohr            },
32*89e2f9d1SAndreas Gohr            "suggest": {
33*89e2f9d1SAndreas Gohr                "ext-bz2": "For bz2 compression",
34*89e2f9d1SAndreas Gohr                "ext-iconv": "Used for proper filename encode handling",
35*89e2f9d1SAndreas Gohr                "ext-mbstring": "Can be used alternatively for handling filename encoding",
36*89e2f9d1SAndreas Gohr                "ext-zlib": "For zlib compression"
37*89e2f9d1SAndreas Gohr            },
38*89e2f9d1SAndreas Gohr            "type": "library",
39*89e2f9d1SAndreas Gohr            "autoload": {
40*89e2f9d1SAndreas Gohr                "psr-4": {
41*89e2f9d1SAndreas Gohr                    "splitbrain\\PHPArchive\\": "src"
42*89e2f9d1SAndreas Gohr                }
43*89e2f9d1SAndreas Gohr            },
44*89e2f9d1SAndreas Gohr            "notification-url": "https://packagist.org/downloads/",
45*89e2f9d1SAndreas Gohr            "license": [
46*89e2f9d1SAndreas Gohr                "MIT"
47*89e2f9d1SAndreas Gohr            ],
48*89e2f9d1SAndreas Gohr            "authors": [
49*89e2f9d1SAndreas Gohr                {
50*89e2f9d1SAndreas Gohr                    "name": "Andreas Gohr",
51*89e2f9d1SAndreas Gohr                    "email": "andi@splitbrain.org"
52*89e2f9d1SAndreas Gohr                }
53*89e2f9d1SAndreas Gohr            ],
54*89e2f9d1SAndreas Gohr            "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
55*89e2f9d1SAndreas Gohr            "keywords": [
56*89e2f9d1SAndreas Gohr                "archive",
57*89e2f9d1SAndreas Gohr                "extract",
58*89e2f9d1SAndreas Gohr                "tar",
59*89e2f9d1SAndreas Gohr                "unpack",
60*89e2f9d1SAndreas Gohr                "unzip",
61*89e2f9d1SAndreas Gohr                "zip"
62*89e2f9d1SAndreas Gohr            ],
63*89e2f9d1SAndreas Gohr            "support": {
64*89e2f9d1SAndreas Gohr                "issues": "https://github.com/splitbrain/php-archive/issues",
65*89e2f9d1SAndreas Gohr                "source": "https://github.com/splitbrain/php-archive/tree/1.3.1"
66*89e2f9d1SAndreas Gohr            },
67*89e2f9d1SAndreas Gohr            "time": "2022-03-23T09:21:55+00:00"
68*89e2f9d1SAndreas Gohr        }
69*89e2f9d1SAndreas Gohr    ],
70*89e2f9d1SAndreas Gohr    "packages-dev": [],
71*89e2f9d1SAndreas Gohr    "aliases": [],
72*89e2f9d1SAndreas Gohr    "minimum-stability": "stable",
73*89e2f9d1SAndreas Gohr    "stability-flags": [],
74*89e2f9d1SAndreas Gohr    "prefer-stable": false,
75*89e2f9d1SAndreas Gohr    "prefer-lowest": false,
76*89e2f9d1SAndreas Gohr    "platform": [],
77*89e2f9d1SAndreas Gohr    "platform-dev": [],
78*89e2f9d1SAndreas Gohr    "plugin-api-version": "2.3.0"
79*89e2f9d1SAndreas Gohr}
80