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