xref: /dokuwiki/composer.lock (revision 43332dfda282d9567838ef260f9a92a7a01a8193)
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#composer-lock-the-lock-file",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "ae068822c3d6326d4aee89a1f6061d22",
8    "packages": [
9        {
10            "name": "easybook/geshi",
11            "version": "v1.0.8.18",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/easybook/geshi.git",
15                "reference": "4b06bfe8c6fbedd6aad0a0700d650f591386e287"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/easybook/geshi/zipball/4b06bfe8c6fbedd6aad0a0700d650f591386e287",
20                "reference": "4b06bfe8c6fbedd6aad0a0700d650f591386e287",
21                "shasum": ""
22            },
23            "require": {
24                "php": ">4.3.0"
25            },
26            "type": "library",
27            "autoload": {
28                "classmap": [
29                    "./"
30                ]
31            },
32            "notification-url": "https://packagist.org/downloads/",
33            "license": [
34                "GPL-2.0"
35            ],
36            "authors": [
37                {
38                    "name": "Nigel McNie",
39                    "email": "nigel@geshi.org"
40                },
41                {
42                    "name": "Benny Baumann",
43                    "email": "BenBE@geshi.org"
44                }
45            ],
46            "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.",
47            "homepage": "http://qbnz.com/highlighter",
48            "keywords": [
49                "highlight",
50                "highlighter",
51                "syntax"
52            ],
53            "time": "2016-10-05T07:15:42+00:00"
54        },
55        {
56            "name": "paragonie/random_compat",
57            "version": "v2.0.10",
58            "source": {
59                "type": "git",
60                "url": "https://github.com/paragonie/random_compat.git",
61                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
62            },
63            "dist": {
64                "type": "zip",
65                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
66                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
67                "shasum": ""
68            },
69            "require": {
70                "php": ">=5.2.0"
71            },
72            "require-dev": {
73                "phpunit/phpunit": "4.*|5.*"
74            },
75            "suggest": {
76                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
77            },
78            "type": "library",
79            "autoload": {
80                "files": [
81                    "lib/random.php"
82                ]
83            },
84            "notification-url": "https://packagist.org/downloads/",
85            "license": [
86                "MIT"
87            ],
88            "authors": [
89                {
90                    "name": "Paragon Initiative Enterprises",
91                    "email": "security@paragonie.com",
92                    "homepage": "https://paragonie.com"
93                }
94            ],
95            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
96            "keywords": [
97                "csprng",
98                "pseudorandom",
99                "random"
100            ],
101            "time": "2017-03-13T16:27:32+00:00"
102        },
103        {
104            "name": "phpseclib/phpseclib",
105            "version": "2.0.4",
106            "source": {
107                "type": "git",
108                "url": "https://github.com/phpseclib/phpseclib.git",
109                "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf"
110            },
111            "dist": {
112                "type": "zip",
113                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
114                "reference": "ab8028c93c03cc8d9c824efa75dc94f1db2369bf",
115                "shasum": ""
116            },
117            "require": {
118                "php": ">=5.3.3"
119            },
120            "require-dev": {
121                "phing/phing": "~2.7",
122                "phpunit/phpunit": "~4.0",
123                "sami/sami": "~2.0",
124                "squizlabs/php_codesniffer": "~2.0"
125            },
126            "suggest": {
127                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
128                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
129                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
130                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
131            },
132            "type": "library",
133            "autoload": {
134                "files": [
135                    "phpseclib/bootstrap.php"
136                ],
137                "psr-4": {
138                    "phpseclib\\": "phpseclib/"
139                }
140            },
141            "notification-url": "https://packagist.org/downloads/",
142            "license": [
143                "MIT"
144            ],
145            "authors": [
146                {
147                    "name": "Jim Wigginton",
148                    "email": "terrafrost@php.net",
149                    "role": "Lead Developer"
150                },
151                {
152                    "name": "Patrick Monnerat",
153                    "email": "pm@datasphere.ch",
154                    "role": "Developer"
155                },
156                {
157                    "name": "Andreas Fischer",
158                    "email": "bantu@phpbb.com",
159                    "role": "Developer"
160                },
161                {
162                    "name": "Hans-Jürgen Petrich",
163                    "email": "petrich@tronic-media.com",
164                    "role": "Developer"
165                },
166                {
167                    "name": "Graham Campbell",
168                    "email": "graham@alt-three.com",
169                    "role": "Developer"
170                }
171            ],
172            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
173            "homepage": "http://phpseclib.sourceforge.net",
174            "keywords": [
175                "BigInteger",
176                "aes",
177                "asn.1",
178                "asn1",
179                "blowfish",
180                "crypto",
181                "cryptography",
182                "encryption",
183                "rsa",
184                "security",
185                "sftp",
186                "signature",
187                "signing",
188                "ssh",
189                "twofish",
190                "x.509",
191                "x509"
192            ],
193            "time": "2016-10-04T00:57:04+00:00"
194        },
195        {
196            "name": "simplepie/simplepie",
197            "version": "1.4.3",
198            "source": {
199                "type": "git",
200                "url": "https://github.com/simplepie/simplepie.git",
201                "reference": "2a24b6e74aa9bf33243020f52895fe77efe94ccf"
202            },
203            "dist": {
204                "type": "zip",
205                "url": "https://api.github.com/repos/simplepie/simplepie/zipball/2a24b6e74aa9bf33243020f52895fe77efe94ccf",
206                "reference": "2a24b6e74aa9bf33243020f52895fe77efe94ccf",
207                "shasum": ""
208            },
209            "require": {
210                "php": ">=5.3.0"
211            },
212            "require-dev": {
213                "phpunit/phpunit": "~4 || ~5"
214            },
215            "suggest": {
216                "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
217            },
218            "type": "library",
219            "autoload": {
220                "psr-0": {
221                    "SimplePie": "library"
222                }
223            },
224            "notification-url": "https://packagist.org/downloads/",
225            "license": [
226                "BSD-3-Clause"
227            ],
228            "authors": [
229                {
230                    "name": "Ryan Parman",
231                    "homepage": "http://ryanparman.com/",
232                    "role": "Creator, alumnus developer"
233                },
234                {
235                    "name": "Geoffrey Sneddon",
236                    "homepage": "http://gsnedders.com/",
237                    "role": "Alumnus developer"
238                },
239                {
240                    "name": "Ryan McCue",
241                    "email": "me@ryanmccue.info",
242                    "homepage": "http://ryanmccue.info/",
243                    "role": "Developer"
244                }
245            ],
246            "description": "A simple Atom/RSS parsing library for PHP",
247            "homepage": "http://simplepie.org/",
248            "keywords": [
249                "atom",
250                "feeds",
251                "rss"
252            ],
253            "time": "2016-11-27T01:39:18+00:00"
254        },
255        {
256            "name": "splitbrain/php-archive",
257            "version": "1.0.8",
258            "source": {
259                "type": "git",
260                "url": "https://github.com/splitbrain/php-archive.git",
261                "reference": "6b1c1746fa0a6f9f68f0bc832892ddeda8db905c"
262            },
263            "dist": {
264                "type": "zip",
265                "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/6b1c1746fa0a6f9f68f0bc832892ddeda8db905c",
266                "reference": "6b1c1746fa0a6f9f68f0bc832892ddeda8db905c",
267                "shasum": ""
268            },
269            "require": {
270                "php": ">=5.3.0"
271            },
272            "require-dev": {
273                "phpunit/phpunit": "4.5.*"
274            },
275            "suggest": {
276                "ext-iconv": "Used for proper filename encode handling",
277                "ext-mbstring": "Can be used alternatively for handling filename encoding"
278            },
279            "type": "library",
280            "autoload": {
281                "psr-4": {
282                    "splitbrain\\PHPArchive\\": "src"
283                }
284            },
285            "notification-url": "https://packagist.org/downloads/",
286            "license": [
287                "MIT"
288            ],
289            "authors": [
290                {
291                    "name": "Andreas Gohr",
292                    "email": "andi@splitbrain.org"
293                }
294            ],
295            "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
296            "keywords": [
297                "archive",
298                "extract",
299                "tar",
300                "unpack",
301                "unzip",
302                "zip"
303            ],
304            "time": "2017-03-19T09:10:53+00:00"
305        }
306    ],
307    "packages-dev": [],
308    "aliases": [],
309    "minimum-stability": "stable",
310    "stability-flags": [],
311    "prefer-stable": true,
312    "prefer-lowest": false,
313    "platform": {
314        "php": ">=5.6"
315    },
316    "platform-dev": []
317}
318