xref: /dokuwiki/composer.lock (revision 44398ba2fb7e5b2e2825e2c1cbf711b5152b6dec)
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#installing-dependencies",
5        "This file is @generated automatically"
6    ],
7    "content-hash": "cd951937a517d2f058327d0429efe7ff",
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            "support": {
49                "issues": "https://github.com/aziraphale/email-address-validator/issues",
50                "source": "https://github.com/aziraphale/email-address-validator/tree/master"
51            },
52            "time": "2017-05-22T14:05:57+00:00"
53        },
54        {
55            "name": "geshi/geshi",
56            "version": "dev-master",
57            "source": {
58                "type": "git",
59                "url": "https://github.com/GeSHi/geshi-1.0.git",
60                "reference": "3c12a7931d509c5e3557c5ed44c9a32e9c917c7d"
61            },
62            "dist": {
63                "type": "zip",
64                "url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/3c12a7931d509c5e3557c5ed44c9a32e9c917c7d",
65                "reference": "3c12a7931d509c5e3557c5ed44c9a32e9c917c7d",
66                "shasum": ""
67            },
68            "require-dev": {
69                "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.2"
70            },
71            "default-branch": true,
72            "type": "library",
73            "autoload": {
74                "classmap": [
75                    "src/geshi/",
76                    "src/geshi.php"
77                ]
78            },
79            "notification-url": "https://packagist.org/downloads/",
80            "license": [
81                "GPL-2.0+"
82            ],
83            "authors": [
84                {
85                    "name": "Benny Baumann",
86                    "email": "BenBE@geshi.org",
87                    "homepage": "http://blog.benny-baumann.de/",
88                    "role": "Developer"
89                }
90            ],
91            "description": "Generic Syntax Highlighter",
92            "homepage": "http://qbnz.com/highlighter/",
93            "support": {
94                "forum": "https://lists.sourceforge.net/lists/listinfo/geshi-users",
95                "irc": "irc://irc.freenode.org/geshi",
96                "issues": "https://sourceforge.net/p/geshi/feature-requests/",
97                "source": "https://github.com/GeSHi/geshi-1.0/tree/master"
98            },
99            "time": "2020-06-22T15:46:04+00:00"
100        },
101        {
102            "name": "marcusschwarz/lesserphp",
103            "version": "v0.5.5",
104            "source": {
105                "type": "git",
106                "url": "https://github.com/MarcusSchwarz/lesserphp.git",
107                "reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7"
108            },
109            "dist": {
110                "type": "zip",
111                "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/77ba82b5218ff228267d3b0e5ec8697be75e86a7",
112                "reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7",
113                "shasum": ""
114            },
115            "require-dev": {
116                "phpunit/phpunit": ">=4.8.35 <8"
117            },
118            "bin": [
119                "plessc"
120            ],
121            "type": "library",
122            "extra": {
123                "branch-alias": {
124                    "dev-master": "0.5.1-dev"
125                }
126            },
127            "autoload": {
128                "classmap": [
129                    "lessc.inc.php"
130                ]
131            },
132            "notification-url": "https://packagist.org/downloads/",
133            "license": [
134                "MIT",
135                "GPL-3.0"
136            ],
137            "authors": [
138                {
139                    "name": "Leaf Corcoran",
140                    "email": "leafot@gmail.com",
141                    "homepage": "http://leafo.net"
142                },
143                {
144                    "name": "Marcus Schwarz",
145                    "email": "github@maswaba.de",
146                    "homepage": "https://www.maswaba.de"
147                }
148            ],
149            "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
150            "homepage": "http://leafo.net/lessphp/",
151            "support": {
152                "issues": "https://github.com/MarcusSchwarz/lesserphp/issues",
153                "source": "https://github.com/MarcusSchwarz/lesserphp/tree/v0.5.5"
154            },
155            "time": "2021-03-10T17:56:57+00:00"
156        },
157        {
158            "name": "openpsa/universalfeedcreator",
159            "version": "v1.8.4",
160            "source": {
161                "type": "git",
162                "url": "https://github.com/flack/UniversalFeedCreator.git",
163                "reference": "099817dc9efef33ca2382b04daf9e191b77fed13"
164            },
165            "dist": {
166                "type": "zip",
167                "url": "https://api.github.com/repos/flack/UniversalFeedCreator/zipball/099817dc9efef33ca2382b04daf9e191b77fed13",
168                "reference": "099817dc9efef33ca2382b04daf9e191b77fed13",
169                "shasum": ""
170            },
171            "require": {
172                "php": ">=5.0"
173            },
174            "require-dev": {
175                "phpunit/phpunit": "*"
176            },
177            "type": "library",
178            "autoload": {
179                "classmap": [
180                    "lib"
181                ],
182                "files": [
183                    "lib/constants.php"
184                ]
185            },
186            "notification-url": "https://packagist.org/downloads/",
187            "license": [
188                "LGPL-2.1-or-later"
189            ],
190            "authors": [
191                {
192                    "name": "Andreas Flack",
193                    "email": "flack@contentcontrol-berlin.de",
194                    "homepage": "http://www.contentcontrol-berlin.de/"
195                }
196            ],
197            "description": "RSS and Atom feed generator by Kai Blankenhorn",
198            "keywords": [
199                "atom",
200                "georss",
201                "gpx",
202                "opml",
203                "pie",
204                "rss"
205            ],
206            "support": {
207                "issues": "https://github.com/flack/UniversalFeedCreator/issues",
208                "source": "https://github.com/flack/UniversalFeedCreator/tree/v1.8.4"
209            },
210            "time": "2020-09-25T08:36:47+00:00"
211        },
212        {
213            "name": "phpseclib/phpseclib",
214            "version": "2.0.31",
215            "source": {
216                "type": "git",
217                "url": "https://github.com/phpseclib/phpseclib.git",
218                "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4"
219            },
220            "dist": {
221                "type": "zip",
222                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/233a920cb38636a43b18d428f9a8db1f0a1a08f4",
223                "reference": "233a920cb38636a43b18d428f9a8db1f0a1a08f4",
224                "shasum": ""
225            },
226            "require": {
227                "php": ">=5.3.3"
228            },
229            "require-dev": {
230                "phing/phing": "~2.7",
231                "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
232                "squizlabs/php_codesniffer": "~2.0"
233            },
234            "suggest": {
235                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
236                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
237                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
238                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
239            },
240            "type": "library",
241            "autoload": {
242                "files": [
243                    "phpseclib/bootstrap.php"
244                ],
245                "psr-4": {
246                    "phpseclib\\": "phpseclib/"
247                }
248            },
249            "notification-url": "https://packagist.org/downloads/",
250            "license": [
251                "MIT"
252            ],
253            "authors": [
254                {
255                    "name": "Jim Wigginton",
256                    "email": "terrafrost@php.net",
257                    "role": "Lead Developer"
258                },
259                {
260                    "name": "Patrick Monnerat",
261                    "email": "pm@datasphere.ch",
262                    "role": "Developer"
263                },
264                {
265                    "name": "Andreas Fischer",
266                    "email": "bantu@phpbb.com",
267                    "role": "Developer"
268                },
269                {
270                    "name": "Hans-Jürgen Petrich",
271                    "email": "petrich@tronic-media.com",
272                    "role": "Developer"
273                },
274                {
275                    "name": "Graham Campbell",
276                    "email": "graham@alt-three.com",
277                    "role": "Developer"
278                }
279            ],
280            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
281            "homepage": "http://phpseclib.sourceforge.net",
282            "keywords": [
283                "BigInteger",
284                "aes",
285                "asn.1",
286                "asn1",
287                "blowfish",
288                "crypto",
289                "cryptography",
290                "encryption",
291                "rsa",
292                "security",
293                "sftp",
294                "signature",
295                "signing",
296                "ssh",
297                "twofish",
298                "x.509",
299                "x509"
300            ],
301            "support": {
302                "issues": "https://github.com/phpseclib/phpseclib/issues",
303                "source": "https://github.com/phpseclib/phpseclib/tree/2.0.31"
304            },
305            "funding": [
306                {
307                    "url": "https://github.com/terrafrost",
308                    "type": "github"
309                },
310                {
311                    "url": "https://www.patreon.com/phpseclib",
312                    "type": "patreon"
313                },
314                {
315                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
316                    "type": "tidelift"
317                }
318            ],
319            "time": "2021-04-06T13:56:45+00:00"
320        },
321        {
322            "name": "simplepie/simplepie",
323            "version": "1.5.6",
324            "source": {
325                "type": "git",
326                "url": "https://github.com/simplepie/simplepie.git",
327                "reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6"
328            },
329            "dist": {
330                "type": "zip",
331                "url": "https://api.github.com/repos/simplepie/simplepie/zipball/1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6",
332                "reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6",
333                "shasum": ""
334            },
335            "require": {
336                "ext-pcre": "*",
337                "ext-xml": "*",
338                "ext-xmlreader": "*",
339                "php": ">=5.6.0"
340            },
341            "require-dev": {
342                "phpunit/phpunit": "~5.4.3 || ~6.5"
343            },
344            "suggest": {
345                "ext-curl": "",
346                "ext-iconv": "",
347                "ext-intl": "",
348                "ext-mbstring": "",
349                "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
350            },
351            "type": "library",
352            "autoload": {
353                "psr-0": {
354                    "SimplePie": "library"
355                }
356            },
357            "notification-url": "https://packagist.org/downloads/",
358            "license": [
359                "BSD-3-Clause"
360            ],
361            "authors": [
362                {
363                    "name": "Ryan Parman",
364                    "homepage": "http://ryanparman.com/",
365                    "role": "Creator, alumnus developer"
366                },
367                {
368                    "name": "Sam Sneddon",
369                    "homepage": "https://gsnedders.com/",
370                    "role": "Alumnus developer"
371                },
372                {
373                    "name": "Ryan McCue",
374                    "email": "me@ryanmccue.info",
375                    "homepage": "http://ryanmccue.info/",
376                    "role": "Developer"
377                }
378            ],
379            "description": "A simple Atom/RSS parsing library for PHP",
380            "homepage": "http://simplepie.org/",
381            "keywords": [
382                "atom",
383                "feeds",
384                "rss"
385            ],
386            "support": {
387                "issues": "https://github.com/simplepie/simplepie/issues",
388                "source": "https://github.com/simplepie/simplepie/tree/1.5.6"
389            },
390            "time": "2020-10-14T07:17:22+00:00"
391        },
392        {
393            "name": "splitbrain/php-archive",
394            "version": "1.2.1",
395            "source": {
396                "type": "git",
397                "url": "https://github.com/splitbrain/php-archive.git",
398                "reference": "211a2198b73b233d7d2b6159462e11cd9a91348a"
399            },
400            "dist": {
401                "type": "zip",
402                "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/211a2198b73b233d7d2b6159462e11cd9a91348a",
403                "reference": "211a2198b73b233d7d2b6159462e11cd9a91348a",
404                "shasum": ""
405            },
406            "require": {
407                "php": ">=5.4"
408            },
409            "require-dev": {
410                "ext-bz2": "*",
411                "ext-zip": "*",
412                "mikey179/vfsstream": "^1.6",
413                "phpunit/phpunit": "^8"
414            },
415            "suggest": {
416                "ext-iconv": "Used for proper filename encode handling",
417                "ext-mbstring": "Can be used alternatively for handling filename encoding"
418            },
419            "type": "library",
420            "autoload": {
421                "psr-4": {
422                    "splitbrain\\PHPArchive\\": "src"
423                }
424            },
425            "notification-url": "https://packagist.org/downloads/",
426            "license": [
427                "MIT"
428            ],
429            "authors": [
430                {
431                    "name": "Andreas Gohr",
432                    "email": "andi@splitbrain.org"
433                }
434            ],
435            "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
436            "keywords": [
437                "archive",
438                "extract",
439                "tar",
440                "unpack",
441                "unzip",
442                "zip"
443            ],
444            "support": {
445                "issues": "https://github.com/splitbrain/php-archive/issues",
446                "source": "https://github.com/splitbrain/php-archive/tree/1.2.1"
447            },
448            "time": "2021-02-22T17:59:24+00:00"
449        },
450        {
451            "name": "splitbrain/php-cli",
452            "version": "1.1.8",
453            "source": {
454                "type": "git",
455                "url": "https://github.com/splitbrain/php-cli.git",
456                "reference": "8c2c001b1b55d194402cf18aad2757049ac6d575"
457            },
458            "dist": {
459                "type": "zip",
460                "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/8c2c001b1b55d194402cf18aad2757049ac6d575",
461                "reference": "8c2c001b1b55d194402cf18aad2757049ac6d575",
462                "shasum": ""
463            },
464            "require": {
465                "php": ">=5.3.0"
466            },
467            "require-dev": {
468                "phpunit/phpunit": "^8"
469            },
470            "suggest": {
471                "psr/log": "Allows you to make the CLI available as PSR-3 logger"
472            },
473            "type": "library",
474            "autoload": {
475                "psr-4": {
476                    "splitbrain\\phpcli\\": "src"
477                }
478            },
479            "notification-url": "https://packagist.org/downloads/",
480            "license": [
481                "MIT"
482            ],
483            "authors": [
484                {
485                    "name": "Andreas Gohr",
486                    "email": "andi@splitbrain.org"
487                }
488            ],
489            "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies",
490            "keywords": [
491                "argparse",
492                "cli",
493                "command line",
494                "console",
495                "getopt",
496                "optparse",
497                "terminal"
498            ],
499            "support": {
500                "issues": "https://github.com/splitbrain/php-cli/issues",
501                "source": "https://github.com/splitbrain/php-cli/tree/1.1.8"
502            },
503            "time": "2021-02-05T12:02:46+00:00"
504        },
505        {
506            "name": "splitbrain/slika",
507            "version": "1.0.4",
508            "source": {
509                "type": "git",
510                "url": "https://github.com/splitbrain/slika.git",
511                "reference": "fda87e816eb150f3608282da962788b4ad509c11"
512            },
513            "dist": {
514                "type": "zip",
515                "url": "https://api.github.com/repos/splitbrain/slika/zipball/fda87e816eb150f3608282da962788b4ad509c11",
516                "reference": "fda87e816eb150f3608282da962788b4ad509c11",
517                "shasum": ""
518            },
519            "require-dev": {
520                "phpunit/phpunit": "^7.0"
521            },
522            "suggest": {
523                "ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick"
524            },
525            "type": "library",
526            "autoload": {
527                "psr-4": {
528                    "splitbrain\\slika\\tests\\": "tests",
529                    "splitbrain\\slika\\": "src"
530                }
531            },
532            "notification-url": "https://packagist.org/downloads/",
533            "license": [
534                "MIT"
535            ],
536            "authors": [
537                {
538                    "name": "Andreas Gohr",
539                    "email": "andi@splitbrain.org"
540                }
541            ],
542            "description": "Simple image resizing",
543            "support": {
544                "issues": "https://github.com/splitbrain/slika/issues",
545                "source": "https://github.com/splitbrain/slika/tree/master"
546            },
547            "time": "2020-09-07T18:35:00+00:00"
548        }
549    ],
550    "packages-dev": [],
551    "aliases": [
552        {
553            "package": "geshi/geshi",
554            "version": "9999999-dev",
555            "alias": "1.0.x-dev",
556            "alias_normalized": "1.0.9999999.9999999-dev"
557        }
558    ],
559    "minimum-stability": "stable",
560    "stability-flags": {
561        "geshi/geshi": 20
562    },
563    "prefer-stable": true,
564    "prefer-lowest": false,
565    "platform": {
566        "php": ">=7.2",
567        "ext-json": "*"
568    },
569    "platform-dev": [],
570    "platform-overrides": {
571        "php": "7.2"
572    },
573    "plugin-api-version": "2.0.0"
574}
575