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