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