Merge pull request #4285 from dokuwiki/bot/autofix
[dokuwiki.git] / composer.lock
blob7512d491b8fff64e8eeed114111be1e9e81cc92d
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": "34c61e4640c708005e450f6b5caa5cf8",
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": "openpsa/universalfeedcreator",
155             "version": "v1.9.0",
156             "source": {
157                 "type": "git",
158                 "url": "https://github.com/flack/UniversalFeedCreator.git",
159                 "reference": "c55f908e867aa6dade0905b8aefb94fd9d8c1f9e"
160             },
161             "dist": {
162                 "type": "zip",
163                 "url": "https://api.github.com/repos/flack/UniversalFeedCreator/zipball/c55f908e867aa6dade0905b8aefb94fd9d8c1f9e",
164                 "reference": "c55f908e867aa6dade0905b8aefb94fd9d8c1f9e",
165                 "shasum": ""
166             },
167             "require": {
168                 "php": ">=5.2"
169             },
170             "require-dev": {
171                 "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.32 || ^9.5.10"
172             },
173             "type": "library",
174             "autoload": {
175                 "files": [
176                     "lib/constants.php"
177                 ],
178                 "classmap": [
179                     "lib"
180                 ]
181             },
182             "notification-url": "https://packagist.org/downloads/",
183             "license": [
184                 "LGPL-2.1-or-later"
185             ],
186             "authors": [
187                 {
188                     "name": "Andreas Flack",
189                     "email": "flack@contentcontrol-berlin.de",
190                     "homepage": "http://www.contentcontrol-berlin.de/"
191                 }
192             ],
193             "description": "RSS and Atom feed generator by Kai Blankenhorn",
194             "keywords": [
195                 "atom",
196                 "georss",
197                 "gpx",
198                 "opml",
199                 "pie",
200                 "rss"
201             ],
202             "support": {
203                 "issues": "https://github.com/flack/UniversalFeedCreator/issues",
204                 "source": "https://github.com/flack/UniversalFeedCreator/tree/v1.9.0"
205             },
206             "time": "2024-02-22T11:08:24+00:00"
207         },
208         {
209             "name": "paragonie/constant_time_encoding",
210             "version": "v2.6.3",
211             "source": {
212                 "type": "git",
213                 "url": "https://github.com/paragonie/constant_time_encoding.git",
214                 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
215             },
216             "dist": {
217                 "type": "zip",
218                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
219                 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
220                 "shasum": ""
221             },
222             "require": {
223                 "php": "^7|^8"
224             },
225             "require-dev": {
226                 "phpunit/phpunit": "^6|^7|^8|^9",
227                 "vimeo/psalm": "^1|^2|^3|^4"
228             },
229             "type": "library",
230             "autoload": {
231                 "psr-4": {
232                     "ParagonIE\\ConstantTime\\": "src/"
233                 }
234             },
235             "notification-url": "https://packagist.org/downloads/",
236             "license": [
237                 "MIT"
238             ],
239             "authors": [
240                 {
241                     "name": "Paragon Initiative Enterprises",
242                     "email": "security@paragonie.com",
243                     "homepage": "https://paragonie.com",
244                     "role": "Maintainer"
245                 },
246                 {
247                     "name": "Steve 'Sc00bz' Thomas",
248                     "email": "steve@tobtu.com",
249                     "homepage": "https://www.tobtu.com",
250                     "role": "Original Developer"
251                 }
252             ],
253             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
254             "keywords": [
255                 "base16",
256                 "base32",
257                 "base32_decode",
258                 "base32_encode",
259                 "base64",
260                 "base64_decode",
261                 "base64_encode",
262                 "bin2hex",
263                 "encoding",
264                 "hex",
265                 "hex2bin",
266                 "rfc4648"
267             ],
268             "support": {
269                 "email": "info@paragonie.com",
270                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
271                 "source": "https://github.com/paragonie/constant_time_encoding"
272             },
273             "time": "2022-06-14T06:56:20+00:00"
274         },
275         {
276             "name": "paragonie/random_compat",
277             "version": "v9.99.100",
278             "source": {
279                 "type": "git",
280                 "url": "https://github.com/paragonie/random_compat.git",
281                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
282             },
283             "dist": {
284                 "type": "zip",
285                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
286                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
287                 "shasum": ""
288             },
289             "require": {
290                 "php": ">= 7"
291             },
292             "require-dev": {
293                 "phpunit/phpunit": "4.*|5.*",
294                 "vimeo/psalm": "^1"
295             },
296             "suggest": {
297                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
298             },
299             "type": "library",
300             "notification-url": "https://packagist.org/downloads/",
301             "license": [
302                 "MIT"
303             ],
304             "authors": [
305                 {
306                     "name": "Paragon Initiative Enterprises",
307                     "email": "security@paragonie.com",
308                     "homepage": "https://paragonie.com"
309                 }
310             ],
311             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
312             "keywords": [
313                 "csprng",
314                 "polyfill",
315                 "pseudorandom",
316                 "random"
317             ],
318             "support": {
319                 "email": "info@paragonie.com",
320                 "issues": "https://github.com/paragonie/random_compat/issues",
321                 "source": "https://github.com/paragonie/random_compat"
322             },
323             "time": "2020-10-15T08:29:30+00:00"
324         },
325         {
326             "name": "phpseclib/phpseclib",
327             "version": "3.0.37",
328             "source": {
329                 "type": "git",
330                 "url": "https://github.com/phpseclib/phpseclib.git",
331                 "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8"
332             },
333             "dist": {
334                 "type": "zip",
335                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
336                 "reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
337                 "shasum": ""
338             },
339             "require": {
340                 "paragonie/constant_time_encoding": "^1|^2",
341                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
342                 "php": ">=5.6.1"
343             },
344             "require-dev": {
345                 "phpunit/phpunit": "*"
346             },
347             "suggest": {
348                 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
349                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
350                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
351                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
352                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
353             },
354             "type": "library",
355             "autoload": {
356                 "files": [
357                     "phpseclib/bootstrap.php"
358                 ],
359                 "psr-4": {
360                     "phpseclib3\\": "phpseclib/"
361                 }
362             },
363             "notification-url": "https://packagist.org/downloads/",
364             "license": [
365                 "MIT"
366             ],
367             "authors": [
368                 {
369                     "name": "Jim Wigginton",
370                     "email": "terrafrost@php.net",
371                     "role": "Lead Developer"
372                 },
373                 {
374                     "name": "Patrick Monnerat",
375                     "email": "pm@datasphere.ch",
376                     "role": "Developer"
377                 },
378                 {
379                     "name": "Andreas Fischer",
380                     "email": "bantu@phpbb.com",
381                     "role": "Developer"
382                 },
383                 {
384                     "name": "Hans-Jürgen Petrich",
385                     "email": "petrich@tronic-media.com",
386                     "role": "Developer"
387                 },
388                 {
389                     "name": "Graham Campbell",
390                     "email": "graham@alt-three.com",
391                     "role": "Developer"
392                 }
393             ],
394             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
395             "homepage": "http://phpseclib.sourceforge.net",
396             "keywords": [
397                 "BigInteger",
398                 "aes",
399                 "asn.1",
400                 "asn1",
401                 "blowfish",
402                 "crypto",
403                 "cryptography",
404                 "encryption",
405                 "rsa",
406                 "security",
407                 "sftp",
408                 "signature",
409                 "signing",
410                 "ssh",
411                 "twofish",
412                 "x.509",
413                 "x509"
414             ],
415             "support": {
416                 "issues": "https://github.com/phpseclib/phpseclib/issues",
417                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.37"
418             },
419             "funding": [
420                 {
421                     "url": "https://github.com/terrafrost",
422                     "type": "github"
423                 },
424                 {
425                     "url": "https://www.patreon.com/phpseclib",
426                     "type": "patreon"
427                 },
428                 {
429                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
430                     "type": "tidelift"
431                 }
432             ],
433             "time": "2024-03-03T02:14:58+00:00"
434         },
435         {
436             "name": "simplepie/simplepie",
437             "version": "1.8.0",
438             "source": {
439                 "type": "git",
440                 "url": "https://github.com/simplepie/simplepie.git",
441                 "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55"
442             },
443             "dist": {
444                 "type": "zip",
445                 "url": "https://api.github.com/repos/simplepie/simplepie/zipball/65b095d87bc00898d8fa7737bdbcda93a3fbcc55",
446                 "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55",
447                 "shasum": ""
448             },
449             "require": {
450                 "ext-pcre": "*",
451                 "ext-xml": "*",
452                 "ext-xmlreader": "*",
453                 "php": ">=7.2.0"
454             },
455             "require-dev": {
456                 "friendsofphp/php-cs-fixer": "^2.19 || ^3.8",
457                 "psr/simple-cache": "^1 || ^2 || ^3",
458                 "yoast/phpunit-polyfills": "^1.0.1"
459             },
460             "suggest": {
461                 "ext-curl": "",
462                 "ext-iconv": "",
463                 "ext-intl": "",
464                 "ext-mbstring": "",
465                 "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
466             },
467             "type": "library",
468             "autoload": {
469                 "psr-0": {
470                     "SimplePie": "library"
471                 },
472                 "psr-4": {
473                     "SimplePie\\": "src"
474                 }
475             },
476             "notification-url": "https://packagist.org/downloads/",
477             "license": [
478                 "BSD-3-Clause"
479             ],
480             "authors": [
481                 {
482                     "name": "Ryan Parman",
483                     "homepage": "http://ryanparman.com/",
484                     "role": "Creator, alumnus developer"
485                 },
486                 {
487                     "name": "Sam Sneddon",
488                     "homepage": "https://gsnedders.com/",
489                     "role": "Alumnus developer"
490                 },
491                 {
492                     "name": "Ryan McCue",
493                     "email": "me@ryanmccue.info",
494                     "homepage": "http://ryanmccue.info/",
495                     "role": "Developer"
496                 }
497             ],
498             "description": "A simple Atom/RSS parsing library for PHP",
499             "homepage": "http://simplepie.org/",
500             "keywords": [
501                 "atom",
502                 "feeds",
503                 "rss"
504             ],
505             "support": {
506                 "issues": "https://github.com/simplepie/simplepie/issues",
507                 "source": "https://github.com/simplepie/simplepie/tree/1.8.0"
508             },
509             "time": "2023-01-20T08:37:35+00:00"
510         },
511         {
512             "name": "splitbrain/lesserphp",
513             "version": "v0.10.1",
514             "source": {
515                 "type": "git",
516                 "url": "https://github.com/splitbrain/lesserphp.git",
517                 "reference": "64e2ab63ddd399d9ef071e9a6bd778c6ddcc8db0"
518             },
519             "dist": {
520                 "type": "zip",
521                 "url": "https://api.github.com/repos/splitbrain/lesserphp/zipball/64e2ab63ddd399d9ef071e9a6bd778c6ddcc8db0",
522                 "reference": "64e2ab63ddd399d9ef071e9a6bd778c6ddcc8db0",
523                 "shasum": ""
524             },
525             "require": {
526                 "php": ">=7.4"
527             },
528             "require-dev": {
529                 "phpunit/phpunit": "^8.5",
530                 "rector/rector": "^0.19",
531                 "squizlabs/php_codesniffer": "^3.8"
532             },
533             "suggest": {
534                 "ext-fileinfo": "For mime type guessing of embedded files"
535             },
536             "type": "library",
537             "autoload": {
538                 "psr-4": {
539                     "LesserPHP\\": "src",
540                     "LesserPHP\\tests\\": "tests"
541                 }
542             },
543             "notification-url": "https://packagist.org/downloads/",
544             "license": [
545                 "MIT",
546                 "GPL-3.0"
547             ],
548             "authors": [
549                 {
550                     "name": "Leaf Corcoran",
551                     "email": "leafot@gmail.com",
552                     "homepage": "http://leafo.net"
553                 },
554                 {
555                     "name": "Marcus Schwarz",
556                     "email": "github@maswaba.de",
557                     "homepage": "https://www.maswaba.de"
558                 },
559                 {
560                     "name": "Andreas Gohr",
561                     "email": "andi@splitbrain.org",
562                     "homepage": "https://www.splitbrain.org"
563                 }
564             ],
565             "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.",
566             "support": {
567                 "issues": "https://github.com/splitbrain/lesserphp/issues",
568                 "source": "https://github.com/splitbrain/lesserphp/tree/v0.10.1"
569             },
570             "time": "2024-02-02T18:31:26+00:00"
571         },
572         {
573             "name": "splitbrain/php-archive",
574             "version": "1.3.1",
575             "source": {
576                 "type": "git",
577                 "url": "https://github.com/splitbrain/php-archive.git",
578                 "reference": "d274e5190ba309777926348900cf9578d9e533c9"
579             },
580             "dist": {
581                 "type": "zip",
582                 "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/d274e5190ba309777926348900cf9578d9e533c9",
583                 "reference": "d274e5190ba309777926348900cf9578d9e533c9",
584                 "shasum": ""
585             },
586             "require": {
587                 "php": ">=7.0"
588             },
589             "require-dev": {
590                 "ext-bz2": "*",
591                 "ext-zip": "*",
592                 "mikey179/vfsstream": "^1.6",
593                 "phpunit/phpunit": "^8"
594             },
595             "suggest": {
596                 "ext-bz2": "For bz2 compression",
597                 "ext-iconv": "Used for proper filename encode handling",
598                 "ext-mbstring": "Can be used alternatively for handling filename encoding",
599                 "ext-zlib": "For zlib compression"
600             },
601             "type": "library",
602             "autoload": {
603                 "psr-4": {
604                     "splitbrain\\PHPArchive\\": "src"
605                 }
606             },
607             "notification-url": "https://packagist.org/downloads/",
608             "license": [
609                 "MIT"
610             ],
611             "authors": [
612                 {
613                     "name": "Andreas Gohr",
614                     "email": "andi@splitbrain.org"
615                 }
616             ],
617             "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
618             "keywords": [
619                 "archive",
620                 "extract",
621                 "tar",
622                 "unpack",
623                 "unzip",
624                 "zip"
625             ],
626             "support": {
627                 "issues": "https://github.com/splitbrain/php-archive/issues",
628                 "source": "https://github.com/splitbrain/php-archive/tree/1.3.1"
629             },
630             "time": "2022-03-23T09:21:55+00:00"
631         },
632         {
633             "name": "splitbrain/php-cli",
634             "version": "1.3.1",
635             "source": {
636                 "type": "git",
637                 "url": "https://github.com/splitbrain/php-cli.git",
638                 "reference": "844609ef16b8486691b7fd892d54478918f27fe8"
639             },
640             "dist": {
641                 "type": "zip",
642                 "url": "https://api.github.com/repos/splitbrain/php-cli/zipball/844609ef16b8486691b7fd892d54478918f27fe8",
643                 "reference": "844609ef16b8486691b7fd892d54478918f27fe8",
644                 "shasum": ""
645             },
646             "require": {
647                 "php": ">=5.3.0"
648             },
649             "require-dev": {
650                 "phpunit/phpunit": "^8"
651             },
652             "suggest": {
653                 "psr/log": "Allows you to make the CLI available as PSR-3 logger"
654             },
655             "type": "library",
656             "autoload": {
657                 "psr-4": {
658                     "splitbrain\\phpcli\\": "src"
659                 }
660             },
661             "notification-url": "https://packagist.org/downloads/",
662             "license": [
663                 "MIT"
664             ],
665             "authors": [
666                 {
667                     "name": "Andreas Gohr",
668                     "email": "andi@splitbrain.org"
669                 }
670             ],
671             "description": "Easy command line scripts for PHP with opt parsing and color output. No dependencies",
672             "keywords": [
673                 "argparse",
674                 "cli",
675                 "command line",
676                 "console",
677                 "getopt",
678                 "optparse",
679                 "terminal"
680             ],
681             "support": {
682                 "issues": "https://github.com/splitbrain/php-cli/issues",
683                 "source": "https://github.com/splitbrain/php-cli/tree/1.3.1"
684             },
685             "time": "2024-01-17T12:03:34+00:00"
686         },
687         {
688             "name": "splitbrain/php-jsstrip",
689             "version": "1.0.1",
690             "source": {
691                 "type": "git",
692                 "url": "https://github.com/splitbrain/php-jsstrip.git",
693                 "reference": "21254b19b381a25d6f3dd89dbd5c8191373a4d69"
694             },
695             "dist": {
696                 "type": "zip",
697                 "url": "https://api.github.com/repos/splitbrain/php-jsstrip/zipball/21254b19b381a25d6f3dd89dbd5c8191373a4d69",
698                 "reference": "21254b19b381a25d6f3dd89dbd5c8191373a4d69",
699                 "shasum": ""
700             },
701             "require": {
702                 "php": ">=7.2"
703             },
704             "require-dev": {
705                 "phpunit/phpunit": "^8.0"
706             },
707             "type": "library",
708             "autoload": {
709                 "psr-4": {
710                     "splitbrain\\JSStrip\\": "src/",
711                     "splitbrain\\JSStrip\\tests\\": "tests/"
712                 }
713             },
714             "notification-url": "https://packagist.org/downloads/",
715             "license": [
716                 "BSD-3-Clause"
717             ],
718             "authors": [
719                 {
720                     "name": "Andreas Gohr",
721                     "email": "andi@splitbrain.org"
722                 }
723             ],
724             "description": "PHP based JavaScript minimizer",
725             "support": {
726                 "issues": "https://github.com/splitbrain/php-jsstrip/issues",
727                 "source": "https://github.com/splitbrain/php-jsstrip/tree/1.0.1"
728             },
729             "funding": [
730                 {
731                     "url": "https://github.com/sponsors/splitbrain",
732                     "type": "github"
733                 }
734             ],
735             "time": "2023-03-12T10:23:16+00:00"
736         },
737         {
738             "name": "splitbrain/slika",
739             "version": "1.0.7",
740             "source": {
741                 "type": "git",
742                 "url": "https://github.com/splitbrain/slika.git",
743                 "reference": "93cd2034628136b4fa322f7f1ac3d57293a6c08d"
744             },
745             "dist": {
746                 "type": "zip",
747                 "url": "https://api.github.com/repos/splitbrain/slika/zipball/93cd2034628136b4fa322f7f1ac3d57293a6c08d",
748                 "reference": "93cd2034628136b4fa322f7f1ac3d57293a6c08d",
749                 "shasum": ""
750             },
751             "require": {
752                 "php": ">=7.0"
753             },
754             "require-dev": {
755                 "phpunit/phpunit": "^8.0"
756             },
757             "suggest": {
758                 "ext-gd": "PHP's builtin image manipulation library. Alternatively use an installation of ImageMagick"
759             },
760             "type": "library",
761             "autoload": {
762                 "psr-4": {
763                     "splitbrain\\slika\\": "src",
764                     "splitbrain\\slika\\tests\\": "tests"
765                 }
766             },
767             "notification-url": "https://packagist.org/downloads/",
768             "license": [
769                 "MIT"
770             ],
771             "authors": [
772                 {
773                     "name": "Andreas Gohr",
774                     "email": "andi@splitbrain.org"
775                 }
776             ],
777             "description": "Simple image resizing",
778             "support": {
779                 "issues": "https://github.com/splitbrain/slika/issues",
780                 "source": "https://github.com/splitbrain/slika/tree/1.0.7"
781             },
782             "time": "2024-01-28T09:41:46+00:00"
783         }
784     ],
785     "packages-dev": [],
786     "aliases": [
787         {
788             "package": "geshi/geshi",
789             "version": "9999999-dev",
790             "alias": "1.0.x-dev",
791             "alias_normalized": "1.0.9999999.9999999-dev"
792         }
793     ],
794     "minimum-stability": "stable",
795     "stability-flags": {
796         "geshi/geshi": 20
797     },
798     "prefer-stable": true,
799     "prefer-lowest": false,
800     "platform": {
801         "php": ">=7.4",
802         "ext-json": "*"
803     },
804     "platform-dev": [],
805     "platform-overrides": {
806         "php": "7.4"
807     },
808     "plugin-api-version": "2.6.0"