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