summaryrefslogtreecommitdiffstats
path: root/composer.lock
blob: cbc4c3a8ac2e76c95f9ad439dd63b1083174f517 (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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "content-hash": "2c21b8c338f3d2f929f349df19edbc0e",
    "packages": [
        {
            "name": "daita/my-small-php-tools",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/daita/my-small-php-tools.git",
                "reference": "0baac1f399b257b00fdc2eafb754396ffa1892f4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/0baac1f399b257b00fdc2eafb754396ffa1892f4",
                "reference": "0baac1f399b257b00fdc2eafb754396ffa1892f4",
                "shasum": ""
            },
            "require": {
                "php": "^7.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "daita\\MySmallPhpTools\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "AGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Maxence Lange",
                    "email": "maxence@artificial-owl.com"
                }
            ],
            "description": "My small PHP Tools",
            "time": "2018-12-27T11:14:55+00:00"
        },
        {
            "name": "digitalbazaar/json-ld",
            "version": "0.4.7",
            "source": {
                "type": "git",
                "url": "https://github.com/digitalbazaar/php-json-ld.git",
                "reference": "dc1bd23f0ee2efd27ccf636d32d2738dabcee182"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/digitalbazaar/php-json-ld/zipball/dc1bd23f0ee2efd27ccf636d32d2738dabcee182",
                "reference": "dc1bd23f0ee2efd27ccf636d32d2738dabcee182",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "files": [
                    "jsonld.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Digital Bazaar, Inc.",
                    "email": "support@digitalbazaar.com"
                }
            ],
            "description": "A JSON-LD Processor and API implementation in PHP.",
            "homepage": "https://github.com/digitalbazaar/php-json-ld",
            "keywords": [
                "JSON-LD",
                "Linked Data",
                "RDF",
                "Semantic Web",
                "json",
                "jsonld"
            ],
            "time": "2016-04-25T04:17:52+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "jakub-onderka/php-parallel-lint",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
                "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
                "reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "jakub-onderka/php-console-highlighter": "~0.3",
                "nette/tester": "~1.3",
                "squizlabs/php_codesniffer": "~2.7"
            },
            "suggest": {
                "jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
            },
            "bin": [
                "parallel-lint"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "./"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Jakub Onderka",
                    "email": "ahoj@jakubonderka.cz"
                }
            ],
            "description": "This tool check syntax of PHP files about 20x faster than serial check.",
            "homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
            "time": "2018-02-24T15:31:20+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "daita/my-small-php-tools": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}