xref: /dokuwiki/vendor/composer/installed.json (revision 1bf2f04f1149da9ed13450ac33cbc6289d3d4f54)
1[
2    {
3        "name": "splitbrain/php-archive",
4        "version": "1.0.0",
5        "version_normalized": "1.0.0.0",
6        "source": {
7            "type": "git",
8            "url": "https://github.com/splitbrain/php-archive.git",
9            "reference": "a0fbfc2f85ed491f3d2af42cff48a9cb783a8549"
10        },
11        "dist": {
12            "type": "zip",
13            "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/a0fbfc2f85ed491f3d2af42cff48a9cb783a8549",
14            "reference": "a0fbfc2f85ed491f3d2af42cff48a9cb783a8549",
15            "shasum": ""
16        },
17        "require": {
18            "php": ">=5.3.0"
19        },
20        "require-dev": {
21            "phpunit/phpunit": "4.5.*"
22        },
23        "time": "2015-02-25 20:15:02",
24        "type": "library",
25        "installation-source": "dist",
26        "autoload": {
27            "psr-4": {
28                "splitbrain\\PHPArchive\\": "src"
29            }
30        },
31        "notification-url": "https://packagist.org/downloads/",
32        "license": [
33            "MIT"
34        ],
35        "authors": [
36            {
37                "name": "Andreas Gohr",
38                "email": "andi@splitbrain.org"
39            }
40        ],
41        "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
42        "keywords": [
43            "archive",
44            "extract",
45            "tar",
46            "unpack",
47            "unzip",
48            "zip"
49        ]
50    }
51]
52