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