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