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