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