summaryrefslogtreecommitdiff
path: root/composer.lock
blob: 8b64242446b58864cb54e032e20331da1370cce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "23ee0dd06136e2301c930e75055300d5",
    "packages": [
        {
            "name": "easybook/geshi",
            "version": "v1.0.8.14",
            "source": {
                "type": "git",
                "url": "https://github.com/easybook/geshi.git",
                "reference": "af589a67bf308791bb13e54bddd9aa3544b7dff8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/easybook/geshi/zipball/af589a67bf308791bb13e54bddd9aa3544b7dff8",
                "reference": "af589a67bf308791bb13e54bddd9aa3544b7dff8",
                "shasum": ""
            },
            "require": {
                "php": ">4.3.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "./"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Nigel McNie",
                    "email": "nigel@geshi.org"
                },
                {
                    "name": "Benny Baumann",
                    "email": "BenBE@geshi.org"
                }
            ],
            "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.",
            "homepage": "http://qbnz.com/highlighter",
            "keywords": [
                "highlight",
                "highlighter",
                "syntax"
            ],
            "time": "2015-04-15 13:21:45"
        },
        {
            "name": "splitbrain/php-archive",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/splitbrain/php-archive.git",
                "reference": "a0fbfc2f85ed491f3d2af42cff48a9cb783a8549"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/a0fbfc2f85ed491f3d2af42cff48a9cb783a8549",
                "reference": "a0fbfc2f85ed491f3d2af42cff48a9cb783a8549",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.5.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "splitbrain\\PHPArchive\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Andreas Gohr",
                    "email": "andi@splitbrain.org"
                }
            ],
            "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
            "keywords": [
                "archive",
                "extract",
                "tar",
                "unpack",
                "unzip",
                "zip"
            ],
            "time": "2015-02-25 20:15:02"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}