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