xref: /dokuwiki/composer.lock (revision fb90e1322abcb4a003f8056341e6be95a0e52c5e)
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": "149ef96a4cadb6765aac9e7c6a2b5b17",
8    "packages": [
9        {
10            "name": "aziraphale/email-address-validator",
11            "version": "2.0.1",
12            "source": {
13                "type": "git",
14                "url": "https://github.com/aziraphale/email-address-validator.git",
15                "reference": "fa25bc22c1c0b6491657c91473fae3e40719a650"
16            },
17            "dist": {
18                "type": "zip",
19                "url": "https://api.github.com/repos/aziraphale/email-address-validator/zipball/fa25bc22c1c0b6491657c91473fae3e40719a650",
20                "reference": "fa25bc22c1c0b6491657c91473fae3e40719a650",
21                "shasum": ""
22            },
23            "require-dev": {
24                "phpunit/phpunit": "^5.7"
25            },
26            "type": "library",
27            "autoload": {
28                "psr-0": {
29                    "EmailAddressValidator": ""
30                }
31            },
32            "notification-url": "https://packagist.org/downloads/",
33            "license": [
34                "MIT"
35            ],
36            "authors": [
37                {
38                    "name": "Dave Child",
39                    "email": "dave@addedbytes.com"
40                },
41                {
42                    "name": "Andrew Gillard",
43                    "email": "andrew@lorddeath.net"
44                }
45            ],
46            "description": "Fork of AddedBytes' PHP EmailAddressValidator script, now with Composer support!",
47            "homepage": "https://github.com/aziraphale/email-address-validator",
48            "time": "2017-05-22T14:05:57+00:00"
49        },
50        {
51            "name": "geshi/geshi",
52            "version": "v1.0.9.0",
53            "source": {
54                "type": "git",
55                "url": "https://github.com/GeSHi/geshi-1.0.git",
56                "reference": "5a7b461338d322d941986a656d4d1651452e73dd"
57            },
58            "dist": {
59                "type": "zip",
60                "url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/5a7b461338d322d941986a656d4d1651452e73dd",
61                "reference": "5a7b461338d322d941986a656d4d1651452e73dd",
62                "shasum": ""
63            },
64            "require-dev": {
65                "phpunit/phpunit": "^5.7"
66            },
67            "type": "library",
68            "autoload": {
69                "classmap": [
70                    "src/geshi/",
71                    "src/geshi.php"
72                ]
73            },
74            "notification-url": "https://packagist.org/downloads/",
75            "license": [
76                "GPL-2.0+"
77            ],
78            "authors": [
79                {
80                    "name": "Benny Baumann",
81                    "email": "BenBE@geshi.org",
82                    "homepage": "http://blog.benny-baumann.de/",
83                    "role": "Developer"
84                }
85            ],
86            "description": "Generic Syntax Highlighter",
87            "homepage": "http://qbnz.com/highlighter/",
88            "time": "2017-05-05T05:51:25+00:00"
89        },
90        {
91            "name": "marcusschwarz/lesserphp",
92            "version": "v0.5.1",
93            "source": {
94                "type": "git",
95                "url": "https://github.com/MarcusSchwarz/lesserphp.git",
96                "reference": "e9e3d53980c0e486b07c75e12f2bae5e10bdee44"
97            },
98            "dist": {
99                "type": "zip",
100                "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/e9e3d53980c0e486b07c75e12f2bae5e10bdee44",
101                "reference": "e9e3d53980c0e486b07c75e12f2bae5e10bdee44",
102                "shasum": ""
103            },
104            "require-dev": {
105                "phpunit/phpunit": "~4.3"
106            },
107            "bin": [
108                "plessc"
109            ],
110            "type": "library",
111            "extra": {
112                "branch-alias": {
113                    "dev-master": "0.5.1-dev"
114                }
115            },
116            "autoload": {
117                "classmap": [
118                    "lessc.inc.php"
119                ]
120            },
121            "notification-url": "https://packagist.org/downloads/",
122            "license": [
123                "MIT",
124                "GPL-3.0"
125            ],
126            "authors": [
127                {
128                    "name": "Leaf Corcoran",
129                    "email": "leafot@gmail.com",
130                    "homepage": "http://leafo.net"
131                },
132                {
133                    "name": "Marcus Schwarz",
134                    "email": "github@maswaba.de",
135                    "homepage": "https://www.maswaba.de"
136                }
137            ],
138            "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
139            "homepage": "http://leafo.net/lessphp/",
140            "time": "2016-09-30T11:13:18+00:00"
141        },
142        {
143            "name": "openpsa/universalfeedcreator",
144            "version": "v1.8.3",
145            "source": {
146                "type": "git",
147                "url": "https://github.com/flack/UniversalFeedCreator.git",
148                "reference": "6261e130446d8f787bbfd229a602fb11e6816a4e"
149            },
150            "dist": {
151                "type": "zip",
152                "url": "https://api.github.com/repos/flack/UniversalFeedCreator/zipball/6261e130446d8f787bbfd229a602fb11e6816a4e",
153                "reference": "6261e130446d8f787bbfd229a602fb11e6816a4e",
154                "shasum": ""
155            },
156            "require": {
157                "php": ">=5.0"
158            },
159            "require-dev": {
160                "phpunit/phpunit": "*"
161            },
162            "type": "library",
163            "autoload": {
164                "classmap": [
165                    "lib"
166                ]
167            },
168            "notification-url": "https://packagist.org/downloads/",
169            "license": [
170                "LGPL"
171            ],
172            "authors": [
173                {
174                    "name": "Andreas Flack",
175                    "email": "flack@contentcontrol-berlin.de",
176                    "homepage": "http://www.contentcontrol-berlin.de/"
177                }
178            ],
179            "description": "RSS and Atom feed generator by Kai Blankenhorn",
180            "keywords": [
181                "atom",
182                "georss",
183                "gpx",
184                "opml",
185                "pie",
186                "rss"
187            ],
188            "time": "2017-05-18T08:28:48+00:00"
189        },
190        {
191            "name": "paragonie/random_compat",
192            "version": "v2.0.10",
193            "source": {
194                "type": "git",
195                "url": "https://github.com/paragonie/random_compat.git",
196                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
197            },
198            "dist": {
199                "type": "zip",
200                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
201                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
202                "shasum": ""
203            },
204            "require": {
205                "php": ">=5.2.0"
206            },
207            "require-dev": {
208                "phpunit/phpunit": "4.*|5.*"
209            },
210            "suggest": {
211                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
212            },
213            "type": "library",
214            "autoload": {
215                "files": [
216                    "lib/random.php"
217                ]
218            },
219            "notification-url": "https://packagist.org/downloads/",
220            "license": [
221                "MIT"
222            ],
223            "authors": [
224                {
225                    "name": "Paragon Initiative Enterprises",
226                    "email": "security@paragonie.com",
227                    "homepage": "https://paragonie.com"
228                }
229            ],
230            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
231            "keywords": [
232                "csprng",
233                "pseudorandom",
234                "random"
235            ],
236            "time": "2017-03-13T16:27:32+00:00"
237        },
238        {
239            "name": "phpseclib/phpseclib",
240            "version": "2.0.6",
241            "source": {
242                "type": "git",
243                "url": "https://github.com/phpseclib/phpseclib.git",
244                "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa"
245            },
246            "dist": {
247                "type": "zip",
248                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/34a7699e6f31b1ef4035ee36444407cecf9f56aa",
249                "reference": "34a7699e6f31b1ef4035ee36444407cecf9f56aa",
250                "shasum": ""
251            },
252            "require": {
253                "php": ">=5.3.3"
254            },
255            "require-dev": {
256                "phing/phing": "~2.7",
257                "phpunit/phpunit": "~4.0",
258                "sami/sami": "~2.0",
259                "squizlabs/php_codesniffer": "~2.0"
260            },
261            "suggest": {
262                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
263                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
264                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
265                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
266            },
267            "type": "library",
268            "autoload": {
269                "files": [
270                    "phpseclib/bootstrap.php"
271                ],
272                "psr-4": {
273                    "phpseclib\\": "phpseclib/"
274                }
275            },
276            "notification-url": "https://packagist.org/downloads/",
277            "license": [
278                "MIT"
279            ],
280            "authors": [
281                {
282                    "name": "Jim Wigginton",
283                    "email": "terrafrost@php.net",
284                    "role": "Lead Developer"
285                },
286                {
287                    "name": "Patrick Monnerat",
288                    "email": "pm@datasphere.ch",
289                    "role": "Developer"
290                },
291                {
292                    "name": "Andreas Fischer",
293                    "email": "bantu@phpbb.com",
294                    "role": "Developer"
295                },
296                {
297                    "name": "Hans-Jürgen Petrich",
298                    "email": "petrich@tronic-media.com",
299                    "role": "Developer"
300                },
301                {
302                    "name": "Graham Campbell",
303                    "email": "graham@alt-three.com",
304                    "role": "Developer"
305                }
306            ],
307            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
308            "homepage": "http://phpseclib.sourceforge.net",
309            "keywords": [
310                "BigInteger",
311                "aes",
312                "asn.1",
313                "asn1",
314                "blowfish",
315                "crypto",
316                "cryptography",
317                "encryption",
318                "rsa",
319                "security",
320                "sftp",
321                "signature",
322                "signing",
323                "ssh",
324                "twofish",
325                "x.509",
326                "x509"
327            ],
328            "time": "2017-06-05T06:31:10+00:00"
329        },
330        {
331            "name": "simplepie/simplepie",
332            "version": "1.5",
333            "source": {
334                "type": "git",
335                "url": "https://github.com/simplepie/simplepie.git",
336                "reference": "5de5551953f95feef12cf355a7a26a70f94aa3ab"
337            },
338            "dist": {
339                "type": "zip",
340                "url": "https://api.github.com/repos/simplepie/simplepie/zipball/5de5551953f95feef12cf355a7a26a70f94aa3ab",
341                "reference": "5de5551953f95feef12cf355a7a26a70f94aa3ab",
342                "shasum": ""
343            },
344            "require": {
345                "php": ">=5.3.0"
346            },
347            "require-dev": {
348                "phpunit/phpunit": "~4 || ~5"
349            },
350            "suggest": {
351                "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
352            },
353            "type": "library",
354            "autoload": {
355                "psr-0": {
356                    "SimplePie": "library"
357                }
358            },
359            "notification-url": "https://packagist.org/downloads/",
360            "license": [
361                "BSD-3-Clause"
362            ],
363            "authors": [
364                {
365                    "name": "Ryan Parman",
366                    "homepage": "http://ryanparman.com/",
367                    "role": "Creator, alumnus developer"
368                },
369                {
370                    "name": "Geoffrey Sneddon",
371                    "homepage": "http://gsnedders.com/",
372                    "role": "Alumnus developer"
373                },
374                {
375                    "name": "Ryan McCue",
376                    "email": "me@ryanmccue.info",
377                    "homepage": "http://ryanmccue.info/",
378                    "role": "Developer"
379                }
380            ],
381            "description": "A simple Atom/RSS parsing library for PHP",
382            "homepage": "http://simplepie.org/",
383            "keywords": [
384                "atom",
385                "feeds",
386                "rss"
387            ],
388            "time": "2017-04-17T07:29:31+00:00"
389        },
390        {
391            "name": "splitbrain/php-archive",
392            "version": "1.0.9",
393            "source": {
394                "type": "git",
395                "url": "https://github.com/splitbrain/php-archive.git",
396                "reference": "2a63b8cf0bfc7fdc0d987c9b7348e639e55cce76"
397            },
398            "dist": {
399                "type": "zip",
400                "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/2a63b8cf0bfc7fdc0d987c9b7348e639e55cce76",
401                "reference": "2a63b8cf0bfc7fdc0d987c9b7348e639e55cce76",
402                "shasum": ""
403            },
404            "require": {
405                "php": ">=5.3.0"
406            },
407            "require-dev": {
408                "phpunit/phpunit": "4.5.*"
409            },
410            "suggest": {
411                "ext-iconv": "Used for proper filename encode handling",
412                "ext-mbstring": "Can be used alternatively for handling filename encoding"
413            },
414            "type": "library",
415            "autoload": {
416                "psr-4": {
417                    "splitbrain\\PHPArchive\\": "src"
418                }
419            },
420            "notification-url": "https://packagist.org/downloads/",
421            "license": [
422                "MIT"
423            ],
424            "authors": [
425                {
426                    "name": "Andreas Gohr",
427                    "email": "andi@splitbrain.org"
428                }
429            ],
430            "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
431            "keywords": [
432                "archive",
433                "extract",
434                "tar",
435                "unpack",
436                "unzip",
437                "zip"
438            ],
439            "time": "2017-06-11T06:11:38+00:00"
440        }
441    ],
442    "packages-dev": [],
443    "aliases": [],
444    "minimum-stability": "stable",
445    "stability-flags": [],
446    "prefer-stable": true,
447    "prefer-lowest": false,
448    "platform": {
449        "php": ">=5.6"
450    },
451    "platform-dev": []
452}
453