]> git.mxchange.org Git - friendica.git/blob - composer.lock
Update Composer dependencies ahead of release
[friendica.git] / composer.lock
1 {
2     "_readme": [
3         "This file locks the dependencies of your project to a known state",
4         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5         "This file is @generated automatically"
6     ],
7     "content-hash": "082b16e2c88895f1a03d5b0ffe678ba7",
8     "packages": [
9         {
10             "name": "asika/simple-console",
11             "version": "1.0.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/asika32764/php-simple-console.git",
15                 "reference": "0b624c1a999849dc6481a47182e58d593bf65068"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/asika32764/php-simple-console/zipball/0b624c1a999849dc6481a47182e58d593bf65068",
20                 "reference": "0b624c1a999849dc6481a47182e58d593bf65068",
21                 "shasum": ""
22             },
23             "type": "library",
24             "autoload": {
25                 "psr-4": {
26                     "Asika\\SimpleConsole\\": "src/"
27                 }
28             },
29             "notification-url": "https://packagist.org/downloads/",
30             "license": [
31                 "MIT"
32             ],
33             "authors": [
34                 {
35                     "name": "Simon Asika",
36                     "email": "asika32764@gmail.com"
37                 }
38             ],
39             "description": "One file console framework to help you write build scripts.",
40             "time": "2018-03-08T12:05:40+00:00"
41         },
42         {
43             "name": "bacon/bacon-qr-code",
44             "version": "2.0.8",
45             "source": {
46                 "type": "git",
47                 "url": "https://github.com/Bacon/BaconQrCode.git",
48                 "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
49             },
50             "dist": {
51                 "type": "zip",
52                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
53                 "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
54                 "shasum": ""
55             },
56             "require": {
57                 "dasprid/enum": "^1.0.3",
58                 "ext-iconv": "*",
59                 "php": "^7.1 || ^8.0"
60             },
61             "require-dev": {
62                 "phly/keep-a-changelog": "^2.1",
63                 "phpunit/phpunit": "^7 | ^8 | ^9",
64                 "spatie/phpunit-snapshot-assertions": "^4.2.9",
65                 "squizlabs/php_codesniffer": "^3.4"
66             },
67             "suggest": {
68                 "ext-imagick": "to generate QR code images"
69             },
70             "type": "library",
71             "autoload": {
72                 "psr-4": {
73                     "BaconQrCode\\": "src/"
74                 }
75             },
76             "notification-url": "https://packagist.org/downloads/",
77             "license": [
78                 "BSD-2-Clause"
79             ],
80             "authors": [
81                 {
82                     "name": "Ben Scholzen 'DASPRiD'",
83                     "email": "mail@dasprids.de",
84                     "homepage": "https://dasprids.de/",
85                     "role": "Developer"
86                 }
87             ],
88             "description": "BaconQrCode is a QR code generator for PHP.",
89             "homepage": "https://github.com/Bacon/BaconQrCode",
90             "time": "2022-12-07T17:46:57+00:00"
91         },
92         {
93             "name": "bower-asset/Chart-js",
94             "version": "v2.9.4",
95             "source": {
96                 "type": "git",
97                 "url": "https://github.com/chartjs/Chart.js.git",
98                 "reference": "9bd4cf82fda9f50a5fb50b72843e06ab88124278"
99             },
100             "dist": {
101                 "type": "zip",
102                 "url": "https://api.github.com/repos/chartjs/Chart.js/zipball/9bd4cf82fda9f50a5fb50b72843e06ab88124278",
103                 "reference": "9bd4cf82fda9f50a5fb50b72843e06ab88124278",
104                 "shasum": ""
105             },
106             "type": "bower-asset-library",
107             "extra": {
108                 "bower-asset-main": "./dist/Chart.js",
109                 "bower-asset-ignore": [
110                     ".github",
111                     ".codeclimate.yml",
112                     ".gitignore",
113                     ".npmignore",
114                     ".travis.yml",
115                     "scripts"
116                 ]
117             },
118             "license": [
119                 "MIT"
120             ],
121             "description": "Simple HTML5 charts using the canvas element.",
122             "time": "2020-10-19T12:22:11+00:00"
123         },
124         {
125             "name": "bower-asset/base64",
126             "version": "1.3.0",
127             "source": {
128                 "type": "git",
129                 "url": "https://github.com/davidchambers/Base64.js.git",
130                 "reference": "22192690552ba07bf035f95a5d2d1a0e2f0ced46"
131             },
132             "dist": {
133                 "type": "zip",
134                 "url": "https://api.github.com/repos/davidchambers/Base64.js/zipball/22192690552ba07bf035f95a5d2d1a0e2f0ced46",
135                 "reference": "22192690552ba07bf035f95a5d2d1a0e2f0ced46",
136                 "shasum": ""
137             },
138             "type": "bower-asset-library",
139             "extra": {
140                 "bower-asset-main": "./base64.js",
141                 "bower-asset-ignore": [
142                     "**/.*",
143                     "Makefile",
144                     "coverage/",
145                     "scripts/",
146                     "test/"
147                 ]
148             },
149             "license": [
150                 "WTFPL"
151             ],
152             "description": "Base64 encoding and decoding",
153             "time": "2023-09-18T21:37:26+00:00"
154         },
155         {
156             "name": "bower-asset/dompurify",
157             "version": "1.0.11",
158             "source": {
159                 "type": "git",
160                 "url": "https://github.com/cure53/DOMPurify.git",
161                 "reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38"
162             },
163             "dist": {
164                 "type": "zip",
165                 "url": "https://api.github.com/repos/cure53/DOMPurify/zipball/3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38",
166                 "reference": "3c1c0d7e11cda896b0c69cf82e0ca6e0c0e7dd38",
167                 "shasum": ""
168             },
169             "type": "bower-asset-library",
170             "extra": {
171                 "bower-asset-main": "src/purify.js",
172                 "bower-asset-ignore": [
173                     "**/.*",
174                     "demos",
175                     "scripts",
176                     "test",
177                     "website"
178                 ]
179             },
180             "license": [
181                 "MPL-2.0",
182                 "Apache-2.0"
183             ],
184             "description": "A DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG",
185             "keywords": [
186                 "cross site scripting",
187                 "dom",
188                 "filter",
189                 "html",
190                 "mathml",
191                 "sanitize",
192                 "sanitizer",
193                 "secure",
194                 "security",
195                 "svg",
196                 "xss"
197             ],
198             "time": "2019-06-18T13:33:05+00:00"
199         },
200         {
201             "name": "bower-asset/fork-awesome",
202             "version": "1.2.0",
203             "source": {
204                 "type": "git",
205                 "url": "https://github.com/ForkAwesome/Fork-Awesome.git",
206                 "reference": "1e3849530d0266ece3a883649e1398414b92241d"
207             },
208             "dist": {
209                 "type": "zip",
210                 "url": "https://api.github.com/repos/ForkAwesome/Fork-Awesome/zipball/1e3849530d0266ece3a883649e1398414b92241d",
211                 "reference": "1e3849530d0266ece3a883649e1398414b92241d",
212                 "shasum": ""
213             },
214             "type": "bower-asset-library",
215             "extra": {
216                 "bower-asset-main": [
217                     "less/fork-awesome.less",
218                     "scss/fork-awesome.scss"
219                 ],
220                 "bower-asset-ignore": [
221                     "*/.*",
222                     "*.json",
223                     "src",
224                     "*.yml",
225                     "Gemfile",
226                     "Gemfile.lock",
227                     "*.md"
228                 ]
229             },
230             "license": [
231                 "OFL-1.1",
232                 "MIT",
233                 "CC-BY-3.0"
234             ],
235             "description": "Fork Awesome",
236             "keywords": [
237                 "awesome",
238                 "font",
239                 "fork",
240                 "icon"
241             ],
242             "time": "2021-08-26T18:46:39+00:00"
243         },
244         {
245             "name": "brick/math",
246             "version": "0.9.3",
247             "source": {
248                 "type": "git",
249                 "url": "https://github.com/brick/math.git",
250                 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
251             },
252             "dist": {
253                 "type": "zip",
254                 "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
255                 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
256                 "shasum": ""
257             },
258             "require": {
259                 "ext-json": "*",
260                 "php": "^7.1 || ^8.0"
261             },
262             "require-dev": {
263                 "php-coveralls/php-coveralls": "^2.2",
264                 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
265                 "vimeo/psalm": "4.9.2"
266             },
267             "type": "library",
268             "autoload": {
269                 "psr-4": {
270                     "Brick\\Math\\": "src/"
271                 }
272             },
273             "notification-url": "https://packagist.org/downloads/",
274             "license": [
275                 "MIT"
276             ],
277             "description": "Arbitrary-precision arithmetic library",
278             "keywords": [
279                 "Arbitrary-precision",
280                 "BigInteger",
281                 "BigRational",
282                 "arithmetic",
283                 "bigdecimal",
284                 "bignum",
285                 "brick",
286                 "math"
287             ],
288             "funding": [
289                 {
290                     "url": "https://github.com/BenMorel",
291                     "type": "github"
292                 },
293                 {
294                     "url": "https://tidelift.com/funding/github/packagist/brick/math",
295                     "type": "tidelift"
296                 }
297             ],
298             "time": "2021-08-15T20:50:18+00:00"
299         },
300         {
301             "name": "composer/ca-bundle",
302             "version": "1.4.0",
303             "source": {
304                 "type": "git",
305                 "url": "https://github.com/composer/ca-bundle.git",
306                 "reference": "b66d11b7479109ab547f9405b97205640b17d385"
307             },
308             "dist": {
309                 "type": "zip",
310                 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/b66d11b7479109ab547f9405b97205640b17d385",
311                 "reference": "b66d11b7479109ab547f9405b97205640b17d385",
312                 "shasum": ""
313             },
314             "require": {
315                 "ext-openssl": "*",
316                 "ext-pcre": "*",
317                 "php": "^5.3.2 || ^7.0 || ^8.0"
318             },
319             "require-dev": {
320                 "phpstan/phpstan": "^0.12.55",
321                 "psr/log": "^1.0",
322                 "symfony/phpunit-bridge": "^4.2 || ^5",
323                 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
324             },
325             "type": "library",
326             "extra": {
327                 "branch-alias": {
328                     "dev-main": "1.x-dev"
329                 }
330             },
331             "autoload": {
332                 "psr-4": {
333                     "Composer\\CaBundle\\": "src"
334                 }
335             },
336             "notification-url": "https://packagist.org/downloads/",
337             "license": [
338                 "MIT"
339             ],
340             "authors": [
341                 {
342                     "name": "Jordi Boggiano",
343                     "email": "j.boggiano@seld.be",
344                     "homepage": "http://seld.be"
345                 }
346             ],
347             "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
348             "keywords": [
349                 "cabundle",
350                 "cacert",
351                 "certificate",
352                 "ssl",
353                 "tls"
354             ],
355             "funding": [
356                 {
357                     "url": "https://packagist.com",
358                     "type": "custom"
359                 },
360                 {
361                     "url": "https://github.com/composer",
362                     "type": "github"
363                 },
364                 {
365                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
366                     "type": "tidelift"
367                 }
368             ],
369             "time": "2023-12-18T12:05:55+00:00"
370         },
371         {
372             "name": "dasprid/enum",
373             "version": "1.0.5",
374             "source": {
375                 "type": "git",
376                 "url": "https://github.com/DASPRiD/Enum.git",
377                 "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
378             },
379             "dist": {
380                 "type": "zip",
381                 "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
382                 "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
383                 "shasum": ""
384             },
385             "require": {
386                 "php": ">=7.1 <9.0"
387             },
388             "require-dev": {
389                 "phpunit/phpunit": "^7 | ^8 | ^9",
390                 "squizlabs/php_codesniffer": "*"
391             },
392             "type": "library",
393             "autoload": {
394                 "psr-4": {
395                     "DASPRiD\\Enum\\": "src/"
396                 }
397             },
398             "notification-url": "https://packagist.org/downloads/",
399             "license": [
400                 "BSD-2-Clause"
401             ],
402             "authors": [
403                 {
404                     "name": "Ben Scholzen 'DASPRiD'",
405                     "email": "mail@dasprids.de",
406                     "homepage": "https://dasprids.de/",
407                     "role": "Developer"
408                 }
409             ],
410             "description": "PHP 7.1 enum implementation",
411             "keywords": [
412                 "enum",
413                 "map"
414             ],
415             "time": "2023-08-25T16:18:39+00:00"
416         },
417         {
418             "name": "divineomega/do-file-cache",
419             "version": "v2.0.6",
420             "source": {
421                 "type": "git",
422                 "url": "https://github.com/DivineOmega/DO-File-Cache.git",
423                 "reference": "23696a8a4c3ebe2ab3d68a35b2698fa103f69334"
424             },
425             "dist": {
426                 "type": "zip",
427                 "url": "https://api.github.com/repos/DivineOmega/DO-File-Cache/zipball/23696a8a4c3ebe2ab3d68a35b2698fa103f69334",
428                 "reference": "23696a8a4c3ebe2ab3d68a35b2698fa103f69334",
429                 "shasum": ""
430             },
431             "require": {
432                 "ext-json": "*",
433                 "ext-zlib": "*",
434                 "php": ">=5.6"
435             },
436             "require-dev": {
437                 "php-coveralls/php-coveralls": "^2.1",
438                 "phpunit/phpunit": "^6.5"
439             },
440             "type": "library",
441             "extra": {
442                 "branch-alias": {
443                     "dev-master": "1.0-dev"
444                 }
445             },
446             "autoload": {
447                 "psr-4": {
448                     "DivineOmega\\DOFileCache\\": "src/"
449                 }
450             },
451             "notification-url": "https://packagist.org/downloads/",
452             "license": [
453                 "LGPL-3.0-only"
454             ],
455             "description": "DO File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.",
456             "keywords": [
457                 "cache",
458                 "caching",
459                 "caching library",
460                 "file cache",
461                 "library",
462                 "php"
463             ],
464             "time": "2018-12-31T09:36:51+00:00"
465         },
466         {
467             "name": "divineomega/do-file-cache-psr-6",
468             "version": "v2.0.1",
469             "source": {
470                 "type": "git",
471                 "url": "https://github.com/DivineOmega/DO-File-Cache-PSR-6.git",
472                 "reference": "18f9807d0491d093e9a12741afb40257d92f017e"
473             },
474             "dist": {
475                 "type": "zip",
476                 "url": "https://api.github.com/repos/DivineOmega/DO-File-Cache-PSR-6/zipball/18f9807d0491d093e9a12741afb40257d92f017e",
477                 "reference": "18f9807d0491d093e9a12741afb40257d92f017e",
478                 "shasum": ""
479             },
480             "require": {
481                 "divineomega/do-file-cache": "^2.0.0",
482                 "psr/cache": "^1.0"
483             },
484             "require-dev": {
485                 "cache/integration-tests": "^0.16.0",
486                 "php-coveralls/php-coveralls": "^2.1",
487                 "phpunit/phpunit": "^5.7"
488             },
489             "type": "library",
490             "autoload": {
491                 "psr-4": {
492                     "DivineOmega\\DOFileCachePSR6\\": "src/"
493                 }
494             },
495             "notification-url": "https://packagist.org/downloads/",
496             "license": [
497                 "LGPL-3.0-only"
498             ],
499             "authors": [
500                 {
501                     "name": "Jordan Hall",
502                     "email": "jordan@hall05.co.uk"
503                 }
504             ],
505             "description": "PSR-6 adapter for DO File Cache",
506             "time": "2018-07-13T08:32:36+00:00"
507         },
508         {
509             "name": "divineomega/password_exposed",
510             "version": "v2.8.0",
511             "source": {
512                 "type": "git",
513                 "url": "https://github.com/DivineOmega/password_exposed.git",
514                 "reference": "908ed8e62ef95411bd0f866e29c69cef2bbca880"
515             },
516             "dist": {
517                 "type": "zip",
518                 "url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/908ed8e62ef95411bd0f866e29c69cef2bbca880",
519                 "reference": "908ed8e62ef95411bd0f866e29c69cef2bbca880",
520                 "shasum": ""
521             },
522             "require": {
523                 "divineomega/do-file-cache-psr-6": "^2.0",
524                 "guzzlehttp/guzzle": "^6.3",
525                 "paragonie/certainty": "^1|^2",
526                 "php": ">=5.6"
527             },
528             "require-dev": {
529                 "fzaninotto/faker": "^1.7",
530                 "php-coveralls/php-coveralls": "^2.1",
531                 "phpunit/phpunit": "^6.5",
532                 "vimeo/psalm": "^1"
533             },
534             "type": "library",
535             "autoload": {
536                 "psr-4": {
537                     "DivineOmega\\PasswordExposed\\": "src/"
538                 },
539                 "files": [
540                     "src/PasswordExposedFunction.php"
541                 ]
542             },
543             "notification-url": "https://packagist.org/downloads/",
544             "license": [
545                 "LGPL-3.0-only"
546             ],
547             "authors": [
548                 {
549                     "name": "Jordan Hall",
550                     "email": "jordan@hall05.co.uk"
551                 }
552             ],
553             "description": "This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.",
554             "time": "2019-01-25T12:00:28+00:00"
555         },
556         {
557             "name": "enyo/dropzone",
558             "version": "v5.9.3",
559             "source": {
560                 "type": "git",
561                 "url": "https://github.com/dropzone/dropzone-packagist.git",
562                 "reference": "286b2dc1f1195bd12169e4c9d5f91cfbe46e245f"
563             },
564             "dist": {
565                 "type": "zip",
566                 "url": "https://api.github.com/repos/dropzone/dropzone-packagist/zipball/286b2dc1f1195bd12169e4c9d5f91cfbe46e245f",
567                 "reference": "286b2dc1f1195bd12169e4c9d5f91cfbe46e245f",
568                 "shasum": ""
569             },
570             "type": "library",
571             "notification-url": "https://packagist.org/downloads/",
572             "license": [
573                 "MIT"
574             ],
575             "authors": [
576                 {
577                     "name": "Matias Meno",
578                     "email": "m@tias.me",
579                     "homepage": "http://www.yesmeno.com"
580                 }
581             ],
582             "description": "Handles drag and drop of files for you.",
583             "homepage": "http://www.dropzonejs.com",
584             "keywords": [
585                 "drag and drop",
586                 "dragndrop",
587                 "file upload",
588                 "upload"
589             ],
590             "time": "2021-09-21T17:03:36+00:00"
591         },
592         {
593             "name": "ezyang/htmlpurifier",
594             "version": "v4.17.0",
595             "source": {
596                 "type": "git",
597                 "url": "https://github.com/ezyang/htmlpurifier.git",
598                 "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
599             },
600             "dist": {
601                 "type": "zip",
602                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
603                 "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
604                 "shasum": ""
605             },
606             "require": {
607                 "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
608             },
609             "require-dev": {
610                 "cerdic/css-tidy": "^1.7 || ^2.0",
611                 "simpletest/simpletest": "dev-master"
612             },
613             "suggest": {
614                 "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
615                 "ext-bcmath": "Used for unit conversion and imagecrash protection",
616                 "ext-iconv": "Converts text to and from non-UTF-8 encodings",
617                 "ext-tidy": "Used for pretty-printing HTML"
618             },
619             "type": "library",
620             "autoload": {
621                 "files": [
622                     "library/HTMLPurifier.composer.php"
623                 ],
624                 "psr-0": {
625                     "HTMLPurifier": "library/"
626                 },
627                 "exclude-from-classmap": [
628                     "/library/HTMLPurifier/Language/"
629                 ]
630             },
631             "notification-url": "https://packagist.org/downloads/",
632             "license": [
633                 "LGPL-2.1-or-later"
634             ],
635             "authors": [
636                 {
637                     "name": "Edward Z. Yang",
638                     "email": "admin@htmlpurifier.org",
639                     "homepage": "http://ezyang.com"
640                 }
641             ],
642             "description": "Standards compliant HTML filter written in PHP",
643             "homepage": "http://htmlpurifier.org/",
644             "keywords": [
645                 "html"
646             ],
647             "time": "2023-11-17T15:01:25+00:00"
648         },
649         {
650             "name": "fgrosse/phpasn1",
651             "version": "v2.5.0",
652             "source": {
653                 "type": "git",
654                 "url": "https://github.com/fgrosse/PHPASN1.git",
655                 "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b"
656             },
657             "dist": {
658                 "type": "zip",
659                 "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b",
660                 "reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b",
661                 "shasum": ""
662             },
663             "require": {
664                 "php": "^7.1 || ^8.0"
665             },
666             "require-dev": {
667                 "php-coveralls/php-coveralls": "~2.0",
668                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
669             },
670             "suggest": {
671                 "ext-bcmath": "BCmath is the fallback extension for big integer calculations",
672                 "ext-curl": "For loading OID information from the web if they have not bee defined statically",
673                 "ext-gmp": "GMP is the preferred extension for big integer calculations",
674                 "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
675             },
676             "type": "library",
677             "extra": {
678                 "branch-alias": {
679                     "dev-master": "2.0.x-dev"
680                 }
681             },
682             "autoload": {
683                 "psr-4": {
684                     "FG\\": "lib/"
685                 }
686             },
687             "notification-url": "https://packagist.org/downloads/",
688             "license": [
689                 "MIT"
690             ],
691             "authors": [
692                 {
693                     "name": "Friedrich Große",
694                     "email": "friedrich.grosse@gmail.com",
695                     "homepage": "https://github.com/FGrosse",
696                     "role": "Author"
697                 },
698                 {
699                     "name": "All contributors",
700                     "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
701                 }
702             ],
703             "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
704             "homepage": "https://github.com/FGrosse/PHPASN1",
705             "keywords": [
706                 "DER",
707                 "asn.1",
708                 "asn1",
709                 "ber",
710                 "binary",
711                 "decoding",
712                 "encoding",
713                 "x.509",
714                 "x.690",
715                 "x509",
716                 "x690"
717             ],
718             "abandoned": true,
719             "time": "2022-12-19T11:08:26+00:00"
720         },
721         {
722             "name": "friendica/json-ld",
723             "version": "1.1.4",
724             "source": {
725                 "type": "git",
726                 "url": "https://git.friendi.ca/friendica/php-json-ld",
727                 "reference": "1f33c8766b5cfbecfbc2122238873debeed35fb6"
728             },
729             "require": {
730                 "ext-json": "*",
731                 "php": ">=5.4.0"
732             },
733             "type": "library",
734             "autoload": {
735                 "files": [
736                     "jsonld.php"
737                 ]
738             },
739             "license": [
740                 "BSD-3-Clause"
741             ],
742             "authors": [
743                 {
744                     "name": "Digital Bazaar, Inc.",
745                     "email": "support@digitalbazaar.com",
746                     "homepage": "http://digitalbazaar.com/"
747                 },
748                 {
749                     "name": "Friendica Team",
750                     "homepage": "https://friendi.ca/"
751                 }
752             ],
753             "description": "A JSON-LD Processor and API implementation in PHP.",
754             "homepage": "https://git.friendi.ca/friendica/php-json-ld",
755             "keywords": [
756                 "JSON",
757                 "JSON-LD",
758                 "Linked Data",
759                 "RDF",
760                 "Semantic Web",
761                 "jsonld"
762             ],
763             "time": "2023-07-09T14:00:15+00:00"
764         },
765         {
766             "name": "fxp/composer-asset-plugin",
767             "version": "v1.4.6",
768             "source": {
769                 "type": "git",
770                 "url": "https://github.com/fxpio/composer-asset-plugin.git",
771                 "reference": "886ece037849d3935c5a34cdcd984e46f2de5fae"
772             },
773             "dist": {
774                 "type": "zip",
775                 "url": "https://api.github.com/repos/fxpio/composer-asset-plugin/zipball/886ece037849d3935c5a34cdcd984e46f2de5fae",
776                 "reference": "886ece037849d3935c5a34cdcd984e46f2de5fae",
777                 "shasum": ""
778             },
779             "require": {
780                 "composer-plugin-api": "^1.0",
781                 "php": ">=5.3.3"
782             },
783             "require-dev": {
784                 "composer/composer": "^1.6.0"
785             },
786             "type": "composer-plugin",
787             "extra": {
788                 "class": "Fxp\\Composer\\AssetPlugin\\FxpAssetPlugin",
789                 "branch-alias": {
790                     "dev-master": "1.4-dev"
791                 }
792             },
793             "autoload": {
794                 "psr-4": {
795                     "Fxp\\Composer\\AssetPlugin\\": ""
796                 },
797                 "exclude-from-classmap": [
798                     "/Tests/"
799                 ]
800             },
801             "notification-url": "https://packagist.org/downloads/",
802             "license": [
803                 "MIT"
804             ],
805             "authors": [
806                 {
807                     "name": "François Pluchino",
808                     "email": "francois.pluchino@gmail.com"
809                 }
810             ],
811             "description": "NPM/Bower Dependency Manager for Composer",
812             "homepage": "https://github.com/fxpio/composer-asset-plugin",
813             "keywords": [
814                 "asset",
815                 "bower",
816                 "composer",
817                 "dependency manager",
818                 "nodejs",
819                 "npm",
820                 "package"
821             ],
822             "time": "2019-08-08T18:36:07+00:00"
823         },
824         {
825             "name": "geekwright/po",
826             "version": "v2.0.2",
827             "source": {
828                 "type": "git",
829                 "url": "https://github.com/geekwright/Po.git",
830                 "reference": "f9222a901d38f2101d22f767099926d945c78db5"
831             },
832             "dist": {
833                 "type": "zip",
834                 "url": "https://api.github.com/repos/geekwright/Po/zipball/f9222a901d38f2101d22f767099926d945c78db5",
835                 "reference": "f9222a901d38f2101d22f767099926d945c78db5",
836                 "shasum": ""
837             },
838             "require": {
839                 "php": ">7.1"
840             },
841             "require-dev": {
842                 "phpunit/phpunit": "^7.0|^8.0",
843                 "smarty/smarty": "^3.1"
844             },
845             "type": "library",
846             "autoload": {
847                 "psr-4": {
848                     "Geekwright\\Po\\": "src/"
849                 }
850             },
851             "notification-url": "https://packagist.org/downloads/",
852             "license": [
853                 "GPL-2.0-or-later"
854             ],
855             "authors": [
856                 {
857                     "name": "Richard Griffith",
858                     "email": "richard@geekwright.com"
859                 }
860             ],
861             "description": "Objects to assist in reading, manipulating and creating GNU gettext style PO files",
862             "homepage": "https://github.com/geekwright/Po",
863             "keywords": [
864                 "gettext",
865                 "i18n",
866                 "l10n",
867                 "po",
868                 "pot"
869             ],
870             "time": "2020-12-30T23:34:48+00:00"
871         },
872         {
873             "name": "guzzlehttp/guzzle",
874             "version": "6.5.8",
875             "source": {
876                 "type": "git",
877                 "url": "https://github.com/guzzle/guzzle.git",
878                 "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
879             },
880             "dist": {
881                 "type": "zip",
882                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
883                 "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
884                 "shasum": ""
885             },
886             "require": {
887                 "ext-json": "*",
888                 "guzzlehttp/promises": "^1.0",
889                 "guzzlehttp/psr7": "^1.9",
890                 "php": ">=5.5",
891                 "symfony/polyfill-intl-idn": "^1.17"
892             },
893             "require-dev": {
894                 "ext-curl": "*",
895                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
896                 "psr/log": "^1.1"
897             },
898             "suggest": {
899                 "psr/log": "Required for using the Log middleware"
900             },
901             "type": "library",
902             "extra": {
903                 "branch-alias": {
904                     "dev-master": "6.5-dev"
905                 }
906             },
907             "autoload": {
908                 "files": [
909                     "src/functions_include.php"
910                 ],
911                 "psr-4": {
912                     "GuzzleHttp\\": "src/"
913                 }
914             },
915             "notification-url": "https://packagist.org/downloads/",
916             "license": [
917                 "MIT"
918             ],
919             "authors": [
920                 {
921                     "name": "Graham Campbell",
922                     "email": "hello@gjcampbell.co.uk",
923                     "homepage": "https://github.com/GrahamCampbell"
924                 },
925                 {
926                     "name": "Michael Dowling",
927                     "email": "mtdowling@gmail.com",
928                     "homepage": "https://github.com/mtdowling"
929                 },
930                 {
931                     "name": "Jeremy Lindblom",
932                     "email": "jeremeamia@gmail.com",
933                     "homepage": "https://github.com/jeremeamia"
934                 },
935                 {
936                     "name": "George Mponos",
937                     "email": "gmponos@gmail.com",
938                     "homepage": "https://github.com/gmponos"
939                 },
940                 {
941                     "name": "Tobias Nyholm",
942                     "email": "tobias.nyholm@gmail.com",
943                     "homepage": "https://github.com/Nyholm"
944                 },
945                 {
946                     "name": "Márk Sági-Kazár",
947                     "email": "mark.sagikazar@gmail.com",
948                     "homepage": "https://github.com/sagikazarmark"
949                 },
950                 {
951                     "name": "Tobias Schultze",
952                     "email": "webmaster@tubo-world.de",
953                     "homepage": "https://github.com/Tobion"
954                 }
955             ],
956             "description": "Guzzle is a PHP HTTP client library",
957             "homepage": "http://guzzlephp.org/",
958             "keywords": [
959                 "client",
960                 "curl",
961                 "framework",
962                 "http",
963                 "http client",
964                 "rest",
965                 "web service"
966             ],
967             "funding": [
968                 {
969                     "url": "https://github.com/GrahamCampbell",
970                     "type": "github"
971                 },
972                 {
973                     "url": "https://github.com/Nyholm",
974                     "type": "github"
975                 },
976                 {
977                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
978                     "type": "tidelift"
979                 }
980             ],
981             "time": "2022-06-20T22:16:07+00:00"
982         },
983         {
984             "name": "guzzlehttp/oauth-subscriber",
985             "version": "0.6.0",
986             "source": {
987                 "type": "git",
988                 "url": "https://github.com/guzzle/oauth-subscriber.git",
989                 "reference": "8d6cab29f8397e5712d00a383eeead36108a3c1f"
990             },
991             "dist": {
992                 "type": "zip",
993                 "url": "https://api.github.com/repos/guzzle/oauth-subscriber/zipball/8d6cab29f8397e5712d00a383eeead36108a3c1f",
994                 "reference": "8d6cab29f8397e5712d00a383eeead36108a3c1f",
995                 "shasum": ""
996             },
997             "require": {
998                 "guzzlehttp/guzzle": "^6.5|^7.2",
999                 "guzzlehttp/psr7": "^1.7|^2.0",
1000                 "php": ">=5.5.0"
1001             },
1002             "require-dev": {
1003                 "phpunit/phpunit": "~4.0|^9.3.3"
1004             },
1005             "suggest": {
1006                 "ext-openssl": "Required to sign using RSA-SHA1"
1007             },
1008             "type": "library",
1009             "extra": {
1010                 "branch-alias": {
1011                     "dev-master": "0.6-dev"
1012                 }
1013             },
1014             "autoload": {
1015                 "psr-4": {
1016                     "GuzzleHttp\\Subscriber\\Oauth\\": "src"
1017                 }
1018             },
1019             "notification-url": "https://packagist.org/downloads/",
1020             "license": [
1021                 "MIT"
1022             ],
1023             "authors": [
1024                 {
1025                     "name": "Michael Dowling",
1026                     "email": "mtdowling@gmail.com",
1027                     "homepage": "https://github.com/mtdowling"
1028                 }
1029             ],
1030             "description": "Guzzle OAuth 1.0 subscriber",
1031             "homepage": "http://guzzlephp.org/",
1032             "keywords": [
1033                 "Guzzle",
1034                 "oauth"
1035             ],
1036             "time": "2021-07-13T12:01:32+00:00"
1037         },
1038         {
1039             "name": "guzzlehttp/promises",
1040             "version": "1.5.3",
1041             "source": {
1042                 "type": "git",
1043                 "url": "https://github.com/guzzle/promises.git",
1044                 "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
1045             },
1046             "dist": {
1047                 "type": "zip",
1048                 "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
1049                 "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
1050                 "shasum": ""
1051             },
1052             "require": {
1053                 "php": ">=5.5"
1054             },
1055             "require-dev": {
1056                 "symfony/phpunit-bridge": "^4.4 || ^5.1"
1057             },
1058             "type": "library",
1059             "autoload": {
1060                 "files": [
1061                     "src/functions_include.php"
1062                 ],
1063                 "psr-4": {
1064                     "GuzzleHttp\\Promise\\": "src/"
1065                 }
1066             },
1067             "notification-url": "https://packagist.org/downloads/",
1068             "license": [
1069                 "MIT"
1070             ],
1071             "authors": [
1072                 {
1073                     "name": "Graham Campbell",
1074                     "email": "hello@gjcampbell.co.uk",
1075                     "homepage": "https://github.com/GrahamCampbell"
1076                 },
1077                 {
1078                     "name": "Michael Dowling",
1079                     "email": "mtdowling@gmail.com",
1080                     "homepage": "https://github.com/mtdowling"
1081                 },
1082                 {
1083                     "name": "Tobias Nyholm",
1084                     "email": "tobias.nyholm@gmail.com",
1085                     "homepage": "https://github.com/Nyholm"
1086                 },
1087                 {
1088                     "name": "Tobias Schultze",
1089                     "email": "webmaster@tubo-world.de",
1090                     "homepage": "https://github.com/Tobion"
1091                 }
1092             ],
1093             "description": "Guzzle promises library",
1094             "keywords": [
1095                 "promise"
1096             ],
1097             "funding": [
1098                 {
1099                     "url": "https://github.com/GrahamCampbell",
1100                     "type": "github"
1101                 },
1102                 {
1103                     "url": "https://github.com/Nyholm",
1104                     "type": "github"
1105                 },
1106                 {
1107                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1108                     "type": "tidelift"
1109                 }
1110             ],
1111             "time": "2023-05-21T12:31:43+00:00"
1112         },
1113         {
1114             "name": "guzzlehttp/psr7",
1115             "version": "1.9.1",
1116             "source": {
1117                 "type": "git",
1118                 "url": "https://github.com/guzzle/psr7.git",
1119                 "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
1120             },
1121             "dist": {
1122                 "type": "zip",
1123                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
1124                 "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
1125                 "shasum": ""
1126             },
1127             "require": {
1128                 "php": ">=5.4.0",
1129                 "psr/http-message": "~1.0",
1130                 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
1131             },
1132             "provide": {
1133                 "psr/http-message-implementation": "1.0"
1134             },
1135             "require-dev": {
1136                 "ext-zlib": "*",
1137                 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
1138             },
1139             "suggest": {
1140                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1141             },
1142             "type": "library",
1143             "autoload": {
1144                 "files": [
1145                     "src/functions_include.php"
1146                 ],
1147                 "psr-4": {
1148                     "GuzzleHttp\\Psr7\\": "src/"
1149                 }
1150             },
1151             "notification-url": "https://packagist.org/downloads/",
1152             "license": [
1153                 "MIT"
1154             ],
1155             "authors": [
1156                 {
1157                     "name": "Graham Campbell",
1158                     "email": "hello@gjcampbell.co.uk",
1159                     "homepage": "https://github.com/GrahamCampbell"
1160                 },
1161                 {
1162                     "name": "Michael Dowling",
1163                     "email": "mtdowling@gmail.com",
1164                     "homepage": "https://github.com/mtdowling"
1165                 },
1166                 {
1167                     "name": "George Mponos",
1168                     "email": "gmponos@gmail.com",
1169                     "homepage": "https://github.com/gmponos"
1170                 },
1171                 {
1172                     "name": "Tobias Nyholm",
1173                     "email": "tobias.nyholm@gmail.com",
1174                     "homepage": "https://github.com/Nyholm"
1175                 },
1176                 {
1177                     "name": "Márk Sági-Kazár",
1178                     "email": "mark.sagikazar@gmail.com",
1179                     "homepage": "https://github.com/sagikazarmark"
1180                 },
1181                 {
1182                     "name": "Tobias Schultze",
1183                     "email": "webmaster@tubo-world.de",
1184                     "homepage": "https://github.com/Tobion"
1185                 }
1186             ],
1187             "description": "PSR-7 message implementation that also provides common utility methods",
1188             "keywords": [
1189                 "http",
1190                 "message",
1191                 "psr-7",
1192                 "request",
1193                 "response",
1194                 "stream",
1195                 "uri",
1196                 "url"
1197             ],
1198             "funding": [
1199                 {
1200                     "url": "https://github.com/GrahamCampbell",
1201                     "type": "github"
1202                 },
1203                 {
1204                     "url": "https://github.com/Nyholm",
1205                     "type": "github"
1206                 },
1207                 {
1208                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1209                     "type": "tidelift"
1210                 }
1211             ],
1212             "time": "2023-04-17T16:00:37+00:00"
1213         },
1214         {
1215             "name": "kornrunner/blurhash",
1216             "version": "v1.2.2",
1217             "source": {
1218                 "type": "git",
1219                 "url": "https://github.com/kornrunner/php-blurhash.git",
1220                 "reference": "bc8a4596cb0a49874f0158696a382ab3933fefe4"
1221             },
1222             "dist": {
1223                 "type": "zip",
1224                 "url": "https://api.github.com/repos/kornrunner/php-blurhash/zipball/bc8a4596cb0a49874f0158696a382ab3933fefe4",
1225                 "reference": "bc8a4596cb0a49874f0158696a382ab3933fefe4",
1226                 "shasum": ""
1227             },
1228             "require": {
1229                 "php": "^7.3|^8.0"
1230             },
1231             "require-dev": {
1232                 "ext-gd": "*",
1233                 "ocramius/package-versions": "^1.4|^2.0",
1234                 "phpstan/phpstan": "^0.12",
1235                 "phpunit/phpunit": "^9",
1236                 "vimeo/psalm": "^4.3"
1237             },
1238             "type": "library",
1239             "autoload": {
1240                 "psr-4": {
1241                     "kornrunner\\Blurhash\\": "src"
1242                 }
1243             },
1244             "notification-url": "https://packagist.org/downloads/",
1245             "license": [
1246                 "MIT"
1247             ],
1248             "authors": [
1249                 {
1250                     "name": "Boris Momčilović",
1251                     "email": "boris.momcilovic@gmail.com"
1252                 }
1253             ],
1254             "description": "Pure PHP implementation of Blurhash",
1255             "homepage": "https://github.com/kornrunner/php-blurhash",
1256             "time": "2022-07-13T19:38:39+00:00"
1257         },
1258         {
1259             "name": "league/html-to-markdown",
1260             "version": "4.10.0",
1261             "source": {
1262                 "type": "git",
1263                 "url": "https://github.com/thephpleague/html-to-markdown.git",
1264                 "reference": "0868ae7a552e809e5cd8f93ba022071640408e88"
1265             },
1266             "dist": {
1267                 "type": "zip",
1268                 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0868ae7a552e809e5cd8f93ba022071640408e88",
1269                 "reference": "0868ae7a552e809e5cd8f93ba022071640408e88",
1270                 "shasum": ""
1271             },
1272             "require": {
1273                 "ext-dom": "*",
1274                 "ext-xml": "*",
1275                 "php": ">=5.3.3"
1276             },
1277             "require-dev": {
1278                 "mikehaertl/php-shellcommand": "~1.1.0",
1279                 "phpunit/phpunit": "^4.8|^5.7",
1280                 "scrutinizer/ocular": "~1.1"
1281             },
1282             "bin": [
1283                 "bin/html-to-markdown"
1284             ],
1285             "type": "library",
1286             "extra": {
1287                 "branch-alias": {
1288                     "dev-master": "4.10-dev"
1289                 }
1290             },
1291             "autoload": {
1292                 "psr-4": {
1293                     "League\\HTMLToMarkdown\\": "src/"
1294                 }
1295             },
1296             "notification-url": "https://packagist.org/downloads/",
1297             "license": [
1298                 "MIT"
1299             ],
1300             "authors": [
1301                 {
1302                     "name": "Colin O'Dell",
1303                     "email": "colinodell@gmail.com",
1304                     "homepage": "https://www.colinodell.com",
1305                     "role": "Lead Developer"
1306                 },
1307                 {
1308                     "name": "Nick Cernis",
1309                     "email": "nick@cern.is",
1310                     "homepage": "http://modernnerd.net",
1311                     "role": "Original Author"
1312                 }
1313             ],
1314             "description": "An HTML-to-markdown conversion helper for PHP",
1315             "homepage": "https://github.com/thephpleague/html-to-markdown",
1316             "keywords": [
1317                 "html",
1318                 "markdown"
1319             ],
1320             "time": "2020-07-01T00:34:03+00:00"
1321         },
1322         {
1323             "name": "level-2/dice",
1324             "version": "4.0.4",
1325             "source": {
1326                 "type": "git",
1327                 "url": "https://github.com/Level-2/Dice.git",
1328                 "reference": "e04c98d96bcc932a917b2b7e7944887e4839056a"
1329             },
1330             "dist": {
1331                 "type": "zip",
1332                 "url": "https://api.github.com/repos/Level-2/Dice/zipball/e04c98d96bcc932a917b2b7e7944887e4839056a",
1333                 "reference": "e04c98d96bcc932a917b2b7e7944887e4839056a",
1334                 "shasum": ""
1335             },
1336             "require": {
1337                 "php": ">=7.0.0"
1338             },
1339             "require-dev": {
1340                 "phpunit/phpunit": "^6.5"
1341             },
1342             "type": "library",
1343             "extra": {
1344                 "patches_applied": []
1345             },
1346             "autoload": {
1347                 "psr-4": {
1348                     "Dice\\": "./"
1349                 }
1350             },
1351             "notification-url": "https://packagist.org/downloads/",
1352             "license": [
1353                 "BSD-2-Clause"
1354             ],
1355             "authors": [
1356                 {
1357                     "name": "Tom Butler",
1358                     "email": "tom@r.je"
1359                 }
1360             ],
1361             "description": "A minimalist Dependency injection container (DIC) for PHP. Please note: 3.0+ is only compatible with PHP 7.0. The 2.0 branch is compatbile with PHP 5.6.",
1362             "homepage": "http://r.je/dice.html",
1363             "keywords": [
1364                 "dependency injection",
1365                 "dependency injection container",
1366                 "di",
1367                 "ioc"
1368             ],
1369             "time": "2022-03-28T21:20:23+00:00"
1370         },
1371         {
1372             "name": "lightopenid/lightopenid",
1373             "version": "dev-master",
1374             "source": {
1375                 "type": "git",
1376                 "url": "https://github.com/Mewp/lightopenid.git",
1377                 "reference": "9d42dc24e4dd34121c98a6491bc3ef7933a68a19"
1378             },
1379             "dist": {
1380                 "type": "zip",
1381                 "url": "https://api.github.com/repos/Mewp/lightopenid/zipball/9d42dc24e4dd34121c98a6491bc3ef7933a68a19",
1382                 "reference": "9d42dc24e4dd34121c98a6491bc3ef7933a68a19",
1383                 "shasum": ""
1384             },
1385             "require": {
1386                 "php": ">=5.2.3"
1387             },
1388             "type": "library",
1389             "autoload": {
1390                 "classmap": [
1391                     "./"
1392                 ]
1393             },
1394             "notification-url": "https://packagist.org/downloads/",
1395             "license": [
1396                 "MIT"
1397             ],
1398             "homepage": "http://code.google.com/p/lightopenid/",
1399             "keywords": [
1400                 "OpenId"
1401             ],
1402             "time": "2013-10-27T16:25:49+00:00"
1403         },
1404         {
1405             "name": "matriphe/iso-639",
1406             "version": "1.2",
1407             "source": {
1408                 "type": "git",
1409                 "url": "https://github.com/matriphe/php-iso-639.git",
1410                 "reference": "0245d844daeefdd22a54b47103ffdb0e03c323e1"
1411             },
1412             "dist": {
1413                 "type": "zip",
1414                 "url": "https://api.github.com/repos/matriphe/php-iso-639/zipball/0245d844daeefdd22a54b47103ffdb0e03c323e1",
1415                 "reference": "0245d844daeefdd22a54b47103ffdb0e03c323e1",
1416                 "shasum": ""
1417             },
1418             "require-dev": {
1419                 "phpunit/phpunit": "^4.7"
1420             },
1421             "type": "library",
1422             "autoload": {
1423                 "psr-4": {
1424                     "Matriphe\\ISO639\\": "src/"
1425                 }
1426             },
1427             "notification-url": "https://packagist.org/downloads/",
1428             "license": [
1429                 "MIT"
1430             ],
1431             "authors": [
1432                 {
1433                     "name": "Muhammad Zamroni",
1434                     "email": "halo@matriphe.com"
1435                 }
1436             ],
1437             "description": "PHP library to convert ISO-639-1 code to language name.",
1438             "keywords": [
1439                 "639",
1440                 "iso",
1441                 "iso-639",
1442                 "lang",
1443                 "language",
1444                 "laravel"
1445             ],
1446             "time": "2017-07-19T15:11:19+00:00"
1447         },
1448         {
1449             "name": "mattwright/urlresolver",
1450             "version": "2.0",
1451             "source": {
1452                 "type": "git",
1453                 "url": "https://github.com/mattwright/URLResolver.php.git",
1454                 "reference": "416039192cb6d9158bdacd68349bceff8739b857"
1455             },
1456             "dist": {
1457                 "type": "zip",
1458                 "url": "https://api.github.com/repos/mattwright/URLResolver.php/zipball/416039192cb6d9158bdacd68349bceff8739b857",
1459                 "reference": "416039192cb6d9158bdacd68349bceff8739b857",
1460                 "shasum": ""
1461             },
1462             "require": {
1463                 "ext-curl": "*",
1464                 "ext-mbstring": "*",
1465                 "php": ">=5.3"
1466             },
1467             "type": "library",
1468             "autoload": {
1469                 "psr-4": {
1470                     "mattwright\\": "."
1471                 }
1472             },
1473             "notification-url": "https://packagist.org/downloads/",
1474             "license": [
1475                 "MIT"
1476             ],
1477             "authors": [
1478                 {
1479                     "name": "Matt Wright",
1480                     "email": "mw@mattwright.com"
1481                 }
1482             ],
1483             "description": "PHP class that attempts to resolve URLs to a final, canonical link.",
1484             "homepage": "https://github.com/mattwright/URLResolver.php",
1485             "keywords": [
1486                 "canonical",
1487                 "link",
1488                 "redirect",
1489                 "resolve",
1490                 "url"
1491             ],
1492             "time": "2019-01-18T00:59:34+00:00"
1493         },
1494         {
1495             "name": "michelf/php-markdown",
1496             "version": "1.9.1",
1497             "source": {
1498                 "type": "git",
1499                 "url": "https://github.com/michelf/php-markdown.git",
1500                 "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3"
1501             },
1502             "dist": {
1503                 "type": "zip",
1504                 "url": "https://api.github.com/repos/michelf/php-markdown/zipball/5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
1505                 "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
1506                 "shasum": ""
1507             },
1508             "require": {
1509                 "php": ">=5.3.0"
1510             },
1511             "require-dev": {
1512                 "phpunit/phpunit": ">=4.3 <5.8"
1513             },
1514             "type": "library",
1515             "autoload": {
1516                 "psr-4": {
1517                     "Michelf\\": "Michelf/"
1518                 }
1519             },
1520             "notification-url": "https://packagist.org/downloads/",
1521             "license": [
1522                 "BSD-3-Clause"
1523             ],
1524             "authors": [
1525                 {
1526                     "name": "Michel Fortin",
1527                     "email": "michel.fortin@michelf.ca",
1528                     "homepage": "https://michelf.ca/",
1529                     "role": "Developer"
1530                 },
1531                 {
1532                     "name": "John Gruber",
1533                     "homepage": "https://daringfireball.net/"
1534                 }
1535             ],
1536             "description": "PHP Markdown",
1537             "homepage": "https://michelf.ca/projects/php-markdown/",
1538             "keywords": [
1539                 "markdown"
1540             ],
1541             "time": "2021-11-24T02:52:38+00:00"
1542         },
1543         {
1544             "name": "minishlink/web-push",
1545             "version": "v6.0.7",
1546             "source": {
1547                 "type": "git",
1548                 "url": "https://github.com/web-push-libs/web-push-php.git",
1549                 "reference": "23a78b8585bdcecaa323f1dd1acdc548e28892fe"
1550             },
1551             "dist": {
1552                 "type": "zip",
1553                 "url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/23a78b8585bdcecaa323f1dd1acdc548e28892fe",
1554                 "reference": "23a78b8585bdcecaa323f1dd1acdc548e28892fe",
1555                 "shasum": ""
1556             },
1557             "require": {
1558                 "ext-curl": "*",
1559                 "ext-json": "*",
1560                 "ext-mbstring": "*",
1561                 "ext-openssl": "*",
1562                 "guzzlehttp/guzzle": "^7.0.1|^6.2",
1563                 "php": ">=7.2",
1564                 "web-token/jwt-key-mgmt": "^2.0",
1565                 "web-token/jwt-signature": "^2.0",
1566                 "web-token/jwt-signature-algorithm-ecdsa": "^2.0",
1567                 "web-token/jwt-util-ecc": "^2.0"
1568             },
1569             "require-dev": {
1570                 "friendsofphp/php-cs-fixer": "^2.14",
1571                 "phpstan/phpstan": "^0.11|^0.12",
1572                 "phpunit/phpunit": "^8.0|^9.0"
1573             },
1574             "type": "library",
1575             "autoload": {
1576                 "psr-4": {
1577                     "Minishlink\\WebPush\\": "src"
1578                 }
1579             },
1580             "notification-url": "https://packagist.org/downloads/",
1581             "license": [
1582                 "MIT"
1583             ],
1584             "authors": [
1585                 {
1586                     "name": "Louis Lagrange",
1587                     "email": "lagrange.louis@gmail.com",
1588                     "homepage": "https://github.com/Minishlink"
1589                 }
1590             ],
1591             "description": "Web Push library for PHP",
1592             "homepage": "https://github.com/web-push-libs/web-push-php",
1593             "keywords": [
1594                 "Push API",
1595                 "WebPush",
1596                 "notifications",
1597                 "push",
1598                 "web"
1599             ],
1600             "time": "2021-11-22T17:36:01+00:00"
1601         },
1602         {
1603             "name": "mobiledetect/mobiledetectlib",
1604             "version": "3.74.3",
1605             "source": {
1606                 "type": "git",
1607                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
1608                 "reference": "39582ab62f86b40e4edb698159f895929a29c346"
1609             },
1610             "dist": {
1611                 "type": "zip",
1612                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/39582ab62f86b40e4edb698159f895929a29c346",
1613                 "reference": "39582ab62f86b40e4edb698159f895929a29c346",
1614                 "shasum": ""
1615             },
1616             "require": {
1617                 "php": ">=7.4"
1618             },
1619             "require-dev": {
1620                 "friendsofphp/php-cs-fixer": "^3.14",
1621                 "phpunit/phpunit": "^9.6",
1622                 "squizlabs/php_codesniffer": "^3.7"
1623             },
1624             "type": "library",
1625             "autoload": {
1626                 "psr-4": {
1627                     "Detection\\": "src/"
1628                 },
1629                 "classmap": [
1630                     "src/MobileDetect.php"
1631                 ]
1632             },
1633             "notification-url": "https://packagist.org/downloads/",
1634             "license": [
1635                 "MIT"
1636             ],
1637             "authors": [
1638                 {
1639                     "name": "Serban Ghita",
1640                     "email": "serbanghita@gmail.com",
1641                     "homepage": "https://mobiledetect.net",
1642                     "role": "Developer"
1643                 }
1644             ],
1645             "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
1646             "homepage": "https://github.com/serbanghita/Mobile-Detect",
1647             "keywords": [
1648                 "detect mobile devices",
1649                 "mobile",
1650                 "mobile detect",
1651                 "mobile detector",
1652                 "php mobile detect"
1653             ],
1654             "funding": [
1655                 {
1656                     "url": "https://github.com/serbanghita",
1657                     "type": "github"
1658                 }
1659             ],
1660             "time": "2023-10-27T16:28:04+00:00"
1661         },
1662         {
1663             "name": "nikic/fast-route",
1664             "version": "v1.3.0",
1665             "source": {
1666                 "type": "git",
1667                 "url": "https://github.com/nikic/FastRoute.git",
1668                 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
1669             },
1670             "dist": {
1671                 "type": "zip",
1672                 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
1673                 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
1674                 "shasum": ""
1675             },
1676             "require": {
1677                 "php": ">=5.4.0"
1678             },
1679             "require-dev": {
1680                 "phpunit/phpunit": "^4.8.35|~5.7"
1681             },
1682             "type": "library",
1683             "autoload": {
1684                 "psr-4": {
1685                     "FastRoute\\": "src/"
1686                 },
1687                 "files": [
1688                     "src/functions.php"
1689                 ]
1690             },
1691             "notification-url": "https://packagist.org/downloads/",
1692             "license": [
1693                 "BSD-3-Clause"
1694             ],
1695             "authors": [
1696                 {
1697                     "name": "Nikita Popov",
1698                     "email": "nikic@php.net"
1699                 }
1700             ],
1701             "description": "Fast request router for PHP",
1702             "keywords": [
1703                 "router",
1704                 "routing"
1705             ],
1706             "time": "2018-02-13T20:26:39+00:00"
1707         },
1708         {
1709             "name": "npm-asset/cropperjs",
1710             "version": "1.2.2",
1711             "dist": {
1712                 "type": "tar",
1713                 "url": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.2.2.tgz",
1714                 "shasum": "30dc7a7ce872155b23a33bd10ad4c76c0d613f55"
1715             },
1716             "require-dev": {
1717                 "npm-asset/babel-core": ">=6.26.0,<7.0.0",
1718                 "npm-asset/babel-plugin-external-helpers": ">=6.22.0,<7.0.0",
1719                 "npm-asset/babel-preset-env": ">=1.6.1,<2.0.0",
1720                 "npm-asset/cpy-cli": ">=1.0.1,<2.0.0",
1721                 "npm-asset/cssnano": ">=3.10.0,<4.0.0",
1722                 "npm-asset/del-cli": ">=1.1.0,<2.0.0",
1723                 "npm-asset/eslint": ">=4.14.0,<5.0.0",
1724                 "npm-asset/eslint-config-airbnb-base": ">=12.1.0,<13.0.0",
1725                 "npm-asset/eslint-plugin-import": ">=2.8.0,<3.0.0",
1726                 "npm-asset/node-qunit-phantomjs": ">=2.0.0,<3.0.0",
1727                 "npm-asset/npm-run-all": ">=4.1.2,<5.0.0",
1728                 "npm-asset/postcss-cli": ">=4.1.1,<5.0.0",
1729                 "npm-asset/postcss-cssnext": ">=3.0.2,<4.0.0",
1730                 "npm-asset/postcss-header": ">=1.0.0,<2.0.0",
1731                 "npm-asset/postcss-url": ">=7.3.0,<8.0.0",
1732                 "npm-asset/rollup": ">=0.53.3,<0.54.0",
1733                 "npm-asset/rollup-plugin-babel": ">=3.0.3,<4.0.0",
1734                 "npm-asset/rollup-watch": ">=4.3.1,<5.0.0",
1735                 "npm-asset/stylefmt": ">=6.0.0,<7.0.0",
1736                 "npm-asset/uglify-js": ">=3.3.4,<4.0.0"
1737             },
1738             "type": "npm-asset-library",
1739             "extra": {
1740                 "npm-asset-bugs": {
1741                     "url": "https://github.com/fengyuanchen/cropperjs/issues"
1742                 },
1743                 "npm-asset-files": [
1744                     "src",
1745                     "dist"
1746                 ],
1747                 "npm-asset-main": "dist/cropper.common.js",
1748                 "npm-asset-directories": [],
1749                 "npm-asset-repository": {
1750                     "type": "git",
1751                     "url": "git+https://github.com/fengyuanchen/cropperjs.git"
1752                 },
1753                 "npm-asset-scripts": {
1754                     "build": "npm run build:css && npm run build:js",
1755                     "build:css": "postcss src/css/cropper.css -o dist/cropper.css --no-map",
1756                     "build:js": "rollup -c",
1757                     "clear": "del-cli dist",
1758                     "compress": "npm run compress:css && npm run compress:js",
1759                     "compress:css": "postcss dist/cropper.css -u cssnano -o dist/cropper.min.css --no-map",
1760                     "compress:js": "uglifyjs dist/cropper.js -o dist/cropper.min.js -c -m --comments /^!/",
1761                     "copy": "cpy dist/cropper.css docs/css",
1762                     "lint": "eslint src/js --fix",
1763                     "release": "npm run clear && npm run lint && npm run build && npm run compress && npm run copy && npm test",
1764                     "start": "npm-run-all --parallel watch:*",
1765                     "test": "node-qunit-phantomjs test/index.html --timeout 10",
1766                     "watch:css": "postcss src/css/cropper.css -o docs/css/cropper.css -m -w",
1767                     "watch:js": "rollup -c -m -w"
1768                 }
1769             },
1770             "license": [
1771                 "MIT"
1772             ],
1773             "authors": [
1774                 {
1775                     "name": "Chen Fengyuan",
1776                     "url": "http://chenfengyuan.com"
1777                 }
1778             ],
1779             "description": "JavaScript image cropper.",
1780             "homepage": "https://fengyuanchen.github.io/cropperjs",
1781             "keywords": [
1782                 "crop",
1783                 "cropper",
1784                 "cropper.js",
1785                 "cropperjs",
1786                 "cropping",
1787                 "css",
1788                 "development",
1789                 "front-end",
1790                 "html",
1791                 "image",
1792                 "javascript",
1793                 "move",
1794                 "rotate",
1795                 "scale",
1796                 "web",
1797                 "zoom"
1798             ],
1799             "time": "2018-01-03T13:39:39+00:00"
1800         },
1801         {
1802             "name": "npm-asset/es-jquery-sortable",
1803             "version": "0.9.13-patch2",
1804             "dist": {
1805                 "type": "tar",
1806                 "url": "https://registry.npmjs.org/es-jquery-sortable/-/es-jquery-sortable-0.9.13-patch2.tgz",
1807                 "shasum": "a4db16d133fbce1bcd1543c98279902a6b0812a3"
1808             },
1809             "require": {
1810                 "npm-asset/jquery": ">=2.1.2,<3.0.0"
1811             },
1812             "type": "npm-asset-library",
1813             "extra": {
1814                 "npm-asset-bugs": {
1815                     "url": "https://github.com/johnny/jquery-sortable/issues"
1816                 },
1817                 "npm-asset-main": "./source/js/jquery-sortable.js",
1818                 "npm-asset-directories": [],
1819                 "npm-asset-repository": {
1820                     "type": "git",
1821                     "url": "git+https://github.com/johnny/jquery-sortable.git"
1822                 },
1823                 "npm-asset-scripts": {
1824                     "test": "echo \"Error: no test specified\" && exit 1"
1825                 }
1826             },
1827             "license": [
1828                 "BSD-3"
1829             ],
1830             "authors": [
1831                 ""
1832             ],
1833             "description": "jquery plugin for sortable, nestable lists",
1834             "homepage": "https://github.com/johnny/jquery-sortable",
1835             "keywords": [
1836                 "drag",
1837                 "dragging",
1838                 "sort",
1839                 "sortable",
1840                 "sorting"
1841             ],
1842             "time": "2019-11-20T03:55:51+00:00"
1843         },
1844         {
1845             "name": "npm-asset/ev-emitter",
1846             "version": "1.1.1",
1847             "dist": {
1848                 "type": "tar",
1849                 "url": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz",
1850                 "shasum": "8f18b0ce5c76a5d18017f71c0a795c65b9138f2a"
1851             },
1852             "type": "npm-asset-library",
1853             "extra": {
1854                 "npm-asset-bugs": {
1855                     "url": "https://github.com/metafizzy/ev-emitter/issues"
1856                 },
1857                 "npm-asset-main": "ev-emitter.js",
1858                 "npm-asset-directories": {
1859                     "test": "test"
1860                 },
1861                 "npm-asset-repository": {
1862                     "type": "git",
1863                     "url": "git+https://github.com/metafizzy/ev-emitter.git"
1864                 },
1865                 "npm-asset-scripts": {
1866                     "test": "mocha test/test"
1867                 }
1868             },
1869             "license": [
1870                 "MIT"
1871             ],
1872             "authors": [
1873                 {
1874                     "name": "David DeSandro"
1875                 }
1876             ],
1877             "description": "lil' event emitter",
1878             "homepage": "https://github.com/metafizzy/ev-emitter#readme",
1879             "keywords": [
1880                 "emitter",
1881                 "event",
1882                 "pubsub"
1883             ],
1884             "time": "2017-07-06T13:46:38+00:00"
1885         },
1886         {
1887             "name": "npm-asset/eventemitter3",
1888             "version": "2.0.3",
1889             "dist": {
1890                 "type": "tar",
1891                 "url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz",
1892                 "shasum": "b5e1079b59fb5e1ba2771c0a993be060a58c99ba"
1893             },
1894             "type": "npm-asset-library",
1895             "extra": {
1896                 "npm-asset-bugs": {
1897                     "url": "https://github.com/primus/eventemitter3/issues"
1898                 },
1899                 "npm-asset-main": "index.js",
1900                 "npm-asset-directories": [],
1901                 "npm-asset-repository": {
1902                     "type": "git",
1903                     "url": "git://github.com/primus/eventemitter3.git"
1904                 },
1905                 "npm-asset-scripts": {
1906                     "build": "mkdir -p umd && browserify index.js -s EventEmitter3 | uglifyjs -m -o umd/eventemitter3.min.js",
1907                     "benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;",
1908                     "test": "nyc --reporter=html --reporter=text mocha",
1909                     "test-browser": "zuul -- test.js",
1910                     "prepublish": "npm run build",
1911                     "sync": "node versions.js"
1912                 }
1913             },
1914             "license": [
1915                 "MIT"
1916             ],
1917             "authors": [
1918                 {
1919                     "name": "Arnout Kazemier"
1920                 }
1921             ],
1922             "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
1923             "homepage": "https://github.com/primus/eventemitter3#readme",
1924             "keywords": [
1925                 "EventEmitter",
1926                 "EventEmitter2",
1927                 "EventEmitter3",
1928                 "Events",
1929                 "addEventListener",
1930                 "addListener",
1931                 "emit",
1932                 "emits",
1933                 "emitter",
1934                 "event",
1935                 "once",
1936                 "pub/sub",
1937                 "publish",
1938                 "reactor",
1939                 "subscribe"
1940             ],
1941             "time": "2017-03-31T14:51:09+00:00"
1942         },
1943         {
1944             "name": "npm-asset/fullcalendar",
1945             "version": "3.10.5",
1946             "dist": {
1947                 "type": "tar",
1948                 "url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.5.tgz",
1949                 "shasum": "57a3a64d7d744181582bb9e1be32d1846e1db53a"
1950             },
1951             "type": "npm-asset-library",
1952             "extra": {
1953                 "npm-asset-bugs": {
1954                     "url": "https://fullcalendar.io/wiki/Reporting-Bugs/"
1955                 },
1956                 "npm-asset-main": "dist/fullcalendar.js",
1957                 "npm-asset-directories": [],
1958                 "npm-asset-repository": {
1959                     "type": "git",
1960                     "url": "git+https://github.com/fullcalendar/fullcalendar.git"
1961                 },
1962                 "npm-asset-scripts": {
1963                     "clean": "gulp clean",
1964                     "dist": "npm run check-env && gulp dist",
1965                     "lint": "gulp lint-and-example-repos",
1966                     "test": "gulp test:single",
1967                     "check-env": "check-node-version --node 11"
1968                 }
1969             },
1970             "license": [
1971                 "MIT"
1972             ],
1973             "authors": [
1974                 {
1975                     "name": "Adam Shaw",
1976                     "email": "arshaw@arshaw.com",
1977                     "url": "http://arshaw.com/"
1978                 }
1979             ],
1980             "description": "Full-sized drag & drop event calendar",
1981             "homepage": "https://fullcalendar.io/",
1982             "keywords": [
1983                 "calendar",
1984                 "event",
1985                 "full-sized",
1986                 "jquery-plugin"
1987             ],
1988             "time": "2021-11-03T00:01:43+00:00"
1989         },
1990         {
1991             "name": "npm-asset/imagesloaded",
1992             "version": "4.1.4",
1993             "dist": {
1994                 "type": "tar",
1995                 "url": "https://registry.npmjs.org/imagesloaded/-/imagesloaded-4.1.4.tgz",
1996                 "shasum": "1376efcd162bb768c34c3727ac89cc04051f3cc7"
1997             },
1998             "require": {
1999                 "npm-asset/ev-emitter": ">=1.0.0,<2.0.0"
2000             },
2001             "require-dev": {
2002                 "npm-asset/chalk": ">=1.1.1,<2.0.0",
2003                 "npm-asset/cheerio": ">=0.19.0,<0.20.0",
2004                 "npm-asset/gulp": ">=3.9.0,<4.0.0",
2005                 "npm-asset/gulp-jshint": ">=1.11.2,<2.0.0",
2006                 "npm-asset/gulp-json-lint": ">=0.1.0,<0.2.0",
2007                 "npm-asset/gulp-rename": ">=1.2.2,<2.0.0",
2008                 "npm-asset/gulp-replace": ">=0.5.4,<0.6.0",
2009                 "npm-asset/gulp-requirejs-optimize": "dev-github:metafizzy/gulp-requirejs-optimize",
2010                 "npm-asset/gulp-uglify": ">=1.4.2,<2.0.0",
2011                 "npm-asset/gulp-util": ">=3.0.7,<4.0.0",
2012                 "npm-asset/highlight.js": ">=8.9.1,<9.0.0",
2013                 "npm-asset/marked": ">=0.3.5,<0.4.0",
2014                 "npm-asset/minimist": ">=1.2.0,<2.0.0",
2015                 "npm-asset/transfob": ">=1.0.0,<2.0.0"
2016             },
2017             "type": "npm-asset-library",
2018             "extra": {
2019                 "npm-asset-bugs": {
2020                     "url": "https://github.com/desandro/imagesloaded/issues"
2021                 },
2022                 "npm-asset-main": "imagesloaded.js",
2023                 "npm-asset-directories": {
2024                     "test": "test"
2025                 },
2026                 "npm-asset-repository": {
2027                     "type": "git",
2028                     "url": "git://github.com/desandro/imagesloaded.git"
2029                 },
2030                 "npm-asset-scripts": {
2031                     "test": "echo \"Error: no test specified\" && exit 1"
2032                 }
2033             },
2034             "license": [
2035                 "MIT"
2036             ],
2037             "authors": [
2038                 {
2039                     "name": "David DeSandro"
2040                 }
2041             ],
2042             "description": "JavaScript is all like _You images done yet or what?_",
2043             "homepage": "https://github.com/desandro/imagesloaded",
2044             "keywords": [
2045                 "dom",
2046                 "images",
2047                 "jquery-plugin",
2048                 "loaded",
2049                 "ui"
2050             ],
2051             "time": "2018-01-02T16:56:03+00:00"
2052         },
2053         {
2054             "name": "npm-asset/jgrowl",
2055             "version": "1.4.9",
2056             "dist": {
2057                 "type": "tar",
2058                 "url": "https://registry.npmjs.org/jgrowl/-/jgrowl-1.4.9.tgz",
2059                 "shasum": "f0259b74904f4cfc05ea1ad1188fe9b7b3384e2e"
2060             },
2061             "type": "npm-asset-library",
2062             "extra": {
2063                 "npm-asset-bugs": {
2064                     "url": "https://github.com/stanlemon/jGrowl/issues"
2065                 },
2066                 "npm-asset-main": "jquery.jgrowl.js",
2067                 "npm-asset-directories": [],
2068                 "npm-asset-repository": {
2069                     "type": "git",
2070                     "url": "git+ssh://git@github.com/stanlemon/jGrowl.git"
2071                 },
2072                 "npm-asset-scripts": {
2073                     "build": "grunt"
2074                 }
2075             },
2076             "license": [
2077                 "MIT"
2078             ],
2079             "authors": [
2080                 {
2081                     "name": "Stan Lemon",
2082                     "email": "stosh1985@gmail.com",
2083                     "url": "http://stanlemon.net"
2084                 }
2085             ],
2086             "description": "jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. The idea is simple, deliver notifications to the end user in a noticeable way that doesn't obstruct the work flow and yet ",
2087             "homepage": "https://github.com/stanlemon/jGrowl#readme",
2088             "time": "2023-02-22T23:58:06+00:00"
2089         },
2090         {
2091             "name": "npm-asset/jquery",
2092             "version": "2.2.4",
2093             "dist": {
2094                 "type": "tar",
2095                 "url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz",
2096                 "shasum": "2c89d6889b5eac522a7eea32c14521559c6cbf02"
2097             },
2098             "require-dev": {
2099                 "npm-asset/commitplease": "2.0.0",
2100                 "npm-asset/core-js": "0.9.17",
2101                 "npm-asset/grunt": "0.4.5",
2102                 "npm-asset/grunt-babel": "5.0.1",
2103                 "npm-asset/grunt-cli": "0.1.13",
2104                 "npm-asset/grunt-compare-size": "0.4.0",
2105                 "npm-asset/grunt-contrib-jshint": "0.11.2",
2106                 "npm-asset/grunt-contrib-uglify": "0.9.2",
2107                 "npm-asset/grunt-contrib-watch": "0.6.1",
2108                 "npm-asset/grunt-git-authors": "2.0.1",
2109                 "npm-asset/grunt-jscs": "2.1.0",
2110                 "npm-asset/grunt-jsonlint": "1.0.4",
2111                 "npm-asset/grunt-npmcopy": "0.1.0",
2112                 "npm-asset/gzip-js": "0.3.2",
2113                 "npm-asset/jsdom": "5.6.1",
2114                 "npm-asset/load-grunt-tasks": "1.0.0",
2115                 "npm-asset/qunit-assert-step": "1.0.3",
2116                 "npm-asset/qunitjs": "1.17.1",
2117                 "npm-asset/requirejs": "2.1.17",
2118                 "npm-asset/sinon": "1.10.3",
2119                 "npm-asset/sizzle": "2.2.1",
2120                 "npm-asset/strip-json-comments": "1.0.3",
2121                 "npm-asset/testswarm": "1.1.0",
2122                 "npm-asset/win-spawn": "2.0.0"
2123             },
2124             "type": "npm-asset-library",
2125             "extra": {
2126                 "npm-asset-bugs": {
2127                     "url": "https://github.com/jquery/jquery/issues"
2128                 },
2129                 "npm-asset-main": "dist/jquery.js",
2130                 "npm-asset-directories": [],
2131                 "npm-asset-repository": {
2132                     "type": "git",
2133                     "url": "git+https://github.com/jquery/jquery.git"
2134                 },
2135                 "npm-asset-scripts": {
2136                     "build": "npm install && grunt",
2137                     "start": "grunt watch",
2138                     "test": "grunt && grunt test"
2139                 }
2140             },
2141             "license": [
2142                 "MIT"
2143             ],
2144             "authors": [
2145                 {
2146                     "name": "jQuery Foundation and other contributors",
2147                     "url": "https://github.com/jquery/jquery/blob/2.2.4/AUTHORS.txt"
2148                 }
2149             ],
2150             "description": "JavaScript library for DOM operations",
2151             "homepage": "http://jquery.com",
2152             "keywords": [
2153                 "browser",
2154                 "javascript",
2155                 "jquery",
2156                 "library"
2157             ],
2158             "time": "2016-05-20T17:26:07+00:00"
2159         },
2160         {
2161             "name": "npm-asset/jquery-colorbox",
2162             "version": "1.6.4",
2163             "dist": {
2164                 "type": "tar",
2165                 "url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz",
2166                 "shasum": "799452523a6c494839224ef702e807deb9c06cc5"
2167             },
2168             "require": {
2169                 "npm-asset/jquery": ">=1.3.2"
2170             },
2171             "type": "npm-asset-library",
2172             "extra": {
2173                 "npm-asset-bugs": {
2174                     "url": "https://github.com/jackmoore/colorbox/issues"
2175                 },
2176                 "npm-asset-main": "jquery.colorbox.js",
2177                 "npm-asset-directories": [],
2178                 "npm-asset-repository": {
2179                     "type": "git",
2180                     "url": "git+ssh://git@github.com/jackmoore/colorbox.git"
2181                 },
2182                 "npm-asset-scripts": []
2183             },
2184             "license": [
2185                 "MIT"
2186             ],
2187             "authors": [
2188                 {
2189                     "name": "Jack Moore",
2190                     "email": "hello@jacklmoore.com",
2191                     "url": "http://www.jacklmoore.com"
2192                 }
2193             ],
2194             "description": "jQuery lightbox and modal window plugin.",
2195             "homepage": "http://www.jacklmoore.com/colorbox",
2196             "keywords": [
2197                 "gallery",
2198                 "jquery-plugin",
2199                 "lightbox",
2200                 "modal",
2201                 "popup",
2202                 "ui"
2203             ],
2204             "time": "2016-05-10T22:22:39+00:00"
2205         },
2206         {
2207             "name": "npm-asset/jquery-datetimepicker",
2208             "version": "2.5.21",
2209             "dist": {
2210                 "type": "tar",
2211                 "url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.21.tgz",
2212                 "shasum": "00c388a78df2732fedfdb5c6529b6e84d53e0235"
2213             },
2214             "require": {
2215                 "npm-asset/jquery": ">=1.7.2",
2216                 "npm-asset/jquery-mousewheel": ">=3.1.13",
2217                 "npm-asset/php-date-formatter": ">=1.3.4,<2.0.0"
2218             },
2219             "type": "npm-asset-library",
2220             "extra": {
2221                 "npm-asset-bugs": {
2222                     "url": "https://github.com/xdan/datetimepicker/issues"
2223                 },
2224                 "npm-asset-main": "build/jquery.datetimepicker.full.min.js",
2225                 "npm-asset-directories": [],
2226                 "npm-asset-repository": {
2227                     "type": "git",
2228                     "url": "git+https://github.com/xdan/datetimepicker.git"
2229                 },
2230                 "npm-asset-scripts": {
2231                     "test": "karma start --browsers Firefox karma.conf.js --single-run",
2232                     "concat": "concat-cli -f node_modules/php-date-formatter/js/php-date-formatter.min.js jquery.datetimepicker.js node_modules/jquery-mousewheel/jquery.mousewheel.js -o build/jquery.datetimepicker.full.js",
2233                     "minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js && uglifycss jquery.datetimepicker.css > build/jquery.datetimepicker.min.css",
2234                     "minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js",
2235                     "github": "git add --all  && git commit -m \"New version %npm_package_version% \" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish",
2236                     "build": "npm run minify && npm run concat && npm run minifyconcat",
2237                     "public": "npm run test && npm version patch --no-git-tag-version && npm run build && npm run github"
2238                 }
2239             },
2240             "license": [
2241                 "MIT"
2242             ],
2243             "authors": [
2244                 {
2245                     "name": "Chupurnov",
2246                     "email": "chupurnov@gmail.com",
2247                     "url": "https://xdsoft.net/"
2248                 }
2249             ],
2250             "description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
2251             "homepage": "https://github.com/xdan/datetimepicker",
2252             "keywords": [
2253                 "calendar",
2254                 "date",
2255                 "datepicker",
2256                 "datetime",
2257                 "jquery-plugin",
2258                 "time",
2259                 "timepicker"
2260             ],
2261             "time": "2019-02-23T11:25:30+00:00"
2262         },
2263         {
2264             "name": "npm-asset/jquery-mousewheel",
2265             "version": "3.1.13",
2266             "dist": {
2267                 "type": "tar",
2268                 "url": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz",
2269                 "shasum": "06f0335f16e353a695e7206bf50503cb523a6ee5"
2270             },
2271             "require-dev": {
2272                 "npm-asset/grunt": "~0.4.1",
2273                 "npm-asset/grunt-contrib-connect": "~0.5.0",
2274                 "npm-asset/grunt-contrib-jshint": "~0.7.1",
2275                 "npm-asset/grunt-contrib-uglify": "~0.2.7"
2276             },
2277             "type": "npm-asset-library",
2278             "extra": {
2279                 "npm-asset-bugs": {
2280                     "url": "https://github.com/jquery/jquery-mousewheel/issues"
2281                 },
2282                 "npm-asset-files": [
2283                     "ChangeLog.md",
2284                     "jquery.mousewheel.js",
2285                     "README.md",
2286                     "LICENSE.txt"
2287                 ],
2288                 "npm-asset-main": "./jquery.mousewheel.js",
2289                 "npm-asset-directories": {
2290                     "test": "test"
2291                 },
2292                 "npm-asset-repository": {
2293                     "type": "git",
2294                     "url": "https://github.com/jquery/jquery-mousewheel.git"
2295                 },
2296                 "npm-asset-scripts": []
2297             },
2298             "authors": [
2299                 {
2300                     "name": "jQuery Foundation and other contributors",
2301                     "url": "https://github.com/jquery/jquery-mousewheel/blob/master/AUTHORS.txt"
2302                 }
2303             ],
2304             "description": "A jQuery plugin that adds cross-browser mouse wheel support.",
2305             "homepage": "https://github.com/jquery/jquery-mousewheel",
2306             "keywords": [
2307                 "browser",
2308                 "event",
2309                 "jquery",
2310                 "jquery-plugin",
2311                 "mouse",
2312                 "mousewheel",
2313                 "wheel"
2314             ],
2315             "time": "2015-07-15T18:05:23+00:00"
2316         },
2317         {
2318             "name": "npm-asset/moment",
2319             "version": "2.29.4",
2320             "dist": {
2321                 "type": "tar",
2322                 "url": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
2323                 "shasum": "3dbe052889fe7c1b2ed966fcb3a77328964ef108"
2324             },
2325             "type": "npm-asset-library",
2326             "extra": {
2327                 "npm-asset-bugs": {
2328                     "url": "https://github.com/moment/moment/issues"
2329                 },
2330                 "npm-asset-main": "./moment.js",
2331                 "npm-asset-directories": [],
2332                 "npm-asset-repository": {
2333                     "type": "git",
2334                     "url": "git+https://github.com/moment/moment.git"
2335                 },
2336                 "npm-asset-scripts": {
2337                     "ts3.1-typescript-test": "cross-env node_modules/typescript3/bin/tsc --project ts3.1-typing-tests",
2338                     "typescript-test": "cross-env node_modules/typescript/bin/tsc --project typing-tests",
2339                     "test": "grunt test",
2340                     "eslint": "eslint Gruntfile.js tasks src",
2341                     "prettier-check": "prettier --check Gruntfile.js tasks src",
2342                     "prettier-fmt": "prettier --write Gruntfile.js tasks src",
2343                     "coverage": "nyc npm test && nyc report",
2344                     "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
2345                 },
2346                 "npm-asset-engines": {
2347                     "node": "*"
2348                 }
2349             },
2350             "license": [
2351                 "MIT"
2352             ],
2353             "authors": [
2354                 {
2355                     "name": "Iskren Ivov Chernev",
2356                     "email": "iskren.chernev@gmail.com",
2357                     "url": "https://github.com/ichernev"
2358                 },
2359                 {
2360                     "name": "Tim Wood",
2361                     "email": "washwithcare@gmail.com",
2362                     "url": "http://timwoodcreates.com/"
2363                 },
2364                 {
2365                     "name": "Rocky Meza",
2366                     "url": "http://rockymeza.com"
2367                 },
2368                 {
2369                     "name": "Matt Johnson",
2370                     "email": "mj1856@hotmail.com",
2371                     "url": "http://codeofmatt.com"
2372                 },
2373                 {
2374                     "name": "Isaac Cambron",
2375                     "email": "isaac@isaaccambron.com",
2376                     "url": "http://isaaccambron.com"
2377                 },
2378                 {
2379                     "name": "Andre Polykanine",
2380                     "email": "andre@oire.org",
2381                     "url": "https://github.com/oire"
2382                 }
2383             ],
2384             "description": "Parse, validate, manipulate, and display dates",
2385             "homepage": "https://momentjs.com",
2386             "keywords": [
2387                 "date",
2388                 "ender",
2389                 "format",
2390                 "i18n",
2391                 "l10n",
2392                 "moment",
2393                 "parse",
2394                 "time",
2395                 "validate"
2396             ],
2397             "time": "2022-07-06T16:01:32+00:00"
2398         },
2399         {
2400             "name": "npm-asset/perfect-scrollbar",
2401             "version": "0.6.16",
2402             "dist": {
2403                 "type": "tar",
2404                 "url": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-0.6.16.tgz",
2405                 "shasum": "b1d61a5245cf3962bb9a8407a3fc669d923212fc"
2406             },
2407             "type": "npm-asset-library",
2408             "extra": {
2409                 "npm-asset-bugs": {
2410                     "url": "https://github.com/noraesae/perfect-scrollbar/issues"
2411                 },
2412                 "npm-asset-files": [
2413                     "dist",
2414                     "src",
2415                     "index.js",
2416                     "jquery.js",
2417                     "perfect-scrollbar.d.ts"
2418                 ],
2419                 "npm-asset-main": "./index.js",
2420                 "npm-asset-directories": [],
2421                 "npm-asset-repository": {
2422                     "type": "git",
2423                     "url": "git+https://github.com/noraesae/perfect-scrollbar.git"
2424                 },
2425                 "npm-asset-scripts": {
2426                     "test": "gulp",
2427                     "before-deploy": "gulp && gulp compress",
2428                     "release": "rm -rf dist && gulp && npm publish"
2429                 },
2430                 "npm-asset-engines": {
2431                     "node": ">= 0.12.0"
2432                 }
2433             },
2434             "license": [
2435                 "MIT"
2436             ],
2437             "authors": [
2438                 {
2439                     "name": "Hyunje Jun",
2440                     "email": "me@noraesae.net"
2441                 },
2442                 {
2443                     "name": "Hyunje Jun",
2444                     "email": "me@noraesae.net"
2445                 }
2446             ],
2447             "description": "Minimalistic but perfect custom scrollbar plugin",
2448             "homepage": "https://github.com/noraesae/perfect-scrollbar#readme",
2449             "keywords": [
2450                 "frontend",
2451                 "jquery-plugin",
2452                 "scroll",
2453                 "scrollbar"
2454             ],
2455             "time": "2017-01-10T01:03:05+00:00"
2456         },
2457         {
2458             "name": "npm-asset/php-date-formatter",
2459             "version": "v1.3.6",
2460             "source": {
2461                 "type": "git",
2462                 "url": "https://github.com/kartik-v/php-date-formatter.git",
2463                 "reference": "514a53660b0d69439236fd3cbc3f41512adb00a0"
2464             },
2465             "dist": {
2466                 "type": "zip",
2467                 "url": "https://api.github.com/repos/kartik-v/php-date-formatter/zipball/514a53660b0d69439236fd3cbc3f41512adb00a0",
2468                 "reference": "514a53660b0d69439236fd3cbc3f41512adb00a0",
2469                 "shasum": ""
2470             },
2471             "type": "npm-asset-library",
2472             "extra": {
2473                 "npm-asset-bugs": {
2474                     "url": "https://github.com/kartik-v/php-date-formatter/issues"
2475                 },
2476                 "npm-asset-main": "js/php-date-formatter.js",
2477                 "npm-asset-directories": {
2478                     "example": "examples"
2479                 },
2480                 "npm-asset-repository": {
2481                     "type": "git",
2482                     "url": "https://github.com/kartik-v/php-date-formatter.git"
2483                 }
2484             },
2485             "license": [
2486                 "BSD-3-Clause"
2487             ],
2488             "authors": [
2489                 "Kartik Visweswaran <kartikv2@gmail.com>"
2490             ],
2491             "description": "A Javascript datetime formatting and manipulation library using PHP date-time formats.",
2492             "homepage": "https://github.com/kartik-v/php-date-formatter",
2493             "time": "2020-04-14T10:16:32+00:00"
2494         },
2495         {
2496             "name": "npm-asset/textarea-caret",
2497             "version": "3.1.0",
2498             "dist": {
2499                 "type": "tar",
2500                 "url": "https://registry.npmjs.org/textarea-caret/-/textarea-caret-3.1.0.tgz",
2501                 "shasum": "5d5a35bb035fd06b2ff0e25d5359e97f2655087f"
2502             },
2503             "type": "npm-asset-library",
2504             "extra": {
2505                 "npm-asset-bugs": {
2506                     "url": "https://github.com/component/textarea-caret-position/issues"
2507                 },
2508                 "npm-asset-files": [
2509                     "index.js"
2510                 ],
2511                 "npm-asset-main": "index.js",
2512                 "npm-asset-directories": [],
2513                 "npm-asset-repository": {
2514                     "type": "git",
2515                     "url": "git+https://github.com/component/textarea-caret-position.git"
2516                 }
2517             },
2518             "license": [
2519                 "MIT"
2520             ],
2521             "description": "(x, y) coordinates of the caret in a textarea or input type='text'",
2522             "homepage": "https://github.com/component/textarea-caret-position#readme",
2523             "keywords": [
2524                 "caret",
2525                 "position",
2526                 "textarea"
2527             ],
2528             "time": "2018-02-20T06:11:03+00:00"
2529         },
2530         {
2531             "name": "npm-asset/textcomplete",
2532             "version": "0.18.2",
2533             "dist": {
2534                 "type": "tar",
2535                 "url": "https://registry.npmjs.org/textcomplete/-/textcomplete-0.18.2.tgz",
2536                 "shasum": "de0d806567102f7e32daffcbcc3db05af1515eb5"
2537             },
2538             "require": {
2539                 "npm-asset/eventemitter3": ">=2.0.3,<3.0.0",
2540                 "npm-asset/textarea-caret": ">=3.0.1,<4.0.0",
2541                 "npm-asset/undate": ">=0.2.3,<0.3.0"
2542             },
2543             "type": "npm-asset-library",
2544             "extra": {
2545                 "npm-asset-bugs": {
2546                     "url": "https://github.com/yuku-t/textcomplete/issues"
2547                 },
2548                 "npm-asset-main": "lib/index.js",
2549                 "npm-asset-directories": [],
2550                 "npm-asset-repository": {
2551                     "type": "git",
2552                     "url": "git+ssh://git@github.com/yuku-t/textcomplete.git"
2553                 },
2554                 "npm-asset-scripts": {
2555                     "build": "yarn run clean && run-p build:*",
2556                     "build:dist": "webpack && webpack --env=min && run-p print-dist-gz-size",
2557                     "build:docs": "run-p build:docs:*",
2558                     "build:docs:html": "webpack --config webpack.doc.config.js && pug -o docs src/doc/index.pug",
2559                     "build:docs:md": "documentation build src/*.js -f md -o doc/api.md",
2560                     "build:lib": "babel src -d lib -s && for js in src/*.js; do cp $js lib/${js##*/}.flow; done",
2561                     "clean": "rm -fr dist docs lib",
2562                     "format": "prettier --no-semi --trailing-comma all --write 'src/*.js' 'test/**/*.js'",
2563                     "gh-release": "npm pack textcomplete && gh-release -a textcomplete-$(cat package.json|jq -r .version).tgz",
2564                     "opener": "wait-on http://localhost:8082 && opener http://localhost:8082",
2565                     "print-dist-gz-size": "printf 'dist/textcomplete.min.js.gz: %d bytes\\n' \"$(gzip -9kc dist/textcomplete.min.js | wc -c)\"",
2566                     "start": "run-p watch opener",
2567                     "test": "run-p test:*",
2568                     "test:bundlesize": "yarn run build:dist && bundlesize",
2569                     "test:e2e": "NODE_ENV=test karma start --single-run",
2570                     "test:lint": "eslint src/*.js test/**/*.js",
2571                     "test:typecheck": "flow check",
2572                     "watch": "run-p watch:*",
2573                     "watch:webpack": "webpack-dev-server --config webpack.doc.config.js",
2574                     "watch:pug": "pug -o docs --watch src/doc/index.pug"
2575                 }
2576             },
2577             "license": [
2578                 "MIT"
2579             ],
2580             "authors": [
2581                 {
2582                     "name": "Yuku Takahashi"
2583                 }
2584             ],
2585             "description": "Autocomplete for textarea elements",
2586             "homepage": "https://github.com/yuku-t/textcomplete#readme",
2587             "time": "2020-06-10T06:11:00+00:00"
2588         },
2589         {
2590             "name": "npm-asset/typeahead.js",
2591             "version": "0.11.1",
2592             "dist": {
2593                 "type": "tar",
2594                 "url": "https://registry.npmjs.org/typeahead.js/-/typeahead.js-0.11.1.tgz",
2595                 "shasum": "4e64e671b22310a8606f4aec805924ba84b015b8"
2596             },
2597             "require": {
2598                 "npm-asset/jquery": ">=1.7"
2599             },
2600             "type": "npm-asset-library",
2601             "extra": {
2602                 "npm-asset-bugs": {
2603                     "url": "https://github.com/twitter/typeahead.js/issues"
2604                 },
2605                 "npm-asset-main": "dist/typeahead.bundle.js",
2606                 "npm-asset-directories": [],
2607                 "npm-asset-repository": {
2608                     "type": "git",
2609                     "url": "https://github.com/twitter/typeahead.js.git"
2610                 },
2611                 "npm-asset-scripts": {
2612                     "test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
2613                 }
2614             },
2615             "authors": [
2616                 {
2617                     "name": "Twitter, Inc.",
2618                     "url": "https://twitter.com/twitteross"
2619                 },
2620                 {
2621                     "name": "Jake Harding",
2622                     "url": "https://twitter.com/JakeHarding"
2623                 },
2624                 {
2625                     "name": "Tim Trueman",
2626                     "url": "https://twitter.com/timtrueman"
2627                 },
2628                 {
2629                     "name": "Veljko Skarich",
2630                     "url": "https://twitter.com/vskarich"
2631                 }
2632             ],
2633             "description": "fast and fully-featured autocomplete library",
2634             "homepage": "http://twitter.github.com/typeahead.js",
2635             "keywords": [
2636                 "autocomplete",
2637                 "typeahead"
2638             ],
2639             "time": "2015-04-27T04:03:42+00:00"
2640         },
2641         {
2642             "name": "npm-asset/undate",
2643             "version": "0.2.4",
2644             "dist": {
2645                 "type": "tar",
2646                 "url": "https://registry.npmjs.org/undate/-/undate-0.2.4.tgz",
2647                 "shasum": "ccb2a8cf38edc035d1006fcb2909c4c6024a8400"
2648             },
2649             "type": "npm-asset-library",
2650             "extra": {
2651                 "npm-asset-bugs": {
2652                     "url": "https://github.com/yuku-t/undate/issues"
2653                 },
2654                 "npm-asset-main": "lib/index.js",
2655                 "npm-asset-directories": [],
2656                 "npm-asset-repository": {
2657                     "type": "git",
2658                     "url": "git+https://github.com/yuku-t/undate.git"
2659                 },
2660                 "npm-asset-scripts": {
2661                     "build": "babel src -d lib && for js in src/*.js; do cp $js lib/${js##*/}.flow; done",
2662                     "test": "run-p test:*",
2663                     "test:eslint": "eslint src/*.js test/*.js",
2664                     "test:flow": "flow check",
2665                     "test:karma": "karma start --single-run"
2666                 }
2667             },
2668             "license": [
2669                 "MIT"
2670             ],
2671             "authors": [
2672                 {
2673                     "name": "Yuku Takahashi"
2674                 }
2675             ],
2676             "description": "Undoable update for HTMLTextAreaElement",
2677             "homepage": "https://github.com/yuku-t/undate#readme",
2678             "keywords": [
2679                 "textarea"
2680             ],
2681             "time": "2018-01-24T10:49:39+00:00"
2682         },
2683         {
2684             "name": "paragonie/certainty",
2685             "version": "v2.8.2",
2686             "source": {
2687                 "type": "git",
2688                 "url": "https://github.com/paragonie/certainty.git",
2689                 "reference": "5a9c240642cdb275991df268be6300cc410b6d07"
2690             },
2691             "dist": {
2692                 "type": "zip",
2693                 "url": "https://api.github.com/repos/paragonie/certainty/zipball/5a9c240642cdb275991df268be6300cc410b6d07",
2694                 "reference": "5a9c240642cdb275991df268be6300cc410b6d07",
2695                 "shasum": ""
2696             },
2697             "require": {
2698                 "ext-curl": "*",
2699                 "ext-json": "*",
2700                 "guzzlehttp/guzzle": "^6|^7",
2701                 "paragonie/constant_time_encoding": "^1|^2",
2702                 "paragonie/sodium_compat": "^1.13",
2703                 "php": "^5.5|^7|^8"
2704             },
2705             "require-dev": {
2706                 "composer/composer": "^1|>=2.0.14",
2707                 "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
2708             },
2709             "bin": [
2710                 "bin/certainty-cert-symlink"
2711             ],
2712             "type": "library",
2713             "autoload": {
2714                 "psr-4": {
2715                     "ParagonIE\\Certainty\\": "src/"
2716                 }
2717             },
2718             "notification-url": "https://packagist.org/downloads/",
2719             "license": [
2720                 "ISC"
2721             ],
2722             "authors": [
2723                 {
2724                     "name": "Paragon Initiative Enterprises",
2725                     "email": "security@paragonie.com",
2726                     "homepage": "https://paragonie.com"
2727                 }
2728             ],
2729             "description": "Up-to-date, verifiable repository for Certificate Authorities",
2730             "keywords": [
2731                 "CA-Cert",
2732                 "Ed25519",
2733                 "Public-Key Infractructure",
2734                 "ca",
2735                 "ca-cert.pem",
2736                 "cacert",
2737                 "cacert.pem",
2738                 "certificate authority",
2739                 "pki",
2740                 "ssl",
2741                 "tls"
2742             ],
2743             "time": "2021-10-04T08:25:35+00:00"
2744         },
2745         {
2746             "name": "paragonie/constant_time_encoding",
2747             "version": "v2.6.3",
2748             "source": {
2749                 "type": "git",
2750                 "url": "https://github.com/paragonie/constant_time_encoding.git",
2751                 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
2752             },
2753             "dist": {
2754                 "type": "zip",
2755                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
2756                 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
2757                 "shasum": ""
2758             },
2759             "require": {
2760                 "php": "^7|^8"
2761             },
2762             "require-dev": {
2763                 "phpunit/phpunit": "^6|^7|^8|^9",
2764                 "vimeo/psalm": "^1|^2|^3|^4"
2765             },
2766             "type": "library",
2767             "autoload": {
2768                 "psr-4": {
2769                     "ParagonIE\\ConstantTime\\": "src/"
2770                 }
2771             },
2772             "notification-url": "https://packagist.org/downloads/",
2773             "license": [
2774                 "MIT"
2775             ],
2776             "authors": [
2777                 {
2778                     "name": "Paragon Initiative Enterprises",
2779                     "email": "security@paragonie.com",
2780                     "homepage": "https://paragonie.com",
2781                     "role": "Maintainer"
2782                 },
2783                 {
2784                     "name": "Steve 'Sc00bz' Thomas",
2785                     "email": "steve@tobtu.com",
2786                     "homepage": "https://www.tobtu.com",
2787                     "role": "Original Developer"
2788                 }
2789             ],
2790             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
2791             "keywords": [
2792                 "base16",
2793                 "base32",
2794                 "base32_decode",
2795                 "base32_encode",
2796                 "base64",
2797                 "base64_decode",
2798                 "base64_encode",
2799                 "bin2hex",
2800                 "encoding",
2801                 "hex",
2802                 "hex2bin",
2803                 "rfc4648"
2804             ],
2805             "time": "2022-06-14T06:56:20+00:00"
2806         },
2807         {
2808             "name": "paragonie/hidden-string",
2809             "version": "v1.1.0",
2810             "source": {
2811                 "type": "git",
2812                 "url": "https://github.com/paragonie/hidden-string.git",
2813                 "reference": "1c30373ac2fce76fb57954010ef06e990f9a49b5"
2814             },
2815             "dist": {
2816                 "type": "zip",
2817                 "url": "https://api.github.com/repos/paragonie/hidden-string/zipball/1c30373ac2fce76fb57954010ef06e990f9a49b5",
2818                 "reference": "1c30373ac2fce76fb57954010ef06e990f9a49b5",
2819                 "shasum": ""
2820             },
2821             "require": {
2822                 "paragonie/constant_time_encoding": "^2",
2823                 "paragonie/sodium_compat": "^1.6",
2824                 "php": "^7|^8"
2825             },
2826             "require-dev": {
2827                 "phpunit/phpunit": "^6|^7|^8|^9",
2828                 "vimeo/psalm": "^3|^4"
2829             },
2830             "type": "library",
2831             "autoload": {
2832                 "psr-4": {
2833                     "ParagonIE\\HiddenString\\": "./src"
2834                 }
2835             },
2836             "notification-url": "https://packagist.org/downloads/",
2837             "license": [
2838                 "MPL-2.0"
2839             ],
2840             "authors": [
2841                 {
2842                     "name": "Paragon Initiative Enterprises",
2843                     "email": "info@paragonie.com",
2844                     "homepage": "https://paragonie.com"
2845                 }
2846             ],
2847             "description": "Encapsulate strings in an object to hide them from stack traces",
2848             "homepage": "https://github.com/paragonie/hidden-string",
2849             "keywords": [
2850                 "hidden",
2851                 "stack trace",
2852                 "string"
2853             ],
2854             "time": "2020-12-03T14:24:26+00:00"
2855         },
2856         {
2857             "name": "paragonie/random_compat",
2858             "version": "v9.99.100",
2859             "source": {
2860                 "type": "git",
2861                 "url": "https://github.com/paragonie/random_compat.git",
2862                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
2863             },
2864             "dist": {
2865                 "type": "zip",
2866                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
2867                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
2868                 "shasum": ""
2869             },
2870             "require": {
2871                 "php": ">= 7"
2872             },
2873             "require-dev": {
2874                 "phpunit/phpunit": "4.*|5.*",
2875                 "vimeo/psalm": "^1"
2876             },
2877             "suggest": {
2878                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2879             },
2880             "type": "library",
2881             "notification-url": "https://packagist.org/downloads/",
2882             "license": [
2883                 "MIT"
2884             ],
2885             "authors": [
2886                 {
2887                     "name": "Paragon Initiative Enterprises",
2888                     "email": "security@paragonie.com",
2889                     "homepage": "https://paragonie.com"
2890                 }
2891             ],
2892             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2893             "keywords": [
2894                 "csprng",
2895                 "polyfill",
2896                 "pseudorandom",
2897                 "random"
2898             ],
2899             "time": "2020-10-15T08:29:30+00:00"
2900         },
2901         {
2902             "name": "paragonie/sodium_compat",
2903             "version": "v1.20.0",
2904             "source": {
2905                 "type": "git",
2906                 "url": "https://github.com/paragonie/sodium_compat.git",
2907                 "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6"
2908             },
2909             "dist": {
2910                 "type": "zip",
2911                 "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/e592a3e06d1fa0d43988c7c7d9948ca836f644b6",
2912                 "reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6",
2913                 "shasum": ""
2914             },
2915             "require": {
2916                 "paragonie/random_compat": ">=1",
2917                 "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
2918             },
2919             "require-dev": {
2920                 "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
2921             },
2922             "suggest": {
2923                 "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
2924                 "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
2925             },
2926             "type": "library",
2927             "autoload": {
2928                 "files": [
2929                     "autoload.php"
2930                 ]
2931             },
2932             "notification-url": "https://packagist.org/downloads/",
2933             "license": [
2934                 "ISC"
2935             ],
2936             "authors": [
2937                 {
2938                     "name": "Paragon Initiative Enterprises",
2939                     "email": "security@paragonie.com"
2940                 },
2941                 {
2942                     "name": "Frank Denis",
2943                     "email": "jedisct1@pureftpd.org"
2944                 }
2945             ],
2946             "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
2947             "keywords": [
2948                 "Authentication",
2949                 "BLAKE2b",
2950                 "ChaCha20",
2951                 "ChaCha20-Poly1305",
2952                 "Chapoly",
2953                 "Curve25519",
2954                 "Ed25519",
2955                 "EdDSA",
2956                 "Edwards-curve Digital Signature Algorithm",
2957                 "Elliptic Curve Diffie-Hellman",
2958                 "Poly1305",
2959                 "Pure-PHP cryptography",
2960                 "RFC 7748",
2961                 "RFC 8032",
2962                 "Salpoly",
2963                 "Salsa20",
2964                 "X25519",
2965                 "XChaCha20-Poly1305",
2966                 "XSalsa20-Poly1305",
2967                 "Xchacha20",
2968                 "Xsalsa20",
2969                 "aead",
2970                 "cryptography",
2971                 "ecdh",
2972                 "elliptic curve",
2973                 "elliptic curve cryptography",
2974                 "encryption",
2975                 "libsodium",
2976                 "php",
2977                 "public-key cryptography",
2978                 "secret-key cryptography",
2979                 "side-channel resistant"
2980             ],
2981             "time": "2023-04-30T00:54:53+00:00"
2982         },
2983         {
2984             "name": "patrickschur/language-detection",
2985             "version": "v5.3.0",
2986             "source": {
2987                 "type": "git",
2988                 "url": "https://github.com/patrickschur/language-detection.git",
2989                 "reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9"
2990             },
2991             "dist": {
2992                 "type": "zip",
2993                 "url": "https://api.github.com/repos/patrickschur/language-detection/zipball/b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
2994                 "reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
2995                 "shasum": ""
2996             },
2997             "require": {
2998                 "ext-json": "*",
2999                 "ext-mbstring": "*",
3000                 "php": "^7.4 || ^8.0"
3001             },
3002             "require-dev": {
3003                 "phpunit/phpunit": "^9.5.0"
3004             },
3005             "type": "library",
3006             "autoload": {
3007                 "psr-4": {
3008                     "LanguageDetection\\": "src/LanguageDetection"
3009                 }
3010             },
3011             "notification-url": "https://packagist.org/downloads/",
3012             "license": [
3013                 "MIT"
3014             ],
3015             "authors": [
3016                 {
3017                     "name": "Patrick Schur",
3018                     "email": "patrick_schur@outlook.de"
3019                 }
3020             ],
3021             "description": "A language detection library for PHP. Detects the language from a given text string.",
3022             "homepage": "https://github.com/patrickschur/language-detection",
3023             "keywords": [
3024                 "detect",
3025                 "detection",
3026                 "language"
3027             ],
3028             "time": "2023-08-18T22:46:39+00:00"
3029         },
3030         {
3031             "name": "pear/console_table",
3032             "version": "v1.3.1",
3033             "source": {
3034                 "type": "git",
3035                 "url": "https://github.com/pear/Console_Table.git",
3036                 "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea"
3037             },
3038             "dist": {
3039                 "type": "zip",
3040                 "url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea",
3041                 "reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea",
3042                 "shasum": ""
3043             },
3044             "require": {
3045                 "php": ">=5.2.0"
3046             },
3047             "suggest": {
3048                 "pear/Console_Color2": ">=0.1.2"
3049             },
3050             "type": "library",
3051             "autoload": {
3052                 "classmap": [
3053                     "Table.php"
3054                 ]
3055             },
3056             "notification-url": "https://packagist.org/downloads/",
3057             "license": [
3058                 "BSD-2-Clause"
3059             ],
3060             "authors": [
3061                 {
3062                     "name": "Jan Schneider",
3063                     "homepage": "http://pear.php.net/user/yunosh"
3064                 },
3065                 {
3066                     "name": "Tal Peer",
3067                     "homepage": "http://pear.php.net/user/tal"
3068                 },
3069                 {
3070                     "name": "Xavier Noguer",
3071                     "homepage": "http://pear.php.net/user/xnoguer"
3072                 },
3073                 {
3074                     "name": "Richard Heyes",
3075                     "homepage": "http://pear.php.net/user/richard"
3076                 }
3077             ],
3078             "description": "Library that makes it easy to build console style tables.",
3079             "homepage": "http://pear.php.net/package/Console_Table/",
3080             "keywords": [
3081                 "console"
3082             ],
3083             "time": "2018-01-25T20:47:17+00:00"
3084         },
3085         {
3086             "name": "phpseclib/phpseclib",
3087             "version": "3.0.34",
3088             "source": {
3089                 "type": "git",
3090                 "url": "https://github.com/phpseclib/phpseclib.git",
3091                 "reference": "56c79f16a6ae17e42089c06a2144467acc35348a"
3092             },
3093             "dist": {
3094                 "type": "zip",
3095                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/56c79f16a6ae17e42089c06a2144467acc35348a",
3096                 "reference": "56c79f16a6ae17e42089c06a2144467acc35348a",
3097                 "shasum": ""
3098             },
3099             "require": {
3100                 "paragonie/constant_time_encoding": "^1|^2",
3101                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
3102                 "php": ">=5.6.1"
3103             },
3104             "require-dev": {
3105                 "phpunit/phpunit": "*"
3106             },
3107             "suggest": {
3108                 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
3109                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3110                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3111                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3112                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3113             },
3114             "type": "library",
3115             "autoload": {
3116                 "files": [
3117                     "phpseclib/bootstrap.php"
3118                 ],
3119                 "psr-4": {
3120                     "phpseclib3\\": "phpseclib/"
3121                 }
3122             },
3123             "notification-url": "https://packagist.org/downloads/",
3124             "license": [
3125                 "MIT"
3126             ],
3127             "authors": [
3128                 {
3129                     "name": "Jim Wigginton",
3130                     "email": "terrafrost@php.net",
3131                     "role": "Lead Developer"
3132                 },
3133                 {
3134                     "name": "Patrick Monnerat",
3135                     "email": "pm@datasphere.ch",
3136                     "role": "Developer"
3137                 },
3138                 {
3139                     "name": "Andreas Fischer",
3140                     "email": "bantu@phpbb.com",
3141                     "role": "Developer"
3142                 },
3143                 {
3144                     "name": "Hans-Jürgen Petrich",
3145                     "email": "petrich@tronic-media.com",
3146                     "role": "Developer"
3147                 },
3148                 {
3149                     "name": "Graham Campbell",
3150                     "email": "graham@alt-three.com",
3151                     "role": "Developer"
3152                 }
3153             ],
3154             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
3155             "homepage": "http://phpseclib.sourceforge.net",
3156             "keywords": [
3157                 "BigInteger",
3158                 "aes",
3159                 "asn.1",
3160                 "asn1",
3161                 "blowfish",
3162                 "crypto",
3163                 "cryptography",
3164                 "encryption",
3165                 "rsa",
3166                 "security",
3167                 "sftp",
3168                 "signature",
3169                 "signing",
3170                 "ssh",
3171                 "twofish",
3172                 "x.509",
3173                 "x509"
3174             ],
3175             "funding": [
3176                 {
3177                     "url": "https://github.com/terrafrost",
3178                     "type": "github"
3179                 },
3180                 {
3181                     "url": "https://www.patreon.com/phpseclib",
3182                     "type": "patreon"
3183                 },
3184                 {
3185                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
3186                     "type": "tidelift"
3187                 }
3188             ],
3189             "time": "2023-11-27T11:13:31+00:00"
3190         },
3191         {
3192             "name": "pragmarx/google2fa",
3193             "version": "v5.0.0",
3194             "source": {
3195                 "type": "git",
3196                 "url": "https://github.com/antonioribeiro/google2fa.git",
3197                 "reference": "17c969c82f427dd916afe4be50bafc6299aef1b4"
3198             },
3199             "dist": {
3200                 "type": "zip",
3201                 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/17c969c82f427dd916afe4be50bafc6299aef1b4",
3202                 "reference": "17c969c82f427dd916afe4be50bafc6299aef1b4",
3203                 "shasum": ""
3204             },
3205             "require": {
3206                 "paragonie/constant_time_encoding": "~1.0|~2.0",
3207                 "paragonie/random_compat": ">=1",
3208                 "php": ">=5.4",
3209                 "symfony/polyfill-php56": "~1.2"
3210             },
3211             "require-dev": {
3212                 "phpunit/phpunit": "~4|~5|~6"
3213             },
3214             "type": "library",
3215             "extra": {
3216                 "component": "package",
3217                 "branch-alias": {
3218                     "dev-master": "2.0-dev"
3219                 }
3220             },
3221             "autoload": {
3222                 "psr-4": {
3223                     "PragmaRX\\Google2FA\\": "src/",
3224                     "PragmaRX\\Google2FA\\Tests\\": "tests/"
3225                 }
3226             },
3227             "notification-url": "https://packagist.org/downloads/",
3228             "license": [
3229                 "MIT"
3230             ],
3231             "authors": [
3232                 {
3233                     "name": "Antonio Carlos Ribeiro",
3234                     "email": "acr@antoniocarlosribeiro.com",
3235                     "role": "Creator & Designer"
3236                 }
3237             ],
3238             "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
3239             "keywords": [
3240                 "2fa",
3241                 "Authentication",
3242                 "Two Factor Authentication",
3243                 "google2fa"
3244             ],
3245             "time": "2019-03-19T22:44:16+00:00"
3246         },
3247         {
3248             "name": "pragmarx/random",
3249             "version": "v0.2.2",
3250             "source": {
3251                 "type": "git",
3252                 "url": "https://github.com/antonioribeiro/random.git",
3253                 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
3254             },
3255             "dist": {
3256                 "type": "zip",
3257                 "url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
3258                 "reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
3259                 "shasum": ""
3260             },
3261             "require": {
3262                 "php": ">=7.0"
3263             },
3264             "require-dev": {
3265                 "fzaninotto/faker": "~1.7",
3266                 "phpunit/phpunit": "~6.4",
3267                 "pragmarx/trivia": "~0.1",
3268                 "squizlabs/php_codesniffer": "^2.3"
3269             },
3270             "suggest": {
3271                 "fzaninotto/faker": "Allows you to get dozens of randomized types",
3272                 "pragmarx/trivia": "For the trivia database"
3273             },
3274             "type": "library",
3275             "extra": {
3276                 "branch-alias": {
3277                     "dev-master": "1.0-dev"
3278                 }
3279             },
3280             "autoload": {
3281                 "psr-4": {
3282                     "PragmaRX\\Random\\": "src"
3283                 }
3284             },
3285             "notification-url": "https://packagist.org/downloads/",
3286             "license": [
3287                 "MIT"
3288             ],
3289             "authors": [
3290                 {
3291                     "name": "Antonio Carlos Ribeiro",
3292                     "email": "acr@antoniocarlosribeiro.com",
3293                     "homepage": "https://antoniocarlosribeiro.com",
3294                     "role": "Developer"
3295                 }
3296             ],
3297             "description": "Create random chars, numbers, strings",
3298             "homepage": "https://github.com/antonioribeiro/random",
3299             "keywords": [
3300                 "Randomize",
3301                 "faker",
3302                 "pragmarx",
3303                 "random",
3304                 "random number",
3305                 "random pattern",
3306                 "random string"
3307             ],
3308             "time": "2017-11-21T05:26:22+00:00"
3309         },
3310         {
3311             "name": "pragmarx/recovery",
3312             "version": "v0.2.1",
3313             "source": {
3314                 "type": "git",
3315                 "url": "https://github.com/antonioribeiro/recovery.git",
3316                 "reference": "b5ce4082f059afac6761714a84497816f45271cc"
3317             },
3318             "dist": {
3319                 "type": "zip",
3320                 "url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/b5ce4082f059afac6761714a84497816f45271cc",
3321                 "reference": "b5ce4082f059afac6761714a84497816f45271cc",
3322                 "shasum": ""
3323             },
3324             "require": {
3325                 "php": ">=7.0",
3326                 "pragmarx/random": "~0.1"
3327             },
3328             "require-dev": {
3329                 "phpunit/phpunit": ">=5.4.3",
3330                 "squizlabs/php_codesniffer": "^2.3",
3331                 "tightenco/collect": "^5.0"
3332             },
3333             "suggest": {
3334                 "tightenco/collect": "Allows to generate recovery codes as collections"
3335             },
3336             "type": "library",
3337             "extra": {
3338                 "branch-alias": {
3339                     "dev-master": "1.0-dev"
3340                 }
3341             },
3342             "autoload": {
3343                 "psr-4": {
3344                     "PragmaRX\\Recovery\\": "src"
3345                 }
3346             },
3347             "notification-url": "https://packagist.org/downloads/",
3348             "license": [
3349                 "MIT"
3350             ],
3351             "authors": [
3352                 {
3353                     "name": "Antonio Carlos Ribeiro",
3354                     "email": "acr@antoniocarlosribeiro.com",
3355                     "homepage": "https://antoniocarlosribeiro.com",
3356                     "role": "Developer"
3357                 }
3358             ],
3359             "description": "Create recovery codes for two factor auth",
3360             "homepage": "https://github.com/antonioribeiro/recovery",
3361             "keywords": [
3362                 "2fa",
3363                 "account recovery",
3364                 "auth",
3365                 "backup codes",
3366                 "google2fa",
3367                 "pragmarx",
3368                 "recovery",
3369                 "recovery codes",
3370                 "two factor auth"
3371             ],
3372             "time": "2021-08-15T12:26:51+00:00"
3373         },
3374         {
3375             "name": "psr/cache",
3376             "version": "1.0.1",
3377             "source": {
3378                 "type": "git",
3379                 "url": "https://github.com/php-fig/cache.git",
3380                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
3381             },
3382             "dist": {
3383                 "type": "zip",
3384                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
3385                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
3386                 "shasum": ""
3387             },
3388             "require": {
3389                 "php": ">=5.3.0"
3390             },
3391             "type": "library",
3392             "extra": {
3393                 "branch-alias": {
3394                     "dev-master": "1.0.x-dev"
3395                 }
3396             },
3397             "autoload": {
3398                 "psr-4": {
3399                     "Psr\\Cache\\": "src/"
3400                 }
3401             },
3402             "notification-url": "https://packagist.org/downloads/",
3403             "license": [
3404                 "MIT"
3405             ],
3406             "authors": [
3407                 {
3408                     "name": "PHP-FIG",
3409                     "homepage": "http://www.php-fig.org/"
3410                 }
3411             ],
3412             "description": "Common interface for caching libraries",
3413             "keywords": [
3414                 "cache",
3415                 "psr",
3416                 "psr-6"
3417             ],
3418             "time": "2016-08-06T20:24:11+00:00"
3419         },
3420         {
3421             "name": "psr/clock",
3422             "version": "1.0.0",
3423             "source": {
3424                 "type": "git",
3425                 "url": "https://github.com/php-fig/clock.git",
3426                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
3427             },
3428             "dist": {
3429                 "type": "zip",
3430                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
3431                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
3432                 "shasum": ""
3433             },
3434             "require": {
3435                 "php": "^7.0 || ^8.0"
3436             },
3437             "type": "library",
3438             "autoload": {
3439                 "psr-4": {
3440                     "Psr\\Clock\\": "src/"
3441                 }
3442             },
3443             "notification-url": "https://packagist.org/downloads/",
3444             "license": [
3445                 "MIT"
3446             ],
3447             "authors": [
3448                 {
3449                     "name": "PHP-FIG",
3450                     "homepage": "https://www.php-fig.org/"
3451                 }
3452             ],
3453             "description": "Common interface for reading the clock.",
3454             "homepage": "https://github.com/php-fig/clock",
3455             "keywords": [
3456                 "clock",
3457                 "now",
3458                 "psr",
3459                 "psr-20",
3460                 "time"
3461             ],
3462             "time": "2022-11-25T14:36:26+00:00"
3463         },
3464         {
3465             "name": "psr/container",
3466             "version": "2.0.2",
3467             "source": {
3468                 "type": "git",
3469                 "url": "https://github.com/php-fig/container.git",
3470                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
3471             },
3472             "dist": {
3473                 "type": "zip",
3474                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
3475                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
3476                 "shasum": ""
3477             },
3478             "require": {
3479                 "php": ">=7.4.0"
3480             },
3481             "type": "library",
3482             "extra": {
3483                 "branch-alias": {
3484                     "dev-master": "2.0.x-dev"
3485                 }
3486             },
3487             "autoload": {
3488                 "psr-4": {
3489                     "Psr\\Container\\": "src/"
3490                 }
3491             },
3492             "notification-url": "https://packagist.org/downloads/",
3493             "license": [
3494                 "MIT"
3495             ],
3496             "authors": [
3497                 {
3498                     "name": "PHP-FIG",
3499                     "homepage": "https://www.php-fig.org/"
3500                 }
3501             ],
3502             "description": "Common Container Interface (PHP FIG PSR-11)",
3503             "homepage": "https://github.com/php-fig/container",
3504             "keywords": [
3505                 "PSR-11",
3506                 "container",
3507                 "container-interface",
3508                 "container-interop",
3509                 "psr"
3510             ],
3511             "time": "2021-11-05T16:47:00+00:00"
3512         },
3513         {
3514             "name": "psr/http-client",
3515             "version": "1.0.3",
3516             "source": {
3517                 "type": "git",
3518                 "url": "https://github.com/php-fig/http-client.git",
3519                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
3520             },
3521             "dist": {
3522                 "type": "zip",
3523                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
3524                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
3525                 "shasum": ""
3526             },
3527             "require": {
3528                 "php": "^7.0 || ^8.0",
3529                 "psr/http-message": "^1.0 || ^2.0"
3530             },
3531             "type": "library",
3532             "extra": {
3533                 "branch-alias": {
3534                     "dev-master": "1.0.x-dev"
3535                 }
3536             },
3537             "autoload": {
3538                 "psr-4": {
3539                     "Psr\\Http\\Client\\": "src/"
3540                 }
3541             },
3542             "notification-url": "https://packagist.org/downloads/",
3543             "license": [
3544                 "MIT"
3545             ],
3546             "authors": [
3547                 {
3548                     "name": "PHP-FIG",
3549                     "homepage": "https://www.php-fig.org/"
3550                 }
3551             ],
3552             "description": "Common interface for HTTP clients",
3553             "homepage": "https://github.com/php-fig/http-client",
3554             "keywords": [
3555                 "http",
3556                 "http-client",
3557                 "psr",
3558                 "psr-18"
3559             ],
3560             "time": "2023-09-23T14:17:50+00:00"
3561         },
3562         {
3563             "name": "psr/http-factory",
3564             "version": "1.0.2",
3565             "source": {
3566                 "type": "git",
3567                 "url": "https://github.com/php-fig/http-factory.git",
3568                 "reference": "e616d01114759c4c489f93b099585439f795fe35"
3569             },
3570             "dist": {
3571                 "type": "zip",
3572                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
3573                 "reference": "e616d01114759c4c489f93b099585439f795fe35",
3574                 "shasum": ""
3575             },
3576             "require": {
3577                 "php": ">=7.0.0",
3578                 "psr/http-message": "^1.0 || ^2.0"
3579             },
3580             "type": "library",
3581             "extra": {
3582                 "branch-alias": {
3583                     "dev-master": "1.0.x-dev"
3584                 }
3585             },
3586             "autoload": {
3587                 "psr-4": {
3588                     "Psr\\Http\\Message\\": "src/"
3589                 }
3590             },
3591             "notification-url": "https://packagist.org/downloads/",
3592             "license": [
3593                 "MIT"
3594             ],
3595             "authors": [
3596                 {
3597                     "name": "PHP-FIG",
3598                     "homepage": "https://www.php-fig.org/"
3599                 }
3600             ],
3601             "description": "Common interfaces for PSR-7 HTTP message factories",
3602             "keywords": [
3603                 "factory",
3604                 "http",
3605                 "message",
3606                 "psr",
3607                 "psr-17",
3608                 "psr-7",
3609                 "request",
3610                 "response"
3611             ],
3612             "time": "2023-04-10T20:10:41+00:00"
3613         },
3614         {
3615             "name": "psr/http-message",
3616             "version": "1.1",
3617             "source": {
3618                 "type": "git",
3619                 "url": "https://github.com/php-fig/http-message.git",
3620                 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
3621             },
3622             "dist": {
3623                 "type": "zip",
3624                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
3625                 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
3626                 "shasum": ""
3627             },
3628             "require": {
3629                 "php": "^7.2 || ^8.0"
3630             },
3631             "type": "library",
3632             "extra": {
3633                 "branch-alias": {
3634                     "dev-master": "1.1.x-dev"
3635                 }
3636             },
3637             "autoload": {
3638                 "psr-4": {
3639                     "Psr\\Http\\Message\\": "src/"
3640                 }
3641             },
3642             "notification-url": "https://packagist.org/downloads/",
3643             "license": [
3644                 "MIT"
3645             ],
3646             "authors": [
3647                 {
3648                     "name": "PHP-FIG",
3649                     "homepage": "http://www.php-fig.org/"
3650                 }
3651             ],
3652             "description": "Common interface for HTTP messages",
3653             "homepage": "https://github.com/php-fig/http-message",
3654             "keywords": [
3655                 "http",
3656                 "http-message",
3657                 "psr",
3658                 "psr-7",
3659                 "request",
3660                 "response"
3661             ],
3662             "time": "2023-04-04T09:50:52+00:00"
3663         },
3664         {
3665             "name": "psr/log",
3666             "version": "1.1.4",
3667             "source": {
3668                 "type": "git",
3669                 "url": "https://github.com/php-fig/log.git",
3670                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
3671             },
3672             "dist": {
3673                 "type": "zip",
3674                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
3675                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
3676                 "shasum": ""
3677             },
3678             "require": {
3679                 "php": ">=5.3.0"
3680             },
3681             "type": "library",
3682             "extra": {
3683                 "branch-alias": {
3684                     "dev-master": "1.1.x-dev"
3685                 }
3686             },
3687             "autoload": {
3688                 "psr-4": {
3689                     "Psr\\Log\\": "Psr/Log/"
3690                 }
3691             },
3692             "notification-url": "https://packagist.org/downloads/",
3693             "license": [
3694                 "MIT"
3695             ],
3696             "authors": [
3697                 {
3698                     "name": "PHP-FIG",
3699                     "homepage": "https://www.php-fig.org/"
3700                 }
3701             ],
3702             "description": "Common interface for logging libraries",
3703             "homepage": "https://github.com/php-fig/log",
3704             "keywords": [
3705                 "log",
3706                 "psr",
3707                 "psr-3"
3708             ],
3709             "time": "2021-05-03T11:20:27+00:00"
3710         },
3711         {
3712             "name": "ralouphie/getallheaders",
3713             "version": "3.0.3",
3714             "source": {
3715                 "type": "git",
3716                 "url": "https://github.com/ralouphie/getallheaders.git",
3717                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
3718             },
3719             "dist": {
3720                 "type": "zip",
3721                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
3722                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
3723                 "shasum": ""
3724             },
3725             "require": {
3726                 "php": ">=5.6"
3727             },
3728             "require-dev": {
3729                 "php-coveralls/php-coveralls": "^2.1",
3730                 "phpunit/phpunit": "^5 || ^6.5"
3731             },
3732             "type": "library",
3733             "autoload": {
3734                 "files": [
3735                     "src/getallheaders.php"
3736                 ]
3737             },
3738             "notification-url": "https://packagist.org/downloads/",
3739             "license": [
3740                 "MIT"
3741             ],
3742             "authors": [
3743                 {
3744                     "name": "Ralph Khattar",
3745                     "email": "ralph.khattar@gmail.com"
3746                 }
3747             ],
3748             "description": "A polyfill for getallheaders.",
3749             "time": "2019-03-08T08:55:37+00:00"
3750         },
3751         {
3752             "name": "seld/cli-prompt",
3753             "version": "1.0.4",
3754             "source": {
3755                 "type": "git",
3756                 "url": "https://github.com/Seldaek/cli-prompt.git",
3757                 "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5"
3758             },
3759             "dist": {
3760                 "type": "zip",
3761                 "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/b8dfcf02094b8c03b40322c229493bb2884423c5",
3762                 "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5",
3763                 "shasum": ""
3764             },
3765             "require": {
3766                 "php": ">=5.3"
3767             },
3768             "require-dev": {
3769                 "phpstan/phpstan": "^0.12.63"
3770             },
3771             "type": "library",
3772             "extra": {
3773                 "branch-alias": {
3774                     "dev-master": "1.x-dev"
3775                 }
3776             },
3777             "autoload": {
3778                 "psr-4": {
3779                     "Seld\\CliPrompt\\": "src/"
3780                 }
3781             },
3782             "notification-url": "https://packagist.org/downloads/",
3783             "license": [
3784                 "MIT"
3785             ],
3786             "authors": [
3787                 {
3788                     "name": "Jordi Boggiano",
3789                     "email": "j.boggiano@seld.be"
3790                 }
3791             ],
3792             "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type",
3793             "keywords": [
3794                 "cli",
3795                 "console",
3796                 "hidden",
3797                 "input",
3798                 "prompt"
3799             ],
3800             "time": "2020-12-15T21:32:01+00:00"
3801         },
3802         {
3803             "name": "smarty/smarty",
3804             "version": "v4.3.4",
3805             "source": {
3806                 "type": "git",
3807                 "url": "https://github.com/smarty-php/smarty.git",
3808                 "reference": "3931d8f54b8f7a4ffab538582d34d4397ba8daa5"
3809             },
3810             "dist": {
3811                 "type": "zip",
3812                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/3931d8f54b8f7a4ffab538582d34d4397ba8daa5",
3813                 "reference": "3931d8f54b8f7a4ffab538582d34d4397ba8daa5",
3814                 "shasum": ""
3815             },
3816             "require": {
3817                 "php": "^7.1 || ^8.0"
3818             },
3819             "require-dev": {
3820                 "phpunit/phpunit": "^8.5 || ^7.5",
3821                 "smarty/smarty-lexer": "^3.1"
3822             },
3823             "type": "library",
3824             "extra": {
3825                 "branch-alias": {
3826                     "dev-master": "4.0.x-dev"
3827                 }
3828             },
3829             "autoload": {
3830                 "classmap": [
3831                     "libs/"
3832                 ]
3833             },
3834             "notification-url": "https://packagist.org/downloads/",
3835             "license": [
3836                 "LGPL-3.0"
3837             ],
3838             "authors": [
3839                 {
3840                     "name": "Monte Ohrt",
3841                     "email": "monte@ohrt.com"
3842                 },
3843                 {
3844                     "name": "Uwe Tews",
3845                     "email": "uwe.tews@googlemail.com"
3846                 },
3847                 {
3848                     "name": "Rodney Rehm",
3849                     "email": "rodney.rehm@medialize.de"
3850                 },
3851                 {
3852                     "name": "Simon Wisselink",
3853                     "homepage": "https://www.iwink.nl/"
3854                 }
3855             ],
3856             "description": "Smarty - the compiling PHP template engine",
3857             "homepage": "https://smarty-php.github.io/smarty/",
3858             "keywords": [
3859                 "templating"
3860             ],
3861             "time": "2023-09-14T10:59:08+00:00"
3862         },
3863         {
3864             "name": "spomky-labs/base64url",
3865             "version": "v2.0.4",
3866             "source": {
3867                 "type": "git",
3868                 "url": "https://github.com/Spomky-Labs/base64url.git",
3869                 "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
3870             },
3871             "dist": {
3872                 "type": "zip",
3873                 "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
3874                 "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
3875                 "shasum": ""
3876             },
3877             "require": {
3878                 "php": ">=7.1"
3879             },
3880             "require-dev": {
3881                 "phpstan/extension-installer": "^1.0",
3882                 "phpstan/phpstan": "^0.11|^0.12",
3883                 "phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
3884                 "phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
3885                 "phpstan/phpstan-phpunit": "^0.11|^0.12",
3886                 "phpstan/phpstan-strict-rules": "^0.11|^0.12"
3887             },
3888             "type": "library",
3889             "autoload": {
3890                 "psr-4": {
3891                     "Base64Url\\": "src/"
3892                 }
3893             },
3894             "notification-url": "https://packagist.org/downloads/",
3895             "license": [
3896                 "MIT"
3897             ],
3898             "authors": [
3899                 {
3900                     "name": "Florent Morselli",
3901                     "homepage": "https://github.com/Spomky-Labs/base64url/contributors"
3902                 }
3903             ],
3904             "description": "Base 64 URL Safe Encoding/Decoding PHP Library",
3905             "homepage": "https://github.com/Spomky-Labs/base64url",
3906             "keywords": [
3907                 "base64",
3908                 "rfc4648",
3909                 "safe",
3910                 "url"
3911             ],
3912             "funding": [
3913                 {
3914                     "url": "https://github.com/Spomky",
3915                     "type": "github"
3916                 },
3917                 {
3918                     "url": "https://www.patreon.com/FlorentMorselli",
3919                     "type": "patreon"
3920                 }
3921             ],
3922             "time": "2020-11-03T09:10:25+00:00"
3923         },
3924         {
3925             "name": "symfony/polyfill-intl-idn",
3926             "version": "v1.28.0",
3927             "source": {
3928                 "type": "git",
3929                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3930                 "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
3931             },
3932             "dist": {
3933                 "type": "zip",
3934                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
3935                 "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
3936                 "shasum": ""
3937             },
3938             "require": {
3939                 "php": ">=7.1",
3940                 "symfony/polyfill-intl-normalizer": "^1.10",
3941                 "symfony/polyfill-php72": "^1.10"
3942             },
3943             "suggest": {
3944                 "ext-intl": "For best performance"
3945             },
3946             "type": "library",
3947             "extra": {
3948                 "branch-alias": {
3949                     "dev-main": "1.28-dev"
3950                 },
3951                 "thanks": {
3952                     "name": "symfony/polyfill",
3953                     "url": "https://github.com/symfony/polyfill"
3954                 }
3955             },
3956             "autoload": {
3957                 "files": [
3958                     "bootstrap.php"
3959                 ],
3960                 "psr-4": {
3961                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
3962                 }
3963             },
3964             "notification-url": "https://packagist.org/downloads/",
3965             "license": [
3966                 "MIT"
3967             ],
3968             "authors": [
3969                 {
3970                     "name": "Laurent Bassin",
3971                     "email": "laurent@bassin.info"
3972                 },
3973                 {
3974                     "name": "Trevor Rowbotham",
3975                     "email": "trevor.rowbotham@pm.me"
3976                 },
3977                 {
3978                     "name": "Symfony Community",
3979                     "homepage": "https://symfony.com/contributors"
3980                 }
3981             ],
3982             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3983             "homepage": "https://symfony.com",
3984             "keywords": [
3985                 "compatibility",
3986                 "idn",
3987                 "intl",
3988                 "polyfill",
3989                 "portable",
3990                 "shim"
3991             ],
3992             "funding": [
3993                 {
3994                     "url": "https://symfony.com/sponsor",
3995                     "type": "custom"
3996                 },
3997                 {
3998                     "url": "https://github.com/fabpot",
3999                     "type": "github"
4000                 },
4001                 {
4002                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4003                     "type": "tidelift"
4004                 }
4005             ],
4006             "time": "2023-01-26T09:30:37+00:00"
4007         },
4008         {
4009             "name": "symfony/polyfill-intl-normalizer",
4010             "version": "v1.28.0",
4011             "source": {
4012                 "type": "git",
4013                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4014                 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
4015             },
4016             "dist": {
4017                 "type": "zip",
4018                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
4019                 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
4020                 "shasum": ""
4021             },
4022             "require": {
4023                 "php": ">=7.1"
4024             },
4025             "suggest": {
4026                 "ext-intl": "For best performance"
4027             },
4028             "type": "library",
4029             "extra": {
4030                 "branch-alias": {
4031                     "dev-main": "1.28-dev"
4032                 },
4033                 "thanks": {
4034                     "name": "symfony/polyfill",
4035                     "url": "https://github.com/symfony/polyfill"
4036                 }
4037             },
4038             "autoload": {
4039                 "files": [
4040                     "bootstrap.php"
4041                 ],
4042                 "psr-4": {
4043                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4044                 },
4045                 "classmap": [
4046                     "Resources/stubs"
4047                 ]
4048             },
4049             "notification-url": "https://packagist.org/downloads/",
4050             "license": [
4051                 "MIT"
4052             ],
4053             "authors": [
4054                 {
4055                     "name": "Nicolas Grekas",
4056                     "email": "p@tchwork.com"
4057                 },
4058                 {
4059                     "name": "Symfony Community",
4060                     "homepage": "https://symfony.com/contributors"
4061                 }
4062             ],
4063             "description": "Symfony polyfill for intl's Normalizer class and related functions",
4064             "homepage": "https://symfony.com",
4065             "keywords": [
4066                 "compatibility",
4067                 "intl",
4068                 "normalizer",
4069                 "polyfill",
4070                 "portable",
4071                 "shim"
4072             ],
4073             "funding": [
4074                 {
4075                     "url": "https://symfony.com/sponsor",
4076                     "type": "custom"
4077                 },
4078                 {
4079                     "url": "https://github.com/fabpot",
4080                     "type": "github"
4081                 },
4082                 {
4083                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4084                     "type": "tidelift"
4085                 }
4086             ],
4087             "time": "2023-01-26T09:26:14+00:00"
4088         },
4089         {
4090             "name": "symfony/polyfill-php56",
4091             "version": "v1.20.0",
4092             "source": {
4093                 "type": "git",
4094                 "url": "https://github.com/symfony/polyfill-php56.git",
4095                 "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
4096             },
4097             "dist": {
4098                 "type": "zip",
4099                 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
4100                 "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
4101                 "shasum": ""
4102             },
4103             "require": {
4104                 "php": ">=7.1"
4105             },
4106             "type": "metapackage",
4107             "extra": {
4108                 "branch-alias": {
4109                     "dev-main": "1.20-dev"
4110                 },
4111                 "thanks": {
4112                     "name": "symfony/polyfill",
4113                     "url": "https://github.com/symfony/polyfill"
4114                 }
4115             },
4116             "notification-url": "https://packagist.org/downloads/",
4117             "license": [
4118                 "MIT"
4119             ],
4120             "authors": [
4121                 {
4122                     "name": "Nicolas Grekas",
4123                     "email": "p@tchwork.com"
4124                 },
4125                 {
4126                     "name": "Symfony Community",
4127                     "homepage": "https://symfony.com/contributors"
4128                 }
4129             ],
4130             "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
4131             "homepage": "https://symfony.com",
4132             "keywords": [
4133                 "compatibility",
4134                 "polyfill",
4135                 "portable",
4136                 "shim"
4137             ],
4138             "funding": [
4139                 {
4140                     "url": "https://symfony.com/sponsor",
4141                     "type": "custom"
4142                 },
4143                 {
4144                     "url": "https://github.com/fabpot",
4145                     "type": "github"
4146                 },
4147                 {
4148                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4149                     "type": "tidelift"
4150                 }
4151             ],
4152             "time": "2020-10-23T14:02:19+00:00"
4153         },
4154         {
4155             "name": "symfony/polyfill-php72",
4156             "version": "v1.28.0",
4157             "source": {
4158                 "type": "git",
4159                 "url": "https://github.com/symfony/polyfill-php72.git",
4160                 "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
4161             },
4162             "dist": {
4163                 "type": "zip",
4164                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
4165                 "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
4166                 "shasum": ""
4167             },
4168             "require": {
4169                 "php": ">=7.1"
4170             },
4171             "type": "library",
4172             "extra": {
4173                 "branch-alias": {
4174                     "dev-main": "1.28-dev"
4175                 },
4176                 "thanks": {
4177                     "name": "symfony/polyfill",
4178                     "url": "https://github.com/symfony/polyfill"
4179                 }
4180             },
4181             "autoload": {
4182                 "files": [
4183                     "bootstrap.php"
4184                 ],
4185                 "psr-4": {
4186                     "Symfony\\Polyfill\\Php72\\": ""
4187                 }
4188             },
4189             "notification-url": "https://packagist.org/downloads/",
4190             "license": [
4191                 "MIT"
4192             ],
4193             "authors": [
4194                 {
4195                     "name": "Nicolas Grekas",
4196                     "email": "p@tchwork.com"
4197                 },
4198                 {
4199                     "name": "Symfony Community",
4200                     "homepage": "https://symfony.com/contributors"
4201                 }
4202             ],
4203             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4204             "homepage": "https://symfony.com",
4205             "keywords": [
4206                 "compatibility",
4207                 "polyfill",
4208                 "portable",
4209                 "shim"
4210             ],
4211             "funding": [
4212                 {
4213                     "url": "https://symfony.com/sponsor",
4214                     "type": "custom"
4215                 },
4216                 {
4217                     "url": "https://github.com/fabpot",
4218                     "type": "github"
4219                 },
4220                 {
4221                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4222                     "type": "tidelift"
4223                 }
4224             ],
4225             "time": "2023-01-26T09:26:14+00:00"
4226         },
4227         {
4228             "name": "ua-parser/uap-php",
4229             "version": "v3.9.14",
4230             "source": {
4231                 "type": "git",
4232                 "url": "https://github.com/ua-parser/uap-php.git",
4233                 "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6"
4234             },
4235             "dist": {
4236                 "type": "zip",
4237                 "url": "https://api.github.com/repos/ua-parser/uap-php/zipball/b796c5ea5df588e65aeb4e2c6cce3811dec4fed6",
4238                 "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6",
4239                 "shasum": ""
4240             },
4241             "require": {
4242                 "composer/ca-bundle": "^1.1",
4243                 "php": "^7.2 || ^8.0"
4244             },
4245             "require-dev": {
4246                 "phpstan/phpstan": "^0.12.33",
4247                 "phpunit/phpunit": "^8 || ^9",
4248                 "symfony/console": "^3.4 || ^4.2 || ^4.3 || ^5.0",
4249                 "symfony/filesystem": "^3.4 || ^4.2 ||  ^4.3 || ^5.0",
4250                 "symfony/finder": "^3.4 || ^4.2 || ^4.3 || ^5.0",
4251                 "symfony/yaml": "^3.4 || ^4.2 || ^4.3 || ^5.0",
4252                 "vimeo/psalm": "^3.12"
4253             },
4254             "suggest": {
4255                 "symfony/console": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
4256                 "symfony/filesystem": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
4257                 "symfony/finder": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0",
4258                 "symfony/yaml": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0"
4259             },
4260             "bin": [
4261                 "bin/uaparser"
4262             ],
4263             "type": "library",
4264             "autoload": {
4265                 "psr-4": {
4266                     "UAParser\\": "src"
4267                 }
4268             },
4269             "notification-url": "https://packagist.org/downloads/",
4270             "license": [
4271                 "MIT"
4272             ],
4273             "authors": [
4274                 {
4275                     "name": "Dave Olsen",
4276                     "email": "dmolsen@gmail.com"
4277                 },
4278                 {
4279                     "name": "Lars Strojny",
4280                     "email": "lars@strojny.net"
4281                 }
4282             ],
4283             "description": "A multi-language port of Browserscope's user agent parser.",
4284             "time": "2020-10-02T23:36:20+00:00"
4285         },
4286         {
4287             "name": "web-token/jwt-core",
4288             "version": "v2.2.11",
4289             "source": {
4290                 "type": "git",
4291                 "url": "https://github.com/web-token/jwt-core.git",
4292                 "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678"
4293             },
4294             "dist": {
4295                 "type": "zip",
4296                 "url": "https://api.github.com/repos/web-token/jwt-core/zipball/53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
4297                 "reference": "53beb6f6c1eec4fa93c1c3e5d9e5701e71fa1678",
4298                 "shasum": ""
4299             },
4300             "require": {
4301                 "brick/math": "^0.8.17|^0.9",
4302                 "ext-json": "*",
4303                 "ext-mbstring": "*",
4304                 "fgrosse/phpasn1": "^2.0",
4305                 "php": ">=7.2",
4306                 "spomky-labs/base64url": "^1.0|^2.0"
4307             },
4308             "conflict": {
4309                 "spomky-labs/jose": "*"
4310             },
4311             "type": "library",
4312             "autoload": {
4313                 "psr-4": {
4314                     "Jose\\Component\\Core\\": ""
4315                 }
4316             },
4317             "notification-url": "https://packagist.org/downloads/",
4318             "license": [
4319                 "MIT"
4320             ],
4321             "authors": [
4322                 {
4323                     "name": "Florent Morselli",
4324                     "homepage": "https://github.com/Spomky"
4325                 },
4326                 {
4327                     "name": "All contributors",
4328                     "homepage": "https://github.com/web-token/jwt-framework/contributors"
4329                 }
4330             ],
4331             "description": "Core component of the JWT Framework.",
4332             "homepage": "https://github.com/web-token",
4333             "keywords": [
4334                 "JOSE",
4335                 "JWE",
4336                 "JWK",
4337                 "JWKSet",
4338                 "JWS",
4339                 "Jot",
4340                 "RFC7515",
4341                 "RFC7516",
4342                 "RFC7517",
4343                 "RFC7518",
4344                 "RFC7519",
4345                 "RFC7520",
4346                 "bundle",
4347                 "jwa",
4348                 "jwt",
4349                 "symfony"
4350             ],
4351             "funding": [
4352                 {
4353                     "url": "https://www.patreon.com/FlorentMorselli",
4354                     "type": "patreon"
4355                 }
4356             ],
4357             "time": "2021-03-17T14:55:52+00:00"
4358         },
4359         {
4360             "name": "web-token/jwt-key-mgmt",
4361             "version": "v2.2.11",
4362             "source": {
4363                 "type": "git",
4364                 "url": "https://github.com/web-token/jwt-key-mgmt.git",
4365                 "reference": "0b116379515700d237b4e5de86879078ccb09d8a"
4366             },
4367             "dist": {
4368                 "type": "zip",
4369                 "url": "https://api.github.com/repos/web-token/jwt-key-mgmt/zipball/0b116379515700d237b4e5de86879078ccb09d8a",
4370                 "reference": "0b116379515700d237b4e5de86879078ccb09d8a",
4371                 "shasum": ""
4372             },
4373             "require": {
4374                 "ext-openssl": "*",
4375                 "psr/http-client": "^1.0",
4376                 "psr/http-factory": "^1.0",
4377                 "web-token/jwt-core": "^2.0"
4378             },
4379             "suggest": {
4380                 "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
4381                 "php-http/httplug": "To enable JKU/X5U support.",
4382                 "php-http/message-factory": "To enable JKU/X5U support.",
4383                 "web-token/jwt-util-ecc": "To use EC key analyzers."
4384             },
4385             "type": "library",
4386             "autoload": {
4387                 "psr-4": {
4388                     "Jose\\Component\\KeyManagement\\": ""
4389                 }
4390             },
4391             "notification-url": "https://packagist.org/downloads/",
4392             "license": [
4393                 "MIT"
4394             ],
4395             "authors": [
4396                 {
4397                     "name": "Florent Morselli",
4398                     "homepage": "https://github.com/Spomky"
4399                 },
4400                 {
4401                     "name": "All contributors",
4402                     "homepage": "https://github.com/web-token/jwt-key-mgmt/contributors"
4403                 }
4404             ],
4405             "description": "Key Management component of the JWT Framework.",
4406             "homepage": "https://github.com/web-token",
4407             "keywords": [
4408                 "JOSE",
4409                 "JWE",
4410                 "JWK",
4411                 "JWKSet",
4412                 "JWS",
4413                 "Jot",
4414                 "RFC7515",
4415                 "RFC7516",
4416                 "RFC7517",
4417                 "RFC7518",
4418                 "RFC7519",
4419                 "RFC7520",
4420                 "bundle",
4421                 "jwa",
4422                 "jwt",
4423                 "symfony"
4424             ],
4425             "funding": [
4426                 {
4427                     "url": "https://www.patreon.com/FlorentMorselli",
4428                     "type": "patreon"
4429                 }
4430             ],
4431             "time": "2021-03-17T14:55:52+00:00"
4432         },
4433         {
4434             "name": "web-token/jwt-signature",
4435             "version": "v2.2.11",
4436             "source": {
4437                 "type": "git",
4438                 "url": "https://github.com/web-token/jwt-signature.git",
4439                 "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103"
4440             },
4441             "dist": {
4442                 "type": "zip",
4443                 "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
4444                 "reference": "015b59aaf3b6e8fb9f5bd1338845b7464c7d8103",
4445                 "shasum": ""
4446             },
4447             "require": {
4448                 "web-token/jwt-core": "^2.1"
4449             },
4450             "suggest": {
4451                 "web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",
4452                 "web-token/jwt-signature-algorithm-eddsa": "EdDSA Based Signature Algorithms",
4453                 "web-token/jwt-signature-algorithm-experimental": "Experimental Signature Algorithms",
4454                 "web-token/jwt-signature-algorithm-hmac": "HMAC Based Signature Algorithms",
4455                 "web-token/jwt-signature-algorithm-none": "None Signature Algorithm",
4456                 "web-token/jwt-signature-algorithm-rsa": "RSA Based Signature Algorithms"
4457             },
4458             "type": "library",
4459             "autoload": {
4460                 "psr-4": {
4461                     "Jose\\Component\\Signature\\": ""
4462                 }
4463             },
4464             "notification-url": "https://packagist.org/downloads/",
4465             "license": [
4466                 "MIT"
4467             ],
4468             "authors": [
4469                 {
4470                     "name": "Florent Morselli",
4471                     "homepage": "https://github.com/Spomky"
4472                 },
4473                 {
4474                     "name": "All contributors",
4475                     "homepage": "https://github.com/web-token/jwt-signature/contributors"
4476                 }
4477             ],
4478             "description": "Signature component of the JWT Framework.",
4479             "homepage": "https://github.com/web-token",
4480             "keywords": [
4481                 "JOSE",
4482                 "JWE",
4483                 "JWK",
4484                 "JWKSet",
4485                 "JWS",
4486                 "Jot",
4487                 "RFC7515",
4488                 "RFC7516",
4489                 "RFC7517",
4490                 "RFC7518",
4491                 "RFC7519",
4492                 "RFC7520",
4493                 "bundle",
4494                 "jwa",
4495                 "jwt",
4496                 "symfony"
4497             ],
4498             "funding": [
4499                 {
4500                     "url": "https://www.patreon.com/FlorentMorselli",
4501                     "type": "patreon"
4502                 }
4503             ],
4504             "time": "2021-03-01T19:55:28+00:00"
4505         },
4506         {
4507             "name": "web-token/jwt-signature-algorithm-ecdsa",
4508             "version": "v2.2.11",
4509             "source": {
4510                 "type": "git",
4511                 "url": "https://github.com/web-token/jwt-signature-algorithm-ecdsa.git",
4512                 "reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591"
4513             },
4514             "dist": {
4515                 "type": "zip",
4516                 "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-ecdsa/zipball/44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
4517                 "reference": "44cbbb4374c51f1cf48b82ae761efbf24e1a8591",
4518                 "shasum": ""
4519             },
4520             "require": {
4521                 "ext-openssl": "*",
4522                 "web-token/jwt-signature": "^2.0"
4523             },
4524             "type": "library",
4525             "autoload": {
4526                 "psr-4": {
4527                     "Jose\\Component\\Signature\\Algorithm\\": ""
4528                 }
4529             },
4530             "notification-url": "https://packagist.org/downloads/",
4531             "license": [
4532                 "MIT"
4533             ],
4534             "authors": [
4535                 {
4536                     "name": "Florent Morselli",
4537                     "homepage": "https://github.com/Spomky"
4538                 },
4539                 {
4540                     "name": "All contributors",
4541                     "homepage": "https://github.com/web-token/jwt-framework/contributors"
4542                 }
4543             ],
4544             "description": "ECDSA Based Signature Algorithms the JWT Framework.",
4545             "homepage": "https://github.com/web-token",
4546             "keywords": [
4547                 "JOSE",
4548                 "JWE",
4549                 "JWK",
4550                 "JWKSet",
4551                 "JWS",
4552                 "Jot",
4553                 "RFC7515",
4554                 "RFC7516",
4555                 "RFC7517",
4556                 "RFC7518",
4557                 "RFC7519",
4558                 "RFC7520",
4559                 "bundle",
4560                 "jwa",
4561                 "jwt",
4562                 "symfony"
4563             ],
4564             "funding": [
4565                 {
4566                     "url": "https://www.patreon.com/FlorentMorselli",
4567                     "type": "patreon"
4568                 }
4569             ],
4570             "time": "2021-01-21T19:18:03+00:00"
4571         },
4572         {
4573             "name": "web-token/jwt-util-ecc",
4574             "version": "v2.2.11",
4575             "source": {
4576                 "type": "git",
4577                 "url": "https://github.com/web-token/jwt-util-ecc.git",
4578                 "reference": "915f3fde86f5236c205620d61177b9ef43863deb"
4579             },
4580             "dist": {
4581                 "type": "zip",
4582                 "url": "https://api.github.com/repos/web-token/jwt-util-ecc/zipball/915f3fde86f5236c205620d61177b9ef43863deb",
4583                 "reference": "915f3fde86f5236c205620d61177b9ef43863deb",
4584                 "shasum": ""
4585             },
4586             "require": {
4587                 "brick/math": "^0.8.17|^0.9"
4588             },
4589             "suggest": {
4590                 "ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance",
4591                 "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance"
4592             },
4593             "type": "library",
4594             "autoload": {
4595                 "psr-4": {
4596                     "Jose\\Component\\Core\\Util\\Ecc\\": ""
4597                 }
4598             },
4599             "notification-url": "https://packagist.org/downloads/",
4600             "license": [
4601                 "MIT"
4602             ],
4603             "authors": [
4604                 {
4605                     "name": "Florent Morselli",
4606                     "homepage": "https://github.com/Spomky"
4607                 },
4608                 {
4609                     "name": "All contributors",
4610                     "homepage": "https://github.com/web-token/jwt-framework/contributors"
4611                 }
4612             ],
4613             "description": "ECC Tools for the JWT Framework.",
4614             "homepage": "https://github.com/web-token",
4615             "keywords": [
4616                 "JOSE",
4617                 "JWE",
4618                 "JWK",
4619                 "JWKSet",
4620                 "JWS",
4621                 "Jot",
4622                 "RFC7515",
4623                 "RFC7516",
4624                 "RFC7517",
4625                 "RFC7518",
4626                 "RFC7519",
4627                 "RFC7520",
4628                 "bundle",
4629                 "jwa",
4630                 "jwt",
4631                 "symfony"
4632             ],
4633             "funding": [
4634                 {
4635                     "url": "https://www.patreon.com/FlorentMorselli",
4636                     "type": "patreon"
4637                 }
4638             ],
4639             "time": "2021-03-24T13:35:17+00:00"
4640         },
4641         {
4642             "name": "xemlock/htmlpurifier-html5",
4643             "version": "v0.1.11",
4644             "source": {
4645                 "type": "git",
4646                 "url": "https://github.com/xemlock/htmlpurifier-html5.git",
4647                 "reference": "f0d563f9fd4a82a3d759043483f9a94c0d8c2255"
4648             },
4649             "dist": {
4650                 "type": "zip",
4651                 "url": "https://api.github.com/repos/xemlock/htmlpurifier-html5/zipball/f0d563f9fd4a82a3d759043483f9a94c0d8c2255",
4652                 "reference": "f0d563f9fd4a82a3d759043483f9a94c0d8c2255",
4653                 "shasum": ""
4654             },
4655             "require": {
4656                 "ezyang/htmlpurifier": "^4.8",
4657                 "php": ">=5.2"
4658             },
4659             "require-dev": {
4660                 "php-coveralls/php-coveralls": "^1.1|^2.1",
4661                 "phpunit/phpunit": ">=4.7 <8.0"
4662             },
4663             "type": "library",
4664             "autoload": {
4665                 "classmap": [
4666                     "library/HTMLPurifier/"
4667                 ]
4668             },
4669             "notification-url": "https://packagist.org/downloads/",
4670             "license": [
4671                 "MIT"
4672             ],
4673             "authors": [
4674                 {
4675                     "name": "xemlock",
4676                     "email": "xemlock@gmail.com"
4677                 }
4678             ],
4679             "description": "HTML5 element definitions for HTML Purifier",
4680             "keywords": [
4681                 "HTML5",
4682                 "Purifier",
4683                 "html",
4684                 "htmlpurifier",
4685                 "security",
4686                 "tidy",
4687                 "validator",
4688                 "xss"
4689             ],
4690             "time": "2019-08-07T17:19:21+00:00"
4691         }
4692     ],
4693     "packages-dev": [
4694         {
4695             "name": "dms/phpunit-arraysubset-asserts",
4696             "version": "v0.3.1",
4697             "source": {
4698                 "type": "git",
4699                 "url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git",
4700                 "reference": "e1b47df99cd0dbb3f63528adc5c990256218c707"
4701             },
4702             "dist": {
4703                 "type": "zip",
4704                 "url": "https://api.github.com/repos/rdohms/phpunit-arraysubset-asserts/zipball/e1b47df99cd0dbb3f63528adc5c990256218c707",
4705                 "reference": "e1b47df99cd0dbb3f63528adc5c990256218c707",
4706                 "shasum": ""
4707             },
4708             "require": {
4709                 "php": "^5.4 || ^7.0 || ^8.0",
4710                 "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
4711             },
4712             "require-dev": {
4713                 "dms/coding-standard": "^9",
4714                 "squizlabs/php_codesniffer": "^3.4"
4715             },
4716             "type": "library",
4717             "autoload": {
4718                 "files": [
4719                     "assertarraysubset-autoload.php"
4720                 ]
4721             },
4722             "notification-url": "https://packagist.org/downloads/",
4723             "license": [
4724                 "MIT"
4725             ],
4726             "authors": [
4727                 {
4728                     "name": "Rafael Dohms",
4729                     "email": "rdohms@gmail.com"
4730                 }
4731             ],
4732             "description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8",
4733             "time": "2021-10-17T18:50:58+00:00"
4734         },
4735         {
4736             "name": "doctrine/instantiator",
4737             "version": "1.5.0",
4738             "source": {
4739                 "type": "git",
4740                 "url": "https://github.com/doctrine/instantiator.git",
4741                 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
4742             },
4743             "dist": {
4744                 "type": "zip",
4745                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
4746                 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
4747                 "shasum": ""
4748             },
4749             "require": {
4750                 "php": "^7.1 || ^8.0"
4751             },
4752             "require-dev": {
4753                 "doctrine/coding-standard": "^9 || ^11",
4754                 "ext-pdo": "*",
4755                 "ext-phar": "*",
4756                 "phpbench/phpbench": "^0.16 || ^1",
4757                 "phpstan/phpstan": "^1.4",
4758                 "phpstan/phpstan-phpunit": "^1",
4759                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
4760                 "vimeo/psalm": "^4.30 || ^5.4"
4761             },
4762             "type": "library",
4763             "autoload": {
4764                 "psr-4": {
4765                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
4766                 }
4767             },
4768             "notification-url": "https://packagist.org/downloads/",
4769             "license": [
4770                 "MIT"
4771             ],
4772             "authors": [
4773                 {
4774                     "name": "Marco Pivetta",
4775                     "email": "ocramius@gmail.com",
4776                     "homepage": "https://ocramius.github.io/"
4777                 }
4778             ],
4779             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
4780             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
4781             "keywords": [
4782                 "constructor",
4783                 "instantiate"
4784             ],
4785             "funding": [
4786                 {
4787                     "url": "https://www.doctrine-project.org/sponsorship.html",
4788                     "type": "custom"
4789                 },
4790                 {
4791                     "url": "https://www.patreon.com/phpdoctrine",
4792                     "type": "patreon"
4793                 },
4794                 {
4795                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
4796                     "type": "tidelift"
4797                 }
4798             ],
4799             "time": "2022-12-30T00:15:36+00:00"
4800         },
4801         {
4802             "name": "hamcrest/hamcrest-php",
4803             "version": "v2.0.1",
4804             "source": {
4805                 "type": "git",
4806                 "url": "https://github.com/hamcrest/hamcrest-php.git",
4807                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
4808             },
4809             "dist": {
4810                 "type": "zip",
4811                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
4812                 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
4813                 "shasum": ""
4814             },
4815             "require": {
4816                 "php": "^5.3|^7.0|^8.0"
4817             },
4818             "replace": {
4819                 "cordoval/hamcrest-php": "*",
4820                 "davedevelopment/hamcrest-php": "*",
4821                 "kodova/hamcrest-php": "*"
4822             },
4823             "require-dev": {
4824                 "phpunit/php-file-iterator": "^1.4 || ^2.0",
4825                 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
4826             },
4827             "type": "library",
4828             "extra": {
4829                 "branch-alias": {
4830                     "dev-master": "2.1-dev"
4831                 }
4832             },
4833             "autoload": {
4834                 "classmap": [
4835                     "hamcrest"
4836                 ]
4837             },
4838             "notification-url": "https://packagist.org/downloads/",
4839             "license": [
4840                 "BSD-3-Clause"
4841             ],
4842             "description": "This is the PHP port of Hamcrest Matchers",
4843             "keywords": [
4844                 "test"
4845             ],
4846             "time": "2020-07-09T08:09:16+00:00"
4847         },
4848         {
4849             "name": "mikey179/vfsstream",
4850             "version": "v1.6.11",
4851             "source": {
4852                 "type": "git",
4853                 "url": "https://github.com/bovigo/vfsStream.git",
4854                 "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
4855             },
4856             "dist": {
4857                 "type": "zip",
4858                 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
4859                 "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
4860                 "shasum": ""
4861             },
4862             "require": {
4863                 "php": ">=5.3.0"
4864             },
4865             "require-dev": {
4866                 "phpunit/phpunit": "^4.5|^5.0"
4867             },
4868             "type": "library",
4869             "extra": {
4870                 "branch-alias": {
4871                     "dev-master": "1.6.x-dev"
4872                 }
4873             },
4874             "autoload": {
4875                 "psr-0": {
4876                     "org\\bovigo\\vfs\\": "src/main/php"
4877                 }
4878             },
4879             "notification-url": "https://packagist.org/downloads/",
4880             "license": [
4881                 "BSD-3-Clause"
4882             ],
4883             "authors": [
4884                 {
4885                     "name": "Frank Kleine",
4886                     "homepage": "http://frankkleine.de/",
4887                     "role": "Developer"
4888                 }
4889             ],
4890             "description": "Virtual file system to mock the real file system in unit tests.",
4891             "homepage": "http://vfs.bovigo.org/",
4892             "time": "2022-02-23T02:02:42+00:00"
4893         },
4894         {
4895             "name": "mockery/mockery",
4896             "version": "1.6.7",
4897             "source": {
4898                 "type": "git",
4899                 "url": "https://github.com/mockery/mockery.git",
4900                 "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06"
4901             },
4902             "dist": {
4903                 "type": "zip",
4904                 "url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
4905                 "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
4906                 "shasum": ""
4907             },
4908             "require": {
4909                 "hamcrest/hamcrest-php": "^2.0.1",
4910                 "lib-pcre": ">=7.0",
4911                 "php": ">=7.3"
4912             },
4913             "conflict": {
4914                 "phpunit/phpunit": "<8.0"
4915             },
4916             "require-dev": {
4917                 "phpunit/phpunit": "^8.5 || ^9.6.10",
4918                 "symplify/easy-coding-standard": "^12.0.8"
4919             },
4920             "type": "library",
4921             "autoload": {
4922                 "files": [
4923                     "library/helpers.php",
4924                     "library/Mockery.php"
4925                 ],
4926                 "psr-4": {
4927                     "Mockery\\": "library/Mockery"
4928                 }
4929             },
4930             "notification-url": "https://packagist.org/downloads/",
4931             "license": [
4932                 "BSD-3-Clause"
4933             ],
4934             "authors": [
4935                 {
4936                     "name": "Pádraic Brady",
4937                     "email": "padraic.brady@gmail.com",
4938                     "homepage": "https://github.com/padraic",
4939                     "role": "Author"
4940                 },
4941                 {
4942                     "name": "Dave Marshall",
4943                     "email": "dave.marshall@atstsolutions.co.uk",
4944                     "homepage": "https://davedevelopment.co.uk",
4945                     "role": "Developer"
4946                 },
4947                 {
4948                     "name": "Nathanael Esayeas",
4949                     "email": "nathanael.esayeas@protonmail.com",
4950                     "homepage": "https://github.com/ghostwriter",
4951                     "role": "Lead Developer"
4952                 }
4953             ],
4954             "description": "Mockery is a simple yet flexible PHP mock object framework",
4955             "homepage": "https://github.com/mockery/mockery",
4956             "keywords": [
4957                 "BDD",
4958                 "TDD",
4959                 "library",
4960                 "mock",
4961                 "mock objects",
4962                 "mockery",
4963                 "stub",
4964                 "test",
4965                 "test double",
4966                 "testing"
4967             ],
4968             "time": "2023-12-10T02:24:34+00:00"
4969         },
4970         {
4971             "name": "myclabs/deep-copy",
4972             "version": "1.11.1",
4973             "source": {
4974                 "type": "git",
4975                 "url": "https://github.com/myclabs/DeepCopy.git",
4976                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
4977             },
4978             "dist": {
4979                 "type": "zip",
4980                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
4981                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
4982                 "shasum": ""
4983             },
4984             "require": {
4985                 "php": "^7.1 || ^8.0"
4986             },
4987             "conflict": {
4988                 "doctrine/collections": "<1.6.8",
4989                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
4990             },
4991             "require-dev": {
4992                 "doctrine/collections": "^1.6.8",
4993                 "doctrine/common": "^2.13.3 || ^3.2.2",
4994                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
4995             },
4996             "type": "library",
4997             "autoload": {
4998                 "files": [
4999                     "src/DeepCopy/deep_copy.php"
5000                 ],
5001                 "psr-4": {
5002                     "DeepCopy\\": "src/DeepCopy/"
5003                 }
5004             },
5005             "notification-url": "https://packagist.org/downloads/",
5006             "license": [
5007                 "MIT"
5008             ],
5009             "description": "Create deep copies (clones) of your objects",
5010             "keywords": [
5011                 "clone",
5012                 "copy",
5013                 "duplicate",
5014                 "object",
5015                 "object graph"
5016             ],
5017             "funding": [
5018                 {
5019                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
5020                     "type": "tidelift"
5021                 }
5022             ],
5023             "time": "2023-03-08T13:26:56+00:00"
5024         },
5025         {
5026             "name": "nikic/php-parser",
5027             "version": "v4.18.0",
5028             "source": {
5029                 "type": "git",
5030                 "url": "https://github.com/nikic/PHP-Parser.git",
5031                 "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
5032             },
5033             "dist": {
5034                 "type": "zip",
5035                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
5036                 "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
5037                 "shasum": ""
5038             },
5039             "require": {
5040                 "ext-tokenizer": "*",
5041                 "php": ">=7.0"
5042             },
5043             "require-dev": {
5044                 "ircmaxell/php-yacc": "^0.0.7",
5045                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
5046             },
5047             "bin": [
5048                 "bin/php-parse"
5049             ],
5050             "type": "library",
5051             "extra": {
5052                 "branch-alias": {
5053                     "dev-master": "4.9-dev"
5054                 }
5055             },
5056             "autoload": {
5057                 "psr-4": {
5058                     "PhpParser\\": "lib/PhpParser"
5059                 }
5060             },
5061             "notification-url": "https://packagist.org/downloads/",
5062             "license": [
5063                 "BSD-3-Clause"
5064             ],
5065             "authors": [
5066                 {
5067                     "name": "Nikita Popov"
5068                 }
5069             ],
5070             "description": "A PHP parser written in PHP",
5071             "keywords": [
5072                 "parser",
5073                 "php"
5074             ],
5075             "time": "2023-12-10T21:03:43+00:00"
5076         },
5077         {
5078             "name": "phar-io/manifest",
5079             "version": "2.0.3",
5080             "source": {
5081                 "type": "git",
5082                 "url": "https://github.com/phar-io/manifest.git",
5083                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
5084             },
5085             "dist": {
5086                 "type": "zip",
5087                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
5088                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
5089                 "shasum": ""
5090             },
5091             "require": {
5092                 "ext-dom": "*",
5093                 "ext-phar": "*",
5094                 "ext-xmlwriter": "*",
5095                 "phar-io/version": "^3.0.1",
5096                 "php": "^7.2 || ^8.0"
5097             },
5098             "type": "library",
5099             "extra": {
5100                 "branch-alias": {
5101                     "dev-master": "2.0.x-dev"
5102                 }
5103             },
5104             "autoload": {
5105                 "classmap": [
5106                     "src/"
5107                 ]
5108             },
5109             "notification-url": "https://packagist.org/downloads/",
5110             "license": [
5111                 "BSD-3-Clause"
5112             ],
5113             "authors": [
5114                 {
5115                     "name": "Arne Blankerts",
5116                     "email": "arne@blankerts.de",
5117                     "role": "Developer"
5118                 },
5119                 {
5120                     "name": "Sebastian Heuer",
5121                     "email": "sebastian@phpeople.de",
5122                     "role": "Developer"
5123                 },
5124                 {
5125                     "name": "Sebastian Bergmann",
5126                     "email": "sebastian@phpunit.de",
5127                     "role": "Developer"
5128                 }
5129             ],
5130             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
5131             "time": "2021-07-20T11:28:43+00:00"
5132         },
5133         {
5134             "name": "phar-io/version",
5135             "version": "3.2.1",
5136             "source": {
5137                 "type": "git",
5138                 "url": "https://github.com/phar-io/version.git",
5139                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
5140             },
5141             "dist": {
5142                 "type": "zip",
5143                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
5144                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
5145                 "shasum": ""
5146             },
5147             "require": {
5148                 "php": "^7.2 || ^8.0"
5149             },
5150             "type": "library",
5151             "autoload": {
5152                 "classmap": [
5153                     "src/"
5154                 ]
5155             },
5156             "notification-url": "https://packagist.org/downloads/",
5157             "license": [
5158                 "BSD-3-Clause"
5159             ],
5160             "authors": [
5161                 {
5162                     "name": "Arne Blankerts",
5163                     "email": "arne@blankerts.de",
5164                     "role": "Developer"
5165                 },
5166                 {
5167                     "name": "Sebastian Heuer",
5168                     "email": "sebastian@phpeople.de",
5169                     "role": "Developer"
5170                 },
5171                 {
5172                     "name": "Sebastian Bergmann",
5173                     "email": "sebastian@phpunit.de",
5174                     "role": "Developer"
5175                 }
5176             ],
5177             "description": "Library for handling version information and constraints",
5178             "time": "2022-02-21T01:04:05+00:00"
5179         },
5180         {
5181             "name": "phpunit/php-code-coverage",
5182             "version": "9.2.29",
5183             "source": {
5184                 "type": "git",
5185                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
5186                 "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76"
5187             },
5188             "dist": {
5189                 "type": "zip",
5190                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76",
5191                 "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76",
5192                 "shasum": ""
5193             },
5194             "require": {
5195                 "ext-dom": "*",
5196                 "ext-libxml": "*",
5197                 "ext-xmlwriter": "*",
5198                 "nikic/php-parser": "^4.15",
5199                 "php": ">=7.3",
5200                 "phpunit/php-file-iterator": "^3.0.3",
5201                 "phpunit/php-text-template": "^2.0.2",
5202                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
5203                 "sebastian/complexity": "^2.0",
5204                 "sebastian/environment": "^5.1.2",
5205                 "sebastian/lines-of-code": "^1.0.3",
5206                 "sebastian/version": "^3.0.1",
5207                 "theseer/tokenizer": "^1.2.0"
5208             },
5209             "require-dev": {
5210                 "phpunit/phpunit": "^9.3"
5211             },
5212             "suggest": {
5213                 "ext-pcov": "PHP extension that provides line coverage",
5214                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
5215             },
5216             "type": "library",
5217             "extra": {
5218                 "branch-alias": {
5219                     "dev-master": "9.2-dev"
5220                 }
5221             },
5222             "autoload": {
5223                 "classmap": [
5224                     "src/"
5225                 ]
5226             },
5227             "notification-url": "https://packagist.org/downloads/",
5228             "license": [
5229                 "BSD-3-Clause"
5230             ],
5231             "authors": [
5232                 {
5233                     "name": "Sebastian Bergmann",
5234                     "email": "sebastian@phpunit.de",
5235                     "role": "lead"
5236                 }
5237             ],
5238             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
5239             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
5240             "keywords": [
5241                 "coverage",
5242                 "testing",
5243                 "xunit"
5244             ],
5245             "funding": [
5246                 {
5247                     "url": "https://github.com/sebastianbergmann",
5248                     "type": "github"
5249                 }
5250             ],
5251             "time": "2023-09-19T04:57:46+00:00"
5252         },
5253         {
5254             "name": "phpunit/php-file-iterator",
5255             "version": "3.0.6",
5256             "source": {
5257                 "type": "git",
5258                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
5259                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
5260             },
5261             "dist": {
5262                 "type": "zip",
5263                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
5264                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
5265                 "shasum": ""
5266             },
5267             "require": {
5268                 "php": ">=7.3"
5269             },
5270             "require-dev": {
5271                 "phpunit/phpunit": "^9.3"
5272             },
5273             "type": "library",
5274             "extra": {
5275                 "branch-alias": {
5276                     "dev-master": "3.0-dev"
5277                 }
5278             },
5279             "autoload": {
5280                 "classmap": [
5281                     "src/"
5282                 ]
5283             },
5284             "notification-url": "https://packagist.org/downloads/",
5285             "license": [
5286                 "BSD-3-Clause"
5287             ],
5288             "authors": [
5289                 {
5290                     "name": "Sebastian Bergmann",
5291                     "email": "sebastian@phpunit.de",
5292                     "role": "lead"
5293                 }
5294             ],
5295             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
5296             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
5297             "keywords": [
5298                 "filesystem",
5299                 "iterator"
5300             ],
5301             "funding": [
5302                 {
5303                     "url": "https://github.com/sebastianbergmann",
5304                     "type": "github"
5305                 }
5306             ],
5307             "time": "2021-12-02T12:48:52+00:00"
5308         },
5309         {
5310             "name": "phpunit/php-invoker",
5311             "version": "3.1.1",
5312             "source": {
5313                 "type": "git",
5314                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
5315                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
5316             },
5317             "dist": {
5318                 "type": "zip",
5319                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
5320                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
5321                 "shasum": ""
5322             },
5323             "require": {
5324                 "php": ">=7.3"
5325             },
5326             "require-dev": {
5327                 "ext-pcntl": "*",
5328                 "phpunit/phpunit": "^9.3"
5329             },
5330             "suggest": {
5331                 "ext-pcntl": "*"
5332             },
5333             "type": "library",
5334             "extra": {
5335                 "branch-alias": {
5336                     "dev-master": "3.1-dev"
5337                 }
5338             },
5339             "autoload": {
5340                 "classmap": [
5341                     "src/"
5342                 ]
5343             },
5344             "notification-url": "https://packagist.org/downloads/",
5345             "license": [
5346                 "BSD-3-Clause"
5347             ],
5348             "authors": [
5349                 {
5350                     "name": "Sebastian Bergmann",
5351                     "email": "sebastian@phpunit.de",
5352                     "role": "lead"
5353                 }
5354             ],
5355             "description": "Invoke callables with a timeout",
5356             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
5357             "keywords": [
5358                 "process"
5359             ],
5360             "funding": [
5361                 {
5362                     "url": "https://github.com/sebastianbergmann",
5363                     "type": "github"
5364                 }
5365             ],
5366             "time": "2020-09-28T05:58:55+00:00"
5367         },
5368         {
5369             "name": "phpunit/php-text-template",
5370             "version": "2.0.4",
5371             "source": {
5372                 "type": "git",
5373                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
5374                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
5375             },
5376             "dist": {
5377                 "type": "zip",
5378                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
5379                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
5380                 "shasum": ""
5381             },
5382             "require": {
5383                 "php": ">=7.3"
5384             },
5385             "require-dev": {
5386                 "phpunit/phpunit": "^9.3"
5387             },
5388             "type": "library",
5389             "extra": {
5390                 "branch-alias": {
5391                     "dev-master": "2.0-dev"
5392                 }
5393             },
5394             "autoload": {
5395                 "classmap": [
5396                     "src/"
5397                 ]
5398             },
5399             "notification-url": "https://packagist.org/downloads/",
5400             "license": [
5401                 "BSD-3-Clause"
5402             ],
5403             "authors": [
5404                 {
5405                     "name": "Sebastian Bergmann",
5406                     "email": "sebastian@phpunit.de",
5407                     "role": "lead"
5408                 }
5409             ],
5410             "description": "Simple template engine.",
5411             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
5412             "keywords": [
5413                 "template"
5414             ],
5415             "funding": [
5416                 {
5417                     "url": "https://github.com/sebastianbergmann",
5418                     "type": "github"
5419                 }
5420             ],
5421             "time": "2020-10-26T05:33:50+00:00"
5422         },
5423         {
5424             "name": "phpunit/php-timer",
5425             "version": "5.0.3",
5426             "source": {
5427                 "type": "git",
5428                 "url": "https://github.com/sebastianbergmann/php-timer.git",
5429                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
5430             },
5431             "dist": {
5432                 "type": "zip",
5433                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
5434                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
5435                 "shasum": ""
5436             },
5437             "require": {
5438                 "php": ">=7.3"
5439             },
5440             "require-dev": {
5441                 "phpunit/phpunit": "^9.3"
5442             },
5443             "type": "library",
5444             "extra": {
5445                 "branch-alias": {
5446                     "dev-master": "5.0-dev"
5447                 }
5448             },
5449             "autoload": {
5450                 "classmap": [
5451                     "src/"
5452                 ]
5453             },
5454             "notification-url": "https://packagist.org/downloads/",
5455             "license": [
5456                 "BSD-3-Clause"
5457             ],
5458             "authors": [
5459                 {
5460                     "name": "Sebastian Bergmann",
5461                     "email": "sebastian@phpunit.de",
5462                     "role": "lead"
5463                 }
5464             ],
5465             "description": "Utility class for timing",
5466             "homepage": "https://github.com/sebastianbergmann/php-timer/",
5467             "keywords": [
5468                 "timer"
5469             ],
5470             "funding": [
5471                 {
5472                     "url": "https://github.com/sebastianbergmann",
5473                     "type": "github"
5474                 }
5475             ],
5476             "time": "2020-10-26T13:16:10+00:00"
5477         },
5478         {
5479             "name": "phpunit/phpunit",
5480             "version": "9.6.15",
5481             "source": {
5482                 "type": "git",
5483                 "url": "https://github.com/sebastianbergmann/phpunit.git",
5484                 "reference": "05017b80304e0eb3f31d90194a563fd53a6021f1"
5485             },
5486             "dist": {
5487                 "type": "zip",
5488                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/05017b80304e0eb3f31d90194a563fd53a6021f1",
5489                 "reference": "05017b80304e0eb3f31d90194a563fd53a6021f1",
5490                 "shasum": ""
5491             },
5492             "require": {
5493                 "doctrine/instantiator": "^1.3.1 || ^2",
5494                 "ext-dom": "*",
5495                 "ext-json": "*",
5496                 "ext-libxml": "*",
5497                 "ext-mbstring": "*",
5498                 "ext-xml": "*",
5499                 "ext-xmlwriter": "*",
5500                 "myclabs/deep-copy": "^1.10.1",
5501                 "phar-io/manifest": "^2.0.3",
5502                 "phar-io/version": "^3.0.2",
5503                 "php": ">=7.3",
5504                 "phpunit/php-code-coverage": "^9.2.28",
5505                 "phpunit/php-file-iterator": "^3.0.5",
5506                 "phpunit/php-invoker": "^3.1.1",
5507                 "phpunit/php-text-template": "^2.0.3",
5508                 "phpunit/php-timer": "^5.0.2",
5509                 "sebastian/cli-parser": "^1.0.1",
5510                 "sebastian/code-unit": "^1.0.6",
5511                 "sebastian/comparator": "^4.0.8",
5512                 "sebastian/diff": "^4.0.3",
5513                 "sebastian/environment": "^5.1.3",
5514                 "sebastian/exporter": "^4.0.5",
5515                 "sebastian/global-state": "^5.0.1",
5516                 "sebastian/object-enumerator": "^4.0.3",
5517                 "sebastian/resource-operations": "^3.0.3",
5518                 "sebastian/type": "^3.2",
5519                 "sebastian/version": "^3.0.2"
5520             },
5521             "suggest": {
5522                 "ext-soap": "To be able to generate mocks based on WSDL files",
5523                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
5524             },
5525             "bin": [
5526                 "phpunit"
5527             ],
5528             "type": "library",
5529             "extra": {
5530                 "branch-alias": {
5531                     "dev-master": "9.6-dev"
5532                 }
5533             },
5534             "autoload": {
5535                 "files": [
5536                     "src/Framework/Assert/Functions.php"
5537                 ],
5538                 "classmap": [
5539                     "src/"
5540                 ]
5541             },
5542             "notification-url": "https://packagist.org/downloads/",
5543             "license": [
5544                 "BSD-3-Clause"
5545             ],
5546             "authors": [
5547                 {
5548                     "name": "Sebastian Bergmann",
5549                     "email": "sebastian@phpunit.de",
5550                     "role": "lead"
5551                 }
5552             ],
5553             "description": "The PHP Unit Testing framework.",
5554             "homepage": "https://phpunit.de/",
5555             "keywords": [
5556                 "phpunit",
5557                 "testing",
5558                 "xunit"
5559             ],
5560             "funding": [
5561                 {
5562                     "url": "https://phpunit.de/sponsors.html",
5563                     "type": "custom"
5564                 },
5565                 {
5566                     "url": "https://github.com/sebastianbergmann",
5567                     "type": "github"
5568                 },
5569                 {
5570                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
5571                     "type": "tidelift"
5572                 }
5573             ],
5574             "time": "2023-12-01T16:55:19+00:00"
5575         },
5576         {
5577             "name": "sebastian/cli-parser",
5578             "version": "1.0.1",
5579             "source": {
5580                 "type": "git",
5581                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
5582                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
5583             },
5584             "dist": {
5585                 "type": "zip",
5586                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
5587                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
5588                 "shasum": ""
5589             },
5590             "require": {
5591                 "php": ">=7.3"
5592             },
5593             "require-dev": {
5594                 "phpunit/phpunit": "^9.3"
5595             },
5596             "type": "library",
5597             "extra": {
5598                 "branch-alias": {
5599                     "dev-master": "1.0-dev"
5600                 }
5601             },
5602             "autoload": {
5603                 "classmap": [
5604                     "src/"
5605                 ]
5606             },
5607             "notification-url": "https://packagist.org/downloads/",
5608             "license": [
5609                 "BSD-3-Clause"
5610             ],
5611             "authors": [
5612                 {
5613                     "name": "Sebastian Bergmann",
5614                     "email": "sebastian@phpunit.de",
5615                     "role": "lead"
5616                 }
5617             ],
5618             "description": "Library for parsing CLI options",
5619             "homepage": "https://github.com/sebastianbergmann/cli-parser",
5620             "funding": [
5621                 {
5622                     "url": "https://github.com/sebastianbergmann",
5623                     "type": "github"
5624                 }
5625             ],
5626             "time": "2020-09-28T06:08:49+00:00"
5627         },
5628         {
5629             "name": "sebastian/code-unit",
5630             "version": "1.0.8",
5631             "source": {
5632                 "type": "git",
5633                 "url": "https://github.com/sebastianbergmann/code-unit.git",
5634                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
5635             },
5636             "dist": {
5637                 "type": "zip",
5638                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
5639                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
5640                 "shasum": ""
5641             },
5642             "require": {
5643                 "php": ">=7.3"
5644             },
5645             "require-dev": {
5646                 "phpunit/phpunit": "^9.3"
5647             },
5648             "type": "library",
5649             "extra": {
5650                 "branch-alias": {
5651                     "dev-master": "1.0-dev"
5652                 }
5653             },
5654             "autoload": {
5655                 "classmap": [
5656                     "src/"
5657                 ]
5658             },
5659             "notification-url": "https://packagist.org/downloads/",
5660             "license": [
5661                 "BSD-3-Clause"
5662             ],
5663             "authors": [
5664                 {
5665                     "name": "Sebastian Bergmann",
5666                     "email": "sebastian@phpunit.de",
5667                     "role": "lead"
5668                 }
5669             ],
5670             "description": "Collection of value objects that represent the PHP code units",
5671             "homepage": "https://github.com/sebastianbergmann/code-unit",
5672             "funding": [
5673                 {
5674                     "url": "https://github.com/sebastianbergmann",
5675                     "type": "github"
5676                 }
5677             ],
5678             "time": "2020-10-26T13:08:54+00:00"
5679         },
5680         {
5681             "name": "sebastian/code-unit-reverse-lookup",
5682             "version": "2.0.3",
5683             "source": {
5684                 "type": "git",
5685                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
5686                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
5687             },
5688             "dist": {
5689                 "type": "zip",
5690                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
5691                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
5692                 "shasum": ""
5693             },
5694             "require": {
5695                 "php": ">=7.3"
5696             },
5697             "require-dev": {
5698                 "phpunit/phpunit": "^9.3"
5699             },
5700             "type": "library",
5701             "extra": {
5702                 "branch-alias": {
5703                     "dev-master": "2.0-dev"
5704                 }
5705             },
5706             "autoload": {
5707                 "classmap": [
5708                     "src/"
5709                 ]
5710             },
5711             "notification-url": "https://packagist.org/downloads/",
5712             "license": [
5713                 "BSD-3-Clause"
5714             ],
5715             "authors": [
5716                 {
5717                     "name": "Sebastian Bergmann",
5718                     "email": "sebastian@phpunit.de"
5719                 }
5720             ],
5721             "description": "Looks up which function or method a line of code belongs to",
5722             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
5723             "funding": [
5724                 {
5725                     "url": "https://github.com/sebastianbergmann",
5726                     "type": "github"
5727                 }
5728             ],
5729             "time": "2020-09-28T05:30:19+00:00"
5730         },
5731         {
5732             "name": "sebastian/comparator",
5733             "version": "4.0.8",
5734             "source": {
5735                 "type": "git",
5736                 "url": "https://github.com/sebastianbergmann/comparator.git",
5737                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
5738             },
5739             "dist": {
5740                 "type": "zip",
5741                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
5742                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
5743                 "shasum": ""
5744             },
5745             "require": {
5746                 "php": ">=7.3",
5747                 "sebastian/diff": "^4.0",
5748                 "sebastian/exporter": "^4.0"
5749             },
5750             "require-dev": {
5751                 "phpunit/phpunit": "^9.3"
5752             },
5753             "type": "library",
5754             "extra": {
5755                 "branch-alias": {
5756                     "dev-master": "4.0-dev"
5757                 }
5758             },
5759             "autoload": {
5760                 "classmap": [
5761                     "src/"
5762                 ]
5763             },
5764             "notification-url": "https://packagist.org/downloads/",
5765             "license": [
5766                 "BSD-3-Clause"
5767             ],
5768             "authors": [
5769                 {
5770                     "name": "Sebastian Bergmann",
5771                     "email": "sebastian@phpunit.de"
5772                 },
5773                 {
5774                     "name": "Jeff Welch",
5775                     "email": "whatthejeff@gmail.com"
5776                 },
5777                 {
5778                     "name": "Volker Dusch",
5779                     "email": "github@wallbash.com"
5780                 },
5781                 {
5782                     "name": "Bernhard Schussek",
5783                     "email": "bschussek@2bepublished.at"
5784                 }
5785             ],
5786             "description": "Provides the functionality to compare PHP values for equality",
5787             "homepage": "https://github.com/sebastianbergmann/comparator",
5788             "keywords": [
5789                 "comparator",
5790                 "compare",
5791                 "equality"
5792             ],
5793             "funding": [
5794                 {
5795                     "url": "https://github.com/sebastianbergmann",
5796                     "type": "github"
5797                 }
5798             ],
5799             "time": "2022-09-14T12:41:17+00:00"
5800         },
5801         {
5802             "name": "sebastian/complexity",
5803             "version": "2.0.2",
5804             "source": {
5805                 "type": "git",
5806                 "url": "https://github.com/sebastianbergmann/complexity.git",
5807                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
5808             },
5809             "dist": {
5810                 "type": "zip",
5811                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
5812                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
5813                 "shasum": ""
5814             },
5815             "require": {
5816                 "nikic/php-parser": "^4.7",
5817                 "php": ">=7.3"
5818             },
5819             "require-dev": {
5820                 "phpunit/phpunit": "^9.3"
5821             },
5822             "type": "library",
5823             "extra": {
5824                 "branch-alias": {
5825                     "dev-master": "2.0-dev"
5826                 }
5827             },
5828             "autoload": {
5829                 "classmap": [
5830                     "src/"
5831                 ]
5832             },
5833             "notification-url": "https://packagist.org/downloads/",
5834             "license": [
5835                 "BSD-3-Clause"
5836             ],
5837             "authors": [
5838                 {
5839                     "name": "Sebastian Bergmann",
5840                     "email": "sebastian@phpunit.de",
5841                     "role": "lead"
5842                 }
5843             ],
5844             "description": "Library for calculating the complexity of PHP code units",
5845             "homepage": "https://github.com/sebastianbergmann/complexity",
5846             "funding": [
5847                 {
5848                     "url": "https://github.com/sebastianbergmann",
5849                     "type": "github"
5850                 }
5851             ],
5852             "time": "2020-10-26T15:52:27+00:00"
5853         },
5854         {
5855             "name": "sebastian/diff",
5856             "version": "4.0.5",
5857             "source": {
5858                 "type": "git",
5859                 "url": "https://github.com/sebastianbergmann/diff.git",
5860                 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
5861             },
5862             "dist": {
5863                 "type": "zip",
5864                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
5865                 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
5866                 "shasum": ""
5867             },
5868             "require": {
5869                 "php": ">=7.3"
5870             },
5871             "require-dev": {
5872                 "phpunit/phpunit": "^9.3",
5873                 "symfony/process": "^4.2 || ^5"
5874             },
5875             "type": "library",
5876             "extra": {
5877                 "branch-alias": {
5878                     "dev-master": "4.0-dev"
5879                 }
5880             },
5881             "autoload": {
5882                 "classmap": [
5883                     "src/"
5884                 ]
5885             },
5886             "notification-url": "https://packagist.org/downloads/",
5887             "license": [
5888                 "BSD-3-Clause"
5889             ],
5890             "authors": [
5891                 {
5892                     "name": "Sebastian Bergmann",
5893                     "email": "sebastian@phpunit.de"
5894                 },
5895                 {
5896                     "name": "Kore Nordmann",
5897                     "email": "mail@kore-nordmann.de"
5898                 }
5899             ],
5900             "description": "Diff implementation",
5901             "homepage": "https://github.com/sebastianbergmann/diff",
5902             "keywords": [
5903                 "diff",
5904                 "udiff",
5905                 "unidiff",
5906                 "unified diff"
5907             ],
5908             "funding": [
5909                 {
5910                     "url": "https://github.com/sebastianbergmann",
5911                     "type": "github"
5912                 }
5913             ],
5914             "time": "2023-05-07T05:35:17+00:00"
5915         },
5916         {
5917             "name": "sebastian/environment",
5918             "version": "5.1.5",
5919             "source": {
5920                 "type": "git",
5921                 "url": "https://github.com/sebastianbergmann/environment.git",
5922                 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
5923             },
5924             "dist": {
5925                 "type": "zip",
5926                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
5927                 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
5928                 "shasum": ""
5929             },
5930             "require": {
5931                 "php": ">=7.3"
5932             },
5933             "require-dev": {
5934                 "phpunit/phpunit": "^9.3"
5935             },
5936             "suggest": {
5937                 "ext-posix": "*"
5938             },
5939             "type": "library",
5940             "extra": {
5941                 "branch-alias": {
5942                     "dev-master": "5.1-dev"
5943                 }
5944             },
5945             "autoload": {
5946                 "classmap": [
5947                     "src/"
5948                 ]
5949             },
5950             "notification-url": "https://packagist.org/downloads/",
5951             "license": [
5952                 "BSD-3-Clause"
5953             ],
5954             "authors": [
5955                 {
5956                     "name": "Sebastian Bergmann",
5957                     "email": "sebastian@phpunit.de"
5958                 }
5959             ],
5960             "description": "Provides functionality to handle HHVM/PHP environments",
5961             "homepage": "http://www.github.com/sebastianbergmann/environment",
5962             "keywords": [
5963                 "Xdebug",
5964                 "environment",
5965                 "hhvm"
5966             ],
5967             "funding": [
5968                 {
5969                     "url": "https://github.com/sebastianbergmann",
5970                     "type": "github"
5971                 }
5972             ],
5973             "time": "2023-02-03T06:03:51+00:00"
5974         },
5975         {
5976             "name": "sebastian/exporter",
5977             "version": "4.0.5",
5978             "source": {
5979                 "type": "git",
5980                 "url": "https://github.com/sebastianbergmann/exporter.git",
5981                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
5982             },
5983             "dist": {
5984                 "type": "zip",
5985                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
5986                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
5987                 "shasum": ""
5988             },
5989             "require": {
5990                 "php": ">=7.3",
5991                 "sebastian/recursion-context": "^4.0"
5992             },
5993             "require-dev": {
5994                 "ext-mbstring": "*",
5995                 "phpunit/phpunit": "^9.3"
5996             },
5997             "type": "library",
5998             "extra": {
5999                 "branch-alias": {
6000                     "dev-master": "4.0-dev"
6001                 }
6002             },
6003             "autoload": {
6004                 "classmap": [
6005                     "src/"
6006                 ]
6007             },
6008             "notification-url": "https://packagist.org/downloads/",
6009             "license": [
6010                 "BSD-3-Clause"
6011             ],
6012             "authors": [
6013                 {
6014                     "name": "Sebastian Bergmann",
6015                     "email": "sebastian@phpunit.de"
6016                 },
6017                 {
6018                     "name": "Jeff Welch",
6019                     "email": "whatthejeff@gmail.com"
6020                 },
6021                 {
6022                     "name": "Volker Dusch",
6023                     "email": "github@wallbash.com"
6024                 },
6025                 {
6026                     "name": "Adam Harvey",
6027                     "email": "aharvey@php.net"
6028                 },
6029                 {
6030                     "name": "Bernhard Schussek",
6031                     "email": "bschussek@gmail.com"
6032                 }
6033             ],
6034             "description": "Provides the functionality to export PHP variables for visualization",
6035             "homepage": "https://www.github.com/sebastianbergmann/exporter",
6036             "keywords": [
6037                 "export",
6038                 "exporter"
6039             ],
6040             "funding": [
6041                 {
6042                     "url": "https://github.com/sebastianbergmann",
6043                     "type": "github"
6044                 }
6045             ],
6046             "time": "2022-09-14T06:03:37+00:00"
6047         },
6048         {
6049             "name": "sebastian/global-state",
6050             "version": "5.0.6",
6051             "source": {
6052                 "type": "git",
6053                 "url": "https://github.com/sebastianbergmann/global-state.git",
6054                 "reference": "bde739e7565280bda77be70044ac1047bc007e34"
6055             },
6056             "dist": {
6057                 "type": "zip",
6058                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
6059                 "reference": "bde739e7565280bda77be70044ac1047bc007e34",
6060                 "shasum": ""
6061             },
6062             "require": {
6063                 "php": ">=7.3",
6064                 "sebastian/object-reflector": "^2.0",
6065                 "sebastian/recursion-context": "^4.0"
6066             },
6067             "require-dev": {
6068                 "ext-dom": "*",
6069                 "phpunit/phpunit": "^9.3"
6070             },
6071             "suggest": {
6072                 "ext-uopz": "*"
6073             },
6074             "type": "library",
6075             "extra": {
6076                 "branch-alias": {
6077                     "dev-master": "5.0-dev"
6078                 }
6079             },
6080             "autoload": {
6081                 "classmap": [
6082                     "src/"
6083                 ]
6084             },
6085             "notification-url": "https://packagist.org/downloads/",
6086             "license": [
6087                 "BSD-3-Clause"
6088             ],
6089             "authors": [
6090                 {
6091                     "name": "Sebastian Bergmann",
6092                     "email": "sebastian@phpunit.de"
6093                 }
6094             ],
6095             "description": "Snapshotting of global state",
6096             "homepage": "http://www.github.com/sebastianbergmann/global-state",
6097             "keywords": [
6098                 "global state"
6099             ],
6100             "funding": [
6101                 {
6102                     "url": "https://github.com/sebastianbergmann",
6103                     "type": "github"
6104                 }
6105             ],
6106             "time": "2023-08-02T09:26:13+00:00"
6107         },
6108         {
6109             "name": "sebastian/lines-of-code",
6110             "version": "1.0.3",
6111             "source": {
6112                 "type": "git",
6113                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
6114                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
6115             },
6116             "dist": {
6117                 "type": "zip",
6118                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
6119                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
6120                 "shasum": ""
6121             },
6122             "require": {
6123                 "nikic/php-parser": "^4.6",
6124                 "php": ">=7.3"
6125             },
6126             "require-dev": {
6127                 "phpunit/phpunit": "^9.3"
6128             },
6129             "type": "library",
6130             "extra": {
6131                 "branch-alias": {
6132                     "dev-master": "1.0-dev"
6133                 }
6134             },
6135             "autoload": {
6136                 "classmap": [
6137                     "src/"
6138                 ]
6139             },
6140             "notification-url": "https://packagist.org/downloads/",
6141             "license": [
6142                 "BSD-3-Clause"
6143             ],
6144             "authors": [
6145                 {
6146                     "name": "Sebastian Bergmann",
6147                     "email": "sebastian@phpunit.de",
6148                     "role": "lead"
6149                 }
6150             ],
6151             "description": "Library for counting the lines of code in PHP source code",
6152             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
6153             "funding": [
6154                 {
6155                     "url": "https://github.com/sebastianbergmann",
6156                     "type": "github"
6157                 }
6158             ],
6159             "time": "2020-11-28T06:42:11+00:00"
6160         },
6161         {
6162             "name": "sebastian/object-enumerator",
6163             "version": "4.0.4",
6164             "source": {
6165                 "type": "git",
6166                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
6167                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
6168             },
6169             "dist": {
6170                 "type": "zip",
6171                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
6172                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
6173                 "shasum": ""
6174             },
6175             "require": {
6176                 "php": ">=7.3",
6177                 "sebastian/object-reflector": "^2.0",
6178                 "sebastian/recursion-context": "^4.0"
6179             },
6180             "require-dev": {
6181                 "phpunit/phpunit": "^9.3"
6182             },
6183             "type": "library",
6184             "extra": {
6185                 "branch-alias": {
6186                     "dev-master": "4.0-dev"
6187                 }
6188             },
6189             "autoload": {
6190                 "classmap": [
6191                     "src/"
6192                 ]
6193             },
6194             "notification-url": "https://packagist.org/downloads/",
6195             "license": [
6196                 "BSD-3-Clause"
6197             ],
6198             "authors": [
6199                 {
6200                     "name": "Sebastian Bergmann",
6201                     "email": "sebastian@phpunit.de"
6202                 }
6203             ],
6204             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
6205             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
6206             "funding": [
6207                 {
6208                     "url": "https://github.com/sebastianbergmann",
6209                     "type": "github"
6210                 }
6211             ],
6212             "time": "2020-10-26T13:12:34+00:00"
6213         },
6214         {
6215             "name": "sebastian/object-reflector",
6216             "version": "2.0.4",
6217             "source": {
6218                 "type": "git",
6219                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
6220                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
6221             },
6222             "dist": {
6223                 "type": "zip",
6224                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
6225                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
6226                 "shasum": ""
6227             },
6228             "require": {
6229                 "php": ">=7.3"
6230             },
6231             "require-dev": {
6232                 "phpunit/phpunit": "^9.3"
6233             },
6234             "type": "library",
6235             "extra": {
6236                 "branch-alias": {
6237                     "dev-master": "2.0-dev"
6238                 }
6239             },
6240             "autoload": {
6241                 "classmap": [
6242                     "src/"
6243                 ]
6244             },
6245             "notification-url": "https://packagist.org/downloads/",
6246             "license": [
6247                 "BSD-3-Clause"
6248             ],
6249             "authors": [
6250                 {
6251                     "name": "Sebastian Bergmann",
6252                     "email": "sebastian@phpunit.de"
6253                 }
6254             ],
6255             "description": "Allows reflection of object attributes, including inherited and non-public ones",
6256             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
6257             "funding": [
6258                 {
6259                     "url": "https://github.com/sebastianbergmann",
6260                     "type": "github"
6261                 }
6262             ],
6263             "time": "2020-10-26T13:14:26+00:00"
6264         },
6265         {
6266             "name": "sebastian/recursion-context",
6267             "version": "4.0.5",
6268             "source": {
6269                 "type": "git",
6270                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
6271                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
6272             },
6273             "dist": {
6274                 "type": "zip",
6275                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
6276                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
6277                 "shasum": ""
6278             },
6279             "require": {
6280                 "php": ">=7.3"
6281             },
6282             "require-dev": {
6283                 "phpunit/phpunit": "^9.3"
6284             },
6285             "type": "library",
6286             "extra": {
6287                 "branch-alias": {
6288                     "dev-master": "4.0-dev"
6289                 }
6290             },
6291             "autoload": {
6292                 "classmap": [
6293                     "src/"
6294                 ]
6295             },
6296             "notification-url": "https://packagist.org/downloads/",
6297             "license": [
6298                 "BSD-3-Clause"
6299             ],
6300             "authors": [
6301                 {
6302                     "name": "Sebastian Bergmann",
6303                     "email": "sebastian@phpunit.de"
6304                 },
6305                 {
6306                     "name": "Jeff Welch",
6307                     "email": "whatthejeff@gmail.com"
6308                 },
6309                 {
6310                     "name": "Adam Harvey",
6311                     "email": "aharvey@php.net"
6312                 }
6313             ],
6314             "description": "Provides functionality to recursively process PHP variables",
6315             "homepage": "https://github.com/sebastianbergmann/recursion-context",
6316             "funding": [
6317                 {
6318                     "url": "https://github.com/sebastianbergmann",
6319                     "type": "github"
6320                 }
6321             ],
6322             "time": "2023-02-03T06:07:39+00:00"
6323         },
6324         {
6325             "name": "sebastian/resource-operations",
6326             "version": "3.0.3",
6327             "source": {
6328                 "type": "git",
6329                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
6330                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
6331             },
6332             "dist": {
6333                 "type": "zip",
6334                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
6335                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
6336                 "shasum": ""
6337             },
6338             "require": {
6339                 "php": ">=7.3"
6340             },
6341             "require-dev": {
6342                 "phpunit/phpunit": "^9.0"
6343             },
6344             "type": "library",
6345             "extra": {
6346                 "branch-alias": {
6347                     "dev-master": "3.0-dev"
6348                 }
6349             },
6350             "autoload": {
6351                 "classmap": [
6352                     "src/"
6353                 ]
6354             },
6355             "notification-url": "https://packagist.org/downloads/",
6356             "license": [
6357                 "BSD-3-Clause"
6358             ],
6359             "authors": [
6360                 {
6361                     "name": "Sebastian Bergmann",
6362                     "email": "sebastian@phpunit.de"
6363                 }
6364             ],
6365             "description": "Provides a list of PHP built-in functions that operate on resources",
6366             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
6367             "funding": [
6368                 {
6369                     "url": "https://github.com/sebastianbergmann",
6370                     "type": "github"
6371                 }
6372             ],
6373             "time": "2020-09-28T06:45:17+00:00"
6374         },
6375         {
6376             "name": "sebastian/type",
6377             "version": "3.2.1",
6378             "source": {
6379                 "type": "git",
6380                 "url": "https://github.com/sebastianbergmann/type.git",
6381                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
6382             },
6383             "dist": {
6384                 "type": "zip",
6385                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
6386                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
6387                 "shasum": ""
6388             },
6389             "require": {
6390                 "php": ">=7.3"
6391             },
6392             "require-dev": {
6393                 "phpunit/phpunit": "^9.5"
6394             },
6395             "type": "library",
6396             "extra": {
6397                 "branch-alias": {
6398                     "dev-master": "3.2-dev"
6399                 }
6400             },
6401             "autoload": {
6402                 "classmap": [
6403                     "src/"
6404                 ]
6405             },
6406             "notification-url": "https://packagist.org/downloads/",
6407             "license": [
6408                 "BSD-3-Clause"
6409             ],
6410             "authors": [
6411                 {
6412                     "name": "Sebastian Bergmann",
6413                     "email": "sebastian@phpunit.de",
6414                     "role": "lead"
6415                 }
6416             ],
6417             "description": "Collection of value objects that represent the types of the PHP type system",
6418             "homepage": "https://github.com/sebastianbergmann/type",
6419             "funding": [
6420                 {
6421                     "url": "https://github.com/sebastianbergmann",
6422                     "type": "github"
6423                 }
6424             ],
6425             "time": "2023-02-03T06:13:03+00:00"
6426         },
6427         {
6428             "name": "sebastian/version",
6429             "version": "3.0.2",
6430             "source": {
6431                 "type": "git",
6432                 "url": "https://github.com/sebastianbergmann/version.git",
6433                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
6434             },
6435             "dist": {
6436                 "type": "zip",
6437                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
6438                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
6439                 "shasum": ""
6440             },
6441             "require": {
6442                 "php": ">=7.3"
6443             },
6444             "type": "library",
6445             "extra": {
6446                 "branch-alias": {
6447                     "dev-master": "3.0-dev"
6448                 }
6449             },
6450             "autoload": {
6451                 "classmap": [
6452                     "src/"
6453                 ]
6454             },
6455             "notification-url": "https://packagist.org/downloads/",
6456             "license": [
6457                 "BSD-3-Clause"
6458             ],
6459             "authors": [
6460                 {
6461                     "name": "Sebastian Bergmann",
6462                     "email": "sebastian@phpunit.de",
6463                     "role": "lead"
6464                 }
6465             ],
6466             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
6467             "homepage": "https://github.com/sebastianbergmann/version",
6468             "funding": [
6469                 {
6470                     "url": "https://github.com/sebastianbergmann",
6471                     "type": "github"
6472                 }
6473             ],
6474             "time": "2020-09-28T06:39:44+00:00"
6475         },
6476         {
6477             "name": "theseer/tokenizer",
6478             "version": "1.2.2",
6479             "source": {
6480                 "type": "git",
6481                 "url": "https://github.com/theseer/tokenizer.git",
6482                 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
6483             },
6484             "dist": {
6485                 "type": "zip",
6486                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
6487                 "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
6488                 "shasum": ""
6489             },
6490             "require": {
6491                 "ext-dom": "*",
6492                 "ext-tokenizer": "*",
6493                 "ext-xmlwriter": "*",
6494                 "php": "^7.2 || ^8.0"
6495             },
6496             "type": "library",
6497             "autoload": {
6498                 "classmap": [
6499                     "src/"
6500                 ]
6501             },
6502             "notification-url": "https://packagist.org/downloads/",
6503             "license": [
6504                 "BSD-3-Clause"
6505             ],
6506             "authors": [
6507                 {
6508                     "name": "Arne Blankerts",
6509                     "email": "arne@blankerts.de",
6510                     "role": "Developer"
6511                 }
6512             ],
6513             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
6514             "funding": [
6515                 {
6516                     "url": "https://github.com/theseer",
6517                     "type": "github"
6518                 }
6519             ],
6520             "time": "2023-11-20T00:12:19+00:00"
6521         }
6522     ],
6523     "aliases": [],
6524     "minimum-stability": "stable",
6525     "stability-flags": {
6526         "lightopenid/lightopenid": 20
6527     },
6528     "prefer-stable": false,
6529     "prefer-lowest": false,
6530     "platform": {
6531         "php": ">=7.4",
6532         "ext-ctype": "*",
6533         "ext-curl": "*",
6534         "ext-dom": "*",
6535         "ext-fileinfo": "*",
6536         "ext-gd": "*",
6537         "ext-iconv": "*",
6538         "ext-json": "*",
6539         "ext-libxml": "*",
6540         "ext-mbstring": "*",
6541         "ext-openssl": "*",
6542         "ext-posix": "*",
6543         "ext-simplexml": "*",
6544         "ext-xml": "*"
6545     },
6546     "platform-dev": [],
6547     "platform-overrides": {
6548         "php": "7.4"
6549     },
6550     "plugin-api-version": "1.1.0"
6551 }