Codestyle + check trustedproxies
[dokuwiki.git] / composer.lock
blobab2583d6e451764ca206d80caf06d32586c269d3
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": "794f2c88f3e346320887dba9fd7a9cd1",
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": "7884d22244c6d2de5ac7ffd919ce4add02b36e66"
61             },
62             "dist": {
63                 "type": "zip",
64                 "url": "https://api.github.com/repos/GeSHi/geshi-1.0/zipball/7884d22244c6d2de5ac7ffd919ce4add02b36e66",
65                 "reference": "7884d22244c6d2de5ac7ffd919ce4add02b36e66",
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": "2023-02-19T12:05:59+00:00"
100         },
101         {
102             "name": "kissifrot/php-ixr",
103             "version": "1.8.4",
104             "source": {
105                 "type": "git",
106                 "url": "https://github.com/kissifrot/php-ixr.git",
107                 "reference": "45f6e4d46c1f9bb49e41a1787b6bdbcc9ab788e4"
108             },
109             "dist": {
110                 "type": "zip",
111                 "url": "https://api.github.com/repos/kissifrot/php-ixr/zipball/45f6e4d46c1f9bb49e41a1787b6bdbcc9ab788e4",
112                 "reference": "45f6e4d46c1f9bb49e41a1787b6bdbcc9ab788e4",
113                 "shasum": ""
114             },
115             "require": {
116                 "ext-xml": "*",
117                 "php": ">=5.4.0"
118             },
119             "require-dev": {
120                 "phpunit/phpunit": "^8.0"
121             },
122             "type": "library",
123             "autoload": {
124                 "psr-4": {
125                     "IXR\\": "src/",
126                     "IXR\\tests\\": "tests/"
127                 }
128             },
129             "notification-url": "https://packagist.org/downloads/",
130             "license": [
131                 "BSD-3-Clause"
132             ],
133             "authors": [
134                 {
135                     "name": "Incutio Ltd 2010 - Simon Willison",
136                     "homepage": "http://scripts.incutio.com/xmlrpc/"
137                 }
138             ],
139             "description": "Incutio XML-RPC library (IXR)",
140             "homepage": "http://scripts.incutio.com/xmlrpc/",
141             "keywords": [
142                 "remote procedure call",
143                 "rpc",
144                 "xlm-rpc",
145                 "xmlrpc"
146             ],
147             "support": {
148                 "issues": "https://github.com/kissifrot/php-ixr/issues",
149                 "source": "https://github.com/kissifrot/php-ixr/tree/1.8.4"
150             },
151             "time": "2023-04-15T08:50:43+00:00"
152         },
153         {
154             "name": "marcusschwarz/lesserphp",
155             "version": "v0.6.0",
156             "source": {
157                 "type": "git",
158                 "url": "https://github.com/MarcusSchwarz/lesserphp.git",
159                 "reference": "64ece57ad81ab1fe4d2a1894729e0d293fce09ef"
160             },
161             "dist": {
162                 "type": "zip",
163                 "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/64ece57ad81ab1fe4d2a1894729e0d293fce09ef",
164                 "reference": "64ece57ad81ab1fe4d2a1894729e0d293fce09ef",
165                 "shasum": ""
166             },
167             "require": {
168                 "php": "^7.2|^7.3|^7.4|^8.0"
169             },
170             "require-dev": {
171                 "phpunit/phpunit": "^8.0|^9.0"
172             },
173             "bin": [
174                 "plessc"
175             ],
176             "type": "library",
177             "autoload": {
178                 "classmap": [
179                     "lessc.inc.php"
180                 ]
181             },
182             "notification-url": "https://packagist.org/downloads/",
183             "license": [
184                 "MIT",
185                 "GPL-3.0"
186             ],
187             "authors": [
188                 {
189                     "name": "Leaf Corcoran",
190                     "email": "leafot@gmail.com",
191                     "homepage": "http://leafo.net"
192                 },
193                 {
194                     "name": "Marcus Schwarz",
195                     "email": "github@maswaba.de",
196                     "homepage": "https://www.maswaba.de"
197                 }
198             ],
199             "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
200             "homepage": "https://www.maswaba.de/lesserphpdocs/",
201             "support": {
202                 "issues": "https://github.com/MarcusSchwarz/lesserphp/issues",
203                 "source": "https://github.com/MarcusSchwarz/lesserphp/tree/v0.6.0"
204             },
205             "time": "2021-03-10T19:14:23+00:00"
206         },
207         {
208             "name": "openpsa/universalfeedcreator",
209             "version": "v1.8.5",
210             "source": {
211                 "type": "git",
212                 "url": "https://github.com/flack/UniversalFeedCreator.git",
213                 "reference": "d07a9f54e4fe522d8fefaf99564efd675932a635"
214             },
215             "dist": {
216                 "type": "zip",
217                 "url": "https://api.github.com/repos/flack/UniversalFeedCreator/zipball/d07a9f54e4fe522d8fefaf99564efd675932a635",
218                 "reference": "d07a9f54e4fe522d8fefaf99564efd675932a635",
219                 "shasum": ""
220             },
221             "require": {
222                 "php": ">=5.2"
223             },
224             "require-dev": {
225                 "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.32 || ^9.5.10"
226             },
227             "type": "library",
228             "autoload": {
229                 "files": [
230                     "lib/constants.php"
231                 ],
232                 "classmap": [
233                     "lib"
234                 ]
235             },
236             "notification-url": "https://packagist.org/downloads/",
237             "license": [
238                 "LGPL-2.1-or-later"
239             ],
240             "authors": [
241                 {
242                     "name": "Andreas Flack",
243                     "email": "flack@contentcontrol-berlin.de",
244                     "homepage": "http://www.contentcontrol-berlin.de/"
245                 }
246             ],
247             "description": "RSS and Atom feed generator by Kai Blankenhorn",
248             "keywords": [
249                 "atom",
250                 "georss",
251                 "gpx",
252                 "opml",
253                 "pie",
254                 "rss"
255             ],
256             "support": {
257                 "issues": "https://github.com/flack/UniversalFeedCreator/issues",
258                 "source": "https://github.com/flack/UniversalFeedCreator/tree/v1.8.5"
259             },
260             "time": "2023-04-17T12:24:35+00:00"
261         },
262         {
263             "name": "phpseclib/phpseclib",
264             "version": "2.0.42",
265             "source": {
266                 "type": "git",
267                 "url": "https://github.com/phpseclib/phpseclib.git",
268                 "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b"
269             },
270             "dist": {
271                 "type": "zip",
272                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/665d289f59e646a259ebf13f29be7f6f54cab24b",
273                 "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b",
274                 "shasum": ""
275             },
276             "require": {
277                 "php": ">=5.3.3"
278             },
279             "require-dev": {
280                 "phing/phing": "~2.7",
281                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
282                 "squizlabs/php_codesniffer": "~2.0"
283             },
284             "suggest": {
285                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
286                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
287                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
288                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
289                 "ext-xml": "Install the XML extension to load XML formatted public keys."
290             },
291             "type": "library",
292             "autoload": {
293                 "files": [
294                     "phpseclib/bootstrap.php"
295                 ],
296                 "psr-4": {
297                     "phpseclib\\": "phpseclib/"
298                 }
299             },
300             "notification-url": "https://packagist.org/downloads/",
301             "license": [
302                 "MIT"
303             ],
304             "authors": [
305                 {
306                     "name": "Jim Wigginton",
307                     "email": "terrafrost@php.net",
308                     "role": "Lead Developer"
309                 },
310                 {
311                     "name": "Patrick Monnerat",
312                     "email": "pm@datasphere.ch",
313                     "role": "Developer"
314                 },
315                 {
316                     "name": "Andreas Fischer",
317                     "email": "bantu@phpbb.com",
318                     "role": "Developer"
319                 },
320                 {
321                     "name": "Hans-Jürgen Petrich",
322                     "email": "petrich@tronic-media.com",
323                     "role": "Developer"
324                 },
325                 {
326                     "name": "Graham Campbell",
327                     "email": "graham@alt-three.com",
328                     "role": "Developer"
329                 }
330             ],
331             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
332             "homepage": "http://phpseclib.sourceforge.net",
333             "keywords": [
334                 "BigInteger",
335                 "aes",
336                 "asn.1",
337                 "asn1",
338                 "blowfish",
339                 "crypto",
340                 "cryptography",
341                 "encryption",
342                 "rsa",
343                 "security",
344                 "sftp",
345                 "signature",
346                 "signing",
347                 "ssh",
348                 "twofish",
349                 "x.509",
350                 "x509"
351             ],
352             "support": {
353                 "issues": "https://github.com/phpseclib/phpseclib/issues",
354                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.42"
355             },
356             "funding": [
357                 {
358                     "url": "https://github.com/terrafrost",
359                     "type": "github"
360                 },
361                 {
362                     "url": "https://www.patreon.com/phpseclib",
363                     "type": "patreon"
364                 },
365                 {
366                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
367                     "type": "tidelift"
368                 }
369             ],
370             "time": "2023-03-06T12:45:53+00:00"
371         },
372         {
373             "name": "simplepie/simplepie",
374             "version": "1.8.0",
375             "source": {
376                 "type": "git",
377                 "url": "https://github.com/simplepie/simplepie.git",
378                 "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55"
379             },
380             "dist": {
381                 "type": "zip",
382                 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/65b095d87bc00898d8fa7737bdbcda93a3fbcc55",
383                 "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55",
384                 "shasum": ""
385             },
386             "require": {
387                 "ext-pcre": "*",
388                 "ext-xml": "*",
389                 "ext-xmlreader": "*",
390                 "php": ">=7.2.0"
391             },
392             "require-dev": {
393                 "friendsofphp/php-cs-fixer": "^2.19 || ^3.8",
394                 "psr/simple-cache": "^1 || ^2 || ^3",
395                 "yoast/phpunit-polyfills": "^1.0.1"
396             },
397             "suggest": {
398                 "ext-curl": "",
399                 "ext-iconv": "",
400                 "ext-intl": "",
401                 "ext-mbstring": "",
402                 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
403             },
404             "type": "library",
405             "autoload": {
406                 "psr-0": {
407                     "SimplePie": "library"
408                 },
409                 "psr-4": {
410                     "SimplePie\\": "src"
411                 }
412             },
413             "notification-url": "https://packagist.org/downloads/",
414             "license": [
415                 "BSD-3-Clause"
416             ],
417             "authors": [
418                 {
419                     "name": "Ryan Parman",
420                     "homepage": "http://ryanparman.com/",
421                     "role": "Creator, alumnus developer"
422                 },
423                 {
424                     "name": "Sam Sneddon",
425                     "homepage": "https://gsnedders.com/",
426                     "role": "Alumnus developer"
427                 },
428                 {
429                     "name": "Ryan McCue",
430                     "email": "me@ryanmccue.info",
431                     "homepage": "http://ryanmccue.info/",
432                     "role": "Developer"
433                 }
434             ],
435             "description": "A simple Atom/RSS parsing library for PHP",
436             "homepage": "http://simplepie.org/",
437             "keywords": [
438                 "atom",
439                 "feeds",
440                 "rss"
441             ],
442             "support": {
443                 "issues": "https://github.com/simplepie/simplepie/issues",
444                 "source": "https://github.com/simplepie/simplepie/tree/1.8.0"
445             },
446             "time": "2023-01-20T08:37:35+00:00"
447         },
448         {
449             "name": "splitbrain/php-archive",
450             "version": "1.3.1",
451             "source": {
452                 "type": "git",
453                 "url": "https://github.com/splitbrain/php-archive.git",
454                 "reference": "d274e5190ba309777926348900cf9578d9e533c9"
455             },
456             "dist": {
457                 "type": "zip",
458                 "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d274e5190ba309777926348900cf9578d9e533c9",
459                 "reference": "d274e5190ba309777926348900cf9578d9e533c9",
460                 "shasum": ""
461             },
462             "require": {
463                 "php": ">=7.0"
464             },
465             "require-dev": {
466                 "ext-bz2": "*",
467                 "ext-zip": "*",
468                 "mikey179/vfsstream": "^1.6",
469                 "phpunit/phpunit": "^8"
470             },
471             "suggest": {
472                 "ext-bz2": "For bz2 compression",
473                 "ext-iconv": "Used for proper filename encode handling",
474                 "ext-mbstring": "Can be used alternatively for handling filename encoding",
475                 "ext-zlib": "For zlib compression"
476             },
477             "type": "library",
478             "autoload": {
479                 "psr-4": {
480                     "splitbrain\\PHPArchive\\": "src"
481                 }
482             },
483             "notification-url": "https://packagist.org/downloads/",
484             "license": [
485                 "MIT"
486             ],
487             "authors": [
488                 {
489                     "name": "Andreas Gohr",
490                     "email": "andi@splitbrain.org"
491                 }
492             ],
493             "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
494             "keywords": [
495                 "archive",
496                 "extract",
497                 "tar",
498                 "unpack",
499                 "unzip",
500                 "zip"
501             ],
502             "support": {
503                 "issues": "https://github.com/splitbrain/php-archive/issues",
504                 "source": "https://github.com/splitbrain/php-archive/tree/1.3.1"
505             },
506             "time": "2022-03-23T09:21:55+00:00"
507         },
508         {
509             "name": "splitbrain/php-cli",
510             "version": "1.2.1",
511             "source": {
512                 "type": "git",
513                 "url": "https://github.com/splitbrain/php-cli.git",
514                 "reference": "47cd2b2c1d976d22afb01e121985d59c4f98c031"
515             },
516             "dist": {
517                 "type": "zip",
518                 "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/47cd2b2c1d976d22afb01e121985d59c4f98c031",
519                 "reference": "47cd2b2c1d976d22afb01e121985d59c4f98c031",
520                 "shasum": ""
521             },
522             "require": {
523                 "php": ">=5.3.0"
524             },
525             "require-dev": {
526                 "phpunit/phpunit": "^8"
527             },
528             "suggest": {
529                 "psr/log": "Allows you to make the CLI available as PSR-3 logger"
530             },
531             "type": "library",
532             "autoload": {
533                 "psr-4": {
534                     "splitbrain\\phpcli\\": "src"
535                 }
536             },
537             "notification-url": "https://packagist.org/downloads/",
538             "license": [
539                 "MIT"
540             ],
541             "authors": [
542                 {
543                     "name": "Andreas Gohr",
544                     "email": "andi@splitbrain.org"
545                 }
546             ],
547             "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies",
548             "keywords": [
549                 "argparse",
550                 "cli",
551                 "command line",
552                 "console",
553                 "getopt",
554                 "optparse",
555                 "terminal"
556             ],
557             "support": {
558                 "issues": "https://github.com/splitbrain/php-cli/issues",
559                 "source": "https://github.com/splitbrain/php-cli/tree/1.2.1"
560             },
561             "time": "2022-11-04T11:59:39+00:00"
562         },
563         {
564             "name": "splitbrain/php-jsstrip",
565             "version": "1.0.1",
566             "source": {
567                 "type": "git",
568                 "url": "https://github.com/splitbrain/php-jsstrip.git",
569                 "reference": "21254b19b381a25d6f3dd89dbd5c8191373a4d69"
570             },
571             "dist": {
572                 "type": "zip",
573                 "url": "https://api.github.com/repos/splitbrain/php-jsstrip/zipball/21254b19b381a25d6f3dd89dbd5c8191373a4d69",
574                 "reference": "21254b19b381a25d6f3dd89dbd5c8191373a4d69",
575                 "shasum": ""
576             },
577             "require": {
578                 "php": ">=7.2"
579             },
580             "require-dev": {
581                 "phpunit/phpunit": "^8.0"
582             },
583             "type": "library",
584             "autoload": {
585                 "psr-4": {
586                     "splitbrain\\JSStrip\\": "src/",
587                     "splitbrain\\JSStrip\\tests\\": "tests/"
588                 }
589             },
590             "notification-url": "https://packagist.org/downloads/",
591             "license": [
592                 "BSD-3-Clause"
593             ],
594             "authors": [
595                 {
596                     "name": "Andreas Gohr",
597                     "email": "andi@splitbrain.org"
598                 }
599             ],
600             "description": "PHP based JavaScript minimizer",
601             "support": {
602                 "issues": "https://github.com/splitbrain/php-jsstrip/issues",
603                 "source": "https://github.com/splitbrain/php-jsstrip/tree/1.0.1"
604             },
605             "funding": [
606                 {
607                     "url": "https://github.com/sponsors/splitbrain",
608                     "type": "github"
609                 }
610             ],
611             "time": "2023-03-12T10:23:16+00:00"
612         },
613         {
614             "name": "splitbrain/slika",
615             "version": "1.0.5",
616             "source": {
617                 "type": "git",
618                 "url": "https://github.com/splitbrain/slika.git",
619                 "reference": "be0785cb6b7def847df5d92e0e5fde57def7220f"
620             },
621             "dist": {
622                 "type": "zip",
623                 "url": "https://api.github.com/repos/splitbrain/slika/zipball/be0785cb6b7def847df5d92e0e5fde57def7220f",
624                 "reference": "be0785cb6b7def847df5d92e0e5fde57def7220f",
625                 "shasum": ""
626             },
627             "require-dev": {
628                 "phpunit/phpunit": "^8.0"
629             },
630             "suggest": {
631                 "ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick"
632             },
633             "type": "library",
634             "autoload": {
635                 "psr-4": {
636                     "splitbrain\\slika\\": "src",
637                     "splitbrain\\slika\\tests\\": "tests"
638                 }
639             },
640             "notification-url": "https://packagist.org/downloads/",
641             "license": [
642                 "MIT"
643             ],
644             "authors": [
645                 {
646                     "name": "Andreas Gohr",
647                     "email": "andi@splitbrain.org"
648                 }
649             ],
650             "description": "Simple image resizing",
651             "support": {
652                 "issues": "https://github.com/splitbrain/slika/issues",
653                 "source": "https://github.com/splitbrain/slika/tree/1.0.5"
654             },
655             "time": "2022-02-04T22:41:26+00:00"
656         }
657     ],
658     "packages-dev": [],
659     "aliases": [
660         {
661             "package": "geshi/geshi",
662             "version": "9999999-dev",
663             "alias": "1.0.x-dev",
664             "alias_normalized": "1.0.9999999.9999999-dev"
665         }
666     ],
667     "minimum-stability": "stable",
668     "stability-flags": {
669         "geshi/geshi": 20
670     },
671     "prefer-stable": true,
672     "prefer-lowest": false,
673     "platform": {
674         "php": ">=7.4",
675         "ext-json": "*"
676     },
677     "platform-dev": [],
678     "platform-overrides": {
679         "php": "7.4"
680     },
681     "plugin-api-version": "2.3.0"