refactor: refactor bucks function with new class based on oeFormatMoney (#6932)
[openemr.git] / composer.lock
blobce661ee00c89830cb45887b95af385f69c43abe8
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": "7c79d35545c9cba660767fa22c16e1e3",
8     "packages": [
9         {
10             "name": "academe/authorizenet-objects",
11             "version": "0.7.3",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/academe/authorizenet-objects.git",
15                 "reference": "711d1f10f9bb6eb685a0851187ca62d808e4ee53"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/academe/authorizenet-objects/zipball/711d1f10f9bb6eb685a0851187ca62d808e4ee53",
20                 "reference": "711d1f10f9bb6eb685a0851187ca62d808e4ee53",
21                 "shasum": ""
22             },
23             "require": {
24                 "php": ">=5.6.0"
25             },
26             "require-dev": {
27                 "moneyphp/money": "^3.0",
28                 "phpunit/phpunit": "^5.7 || ^6.4 || ^7.0",
29                 "squizlabs/php_codesniffer": "^3"
30             },
31             "suggest": {
32                 "moneyphp/money": "^3.0"
33             },
34             "type": "library",
35             "extra": {
36                 "branch-alias": {
37                     "dev-master": "0.x-dev"
38                 }
39             },
40             "autoload": {
41                 "psr-4": {
42                     "Academe\\AuthorizeNet\\": "src/"
43                 }
44             },
45             "notification-url": "https://packagist.org/downloads/",
46             "license": [
47                 "MIT"
48             ],
49             "authors": [
50                 {
51                     "name": "Jason Judge",
52                     "homepage": "https://github.com/judgej"
53                 }
54             ],
55             "description": "Authorize.Net API Message Value Objects",
56             "homepage": "https://github.com/academe/authorizenet-objects",
57             "keywords": [
58                 "authorize",
59                 "authorize net",
60                 "authorize.net",
61                 "gateway",
62                 "merchant",
63                 "omnipay",
64                 "pay",
65                 "payment"
66             ],
67             "support": {
68                 "issues": "https://github.com/academe/authorizenet-objects/issues",
69                 "source": "https://github.com/academe/authorizenet-objects/tree/master"
70             },
71             "time": "2019-06-22T22:33:01+00:00"
72         },
73         {
74             "name": "academe/omnipay-authorizenetapi",
75             "version": "3.1.2",
76             "source": {
77                 "type": "git",
78                 "url": "https://github.com/academe/omnipay-authorizenetapi.git",
79                 "reference": "b72eae92d254bc65b09c7e0147861d1fe5ea1e5e"
80             },
81             "dist": {
82                 "type": "zip",
83                 "url": "https://api.github.com/repos/academe/omnipay-authorizenetapi/zipball/b72eae92d254bc65b09c7e0147861d1fe5ea1e5e",
84                 "reference": "b72eae92d254bc65b09c7e0147861d1fe5ea1e5e",
85                 "shasum": ""
86             },
87             "require": {
88                 "academe/authorizenet-objects": "~0.7",
89                 "omnipay/common": "^3",
90                 "symfony/property-access": "^3.2 || ^4.0"
91             },
92             "require-dev": {
93                 "omnipay/tests": "^3",
94                 "squizlabs/php_codesniffer": "^3"
95             },
96             "type": "library",
97             "extra": {
98                 "branch-alias": {
99                     "dev-master": "3.0.x-dev"
100                 }
101             },
102             "autoload": {
103                 "psr-4": {
104                     "Omnipay\\AuthorizeNetApi\\": "src/"
105                 }
106             },
107             "notification-url": "https://packagist.org/downloads/",
108             "license": [
109                 "MIT"
110             ],
111             "authors": [
112                 {
113                     "name": "Jason Judge",
114                     "email": "jason@academe.co.uk"
115                 }
116             ],
117             "description": "Authorize.Net payment gateway driver for the Omnipay 3.x payment processing library",
118             "homepage": "https://github.com/academe/omnipay-authorizenetapi",
119             "keywords": [
120                 "authorize.net",
121                 "gateway",
122                 "merchant",
123                 "omnipay",
124                 "pay",
125                 "payment"
126             ],
127             "support": {
128                 "issues": "https://github.com/academe/omnipay-authorizenetapi/issues",
129                 "source": "https://github.com/academe/omnipay-authorizenetapi/tree/3.1.2"
130             },
131             "time": "2019-08-20T22:09:44+00:00"
132         },
133         {
134             "name": "adodb/adodb-php",
135             "version": "v5.22.6",
136             "source": {
137                 "type": "git",
138                 "url": "https://github.com/ADOdb/ADOdb.git",
139                 "reference": "2e916ebc543b95f955af3c91366d799b8c6134aa"
140             },
141             "dist": {
142                 "type": "zip",
143                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/2e916ebc543b95f955af3c91366d799b8c6134aa",
144                 "reference": "2e916ebc543b95f955af3c91366d799b8c6134aa",
145                 "shasum": ""
146             },
147             "require": {
148                 "php": "^7.0 || ^8.0"
149             },
150             "require-dev": {
151                 "phpunit/phpunit": "^8.5"
152             },
153             "type": "library",
154             "autoload": {
155                 "files": [
156                     "adodb.inc.php"
157                 ]
158             },
159             "notification-url": "https://packagist.org/downloads/",
160             "license": [
161                 "BSD-3-Clause",
162                 "LGPL-2.1-or-later"
163             ],
164             "authors": [
165                 {
166                     "name": "John Lim",
167                     "email": "jlim@natsoft.com",
168                     "role": "Author"
169                 },
170                 {
171                     "name": "Damien Regad",
172                     "role": "Current maintainer"
173                 },
174                 {
175                     "name": "Mark Newnham",
176                     "role": "Developer"
177                 }
178             ],
179             "description": "ADOdb is a PHP database abstraction layer library",
180             "homepage": "https://adodb.org/",
181             "keywords": [
182                 "abstraction",
183                 "database",
184                 "layer",
185                 "library",
186                 "php"
187             ],
188             "support": {
189                 "issues": "https://github.com/ADOdb/ADOdb/issues",
190                 "source": "https://github.com/ADOdb/ADOdb"
191             },
192             "time": "2023-06-11T11:05:41+00:00"
193         },
194         {
195             "name": "aranyasen/hl7",
196             "version": "3.1.1",
197             "source": {
198                 "type": "git",
199                 "url": "https://github.com/senaranya/HL7.git",
200                 "reference": "2609721a3db45b4520c17d4ee64ffa52e87e46b0"
201             },
202             "dist": {
203                 "type": "zip",
204                 "url": "https://api.github.com/repos/senaranya/HL7/zipball/2609721a3db45b4520c17d4ee64ffa52e87e46b0",
205                 "reference": "2609721a3db45b4520c17d4ee64ffa52e87e46b0",
206                 "shasum": ""
207             },
208             "require": {
209                 "ext-mbstring": "*",
210                 "php": "^8.0"
211             },
212             "require-dev": {
213                 "dms/phpunit-arraysubset-asserts": "^0.2",
214                 "ext-pcntl": "*",
215                 "ext-sockets": "*",
216                 "phpunit/phpunit": "^9",
217                 "squizlabs/php_codesniffer": "^3.6"
218             },
219             "type": "library",
220             "extra": {
221                 "branch-alias": {
222                     "dev-master": "0.1.x-dev"
223                 }
224             },
225             "autoload": {
226                 "psr-4": {
227                     "Aranyasen\\": "src/"
228                 }
229             },
230             "notification-url": "https://packagist.org/downloads/",
231             "license": [
232                 "MIT"
233             ],
234             "authors": [
235                 {
236                     "name": "Aranya Sen",
237                     "email": "sen.aranya@gmail.com",
238                     "role": "Owner"
239                 }
240             ],
241             "description": "HL7 parser, generator and sender.",
242             "support": {
243                 "issues": "https://github.com/senaranya/HL7/issues",
244                 "source": "https://github.com/senaranya/HL7/tree/3.1.1"
245             },
246             "time": "2023-08-08T11:53:46+00:00"
247         },
248         {
249             "name": "bacon/bacon-qr-code",
250             "version": "2.0.7",
251             "source": {
252                 "type": "git",
253                 "url": "https://github.com/Bacon/BaconQrCode.git",
254                 "reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c"
255             },
256             "dist": {
257                 "type": "zip",
258                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
259                 "reference": "d70c840f68657ce49094b8d91f9ee0cc07fbf66c",
260                 "shasum": ""
261             },
262             "require": {
263                 "dasprid/enum": "^1.0.3",
264                 "ext-iconv": "*",
265                 "php": "^7.1 || ^8.0"
266             },
267             "require-dev": {
268                 "phly/keep-a-changelog": "^2.1",
269                 "phpunit/phpunit": "^7 | ^8 | ^9",
270                 "spatie/phpunit-snapshot-assertions": "^4.2.9",
271                 "squizlabs/php_codesniffer": "^3.4"
272             },
273             "suggest": {
274                 "ext-imagick": "to generate QR code images"
275             },
276             "type": "library",
277             "autoload": {
278                 "psr-4": {
279                     "BaconQrCode\\": "src/"
280                 }
281             },
282             "notification-url": "https://packagist.org/downloads/",
283             "license": [
284                 "BSD-2-Clause"
285             ],
286             "authors": [
287                 {
288                     "name": "Ben Scholzen 'DASPRiD'",
289                     "email": "mail@dasprids.de",
290                     "homepage": "https://dasprids.de/",
291                     "role": "Developer"
292                 }
293             ],
294             "description": "BaconQrCode is a QR code generator for PHP.",
295             "homepage": "https://github.com/Bacon/BaconQrCode",
296             "support": {
297                 "issues": "https://github.com/Bacon/BaconQrCode/issues",
298                 "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.7"
299             },
300             "time": "2022-03-14T02:02:36+00:00"
301         },
302         {
303             "name": "brick/math",
304             "version": "0.11.0",
305             "source": {
306                 "type": "git",
307                 "url": "https://github.com/brick/math.git",
308                 "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
309             },
310             "dist": {
311                 "type": "zip",
312                 "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
313                 "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
314                 "shasum": ""
315             },
316             "require": {
317                 "php": "^8.0"
318             },
319             "require-dev": {
320                 "php-coveralls/php-coveralls": "^2.2",
321                 "phpunit/phpunit": "^9.0",
322                 "vimeo/psalm": "5.0.0"
323             },
324             "type": "library",
325             "autoload": {
326                 "psr-4": {
327                     "Brick\\Math\\": "src/"
328                 }
329             },
330             "notification-url": "https://packagist.org/downloads/",
331             "license": [
332                 "MIT"
333             ],
334             "description": "Arbitrary-precision arithmetic library",
335             "keywords": [
336                 "Arbitrary-precision",
337                 "BigInteger",
338                 "BigRational",
339                 "arithmetic",
340                 "bigdecimal",
341                 "bignum",
342                 "brick",
343                 "math"
344             ],
345             "support": {
346                 "issues": "https://github.com/brick/math/issues",
347                 "source": "https://github.com/brick/math/tree/0.11.0"
348             },
349             "funding": [
350                 {
351                     "url": "https://github.com/BenMorel",
352                     "type": "github"
353                 }
354             ],
355             "time": "2023-01-15T23:15:59+00:00"
356         },
357         {
358             "name": "brick/varexporter",
359             "version": "0.3.8",
360             "source": {
361                 "type": "git",
362                 "url": "https://github.com/brick/varexporter.git",
363                 "reference": "b5853edea6204ff8fa10633c3a4cccc4058410ed"
364             },
365             "dist": {
366                 "type": "zip",
367                 "url": "https://api.github.com/repos/brick/varexporter/zipball/b5853edea6204ff8fa10633c3a4cccc4058410ed",
368                 "reference": "b5853edea6204ff8fa10633c3a4cccc4058410ed",
369                 "shasum": ""
370             },
371             "require": {
372                 "nikic/php-parser": "^4.0",
373                 "php": "^7.2 || ^8.0"
374             },
375             "require-dev": {
376                 "php-coveralls/php-coveralls": "^2.2",
377                 "phpunit/phpunit": "^8.5 || ^9.0",
378                 "vimeo/psalm": "4.23.0"
379             },
380             "type": "library",
381             "autoload": {
382                 "psr-4": {
383                     "Brick\\VarExporter\\": "src/"
384                 }
385             },
386             "notification-url": "https://packagist.org/downloads/",
387             "license": [
388                 "MIT"
389             ],
390             "description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()",
391             "keywords": [
392                 "var_export"
393             ],
394             "support": {
395                 "issues": "https://github.com/brick/varexporter/issues",
396                 "source": "https://github.com/brick/varexporter/tree/0.3.8"
397             },
398             "funding": [
399                 {
400                     "url": "https://github.com/BenMorel",
401                     "type": "github"
402                 }
403             ],
404             "time": "2023-01-21T23:05:38+00:00"
405         },
406         {
407             "name": "clue/stream-filter",
408             "version": "v1.6.0",
409             "source": {
410                 "type": "git",
411                 "url": "https://github.com/clue/stream-filter.git",
412                 "reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
413             },
414             "dist": {
415                 "type": "zip",
416                 "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
417                 "reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
418                 "shasum": ""
419             },
420             "require": {
421                 "php": ">=5.3"
422             },
423             "require-dev": {
424                 "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
425             },
426             "type": "library",
427             "autoload": {
428                 "files": [
429                     "src/functions_include.php"
430                 ],
431                 "psr-4": {
432                     "Clue\\StreamFilter\\": "src/"
433                 }
434             },
435             "notification-url": "https://packagist.org/downloads/",
436             "license": [
437                 "MIT"
438             ],
439             "authors": [
440                 {
441                     "name": "Christian Lück",
442                     "email": "christian@clue.engineering"
443                 }
444             ],
445             "description": "A simple and modern approach to stream filtering in PHP",
446             "homepage": "https://github.com/clue/php-stream-filter",
447             "keywords": [
448                 "bucket brigade",
449                 "callback",
450                 "filter",
451                 "php_user_filter",
452                 "stream",
453                 "stream_filter_append",
454                 "stream_filter_register"
455             ],
456             "support": {
457                 "issues": "https://github.com/clue/stream-filter/issues",
458                 "source": "https://github.com/clue/stream-filter/tree/v1.6.0"
459             },
460             "funding": [
461                 {
462                     "url": "https://clue.engineering/support",
463                     "type": "custom"
464                 },
465                 {
466                     "url": "https://github.com/clue",
467                     "type": "github"
468                 }
469             ],
470             "time": "2022-02-21T13:15:14+00:00"
471         },
472         {
473             "name": "dasprid/enum",
474             "version": "1.0.5",
475             "source": {
476                 "type": "git",
477                 "url": "https://github.com/DASPRiD/Enum.git",
478                 "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
479             },
480             "dist": {
481                 "type": "zip",
482                 "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
483                 "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
484                 "shasum": ""
485             },
486             "require": {
487                 "php": ">=7.1 <9.0"
488             },
489             "require-dev": {
490                 "phpunit/phpunit": "^7 | ^8 | ^9",
491                 "squizlabs/php_codesniffer": "*"
492             },
493             "type": "library",
494             "autoload": {
495                 "psr-4": {
496                     "DASPRiD\\Enum\\": "src/"
497                 }
498             },
499             "notification-url": "https://packagist.org/downloads/",
500             "license": [
501                 "BSD-2-Clause"
502             ],
503             "authors": [
504                 {
505                     "name": "Ben Scholzen 'DASPRiD'",
506                     "email": "mail@dasprids.de",
507                     "homepage": "https://dasprids.de/",
508                     "role": "Developer"
509                 }
510             ],
511             "description": "PHP 7.1 enum implementation",
512             "keywords": [
513                 "enum",
514                 "map"
515             ],
516             "support": {
517                 "issues": "https://github.com/DASPRiD/Enum/issues",
518                 "source": "https://github.com/DASPRiD/Enum/tree/1.0.5"
519             },
520             "time": "2023-08-25T16:18:39+00:00"
521         },
522         {
523             "name": "defuse/php-encryption",
524             "version": "v2.4.0",
525             "source": {
526                 "type": "git",
527                 "url": "https://github.com/defuse/php-encryption.git",
528                 "reference": "f53396c2d34225064647a05ca76c1da9d99e5828"
529             },
530             "dist": {
531                 "type": "zip",
532                 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/f53396c2d34225064647a05ca76c1da9d99e5828",
533                 "reference": "f53396c2d34225064647a05ca76c1da9d99e5828",
534                 "shasum": ""
535             },
536             "require": {
537                 "ext-openssl": "*",
538                 "paragonie/random_compat": ">= 2",
539                 "php": ">=5.6.0"
540             },
541             "require-dev": {
542                 "phpunit/phpunit": "^5|^6|^7|^8|^9|^10",
543                 "yoast/phpunit-polyfills": "^2.0.0"
544             },
545             "bin": [
546                 "bin/generate-defuse-key"
547             ],
548             "type": "library",
549             "autoload": {
550                 "psr-4": {
551                     "Defuse\\Crypto\\": "src"
552                 }
553             },
554             "notification-url": "https://packagist.org/downloads/",
555             "license": [
556                 "MIT"
557             ],
558             "authors": [
559                 {
560                     "name": "Taylor Hornby",
561                     "email": "taylor@defuse.ca",
562                     "homepage": "https://defuse.ca/"
563                 },
564                 {
565                     "name": "Scott Arciszewski",
566                     "email": "info@paragonie.com",
567                     "homepage": "https://paragonie.com"
568                 }
569             ],
570             "description": "Secure PHP Encryption Library",
571             "keywords": [
572                 "aes",
573                 "authenticated encryption",
574                 "cipher",
575                 "crypto",
576                 "cryptography",
577                 "encrypt",
578                 "encryption",
579                 "openssl",
580                 "security",
581                 "symmetric key cryptography"
582             ],
583             "support": {
584                 "issues": "https://github.com/defuse/php-encryption/issues",
585                 "source": "https://github.com/defuse/php-encryption/tree/v2.4.0"
586             },
587             "time": "2023-06-19T06:10:36+00:00"
588         },
589         {
590             "name": "digitickets/lalit",
591             "version": "3.3.0",
592             "source": {
593                 "type": "git",
594                 "url": "https://github.com/digitickets/lalit.git",
595                 "reference": "c42d6ba903ee78ea4210582fb8401aafa9858678"
596             },
597             "dist": {
598                 "type": "zip",
599                 "url": "https://api.github.com/repos/digitickets/lalit/zipball/c42d6ba903ee78ea4210582fb8401aafa9858678",
600                 "reference": "c42d6ba903ee78ea4210582fb8401aafa9858678",
601                 "shasum": ""
602             },
603             "require": {
604                 "ext-dom": "*",
605                 "php": ">=7"
606             },
607             "require-dev": {
608                 "mockery/mockery": "^0",
609                 "phpunit/phpunit": "^6"
610             },
611             "type": "library",
612             "autoload": {
613                 "psr-4": {
614                     "LaLit\\": "src"
615                 }
616             },
617             "notification-url": "https://packagist.org/downloads/",
618             "license": [
619                 "CC0-1.0"
620             ],
621             "authors": [
622                 {
623                     "name": "Lalit Patel",
624                     "role": "Lead Developer"
625                 },
626                 {
627                     "name": "Richard Quadling",
628                     "role": "Developer"
629                 }
630             ],
631             "description": "GitHub copy of LaLit's XML2Array and Array2XML",
632             "homepage": "http://www.lalit.org/lab",
633             "keywords": [
634                 "array",
635                 "xml"
636             ],
637             "support": {
638                 "issues": "https://github.com/digitickets/lalit/issues",
639                 "source": "https://github.com/digitickets/lalit/tree/3.3.0"
640             },
641             "time": "2022-03-10T17:19:42+00:00"
642         },
643         {
644             "name": "dompdf/dompdf",
645             "version": "v2.0.3",
646             "source": {
647                 "type": "git",
648                 "url": "https://github.com/dompdf/dompdf.git",
649                 "reference": "e8d2d5e37e8b0b30f0732a011295ab80680d7e85"
650             },
651             "dist": {
652                 "type": "zip",
653                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/e8d2d5e37e8b0b30f0732a011295ab80680d7e85",
654                 "reference": "e8d2d5e37e8b0b30f0732a011295ab80680d7e85",
655                 "shasum": ""
656             },
657             "require": {
658                 "ext-dom": "*",
659                 "ext-mbstring": "*",
660                 "masterminds/html5": "^2.0",
661                 "phenx/php-font-lib": ">=0.5.4 <1.0.0",
662                 "phenx/php-svg-lib": ">=0.3.3 <1.0.0",
663                 "php": "^7.1 || ^8.0"
664             },
665             "require-dev": {
666                 "ext-json": "*",
667                 "ext-zip": "*",
668                 "mockery/mockery": "^1.3",
669                 "phpunit/phpunit": "^7.5 || ^8 || ^9",
670                 "squizlabs/php_codesniffer": "^3.5"
671             },
672             "suggest": {
673                 "ext-gd": "Needed to process images",
674                 "ext-gmagick": "Improves image processing performance",
675                 "ext-imagick": "Improves image processing performance",
676                 "ext-zlib": "Needed for pdf stream compression"
677             },
678             "type": "library",
679             "autoload": {
680                 "psr-4": {
681                     "Dompdf\\": "src/"
682                 },
683                 "classmap": [
684                     "lib/"
685                 ]
686             },
687             "notification-url": "https://packagist.org/downloads/",
688             "license": [
689                 "LGPL-2.1"
690             ],
691             "authors": [
692                 {
693                     "name": "The Dompdf Community",
694                     "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
695                 }
696             ],
697             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
698             "homepage": "https://github.com/dompdf/dompdf",
699             "support": {
700                 "issues": "https://github.com/dompdf/dompdf/issues",
701                 "source": "https://github.com/dompdf/dompdf/tree/v2.0.3"
702             },
703             "time": "2023-02-07T12:51:48+00:00"
704         },
705         {
706             "name": "ezyang/htmlpurifier",
707             "version": "v4.16.0",
708             "source": {
709                 "type": "git",
710                 "url": "https://github.com/ezyang/htmlpurifier.git",
711                 "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
712             },
713             "dist": {
714                 "type": "zip",
715                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
716                 "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
717                 "shasum": ""
718             },
719             "require": {
720                 "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
721             },
722             "require-dev": {
723                 "cerdic/css-tidy": "^1.7 || ^2.0",
724                 "simpletest/simpletest": "dev-master"
725             },
726             "suggest": {
727                 "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
728                 "ext-bcmath": "Used for unit conversion and imagecrash protection",
729                 "ext-iconv": "Converts text to and from non-UTF-8 encodings",
730                 "ext-tidy": "Used for pretty-printing HTML"
731             },
732             "type": "library",
733             "autoload": {
734                 "files": [
735                     "library/HTMLPurifier.composer.php"
736                 ],
737                 "psr-0": {
738                     "HTMLPurifier": "library/"
739                 },
740                 "exclude-from-classmap": [
741                     "/library/HTMLPurifier/Language/"
742                 ]
743             },
744             "notification-url": "https://packagist.org/downloads/",
745             "license": [
746                 "LGPL-2.1-or-later"
747             ],
748             "authors": [
749                 {
750                     "name": "Edward Z. Yang",
751                     "email": "admin@htmlpurifier.org",
752                     "homepage": "http://ezyang.com"
753                 }
754             ],
755             "description": "Standards compliant HTML filter written in PHP",
756             "homepage": "http://htmlpurifier.org/",
757             "keywords": [
758                 "html"
759             ],
760             "support": {
761                 "issues": "https://github.com/ezyang/htmlpurifier/issues",
762                 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
763             },
764             "time": "2022-09-18T07:06:19+00:00"
765         },
766         {
767             "name": "firebase/php-jwt",
768             "version": "v6.9.0",
769             "source": {
770                 "type": "git",
771                 "url": "https://github.com/firebase/php-jwt.git",
772                 "reference": "f03270e63eaccf3019ef0f32849c497385774e11"
773             },
774             "dist": {
775                 "type": "zip",
776                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f03270e63eaccf3019ef0f32849c497385774e11",
777                 "reference": "f03270e63eaccf3019ef0f32849c497385774e11",
778                 "shasum": ""
779             },
780             "require": {
781                 "php": "^7.4||^8.0"
782             },
783             "require-dev": {
784                 "guzzlehttp/guzzle": "^6.5||^7.4",
785                 "phpspec/prophecy-phpunit": "^2.0",
786                 "phpunit/phpunit": "^9.5",
787                 "psr/cache": "^1.0||^2.0",
788                 "psr/http-client": "^1.0",
789                 "psr/http-factory": "^1.0"
790             },
791             "suggest": {
792                 "ext-sodium": "Support EdDSA (Ed25519) signatures",
793                 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
794             },
795             "type": "library",
796             "autoload": {
797                 "psr-4": {
798                     "Firebase\\JWT\\": "src"
799                 }
800             },
801             "notification-url": "https://packagist.org/downloads/",
802             "license": [
803                 "BSD-3-Clause"
804             ],
805             "authors": [
806                 {
807                     "name": "Neuman Vong",
808                     "email": "neuman+pear@twilio.com",
809                     "role": "Developer"
810                 },
811                 {
812                     "name": "Anant Narayanan",
813                     "email": "anant@php.net",
814                     "role": "Developer"
815                 }
816             ],
817             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
818             "homepage": "https://github.com/firebase/php-jwt",
819             "keywords": [
820                 "jwt",
821                 "php"
822             ],
823             "support": {
824                 "issues": "https://github.com/firebase/php-jwt/issues",
825                 "source": "https://github.com/firebase/php-jwt/tree/v6.9.0"
826             },
827             "time": "2023-10-05T00:24:42+00:00"
828         },
829         {
830             "name": "google/apiclient",
831             "version": "v2.15.1",
832             "source": {
833                 "type": "git",
834                 "url": "https://github.com/googleapis/google-api-php-client.git",
835                 "reference": "7a95ed29e4b6c6859d2d22300c5455a92e2622ad"
836             },
837             "dist": {
838                 "type": "zip",
839                 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/7a95ed29e4b6c6859d2d22300c5455a92e2622ad",
840                 "reference": "7a95ed29e4b6c6859d2d22300c5455a92e2622ad",
841                 "shasum": ""
842             },
843             "require": {
844                 "firebase/php-jwt": "~6.0",
845                 "google/apiclient-services": "~0.200",
846                 "google/auth": "^1.28",
847                 "guzzlehttp/guzzle": "~6.5||~7.0",
848                 "guzzlehttp/psr7": "^1.8.4||^2.2.1",
849                 "monolog/monolog": "^2.9||^3.0",
850                 "php": "^7.4|^8.0",
851                 "phpseclib/phpseclib": "^3.0.19"
852             },
853             "require-dev": {
854                 "cache/filesystem-adapter": "^1.1",
855                 "composer/composer": "^1.10.22",
856                 "phpcompatibility/php-compatibility": "^9.2",
857                 "phpspec/prophecy-phpunit": "^2.0",
858                 "phpunit/phpunit": "^9.5",
859                 "squizlabs/php_codesniffer": "^3.0",
860                 "symfony/css-selector": "~2.1",
861                 "symfony/dom-crawler": "~2.1"
862             },
863             "suggest": {
864                 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
865             },
866             "type": "library",
867             "extra": {
868                 "branch-alias": {
869                     "dev-main": "2.x-dev"
870                 }
871             },
872             "autoload": {
873                 "files": [
874                     "src/aliases.php"
875                 ],
876                 "psr-4": {
877                     "Google\\": "src/"
878                 },
879                 "classmap": [
880                     "src/aliases.php"
881                 ]
882             },
883             "notification-url": "https://packagist.org/downloads/",
884             "license": [
885                 "Apache-2.0"
886             ],
887             "description": "Client library for Google APIs",
888             "homepage": "http://developers.google.com/api-client-library/php",
889             "keywords": [
890                 "google"
891             ],
892             "support": {
893                 "issues": "https://github.com/googleapis/google-api-php-client/issues",
894                 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.15.1"
895             },
896             "time": "2023-09-13T21:46:39+00:00"
897         },
898         {
899             "name": "google/apiclient-services",
900             "version": "v0.319.0",
901             "source": {
902                 "type": "git",
903                 "url": "https://github.com/googleapis/google-api-php-client-services.git",
904                 "reference": "9206f4d8cfacbec3c494d68f1758b2c8ca5b179d"
905             },
906             "dist": {
907                 "type": "zip",
908                 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/9206f4d8cfacbec3c494d68f1758b2c8ca5b179d",
909                 "reference": "9206f4d8cfacbec3c494d68f1758b2c8ca5b179d",
910                 "shasum": ""
911             },
912             "require": {
913                 "php": "^7.4||^8.0"
914             },
915             "require-dev": {
916                 "phpunit/phpunit": "^5.7||^8.5.13"
917             },
918             "type": "library",
919             "autoload": {
920                 "files": [
921                     "autoload.php"
922                 ],
923                 "psr-4": {
924                     "Google\\Service\\": "src"
925                 }
926             },
927             "notification-url": "https://packagist.org/downloads/",
928             "license": [
929                 "Apache-2.0"
930             ],
931             "description": "Client library for Google APIs",
932             "homepage": "http://developers.google.com/api-client-library/php",
933             "keywords": [
934                 "google"
935             ],
936             "support": {
937                 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
938                 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.319.0"
939             },
940             "time": "2023-10-08T01:02:14+00:00"
941         },
942         {
943             "name": "google/auth",
944             "version": "v1.31.0",
945             "source": {
946                 "type": "git",
947                 "url": "https://github.com/googleapis/google-auth-library-php.git",
948                 "reference": "22209fddd0c06f3f8e3cb4aade0b352aa00f9888"
949             },
950             "dist": {
951                 "type": "zip",
952                 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/22209fddd0c06f3f8e3cb4aade0b352aa00f9888",
953                 "reference": "22209fddd0c06f3f8e3cb4aade0b352aa00f9888",
954                 "shasum": ""
955             },
956             "require": {
957                 "firebase/php-jwt": "^6.0",
958                 "guzzlehttp/guzzle": "^6.2.1|^7.0",
959                 "guzzlehttp/psr7": "^2.4.5",
960                 "php": "^7.4||^8.0",
961                 "psr/cache": "^1.0||^2.0||^3.0",
962                 "psr/http-message": "^1.1||^2.0"
963             },
964             "require-dev": {
965                 "guzzlehttp/promises": "^2.0",
966                 "kelvinmo/simplejwt": "0.7.1",
967                 "phpseclib/phpseclib": "^3.0",
968                 "phpspec/prophecy-phpunit": "^2.0",
969                 "phpunit/phpunit": "^9.0.0",
970                 "sebastian/comparator": ">=1.2.3",
971                 "squizlabs/php_codesniffer": "^3.5"
972             },
973             "suggest": {
974                 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
975             },
976             "type": "library",
977             "autoload": {
978                 "psr-4": {
979                     "Google\\Auth\\": "src"
980                 }
981             },
982             "notification-url": "https://packagist.org/downloads/",
983             "license": [
984                 "Apache-2.0"
985             ],
986             "description": "Google Auth Library for PHP",
987             "homepage": "http://github.com/google/google-auth-library-php",
988             "keywords": [
989                 "Authentication",
990                 "google",
991                 "oauth2"
992             ],
993             "support": {
994                 "docs": "https://googleapis.github.io/google-auth-library-php/main/",
995                 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
996                 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.31.0"
997             },
998             "time": "2023-10-05T20:39:00+00:00"
999         },
1000         {
1001             "name": "graham-campbell/result-type",
1002             "version": "v1.1.1",
1003             "source": {
1004                 "type": "git",
1005                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
1006                 "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831"
1007             },
1008             "dist": {
1009                 "type": "zip",
1010                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
1011                 "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
1012                 "shasum": ""
1013             },
1014             "require": {
1015                 "php": "^7.2.5 || ^8.0",
1016                 "phpoption/phpoption": "^1.9.1"
1017             },
1018             "require-dev": {
1019                 "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
1020             },
1021             "type": "library",
1022             "autoload": {
1023                 "psr-4": {
1024                     "GrahamCampbell\\ResultType\\": "src/"
1025                 }
1026             },
1027             "notification-url": "https://packagist.org/downloads/",
1028             "license": [
1029                 "MIT"
1030             ],
1031             "authors": [
1032                 {
1033                     "name": "Graham Campbell",
1034                     "email": "hello@gjcampbell.co.uk",
1035                     "homepage": "https://github.com/GrahamCampbell"
1036                 }
1037             ],
1038             "description": "An Implementation Of The Result Type",
1039             "keywords": [
1040                 "Graham Campbell",
1041                 "GrahamCampbell",
1042                 "Result Type",
1043                 "Result-Type",
1044                 "result"
1045             ],
1046             "support": {
1047                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
1048                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1"
1049             },
1050             "funding": [
1051                 {
1052                     "url": "https://github.com/GrahamCampbell",
1053                     "type": "github"
1054                 },
1055                 {
1056                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
1057                     "type": "tidelift"
1058                 }
1059             ],
1060             "time": "2023-02-25T20:23:15+00:00"
1061         },
1062         {
1063             "name": "guzzlehttp/guzzle",
1064             "version": "7.8.0",
1065             "source": {
1066                 "type": "git",
1067                 "url": "https://github.com/guzzle/guzzle.git",
1068                 "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
1069             },
1070             "dist": {
1071                 "type": "zip",
1072                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
1073                 "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
1074                 "shasum": ""
1075             },
1076             "require": {
1077                 "ext-json": "*",
1078                 "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
1079                 "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
1080                 "php": "^7.2.5 || ^8.0",
1081                 "psr/http-client": "^1.0",
1082                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1083             },
1084             "provide": {
1085                 "psr/http-client-implementation": "1.0"
1086             },
1087             "require-dev": {
1088                 "bamarni/composer-bin-plugin": "^1.8.1",
1089                 "ext-curl": "*",
1090                 "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
1091                 "php-http/message-factory": "^1.1",
1092                 "phpunit/phpunit": "^8.5.29 || ^9.5.23",
1093                 "psr/log": "^1.1 || ^2.0 || ^3.0"
1094             },
1095             "suggest": {
1096                 "ext-curl": "Required for CURL handler support",
1097                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1098                 "psr/log": "Required for using the Log middleware"
1099             },
1100             "type": "library",
1101             "extra": {
1102                 "bamarni-bin": {
1103                     "bin-links": true,
1104                     "forward-command": false
1105                 }
1106             },
1107             "autoload": {
1108                 "files": [
1109                     "src/functions_include.php"
1110                 ],
1111                 "psr-4": {
1112                     "GuzzleHttp\\": "src/"
1113                 }
1114             },
1115             "notification-url": "https://packagist.org/downloads/",
1116             "license": [
1117                 "MIT"
1118             ],
1119             "authors": [
1120                 {
1121                     "name": "Graham Campbell",
1122                     "email": "hello@gjcampbell.co.uk",
1123                     "homepage": "https://github.com/GrahamCampbell"
1124                 },
1125                 {
1126                     "name": "Michael Dowling",
1127                     "email": "mtdowling@gmail.com",
1128                     "homepage": "https://github.com/mtdowling"
1129                 },
1130                 {
1131                     "name": "Jeremy Lindblom",
1132                     "email": "jeremeamia@gmail.com",
1133                     "homepage": "https://github.com/jeremeamia"
1134                 },
1135                 {
1136                     "name": "George Mponos",
1137                     "email": "gmponos@gmail.com",
1138                     "homepage": "https://github.com/gmponos"
1139                 },
1140                 {
1141                     "name": "Tobias Nyholm",
1142                     "email": "tobias.nyholm@gmail.com",
1143                     "homepage": "https://github.com/Nyholm"
1144                 },
1145                 {
1146                     "name": "Márk Sági-Kazár",
1147                     "email": "mark.sagikazar@gmail.com",
1148                     "homepage": "https://github.com/sagikazarmark"
1149                 },
1150                 {
1151                     "name": "Tobias Schultze",
1152                     "email": "webmaster@tubo-world.de",
1153                     "homepage": "https://github.com/Tobion"
1154                 }
1155             ],
1156             "description": "Guzzle is a PHP HTTP client library",
1157             "keywords": [
1158                 "client",
1159                 "curl",
1160                 "framework",
1161                 "http",
1162                 "http client",
1163                 "psr-18",
1164                 "psr-7",
1165                 "rest",
1166                 "web service"
1167             ],
1168             "support": {
1169                 "issues": "https://github.com/guzzle/guzzle/issues",
1170                 "source": "https://github.com/guzzle/guzzle/tree/7.8.0"
1171             },
1172             "funding": [
1173                 {
1174                     "url": "https://github.com/GrahamCampbell",
1175                     "type": "github"
1176                 },
1177                 {
1178                     "url": "https://github.com/Nyholm",
1179                     "type": "github"
1180                 },
1181                 {
1182                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1183                     "type": "tidelift"
1184                 }
1185             ],
1186             "time": "2023-08-27T10:20:53+00:00"
1187         },
1188         {
1189             "name": "guzzlehttp/promises",
1190             "version": "2.0.1",
1191             "source": {
1192                 "type": "git",
1193                 "url": "https://github.com/guzzle/promises.git",
1194                 "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
1195             },
1196             "dist": {
1197                 "type": "zip",
1198                 "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
1199                 "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
1200                 "shasum": ""
1201             },
1202             "require": {
1203                 "php": "^7.2.5 || ^8.0"
1204             },
1205             "require-dev": {
1206                 "bamarni/composer-bin-plugin": "^1.8.1",
1207                 "phpunit/phpunit": "^8.5.29 || ^9.5.23"
1208             },
1209             "type": "library",
1210             "extra": {
1211                 "bamarni-bin": {
1212                     "bin-links": true,
1213                     "forward-command": false
1214                 }
1215             },
1216             "autoload": {
1217                 "psr-4": {
1218                     "GuzzleHttp\\Promise\\": "src/"
1219                 }
1220             },
1221             "notification-url": "https://packagist.org/downloads/",
1222             "license": [
1223                 "MIT"
1224             ],
1225             "authors": [
1226                 {
1227                     "name": "Graham Campbell",
1228                     "email": "hello@gjcampbell.co.uk",
1229                     "homepage": "https://github.com/GrahamCampbell"
1230                 },
1231                 {
1232                     "name": "Michael Dowling",
1233                     "email": "mtdowling@gmail.com",
1234                     "homepage": "https://github.com/mtdowling"
1235                 },
1236                 {
1237                     "name": "Tobias Nyholm",
1238                     "email": "tobias.nyholm@gmail.com",
1239                     "homepage": "https://github.com/Nyholm"
1240                 },
1241                 {
1242                     "name": "Tobias Schultze",
1243                     "email": "webmaster@tubo-world.de",
1244                     "homepage": "https://github.com/Tobion"
1245                 }
1246             ],
1247             "description": "Guzzle promises library",
1248             "keywords": [
1249                 "promise"
1250             ],
1251             "support": {
1252                 "issues": "https://github.com/guzzle/promises/issues",
1253                 "source": "https://github.com/guzzle/promises/tree/2.0.1"
1254             },
1255             "funding": [
1256                 {
1257                     "url": "https://github.com/GrahamCampbell",
1258                     "type": "github"
1259                 },
1260                 {
1261                     "url": "https://github.com/Nyholm",
1262                     "type": "github"
1263                 },
1264                 {
1265                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1266                     "type": "tidelift"
1267                 }
1268             ],
1269             "time": "2023-08-03T15:11:55+00:00"
1270         },
1271         {
1272             "name": "guzzlehttp/psr7",
1273             "version": "2.6.1",
1274             "source": {
1275                 "type": "git",
1276                 "url": "https://github.com/guzzle/psr7.git",
1277                 "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
1278             },
1279             "dist": {
1280                 "type": "zip",
1281                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
1282                 "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
1283                 "shasum": ""
1284             },
1285             "require": {
1286                 "php": "^7.2.5 || ^8.0",
1287                 "psr/http-factory": "^1.0",
1288                 "psr/http-message": "^1.1 || ^2.0",
1289                 "ralouphie/getallheaders": "^3.0"
1290             },
1291             "provide": {
1292                 "psr/http-factory-implementation": "1.0",
1293                 "psr/http-message-implementation": "1.0"
1294             },
1295             "require-dev": {
1296                 "bamarni/composer-bin-plugin": "^1.8.1",
1297                 "http-interop/http-factory-tests": "^0.9",
1298                 "phpunit/phpunit": "^8.5.29 || ^9.5.23"
1299             },
1300             "suggest": {
1301                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1302             },
1303             "type": "library",
1304             "extra": {
1305                 "bamarni-bin": {
1306                     "bin-links": true,
1307                     "forward-command": false
1308                 }
1309             },
1310             "autoload": {
1311                 "psr-4": {
1312                     "GuzzleHttp\\Psr7\\": "src/"
1313                 }
1314             },
1315             "notification-url": "https://packagist.org/downloads/",
1316             "license": [
1317                 "MIT"
1318             ],
1319             "authors": [
1320                 {
1321                     "name": "Graham Campbell",
1322                     "email": "hello@gjcampbell.co.uk",
1323                     "homepage": "https://github.com/GrahamCampbell"
1324                 },
1325                 {
1326                     "name": "Michael Dowling",
1327                     "email": "mtdowling@gmail.com",
1328                     "homepage": "https://github.com/mtdowling"
1329                 },
1330                 {
1331                     "name": "George Mponos",
1332                     "email": "gmponos@gmail.com",
1333                     "homepage": "https://github.com/gmponos"
1334                 },
1335                 {
1336                     "name": "Tobias Nyholm",
1337                     "email": "tobias.nyholm@gmail.com",
1338                     "homepage": "https://github.com/Nyholm"
1339                 },
1340                 {
1341                     "name": "Márk Sági-Kazár",
1342                     "email": "mark.sagikazar@gmail.com",
1343                     "homepage": "https://github.com/sagikazarmark"
1344                 },
1345                 {
1346                     "name": "Tobias Schultze",
1347                     "email": "webmaster@tubo-world.de",
1348                     "homepage": "https://github.com/Tobion"
1349                 },
1350                 {
1351                     "name": "Márk Sági-Kazár",
1352                     "email": "mark.sagikazar@gmail.com",
1353                     "homepage": "https://sagikazarmark.hu"
1354                 }
1355             ],
1356             "description": "PSR-7 message implementation that also provides common utility methods",
1357             "keywords": [
1358                 "http",
1359                 "message",
1360                 "psr-7",
1361                 "request",
1362                 "response",
1363                 "stream",
1364                 "uri",
1365                 "url"
1366             ],
1367             "support": {
1368                 "issues": "https://github.com/guzzle/psr7/issues",
1369                 "source": "https://github.com/guzzle/psr7/tree/2.6.1"
1370             },
1371             "funding": [
1372                 {
1373                     "url": "https://github.com/GrahamCampbell",
1374                     "type": "github"
1375                 },
1376                 {
1377                     "url": "https://github.com/Nyholm",
1378                     "type": "github"
1379                 },
1380                 {
1381                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1382                     "type": "tidelift"
1383                 }
1384             ],
1385             "time": "2023-08-27T10:13:57+00:00"
1386         },
1387         {
1388             "name": "html2text/html2text",
1389             "version": "4.3.1",
1390             "source": {
1391                 "type": "git",
1392                 "url": "https://github.com/mtibben/html2text.git",
1393                 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
1394             },
1395             "dist": {
1396                 "type": "zip",
1397                 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
1398                 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
1399                 "shasum": ""
1400             },
1401             "require-dev": {
1402                 "phpunit/phpunit": "~4"
1403             },
1404             "suggest": {
1405                 "ext-mbstring": "For best performance",
1406                 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
1407             },
1408             "type": "library",
1409             "autoload": {
1410                 "psr-4": {
1411                     "Html2Text\\": [
1412                         "src/",
1413                         "test/"
1414                     ]
1415                 }
1416             },
1417             "notification-url": "https://packagist.org/downloads/",
1418             "license": [
1419                 "GPL-2.0-or-later"
1420             ],
1421             "description": "Converts HTML to formatted plain text",
1422             "support": {
1423                 "issues": "https://github.com/mtibben/html2text/issues",
1424                 "source": "https://github.com/mtibben/html2text/tree/4.3.1"
1425             },
1426             "time": "2020-04-16T23:44:31+00:00"
1427         },
1428         {
1429             "name": "kamermans/guzzle-oauth2-subscriber",
1430             "version": "v1.0.13",
1431             "source": {
1432                 "type": "git",
1433                 "url": "https://github.com/kamermans/guzzle-oauth2-subscriber.git",
1434                 "reference": "10b5cf242c5167afd16f1c1f243ac5be689ecd4c"
1435             },
1436             "dist": {
1437                 "type": "zip",
1438                 "url": "https://api.github.com/repos/kamermans/guzzle-oauth2-subscriber/zipball/10b5cf242c5167afd16f1c1f243ac5be689ecd4c",
1439                 "reference": "10b5cf242c5167afd16f1c1f243ac5be689ecd4c",
1440                 "shasum": ""
1441             },
1442             "require": {
1443                 "php": ">=5.4.0"
1444             },
1445             "suggest": {
1446                 "guzzlehttp/guzzle": "Guzzle ~4.0|~5.0|~6.0|~7.0"
1447             },
1448             "type": "library",
1449             "autoload": {
1450                 "psr-4": {
1451                     "kamermans\\OAuth2\\": "src"
1452                 }
1453             },
1454             "notification-url": "https://packagist.org/downloads/",
1455             "license": [
1456                 "MIT"
1457             ],
1458             "authors": [
1459                 {
1460                     "name": "Steve Kamerman",
1461                     "email": "stevekamerman@gmail.com"
1462                 }
1463             ],
1464             "description": "OAuth 2.0 client for Guzzle 4, 5, 6 and 7+",
1465             "keywords": [
1466                 "Guzzle",
1467                 "oauth"
1468             ],
1469             "support": {
1470                 "issues": "https://github.com/kamermans/guzzle-oauth2-subscriber/issues",
1471                 "source": "https://github.com/kamermans/guzzle-oauth2-subscriber/tree/v1.0.13"
1472             },
1473             "time": "2023-07-11T21:43:27+00:00"
1474         },
1475         {
1476             "name": "knplabs/knp-snappy",
1477             "version": "v1.4.4",
1478             "source": {
1479                 "type": "git",
1480                 "url": "https://github.com/KnpLabs/snappy.git",
1481                 "reference": "3db13fe45d12a7bccb2b83f622e5a90f7e40b111"
1482             },
1483             "dist": {
1484                 "type": "zip",
1485                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/3db13fe45d12a7bccb2b83f622e5a90f7e40b111",
1486                 "reference": "3db13fe45d12a7bccb2b83f622e5a90f7e40b111",
1487                 "shasum": ""
1488             },
1489             "require": {
1490                 "php": ">=7.1",
1491                 "psr/log": "^1.0||^2.0||^3.0",
1492                 "symfony/process": "~3.4||~4.3||~5.0||~6.0"
1493             },
1494             "require-dev": {
1495                 "friendsofphp/php-cs-fixer": "^2.16||^3.0",
1496                 "pedrotroller/php-cs-custom-fixer": "^2.19",
1497                 "phpstan/phpstan": "^1.0.0",
1498                 "phpstan/phpstan-phpunit": "^1.0.0",
1499                 "phpunit/phpunit": "~7.4||~8.5"
1500             },
1501             "suggest": {
1502                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1503                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1504                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1505                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1506                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1507             },
1508             "type": "library",
1509             "extra": {
1510                 "branch-alias": {
1511                     "dev-master": "1.x-dev"
1512                 }
1513             },
1514             "autoload": {
1515                 "psr-4": {
1516                     "Knp\\Snappy\\": "src/Knp/Snappy"
1517                 }
1518             },
1519             "notification-url": "https://packagist.org/downloads/",
1520             "license": [
1521                 "MIT"
1522             ],
1523             "authors": [
1524                 {
1525                     "name": "KNP Labs Team",
1526                     "homepage": "http://knplabs.com"
1527                 },
1528                 {
1529                     "name": "Symfony Community",
1530                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1531                 }
1532             ],
1533             "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1534             "homepage": "http://github.com/KnpLabs/snappy",
1535             "keywords": [
1536                 "knp",
1537                 "knplabs",
1538                 "pdf",
1539                 "snapshot",
1540                 "thumbnail",
1541                 "wkhtmltopdf"
1542             ],
1543             "support": {
1544                 "issues": "https://github.com/KnpLabs/snappy/issues",
1545                 "source": "https://github.com/KnpLabs/snappy/tree/v1.4.4"
1546             },
1547             "time": "2023-09-13T12:18:19+00:00"
1548         },
1549         {
1550             "name": "laminas/laminas-code",
1551             "version": "4.12.0",
1552             "source": {
1553                 "type": "git",
1554                 "url": "https://github.com/laminas/laminas-code.git",
1555                 "reference": "36cbee228b427446419dd51944bdfb6bb8ddbcd0"
1556             },
1557             "dist": {
1558                 "type": "zip",
1559                 "url": "https://api.github.com/repos/laminas/laminas-code/zipball/36cbee228b427446419dd51944bdfb6bb8ddbcd0",
1560                 "reference": "36cbee228b427446419dd51944bdfb6bb8ddbcd0",
1561                 "shasum": ""
1562             },
1563             "require": {
1564                 "php": "~8.1.0 || ~8.2.0"
1565             },
1566             "require-dev": {
1567                 "doctrine/annotations": "^2.0.0",
1568                 "ext-phar": "*",
1569                 "laminas/laminas-coding-standard": "^2.3.0",
1570                 "laminas/laminas-stdlib": "^3.6.1",
1571                 "phpunit/phpunit": "^10.0.9",
1572                 "psalm/plugin-phpunit": "^0.18.4",
1573                 "vimeo/psalm": "^5.7.1"
1574             },
1575             "suggest": {
1576                 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
1577                 "laminas/laminas-stdlib": "Laminas\\Stdlib component"
1578             },
1579             "type": "library",
1580             "autoload": {
1581                 "psr-4": {
1582                     "Laminas\\Code\\": "src/"
1583                 }
1584             },
1585             "notification-url": "https://packagist.org/downloads/",
1586             "license": [
1587                 "BSD-3-Clause"
1588             ],
1589             "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
1590             "homepage": "https://laminas.dev",
1591             "keywords": [
1592                 "code",
1593                 "laminas",
1594                 "laminasframework"
1595             ],
1596             "support": {
1597                 "chat": "https://laminas.dev/chat",
1598                 "docs": "https://docs.laminas.dev/laminas-code/",
1599                 "forum": "https://discourse.laminas.dev",
1600                 "issues": "https://github.com/laminas/laminas-code/issues",
1601                 "rss": "https://github.com/laminas/laminas-code/releases.atom",
1602                 "source": "https://github.com/laminas/laminas-code"
1603             },
1604             "funding": [
1605                 {
1606                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1607                     "type": "community_bridge"
1608                 }
1609             ],
1610             "time": "2023-09-06T14:56:25+00:00"
1611         },
1612         {
1613             "name": "laminas/laminas-config",
1614             "version": "3.9.0",
1615             "source": {
1616                 "type": "git",
1617                 "url": "https://github.com/laminas/laminas-config.git",
1618                 "reference": "e53717277f6c22b1c697a46473b9a5ec9a438efa"
1619             },
1620             "dist": {
1621                 "type": "zip",
1622                 "url": "https://api.github.com/repos/laminas/laminas-config/zipball/e53717277f6c22b1c697a46473b9a5ec9a438efa",
1623                 "reference": "e53717277f6c22b1c697a46473b9a5ec9a438efa",
1624                 "shasum": ""
1625             },
1626             "require": {
1627                 "ext-json": "*",
1628                 "laminas/laminas-stdlib": "^3.6",
1629                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
1630                 "psr/container": "^1.0"
1631             },
1632             "conflict": {
1633                 "container-interop/container-interop": "<1.2.0",
1634                 "zendframework/zend-config": "*"
1635             },
1636             "require-dev": {
1637                 "laminas/laminas-coding-standard": "~2.4.0",
1638                 "laminas/laminas-filter": "~2.23.0",
1639                 "laminas/laminas-i18n": "~2.19.0",
1640                 "laminas/laminas-servicemanager": "~3.19.0",
1641                 "phpunit/phpunit": "~9.5.25"
1642             },
1643             "suggest": {
1644                 "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
1645                 "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
1646                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
1647             },
1648             "type": "library",
1649             "autoload": {
1650                 "psr-4": {
1651                     "Laminas\\Config\\": "src/"
1652                 }
1653             },
1654             "notification-url": "https://packagist.org/downloads/",
1655             "license": [
1656                 "BSD-3-Clause"
1657             ],
1658             "description": "provides a nested object property based user interface for accessing this configuration data within application code",
1659             "homepage": "https://laminas.dev",
1660             "keywords": [
1661                 "config",
1662                 "laminas"
1663             ],
1664             "support": {
1665                 "chat": "https://laminas.dev/chat",
1666                 "docs": "https://docs.laminas.dev/laminas-config/",
1667                 "forum": "https://discourse.laminas.dev",
1668                 "issues": "https://github.com/laminas/laminas-config/issues",
1669                 "rss": "https://github.com/laminas/laminas-config/releases.atom",
1670                 "source": "https://github.com/laminas/laminas-config"
1671             },
1672             "funding": [
1673                 {
1674                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1675                     "type": "community_bridge"
1676                 }
1677             ],
1678             "time": "2023-09-19T12:02:54+00:00"
1679         },
1680         {
1681             "name": "laminas/laminas-db",
1682             "version": "2.18.0",
1683             "source": {
1684                 "type": "git",
1685                 "url": "https://github.com/laminas/laminas-db.git",
1686                 "reference": "4df7a3f7ffe268e8683306fcec125c269408b295"
1687             },
1688             "dist": {
1689                 "type": "zip",
1690                 "url": "https://api.github.com/repos/laminas/laminas-db/zipball/4df7a3f7ffe268e8683306fcec125c269408b295",
1691                 "reference": "4df7a3f7ffe268e8683306fcec125c269408b295",
1692                 "shasum": ""
1693             },
1694             "require": {
1695                 "laminas/laminas-stdlib": "^3.7.1",
1696                 "php": "~8.0.0 || ~8.1.0|| ~8.2.0"
1697             },
1698             "conflict": {
1699                 "zendframework/zend-db": "*"
1700             },
1701             "require-dev": {
1702                 "laminas/laminas-coding-standard": "^2.4.0",
1703                 "laminas/laminas-eventmanager": "^3.6.0",
1704                 "laminas/laminas-hydrator": "^4.7",
1705                 "laminas/laminas-servicemanager": "^3.19.0",
1706                 "phpunit/phpunit": "^9.5.25"
1707             },
1708             "suggest": {
1709                 "laminas/laminas-eventmanager": "Laminas\\EventManager component",
1710                 "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
1711                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
1712             },
1713             "type": "library",
1714             "extra": {
1715                 "laminas": {
1716                     "component": "Laminas\\Db",
1717                     "config-provider": "Laminas\\Db\\ConfigProvider"
1718                 }
1719             },
1720             "autoload": {
1721                 "psr-4": {
1722                     "Laminas\\Db\\": "src/"
1723                 }
1724             },
1725             "notification-url": "https://packagist.org/downloads/",
1726             "license": [
1727                 "BSD-3-Clause"
1728             ],
1729             "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
1730             "homepage": "https://laminas.dev",
1731             "keywords": [
1732                 "db",
1733                 "laminas"
1734             ],
1735             "support": {
1736                 "chat": "https://laminas.dev/chat",
1737                 "docs": "https://docs.laminas.dev/laminas-db/",
1738                 "forum": "https://discourse.laminas.dev",
1739                 "issues": "https://github.com/laminas/laminas-db/issues",
1740                 "rss": "https://github.com/laminas/laminas-db/releases.atom",
1741                 "source": "https://github.com/laminas/laminas-db"
1742             },
1743             "funding": [
1744                 {
1745                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1746                     "type": "community_bridge"
1747                 }
1748             ],
1749             "time": "2023-05-05T16:22:28+00:00"
1750         },
1751         {
1752             "name": "laminas/laminas-escaper",
1753             "version": "2.12.0",
1754             "source": {
1755                 "type": "git",
1756                 "url": "https://github.com/laminas/laminas-escaper.git",
1757                 "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
1758             },
1759             "dist": {
1760                 "type": "zip",
1761                 "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
1762                 "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
1763                 "shasum": ""
1764             },
1765             "require": {
1766                 "ext-ctype": "*",
1767                 "ext-mbstring": "*",
1768                 "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1769             },
1770             "conflict": {
1771                 "zendframework/zend-escaper": "*"
1772             },
1773             "require-dev": {
1774                 "infection/infection": "^0.26.6",
1775                 "laminas/laminas-coding-standard": "~2.4.0",
1776                 "maglnet/composer-require-checker": "^3.8.0",
1777                 "phpunit/phpunit": "^9.5.18",
1778                 "psalm/plugin-phpunit": "^0.17.0",
1779                 "vimeo/psalm": "^4.22.0"
1780             },
1781             "type": "library",
1782             "autoload": {
1783                 "psr-4": {
1784                     "Laminas\\Escaper\\": "src/"
1785                 }
1786             },
1787             "notification-url": "https://packagist.org/downloads/",
1788             "license": [
1789                 "BSD-3-Clause"
1790             ],
1791             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1792             "homepage": "https://laminas.dev",
1793             "keywords": [
1794                 "escaper",
1795                 "laminas"
1796             ],
1797             "support": {
1798                 "chat": "https://laminas.dev/chat",
1799                 "docs": "https://docs.laminas.dev/laminas-escaper/",
1800                 "forum": "https://discourse.laminas.dev",
1801                 "issues": "https://github.com/laminas/laminas-escaper/issues",
1802                 "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
1803                 "source": "https://github.com/laminas/laminas-escaper"
1804             },
1805             "funding": [
1806                 {
1807                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1808                     "type": "community_bridge"
1809                 }
1810             ],
1811             "time": "2022-10-10T10:11:09+00:00"
1812         },
1813         {
1814             "name": "laminas/laminas-eventmanager",
1815             "version": "3.10.0",
1816             "source": {
1817                 "type": "git",
1818                 "url": "https://github.com/laminas/laminas-eventmanager.git",
1819                 "reference": "5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba"
1820             },
1821             "dist": {
1822                 "type": "zip",
1823                 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba",
1824                 "reference": "5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba",
1825                 "shasum": ""
1826             },
1827             "require": {
1828                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1829             },
1830             "conflict": {
1831                 "container-interop/container-interop": "<1.2",
1832                 "zendframework/zend-eventmanager": "*"
1833             },
1834             "require-dev": {
1835                 "laminas/laminas-coding-standard": "~2.5.0",
1836                 "laminas/laminas-stdlib": "^3.15",
1837                 "phpbench/phpbench": "^1.2.7",
1838                 "phpunit/phpunit": "^9.5.26",
1839                 "psalm/plugin-phpunit": "^0.18.0",
1840                 "psr/container": "^1.1.2 || ^2.0.2",
1841                 "vimeo/psalm": "^5.0.0"
1842             },
1843             "suggest": {
1844                 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
1845                 "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
1846             },
1847             "type": "library",
1848             "autoload": {
1849                 "psr-4": {
1850                     "Laminas\\EventManager\\": "src/"
1851                 }
1852             },
1853             "notification-url": "https://packagist.org/downloads/",
1854             "license": [
1855                 "BSD-3-Clause"
1856             ],
1857             "description": "Trigger and listen to events within a PHP application",
1858             "homepage": "https://laminas.dev",
1859             "keywords": [
1860                 "event",
1861                 "eventmanager",
1862                 "events",
1863                 "laminas"
1864             ],
1865             "support": {
1866                 "chat": "https://laminas.dev/chat",
1867                 "docs": "https://docs.laminas.dev/laminas-eventmanager/",
1868                 "forum": "https://discourse.laminas.dev",
1869                 "issues": "https://github.com/laminas/laminas-eventmanager/issues",
1870                 "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
1871                 "source": "https://github.com/laminas/laminas-eventmanager"
1872             },
1873             "funding": [
1874                 {
1875                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1876                     "type": "community_bridge"
1877                 }
1878             ],
1879             "time": "2023-01-11T19:52:45+00:00"
1880         },
1881         {
1882             "name": "laminas/laminas-filter",
1883             "version": "2.32.0",
1884             "source": {
1885                 "type": "git",
1886                 "url": "https://github.com/laminas/laminas-filter.git",
1887                 "reference": "2b7e6b2b26a92412c38336ee3089251164edf141"
1888             },
1889             "dist": {
1890                 "type": "zip",
1891                 "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/2b7e6b2b26a92412c38336ee3089251164edf141",
1892                 "reference": "2b7e6b2b26a92412c38336ee3089251164edf141",
1893                 "shasum": ""
1894             },
1895             "require": {
1896                 "ext-mbstring": "*",
1897                 "laminas/laminas-servicemanager": "^3.21.0",
1898                 "laminas/laminas-stdlib": "^3.13.0",
1899                 "php": "~8.1.0 || ~8.2.0"
1900             },
1901             "conflict": {
1902                 "laminas/laminas-validator": "<2.10.1",
1903                 "zendframework/zend-filter": "*"
1904             },
1905             "require-dev": {
1906                 "laminas/laminas-coding-standard": "~2.5.0",
1907                 "laminas/laminas-crypt": "^3.10",
1908                 "laminas/laminas-uri": "^2.10",
1909                 "pear/archive_tar": "^1.4.14",
1910                 "phpunit/phpunit": "^10.1.3",
1911                 "psalm/plugin-phpunit": "^0.18.4",
1912                 "psr/http-factory": "^1.0.2",
1913                 "vimeo/psalm": "^5.11"
1914             },
1915             "suggest": {
1916                 "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
1917                 "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
1918                 "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
1919                 "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
1920             },
1921             "type": "library",
1922             "extra": {
1923                 "laminas": {
1924                     "component": "Laminas\\Filter",
1925                     "config-provider": "Laminas\\Filter\\ConfigProvider"
1926                 }
1927             },
1928             "autoload": {
1929                 "psr-4": {
1930                     "Laminas\\Filter\\": "src/"
1931                 }
1932             },
1933             "notification-url": "https://packagist.org/downloads/",
1934             "license": [
1935                 "BSD-3-Clause"
1936             ],
1937             "description": "Programmatically filter and normalize data and files",
1938             "homepage": "https://laminas.dev",
1939             "keywords": [
1940                 "filter",
1941                 "laminas"
1942             ],
1943             "support": {
1944                 "chat": "https://laminas.dev/chat",
1945                 "docs": "https://docs.laminas.dev/laminas-filter/",
1946                 "forum": "https://discourse.laminas.dev",
1947                 "issues": "https://github.com/laminas/laminas-filter/issues",
1948                 "rss": "https://github.com/laminas/laminas-filter/releases.atom",
1949                 "source": "https://github.com/laminas/laminas-filter"
1950             },
1951             "funding": [
1952                 {
1953                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1954                     "type": "community_bridge"
1955                 }
1956             ],
1957             "time": "2023-05-16T23:25:05+00:00"
1958         },
1959         {
1960             "name": "laminas/laminas-form",
1961             "version": "3.13.0",
1962             "source": {
1963                 "type": "git",
1964                 "url": "https://github.com/laminas/laminas-form.git",
1965                 "reference": "c6100a664879b6f5638b0fae0c844051f2159902"
1966             },
1967             "dist": {
1968                 "type": "zip",
1969                 "url": "https://api.github.com/repos/laminas/laminas-form/zipball/c6100a664879b6f5638b0fae0c844051f2159902",
1970                 "reference": "c6100a664879b6f5638b0fae0c844051f2159902",
1971                 "shasum": ""
1972             },
1973             "require": {
1974                 "laminas/laminas-hydrator": "^4.13.0",
1975                 "laminas/laminas-inputfilter": "^2.24.0",
1976                 "laminas/laminas-stdlib": "^3.16.1",
1977                 "php": "~8.1.0 || ~8.2.0"
1978             },
1979             "conflict": {
1980                 "doctrine/annotations": "<1.14.0",
1981                 "laminas/laminas-captcha": "<2.16.0",
1982                 "laminas/laminas-eventmanager": "<3.10.0",
1983                 "laminas/laminas-i18n": "<2.21.0",
1984                 "laminas/laminas-recaptcha": "<3.6.0",
1985                 "laminas/laminas-servicemanager": "<3.20.0",
1986                 "laminas/laminas-view": "<2.27.0"
1987             },
1988             "require-dev": {
1989                 "doctrine/annotations": "^1.14.3 || ^2.0.1",
1990                 "ext-intl": "*",
1991                 "laminas/laminas-captcha": "^2.16",
1992                 "laminas/laminas-coding-standard": "^2.5",
1993                 "laminas/laminas-db": "^2.18",
1994                 "laminas/laminas-escaper": "^2.12",
1995                 "laminas/laminas-eventmanager": "^3.10",
1996                 "laminas/laminas-filter": "^2.32",
1997                 "laminas/laminas-i18n": "^2.23",
1998                 "laminas/laminas-modulemanager": "^2.14.0",
1999                 "laminas/laminas-recaptcha": "^3.6",
2000                 "laminas/laminas-servicemanager": "^3.21",
2001                 "laminas/laminas-session": "^2.16",
2002                 "laminas/laminas-text": "^2.10.0",
2003                 "laminas/laminas-validator": "^2.33",
2004                 "laminas/laminas-view": "^2.28",
2005                 "phpunit/phpunit": "^10.2.2",
2006                 "psalm/plugin-phpunit": "^0.18.4",
2007                 "vimeo/psalm": "^5.13"
2008             },
2009             "suggest": {
2010                 "doctrine/annotations": "^1.14, required to use laminas-form annotations support",
2011                 "laminas/laminas-captcha": "^2.16, required for using CAPTCHA form elements",
2012                 "laminas/laminas-eventmanager": "^3.10, reuired for laminas-form annotations support",
2013                 "laminas/laminas-i18n": "^2.21, required when using laminas-form view helpers",
2014                 "laminas/laminas-recaptcha": "^3.6, in order to use the ReCaptcha form element",
2015                 "laminas/laminas-servicemanager": "^3.20, required to use the form factories or provide services",
2016                 "laminas/laminas-view": "^2.27, required for using the laminas-form view helpers"
2017             },
2018             "type": "library",
2019             "extra": {
2020                 "laminas": {
2021                     "component": "Laminas\\Form",
2022                     "config-provider": "Laminas\\Form\\ConfigProvider"
2023                 }
2024             },
2025             "autoload": {
2026                 "psr-4": {
2027                     "Laminas\\Form\\": "src/"
2028                 }
2029             },
2030             "notification-url": "https://packagist.org/downloads/",
2031             "license": [
2032                 "BSD-3-Clause"
2033             ],
2034             "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
2035             "homepage": "https://laminas.dev",
2036             "keywords": [
2037                 "form",
2038                 "laminas"
2039             ],
2040             "support": {
2041                 "chat": "https://laminas.dev/chat",
2042                 "docs": "https://docs.laminas.dev/laminas-form/",
2043                 "forum": "https://discourse.laminas.dev",
2044                 "issues": "https://github.com/laminas/laminas-form/issues",
2045                 "rss": "https://github.com/laminas/laminas-form/releases.atom",
2046                 "source": "https://github.com/laminas/laminas-form"
2047             },
2048             "funding": [
2049                 {
2050                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2051                     "type": "community_bridge"
2052                 }
2053             ],
2054             "time": "2023-07-18T12:39:09+00:00"
2055         },
2056         {
2057             "name": "laminas/laminas-http",
2058             "version": "2.18.0",
2059             "source": {
2060                 "type": "git",
2061                 "url": "https://github.com/laminas/laminas-http.git",
2062                 "reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d"
2063             },
2064             "dist": {
2065                 "type": "zip",
2066                 "url": "https://api.github.com/repos/laminas/laminas-http/zipball/76de9008f889bc7088f85a41d0d2b06c2b59c53d",
2067                 "reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d",
2068                 "shasum": ""
2069             },
2070             "require": {
2071                 "laminas/laminas-loader": "^2.8",
2072                 "laminas/laminas-stdlib": "^3.6",
2073                 "laminas/laminas-uri": "^2.9.1",
2074                 "laminas/laminas-validator": "^2.15",
2075                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2076             },
2077             "conflict": {
2078                 "zendframework/zend-http": "*"
2079             },
2080             "require-dev": {
2081                 "ext-curl": "*",
2082                 "laminas/laminas-coding-standard": "~2.4.0",
2083                 "phpunit/phpunit": "^9.5.25"
2084             },
2085             "suggest": {
2086                 "paragonie/certainty": "For automated management of cacert.pem"
2087             },
2088             "type": "library",
2089             "autoload": {
2090                 "psr-4": {
2091                     "Laminas\\Http\\": "src/"
2092                 }
2093             },
2094             "notification-url": "https://packagist.org/downloads/",
2095             "license": [
2096                 "BSD-3-Clause"
2097             ],
2098             "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
2099             "homepage": "https://laminas.dev",
2100             "keywords": [
2101                 "http",
2102                 "http client",
2103                 "laminas"
2104             ],
2105             "support": {
2106                 "chat": "https://laminas.dev/chat",
2107                 "docs": "https://docs.laminas.dev/laminas-http/",
2108                 "forum": "https://discourse.laminas.dev",
2109                 "issues": "https://github.com/laminas/laminas-http/issues",
2110                 "rss": "https://github.com/laminas/laminas-http/releases.atom",
2111                 "source": "https://github.com/laminas/laminas-http"
2112             },
2113             "funding": [
2114                 {
2115                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2116                     "type": "community_bridge"
2117                 }
2118             ],
2119             "time": "2022-11-23T15:45:41+00:00"
2120         },
2121         {
2122             "name": "laminas/laminas-hydrator",
2123             "version": "4.14.0",
2124             "source": {
2125                 "type": "git",
2126                 "url": "https://github.com/laminas/laminas-hydrator.git",
2127                 "reference": "ca9172c4479d995ff7f122ec196f4a29ac88b428"
2128             },
2129             "dist": {
2130                 "type": "zip",
2131                 "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/ca9172c4479d995ff7f122ec196f4a29ac88b428",
2132                 "reference": "ca9172c4479d995ff7f122ec196f4a29ac88b428",
2133                 "shasum": ""
2134             },
2135             "require": {
2136                 "laminas/laminas-stdlib": "^3.3",
2137                 "php": "~8.1.0 || ~8.2.0",
2138                 "webmozart/assert": "^1.10"
2139             },
2140             "conflict": {
2141                 "laminas/laminas-servicemanager": "<3.14.0",
2142                 "zendframework/zend-hydrator": "*"
2143             },
2144             "require-dev": {
2145                 "laminas/laminas-coding-standard": "~2.5.0",
2146                 "laminas/laminas-eventmanager": "^3.10",
2147                 "laminas/laminas-modulemanager": "^2.14.0",
2148                 "laminas/laminas-serializer": "^2.14.0",
2149                 "laminas/laminas-servicemanager": "^3.21",
2150                 "phpbench/phpbench": "^1.2.10",
2151                 "phpunit/phpunit": "^10.1.3",
2152                 "psalm/plugin-phpunit": "^0.18.4",
2153                 "vimeo/psalm": "^5.11"
2154             },
2155             "suggest": {
2156                 "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
2157                 "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
2158                 "laminas/laminas-servicemanager": "^3.14, to support hydrator plugin manager usage"
2159             },
2160             "type": "library",
2161             "extra": {
2162                 "laminas": {
2163                     "component": "Laminas\\Hydrator",
2164                     "config-provider": "Laminas\\Hydrator\\ConfigProvider"
2165                 }
2166             },
2167             "autoload": {
2168                 "psr-4": {
2169                     "Laminas\\Hydrator\\": "src/"
2170                 }
2171             },
2172             "notification-url": "https://packagist.org/downloads/",
2173             "license": [
2174                 "BSD-3-Clause"
2175             ],
2176             "description": "Serialize objects to arrays, and vice versa",
2177             "homepage": "https://laminas.dev",
2178             "keywords": [
2179                 "hydrator",
2180                 "laminas"
2181             ],
2182             "support": {
2183                 "chat": "https://laminas.dev/chat",
2184                 "docs": "https://docs.laminas.dev/laminas-hydrator/",
2185                 "forum": "https://discourse.laminas.dev",
2186                 "issues": "https://github.com/laminas/laminas-hydrator/issues",
2187                 "rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
2188                 "source": "https://github.com/laminas/laminas-hydrator"
2189             },
2190             "funding": [
2191                 {
2192                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2193                     "type": "community_bridge"
2194                 }
2195             ],
2196             "time": "2023-05-19T10:44:34+00:00"
2197         },
2198         {
2199             "name": "laminas/laminas-i18n",
2200             "version": "2.23.0",
2201             "source": {
2202                 "type": "git",
2203                 "url": "https://github.com/laminas/laminas-i18n.git",
2204                 "reference": "bb844a1141bb6e65d8889f5a08383f761a8270b2"
2205             },
2206             "dist": {
2207                 "type": "zip",
2208                 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/bb844a1141bb6e65d8889f5a08383f761a8270b2",
2209                 "reference": "bb844a1141bb6e65d8889f5a08383f761a8270b2",
2210                 "shasum": ""
2211             },
2212             "require": {
2213                 "ext-intl": "*",
2214                 "laminas/laminas-servicemanager": "^3.21.0",
2215                 "laminas/laminas-stdlib": "^3.0",
2216                 "php": "~8.1.0 || ~8.2.0"
2217             },
2218             "conflict": {
2219                 "laminas/laminas-view": "<2.20.0",
2220                 "zendframework/zend-i18n": "*"
2221             },
2222             "require-dev": {
2223                 "laminas/laminas-cache": "^3.10.1",
2224                 "laminas/laminas-cache-storage-adapter-memory": "^2.2.0",
2225                 "laminas/laminas-cache-storage-deprecated-factory": "^1.1",
2226                 "laminas/laminas-coding-standard": "~2.5.0",
2227                 "laminas/laminas-config": "^3.8.0",
2228                 "laminas/laminas-eventmanager": "^3.10",
2229                 "laminas/laminas-filter": "^2.31",
2230                 "laminas/laminas-validator": "^2.30.1",
2231                 "laminas/laminas-view": "^2.27",
2232                 "phpunit/phpunit": "^10.1.3",
2233                 "psalm/plugin-phpunit": "^0.18.4",
2234                 "vimeo/psalm": "^5.11"
2235             },
2236             "suggest": {
2237                 "laminas/laminas-cache": "You should install this package to cache the translations",
2238                 "laminas/laminas-config": "You should install this package to use the INI translation format",
2239                 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
2240                 "laminas/laminas-filter": "You should install this package to use the provided filters",
2241                 "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
2242                 "laminas/laminas-validator": "You should install this package to use the provided validators",
2243                 "laminas/laminas-view": "You should install this package to use the provided view helpers"
2244             },
2245             "type": "library",
2246             "extra": {
2247                 "laminas": {
2248                     "component": "Laminas\\I18n",
2249                     "config-provider": "Laminas\\I18n\\ConfigProvider"
2250                 }
2251             },
2252             "autoload": {
2253                 "psr-4": {
2254                     "Laminas\\I18n\\": "src/"
2255                 }
2256             },
2257             "notification-url": "https://packagist.org/downloads/",
2258             "license": [
2259                 "BSD-3-Clause"
2260             ],
2261             "description": "Provide translations for your application, and filter and validate internationalized values",
2262             "homepage": "https://laminas.dev",
2263             "keywords": [
2264                 "i18n",
2265                 "laminas"
2266             ],
2267             "support": {
2268                 "chat": "https://laminas.dev/chat",
2269                 "docs": "https://docs.laminas.dev/laminas-i18n/",
2270                 "forum": "https://discourse.laminas.dev",
2271                 "issues": "https://github.com/laminas/laminas-i18n/issues",
2272                 "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
2273                 "source": "https://github.com/laminas/laminas-i18n"
2274             },
2275             "funding": [
2276                 {
2277                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2278                     "type": "community_bridge"
2279                 }
2280             ],
2281             "time": "2023-05-16T23:22:24+00:00"
2282         },
2283         {
2284             "name": "laminas/laminas-inputfilter",
2285             "version": "2.27.0",
2286             "source": {
2287                 "type": "git",
2288                 "url": "https://github.com/laminas/laminas-inputfilter.git",
2289                 "reference": "1446fe8aa8b05107295964e678b75a7e0b9302cb"
2290             },
2291             "dist": {
2292                 "type": "zip",
2293                 "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/1446fe8aa8b05107295964e678b75a7e0b9302cb",
2294                 "reference": "1446fe8aa8b05107295964e678b75a7e0b9302cb",
2295                 "shasum": ""
2296             },
2297             "require": {
2298                 "laminas/laminas-filter": "^2.19",
2299                 "laminas/laminas-servicemanager": "^3.21.0",
2300                 "laminas/laminas-stdlib": "^3.0",
2301                 "laminas/laminas-validator": "^2.25",
2302                 "php": "~8.1.0 || ~8.2.0"
2303             },
2304             "conflict": {
2305                 "zendframework/zend-inputfilter": "*"
2306             },
2307             "require-dev": {
2308                 "ext-json": "*",
2309                 "laminas/laminas-coding-standard": "~2.5.0",
2310                 "phpunit/phpunit": "^10.1.3",
2311                 "psalm/plugin-phpunit": "^0.18.4",
2312                 "psr/http-message": "^2.0",
2313                 "vimeo/psalm": "^5.12",
2314                 "webmozart/assert": "^1.11"
2315             },
2316             "suggest": {
2317                 "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
2318             },
2319             "type": "library",
2320             "extra": {
2321                 "laminas": {
2322                     "component": "Laminas\\InputFilter",
2323                     "config-provider": "Laminas\\InputFilter\\ConfigProvider"
2324                 }
2325             },
2326             "autoload": {
2327                 "psr-4": {
2328                     "Laminas\\InputFilter\\": "src/"
2329                 }
2330             },
2331             "notification-url": "https://packagist.org/downloads/",
2332             "license": [
2333                 "BSD-3-Clause"
2334             ],
2335             "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2336             "homepage": "https://laminas.dev",
2337             "keywords": [
2338                 "inputfilter",
2339                 "laminas"
2340             ],
2341             "support": {
2342                 "chat": "https://laminas.dev/chat",
2343                 "docs": "https://docs.laminas.dev/laminas-inputfilter/",
2344                 "forum": "https://discourse.laminas.dev",
2345                 "issues": "https://github.com/laminas/laminas-inputfilter/issues",
2346                 "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
2347                 "source": "https://github.com/laminas/laminas-inputfilter"
2348             },
2349             "funding": [
2350                 {
2351                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2352                     "type": "community_bridge"
2353                 }
2354             ],
2355             "time": "2023-07-14T15:58:54+00:00"
2356         },
2357         {
2358             "name": "laminas/laminas-json",
2359             "version": "3.5.0",
2360             "source": {
2361                 "type": "git",
2362                 "url": "https://github.com/laminas/laminas-json.git",
2363                 "reference": "7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec"
2364             },
2365             "dist": {
2366                 "type": "zip",
2367                 "url": "https://api.github.com/repos/laminas/laminas-json/zipball/7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec",
2368                 "reference": "7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec",
2369                 "shasum": ""
2370             },
2371             "require": {
2372                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2373             },
2374             "conflict": {
2375                 "zendframework/zend-json": "*"
2376             },
2377             "require-dev": {
2378                 "laminas/laminas-coding-standard": "~2.4.0",
2379                 "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
2380                 "phpunit/phpunit": "^9.5.25"
2381             },
2382             "suggest": {
2383                 "laminas/laminas-json-server": "For implementing JSON-RPC servers",
2384                 "laminas/laminas-xml2json": "For converting XML documents to JSON"
2385             },
2386             "type": "library",
2387             "autoload": {
2388                 "psr-4": {
2389                     "Laminas\\Json\\": "src/"
2390                 }
2391             },
2392             "notification-url": "https://packagist.org/downloads/",
2393             "license": [
2394                 "BSD-3-Clause"
2395             ],
2396             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2397             "homepage": "https://laminas.dev",
2398             "keywords": [
2399                 "json",
2400                 "laminas"
2401             ],
2402             "support": {
2403                 "chat": "https://laminas.dev/chat",
2404                 "docs": "https://docs.laminas.dev/laminas-json/",
2405                 "forum": "https://discourse.laminas.dev",
2406                 "issues": "https://github.com/laminas/laminas-json/issues",
2407                 "rss": "https://github.com/laminas/laminas-json/releases.atom",
2408                 "source": "https://github.com/laminas/laminas-json"
2409             },
2410             "funding": [
2411                 {
2412                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2413                     "type": "community_bridge"
2414                 }
2415             ],
2416             "time": "2022-10-17T04:06:45+00:00"
2417         },
2418         {
2419             "name": "laminas/laminas-json-server",
2420             "version": "3.8.0",
2421             "source": {
2422                 "type": "git",
2423                 "url": "https://github.com/laminas/laminas-json-server.git",
2424                 "reference": "c997f45abdec80fbb5c666588b9c3e529560242b"
2425             },
2426             "dist": {
2427                 "type": "zip",
2428                 "url": "https://api.github.com/repos/laminas/laminas-json-server/zipball/c997f45abdec80fbb5c666588b9c3e529560242b",
2429                 "reference": "c997f45abdec80fbb5c666588b9c3e529560242b",
2430                 "shasum": ""
2431             },
2432             "require": {
2433                 "laminas/laminas-http": "^2.15.1",
2434                 "laminas/laminas-json": "^3.3.0",
2435                 "laminas/laminas-server": "^2.11.0",
2436                 "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
2437             },
2438             "conflict": {
2439                 "laminas/laminas-stdlib": "<3.2.1"
2440             },
2441             "replace": {
2442                 "zendframework/zend-json-server": "^3.2.0"
2443             },
2444             "require-dev": {
2445                 "ext-json": "*",
2446                 "laminas/laminas-coding-standard": "^2.4.0",
2447                 "phpunit/phpunit": "^9.5.26",
2448                 "psalm/plugin-phpunit": "^0.18.0",
2449                 "vimeo/psalm": "^5.0.0"
2450             },
2451             "type": "library",
2452             "autoload": {
2453                 "psr-4": {
2454                     "Laminas\\Json\\Server\\": "src/"
2455                 }
2456             },
2457             "notification-url": "https://packagist.org/downloads/",
2458             "license": [
2459                 "BSD-3-Clause"
2460             ],
2461             "description": "Laminas Json-Server is a JSON-RPC server implementation.",
2462             "homepage": "https://laminas.dev",
2463             "keywords": [
2464                 "json",
2465                 "json-server",
2466                 "laminas",
2467                 "server"
2468             ],
2469             "support": {
2470                 "chat": "https://laminas.dev/chat",
2471                 "docs": "https://docs.laminas.dev/laminas-json-server/",
2472                 "forum": "https://discourse.laminas.dev",
2473                 "issues": "https://github.com/laminas/laminas-json-server/issues",
2474                 "rss": "https://github.com/laminas/laminas-json-server/releases.atom",
2475                 "source": "https://github.com/laminas/laminas-json-server"
2476             },
2477             "funding": [
2478                 {
2479                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2480                     "type": "community_bridge"
2481                 }
2482             ],
2483             "time": "2023-03-24T16:33:46+00:00"
2484         },
2485         {
2486             "name": "laminas/laminas-loader",
2487             "version": "2.9.0",
2488             "source": {
2489                 "type": "git",
2490                 "url": "https://github.com/laminas/laminas-loader.git",
2491                 "reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3"
2492             },
2493             "dist": {
2494                 "type": "zip",
2495                 "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/51ed9c3fa42d1098a9997571730c0cbf42d078d3",
2496                 "reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3",
2497                 "shasum": ""
2498             },
2499             "require": {
2500                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2501             },
2502             "conflict": {
2503                 "zendframework/zend-loader": "*"
2504             },
2505             "require-dev": {
2506                 "laminas/laminas-coding-standard": "~2.4.0",
2507                 "phpunit/phpunit": "~9.5.25"
2508             },
2509             "type": "library",
2510             "autoload": {
2511                 "psr-4": {
2512                     "Laminas\\Loader\\": "src/"
2513                 }
2514             },
2515             "notification-url": "https://packagist.org/downloads/",
2516             "license": [
2517                 "BSD-3-Clause"
2518             ],
2519             "description": "Autoloading and plugin loading strategies",
2520             "homepage": "https://laminas.dev",
2521             "keywords": [
2522                 "laminas",
2523                 "loader"
2524             ],
2525             "support": {
2526                 "chat": "https://laminas.dev/chat",
2527                 "docs": "https://docs.laminas.dev/laminas-loader/",
2528                 "forum": "https://discourse.laminas.dev",
2529                 "issues": "https://github.com/laminas/laminas-loader/issues",
2530                 "rss": "https://github.com/laminas/laminas-loader/releases.atom",
2531                 "source": "https://github.com/laminas/laminas-loader"
2532             },
2533             "funding": [
2534                 {
2535                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2536                     "type": "community_bridge"
2537                 }
2538             ],
2539             "time": "2022-10-16T12:50:49+00:00"
2540         },
2541         {
2542             "name": "laminas/laminas-math",
2543             "version": "3.6.0",
2544             "source": {
2545                 "type": "git",
2546                 "url": "https://github.com/laminas/laminas-math.git",
2547                 "reference": "5770fc632a3614f5526632a8b70f41b65130460e"
2548             },
2549             "dist": {
2550                 "type": "zip",
2551                 "url": "https://api.github.com/repos/laminas/laminas-math/zipball/5770fc632a3614f5526632a8b70f41b65130460e",
2552                 "reference": "5770fc632a3614f5526632a8b70f41b65130460e",
2553                 "shasum": ""
2554             },
2555             "require": {
2556                 "ext-mbstring": "*",
2557                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2558             },
2559             "conflict": {
2560                 "zendframework/zend-math": "*"
2561             },
2562             "require-dev": {
2563                 "laminas/laminas-coding-standard": "~2.4.0",
2564                 "phpunit/phpunit": "~9.5.25"
2565             },
2566             "suggest": {
2567                 "ext-bcmath": "If using the bcmath functionality",
2568                 "ext-gmp": "If using the gmp functionality"
2569             },
2570             "type": "library",
2571             "extra": {
2572                 "branch-alias": {
2573                     "dev-master": "3.2.x-dev",
2574                     "dev-develop": "3.3.x-dev"
2575                 }
2576             },
2577             "autoload": {
2578                 "psr-4": {
2579                     "Laminas\\Math\\": "src/"
2580                 }
2581             },
2582             "notification-url": "https://packagist.org/downloads/",
2583             "license": [
2584                 "BSD-3-Clause"
2585             ],
2586             "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
2587             "homepage": "https://laminas.dev",
2588             "keywords": [
2589                 "laminas",
2590                 "math"
2591             ],
2592             "support": {
2593                 "chat": "https://laminas.dev/chat",
2594                 "docs": "https://docs.laminas.dev/laminas-math/",
2595                 "forum": "https://discourse.laminas.dev",
2596                 "issues": "https://github.com/laminas/laminas-math/issues",
2597                 "rss": "https://github.com/laminas/laminas-math/releases.atom",
2598                 "source": "https://github.com/laminas/laminas-math"
2599             },
2600             "funding": [
2601                 {
2602                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2603                     "type": "community_bridge"
2604                 }
2605             ],
2606             "time": "2022-10-16T14:22:28+00:00"
2607         },
2608         {
2609             "name": "laminas/laminas-modulemanager",
2610             "version": "2.14.0",
2611             "source": {
2612                 "type": "git",
2613                 "url": "https://github.com/laminas/laminas-modulemanager.git",
2614                 "reference": "fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac"
2615             },
2616             "dist": {
2617                 "type": "zip",
2618                 "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac",
2619                 "reference": "fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac",
2620                 "shasum": ""
2621             },
2622             "require": {
2623                 "brick/varexporter": "^0.3.2",
2624                 "laminas/laminas-config": "^3.7",
2625                 "laminas/laminas-eventmanager": "^3.4",
2626                 "laminas/laminas-stdlib": "^3.6",
2627                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2628                 "webimpress/safe-writer": "^1.0.2 || ^2.1"
2629             },
2630             "conflict": {
2631                 "zendframework/zend-modulemanager": "*"
2632             },
2633             "require-dev": {
2634                 "laminas/laminas-coding-standard": "^2.3",
2635                 "laminas/laminas-loader": "^2.9.0",
2636                 "laminas/laminas-mvc": "^3.5.0",
2637                 "laminas/laminas-servicemanager": "^3.19.0",
2638                 "phpunit/phpunit": "^9.5.25",
2639                 "psalm/plugin-phpunit": "^0.17.0",
2640                 "vimeo/psalm": "^4.29"
2641             },
2642             "suggest": {
2643                 "laminas/laminas-console": "Laminas\\Console component",
2644                 "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
2645                 "laminas/laminas-mvc": "Laminas\\Mvc component",
2646                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
2647             },
2648             "type": "library",
2649             "autoload": {
2650                 "psr-4": {
2651                     "Laminas\\ModuleManager\\": "src/"
2652                 }
2653             },
2654             "notification-url": "https://packagist.org/downloads/",
2655             "license": [
2656                 "BSD-3-Clause"
2657             ],
2658             "description": "Modular application system for laminas-mvc applications",
2659             "homepage": "https://laminas.dev",
2660             "keywords": [
2661                 "laminas",
2662                 "modulemanager"
2663             ],
2664             "support": {
2665                 "chat": "https://laminas.dev/chat",
2666                 "docs": "https://docs.laminas.dev/laminas-modulemanager/",
2667                 "forum": "https://discourse.laminas.dev",
2668                 "issues": "https://github.com/laminas/laminas-modulemanager/issues",
2669                 "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
2670                 "source": "https://github.com/laminas/laminas-modulemanager"
2671             },
2672             "funding": [
2673                 {
2674                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2675                     "type": "community_bridge"
2676                 }
2677             ],
2678             "time": "2022-10-28T09:21:04+00:00"
2679         },
2680         {
2681             "name": "laminas/laminas-mvc",
2682             "version": "3.6.1",
2683             "source": {
2684                 "type": "git",
2685                 "url": "https://github.com/laminas/laminas-mvc.git",
2686                 "reference": "f12e801c31c04a4b35017354ff84070f5573879f"
2687             },
2688             "dist": {
2689                 "type": "zip",
2690                 "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/f12e801c31c04a4b35017354ff84070f5573879f",
2691                 "reference": "f12e801c31c04a4b35017354ff84070f5573879f",
2692                 "shasum": ""
2693             },
2694             "require": {
2695                 "container-interop/container-interop": "^1.2",
2696                 "laminas/laminas-eventmanager": "^3.4",
2697                 "laminas/laminas-http": "^2.15",
2698                 "laminas/laminas-modulemanager": "^2.8",
2699                 "laminas/laminas-router": "^3.11.1",
2700                 "laminas/laminas-servicemanager": "^3.20.0",
2701                 "laminas/laminas-stdlib": "^3.6",
2702                 "laminas/laminas-view": "^2.14",
2703                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2704             },
2705             "conflict": {
2706                 "zendframework/zend-mvc": "*"
2707             },
2708             "require-dev": {
2709                 "laminas/laminas-coding-standard": "^2.4.0",
2710                 "laminas/laminas-json": "^3.3",
2711                 "phpspec/prophecy": "^1.15.0",
2712                 "phpspec/prophecy-phpunit": "^2.0.1",
2713                 "phpunit/phpunit": "^9.5.25",
2714                 "webmozart/assert": "^1.11"
2715             },
2716             "suggest": {
2717                 "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
2718                 "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
2719                 "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
2720                 "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
2721                 "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
2722                 "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
2723                 "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
2724                 "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
2725                 "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
2726                 "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
2727                 "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
2728             },
2729             "type": "library",
2730             "autoload": {
2731                 "psr-4": {
2732                     "Laminas\\Mvc\\": "src/"
2733                 }
2734             },
2735             "notification-url": "https://packagist.org/downloads/",
2736             "license": [
2737                 "BSD-3-Clause"
2738             ],
2739             "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
2740             "homepage": "https://laminas.dev",
2741             "keywords": [
2742                 "laminas",
2743                 "mvc"
2744             ],
2745             "support": {
2746                 "chat": "https://laminas.dev/chat",
2747                 "docs": "https://docs.laminas.dev/laminas-mvc/",
2748                 "forum": "https://discourse.laminas.dev",
2749                 "issues": "https://github.com/laminas/laminas-mvc/issues",
2750                 "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
2751                 "source": "https://github.com/laminas/laminas-mvc"
2752             },
2753             "funding": [
2754                 {
2755                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2756                     "type": "community_bridge"
2757                 }
2758             ],
2759             "time": "2023-03-15T10:21:03+00:00"
2760         },
2761         {
2762             "name": "laminas/laminas-mvc-i18n",
2763             "version": "1.7.0",
2764             "source": {
2765                 "type": "git",
2766                 "url": "https://github.com/laminas/laminas-mvc-i18n.git",
2767                 "reference": "571f3e34afbff14351677c450f872a0dd19f9d28"
2768             },
2769             "dist": {
2770                 "type": "zip",
2771                 "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/571f3e34afbff14351677c450f872a0dd19f9d28",
2772                 "reference": "571f3e34afbff14351677c450f872a0dd19f9d28",
2773                 "shasum": ""
2774             },
2775             "require": {
2776                 "container-interop/container-interop": "^1.1",
2777                 "ext-intl": "*",
2778                 "laminas/laminas-i18n": "^2.13.0",
2779                 "laminas/laminas-router": "^3.5.0",
2780                 "laminas/laminas-servicemanager": "^3.15.1",
2781                 "laminas/laminas-stdlib": "^3.10.1",
2782                 "laminas/laminas-validator": "^2.19.0",
2783                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2784             },
2785             "conflict": {
2786                 "laminas/laminas-mvc": "<3.0.0",
2787                 "phpspec/prophecy": "<1.8.0",
2788                 "zendframework/zend-mvc-i18n": "*"
2789             },
2790             "require-dev": {
2791                 "laminas/laminas-coding-standard": "~2.4.0",
2792                 "phpspec/prophecy-phpunit": "^2.0.1",
2793                 "phpunit/phpunit": "^9.5.26",
2794                 "psalm/plugin-phpunit": "^0.18.0",
2795                 "vimeo/psalm": "^5.0.0"
2796             },
2797             "suggest": {
2798                 "laminas/laminas-cache": "To enable caching of translation strings"
2799             },
2800             "type": "library",
2801             "extra": {
2802                 "laminas": {
2803                     "component": "Laminas\\Mvc\\I18n",
2804                     "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
2805                 }
2806             },
2807             "autoload": {
2808                 "psr-4": {
2809                     "Laminas\\Mvc\\I18n\\": "src/"
2810                 }
2811             },
2812             "notification-url": "https://packagist.org/downloads/",
2813             "license": [
2814                 "BSD-3-Clause"
2815             ],
2816             "description": "Integration between laminas-mvc and laminas-i18n",
2817             "homepage": "https://laminas.dev",
2818             "keywords": [
2819                 "i18n",
2820                 "laminas",
2821                 "mvc"
2822             ],
2823             "support": {
2824                 "chat": "https://laminas.dev/chat",
2825                 "docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
2826                 "forum": "https://discourse.laminas.dev",
2827                 "issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
2828                 "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
2829                 "source": "https://github.com/laminas/laminas-mvc-i18n"
2830             },
2831             "funding": [
2832                 {
2833                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2834                     "type": "community_bridge"
2835                 }
2836             ],
2837             "time": "2022-12-02T15:45:50+00:00"
2838         },
2839         {
2840             "name": "laminas/laminas-router",
2841             "version": "3.11.1",
2842             "source": {
2843                 "type": "git",
2844                 "url": "https://github.com/laminas/laminas-router.git",
2845                 "reference": "3512c28cb4ffd64a62bc9e8b685a50a6547b0a11"
2846             },
2847             "dist": {
2848                 "type": "zip",
2849                 "url": "https://api.github.com/repos/laminas/laminas-router/zipball/3512c28cb4ffd64a62bc9e8b685a50a6547b0a11",
2850                 "reference": "3512c28cb4ffd64a62bc9e8b685a50a6547b0a11",
2851                 "shasum": ""
2852             },
2853             "require": {
2854                 "laminas/laminas-http": "^2.15",
2855                 "laminas/laminas-servicemanager": "^3.14.0",
2856                 "laminas/laminas-stdlib": "^3.10.1",
2857                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2858             },
2859             "conflict": {
2860                 "zendframework/zend-router": "*"
2861             },
2862             "require-dev": {
2863                 "laminas/laminas-coding-standard": "~2.4.0",
2864                 "laminas/laminas-i18n": "^2.19.0",
2865                 "phpunit/phpunit": "^9.5.26",
2866                 "psalm/plugin-phpunit": "^0.18.0",
2867                 "vimeo/psalm": "^5.0.0"
2868             },
2869             "suggest": {
2870                 "laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments"
2871             },
2872             "type": "library",
2873             "extra": {
2874                 "laminas": {
2875                     "component": "Laminas\\Router",
2876                     "config-provider": "Laminas\\Router\\ConfigProvider"
2877                 }
2878             },
2879             "autoload": {
2880                 "psr-4": {
2881                     "Laminas\\Router\\": "src/"
2882                 }
2883             },
2884             "notification-url": "https://packagist.org/downloads/",
2885             "license": [
2886                 "BSD-3-Clause"
2887             ],
2888             "description": "Flexible routing system for HTTP and console applications",
2889             "homepage": "https://laminas.dev",
2890             "keywords": [
2891                 "laminas",
2892                 "routing"
2893             ],
2894             "support": {
2895                 "chat": "https://laminas.dev/chat",
2896                 "docs": "https://docs.laminas.dev/laminas-router/",
2897                 "forum": "https://discourse.laminas.dev",
2898                 "issues": "https://github.com/laminas/laminas-router/issues",
2899                 "rss": "https://github.com/laminas/laminas-router/releases.atom",
2900                 "source": "https://github.com/laminas/laminas-router"
2901             },
2902             "funding": [
2903                 {
2904                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2905                     "type": "community_bridge"
2906                 }
2907             ],
2908             "time": "2022-12-29T14:47:23+00:00"
2909         },
2910         {
2911             "name": "laminas/laminas-server",
2912             "version": "2.15.0",
2913             "source": {
2914                 "type": "git",
2915                 "url": "https://github.com/laminas/laminas-server.git",
2916                 "reference": "7f4862913ab95ea5decd08e6c3717edbb398fde8"
2917             },
2918             "dist": {
2919                 "type": "zip",
2920                 "url": "https://api.github.com/repos/laminas/laminas-server/zipball/7f4862913ab95ea5decd08e6c3717edbb398fde8",
2921                 "reference": "7f4862913ab95ea5decd08e6c3717edbb398fde8",
2922                 "shasum": ""
2923             },
2924             "require": {
2925                 "laminas/laminas-code": "^4.7.1",
2926                 "laminas/laminas-stdlib": "^3.3.1",
2927                 "laminas/laminas-zendframework-bridge": "^1.2.0",
2928                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2929             },
2930             "replace": {
2931                 "zendframework/zend-server": "^2.8.1"
2932             },
2933             "require-dev": {
2934                 "laminas/laminas-coding-standard": "~2.4.0",
2935                 "phpunit/phpunit": "^9.5.5",
2936                 "psalm/plugin-phpunit": "^0.15.1",
2937                 "vimeo/psalm": "^4.6.4"
2938             },
2939             "type": "library",
2940             "autoload": {
2941                 "psr-4": {
2942                     "Laminas\\Server\\": "src/"
2943                 }
2944             },
2945             "notification-url": "https://packagist.org/downloads/",
2946             "license": [
2947                 "BSD-3-Clause"
2948             ],
2949             "description": "Create Reflection-based RPC servers",
2950             "homepage": "https://laminas.dev",
2951             "keywords": [
2952                 "laminas",
2953                 "server"
2954             ],
2955             "support": {
2956                 "chat": "https://laminas.dev/chat",
2957                 "docs": "https://docs.laminas.dev/laminas-server/",
2958                 "forum": "https://discourse.laminas.dev",
2959                 "issues": "https://github.com/laminas/laminas-server/issues",
2960                 "rss": "https://github.com/laminas/laminas-server/releases.atom",
2961                 "source": "https://github.com/laminas/laminas-server"
2962             },
2963             "funding": [
2964                 {
2965                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2966                     "type": "community_bridge"
2967                 }
2968             ],
2969             "time": "2022-12-27T17:14:59+00:00"
2970         },
2971         {
2972             "name": "laminas/laminas-servicemanager",
2973             "version": "3.21.0",
2974             "source": {
2975                 "type": "git",
2976                 "url": "https://github.com/laminas/laminas-servicemanager.git",
2977                 "reference": "625f2aa3bc6dd02688b2da5155b3a69870812bda"
2978             },
2979             "dist": {
2980                 "type": "zip",
2981                 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/625f2aa3bc6dd02688b2da5155b3a69870812bda",
2982                 "reference": "625f2aa3bc6dd02688b2da5155b3a69870812bda",
2983                 "shasum": ""
2984             },
2985             "require": {
2986                 "laminas/laminas-stdlib": "^3.17",
2987                 "php": "~8.1.0 || ~8.2.0",
2988                 "psr/container": "^1.0"
2989             },
2990             "conflict": {
2991                 "ext-psr": "*",
2992                 "laminas/laminas-code": "<4.10.0",
2993                 "zendframework/zend-code": "<3.3.1",
2994                 "zendframework/zend-servicemanager": "*"
2995             },
2996             "provide": {
2997                 "psr/container-implementation": "^1.0"
2998             },
2999             "replace": {
3000                 "container-interop/container-interop": "^1.2.0"
3001             },
3002             "require-dev": {
3003                 "composer/package-versions-deprecated": "^1.11.99.5",
3004                 "friendsofphp/proxy-manager-lts": "^1.0.14",
3005                 "laminas/laminas-code": "^4.10.0",
3006                 "laminas/laminas-coding-standard": "~2.5.0",
3007                 "laminas/laminas-container-config-test": "^0.8",
3008                 "laminas/laminas-dependency-plugin": "^2.2",
3009                 "mikey179/vfsstream": "^1.6.11",
3010                 "phpbench/phpbench": "^1.2.9",
3011                 "phpunit/phpunit": "^10.0.17",
3012                 "psalm/plugin-phpunit": "^0.18.4",
3013                 "vimeo/psalm": "^5.8.0"
3014             },
3015             "suggest": {
3016                 "friendsofphp/proxy-manager-lts": "ProxyManager ^2.1.1 to handle lazy initialization of services"
3017             },
3018             "bin": [
3019                 "bin/generate-deps-for-config-factory",
3020                 "bin/generate-factory-for-class"
3021             ],
3022             "type": "library",
3023             "autoload": {
3024                 "files": [
3025                     "src/autoload.php"
3026                 ],
3027                 "psr-4": {
3028                     "Laminas\\ServiceManager\\": "src/"
3029                 }
3030             },
3031             "notification-url": "https://packagist.org/downloads/",
3032             "license": [
3033                 "BSD-3-Clause"
3034             ],
3035             "description": "Factory-Driven Dependency Injection Container",
3036             "homepage": "https://laminas.dev",
3037             "keywords": [
3038                 "PSR-11",
3039                 "dependency-injection",
3040                 "di",
3041                 "dic",
3042                 "laminas",
3043                 "service-manager",
3044                 "servicemanager"
3045             ],
3046             "support": {
3047                 "chat": "https://laminas.dev/chat",
3048                 "docs": "https://docs.laminas.dev/laminas-servicemanager/",
3049                 "forum": "https://discourse.laminas.dev",
3050                 "issues": "https://github.com/laminas/laminas-servicemanager/issues",
3051                 "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
3052                 "source": "https://github.com/laminas/laminas-servicemanager"
3053             },
3054             "funding": [
3055                 {
3056                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3057                     "type": "community_bridge"
3058                 }
3059             ],
3060             "time": "2023-05-14T12:24:54+00:00"
3061         },
3062         {
3063             "name": "laminas/laminas-soap",
3064             "version": "2.12.0",
3065             "source": {
3066                 "type": "git",
3067                 "url": "https://github.com/laminas/laminas-soap.git",
3068                 "reference": "127de3d876b992a6327c274b15df6de26d7aa712"
3069             },
3070             "dist": {
3071                 "type": "zip",
3072                 "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/127de3d876b992a6327c274b15df6de26d7aa712",
3073                 "reference": "127de3d876b992a6327c274b15df6de26d7aa712",
3074                 "shasum": ""
3075             },
3076             "require": {
3077                 "ext-dom": "*",
3078                 "ext-soap": "*",
3079                 "laminas/laminas-server": "^2.15",
3080                 "laminas/laminas-stdlib": "^3.16",
3081                 "laminas/laminas-uri": "^2.10",
3082                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3083             },
3084             "conflict": {
3085                 "laminas/laminas-code": "<4.4",
3086                 "zendframework/zend-soap": "*"
3087             },
3088             "require-dev": {
3089                 "laminas/laminas-coding-standard": "^2.5",
3090                 "laminas/laminas-config": "^3.8",
3091                 "laminas/laminas-http": "^2.18",
3092                 "phpspec/prophecy-phpunit": "^2.0.1",
3093                 "phpunit/phpunit": "^9.5.27",
3094                 "psalm/plugin-phpunit": "^0.18.4",
3095                 "vimeo/psalm": "^4.30"
3096             },
3097             "suggest": {
3098                 "ext-curl": "Curl is required when .NET compatibility is required",
3099                 "laminas/laminas-http": "Laminas\\Http component"
3100             },
3101             "type": "library",
3102             "autoload": {
3103                 "psr-4": {
3104                     "Laminas\\Soap\\": "src/"
3105                 }
3106             },
3107             "notification-url": "https://packagist.org/downloads/",
3108             "license": [
3109                 "BSD-3-Clause"
3110             ],
3111             "homepage": "https://laminas.dev",
3112             "keywords": [
3113                 "laminas",
3114                 "soap"
3115             ],
3116             "support": {
3117                 "chat": "https://laminas.dev/chat",
3118                 "docs": "https://docs.laminas.dev/laminas-soap/",
3119                 "forum": "https://discourse.laminas.dev",
3120                 "issues": "https://github.com/laminas/laminas-soap/issues",
3121                 "rss": "https://github.com/laminas/laminas-soap/releases.atom",
3122                 "source": "https://github.com/laminas/laminas-soap"
3123             },
3124             "funding": [
3125                 {
3126                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3127                     "type": "community_bridge"
3128                 }
3129             ],
3130             "time": "2023-01-09T13:58:49+00:00"
3131         },
3132         {
3133             "name": "laminas/laminas-stdlib",
3134             "version": "3.18.0",
3135             "source": {
3136                 "type": "git",
3137                 "url": "https://github.com/laminas/laminas-stdlib.git",
3138                 "reference": "e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf"
3139             },
3140             "dist": {
3141                 "type": "zip",
3142                 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf",
3143                 "reference": "e85b29076c6216e7fc98e72b42dbe1bbc3b95ecf",
3144                 "shasum": ""
3145             },
3146             "require": {
3147                 "php": "~8.1.0 || ~8.2.0 || ~8.3.0"
3148             },
3149             "conflict": {
3150                 "zendframework/zend-stdlib": "*"
3151             },
3152             "require-dev": {
3153                 "laminas/laminas-coding-standard": "^2.5",
3154                 "phpbench/phpbench": "^1.2.14",
3155                 "phpunit/phpunit": "^10.3.3",
3156                 "psalm/plugin-phpunit": "^0.18.4",
3157                 "vimeo/psalm": "^5.15.0"
3158             },
3159             "type": "library",
3160             "autoload": {
3161                 "psr-4": {
3162                     "Laminas\\Stdlib\\": "src/"
3163                 }
3164             },
3165             "notification-url": "https://packagist.org/downloads/",
3166             "license": [
3167                 "BSD-3-Clause"
3168             ],
3169             "description": "SPL extensions, array utilities, error handlers, and more",
3170             "homepage": "https://laminas.dev",
3171             "keywords": [
3172                 "laminas",
3173                 "stdlib"
3174             ],
3175             "support": {
3176                 "chat": "https://laminas.dev/chat",
3177                 "docs": "https://docs.laminas.dev/laminas-stdlib/",
3178                 "forum": "https://discourse.laminas.dev",
3179                 "issues": "https://github.com/laminas/laminas-stdlib/issues",
3180                 "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
3181                 "source": "https://github.com/laminas/laminas-stdlib"
3182             },
3183             "funding": [
3184                 {
3185                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3186                     "type": "community_bridge"
3187                 }
3188             ],
3189             "time": "2023-09-19T10:15:21+00:00"
3190         },
3191         {
3192             "name": "laminas/laminas-uri",
3193             "version": "2.10.0",
3194             "source": {
3195                 "type": "git",
3196                 "url": "https://github.com/laminas/laminas-uri.git",
3197                 "reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80"
3198             },
3199             "dist": {
3200                 "type": "zip",
3201                 "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/663b050294945c7345cc3a61f3ca661d5f9e1f80",
3202                 "reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80",
3203                 "shasum": ""
3204             },
3205             "require": {
3206                 "laminas/laminas-escaper": "^2.9",
3207                 "laminas/laminas-validator": "^2.15",
3208                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3209             },
3210             "conflict": {
3211                 "zendframework/zend-uri": "*"
3212             },
3213             "require-dev": {
3214                 "laminas/laminas-coding-standard": "~2.4.0",
3215                 "phpunit/phpunit": "^9.5.25"
3216             },
3217             "type": "library",
3218             "autoload": {
3219                 "psr-4": {
3220                     "Laminas\\Uri\\": "src/"
3221                 }
3222             },
3223             "notification-url": "https://packagist.org/downloads/",
3224             "license": [
3225                 "BSD-3-Clause"
3226             ],
3227             "description": "A component that aids in manipulating and validating Â» Uniform Resource Identifiers (URIs)",
3228             "homepage": "https://laminas.dev",
3229             "keywords": [
3230                 "laminas",
3231                 "uri"
3232             ],
3233             "support": {
3234                 "chat": "https://laminas.dev/chat",
3235                 "docs": "https://docs.laminas.dev/laminas-uri/",
3236                 "forum": "https://discourse.laminas.dev",
3237                 "issues": "https://github.com/laminas/laminas-uri/issues",
3238                 "rss": "https://github.com/laminas/laminas-uri/releases.atom",
3239                 "source": "https://github.com/laminas/laminas-uri"
3240             },
3241             "funding": [
3242                 {
3243                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3244                     "type": "community_bridge"
3245                 }
3246             ],
3247             "time": "2022-10-16T15:02:45+00:00"
3248         },
3249         {
3250             "name": "laminas/laminas-validator",
3251             "version": "2.39.0",
3252             "source": {
3253                 "type": "git",
3254                 "url": "https://github.com/laminas/laminas-validator.git",
3255                 "reference": "cec22e6f55fa68ec24e21c4f021fc1b2c3783c49"
3256             },
3257             "dist": {
3258                 "type": "zip",
3259                 "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/cec22e6f55fa68ec24e21c4f021fc1b2c3783c49",
3260                 "reference": "cec22e6f55fa68ec24e21c4f021fc1b2c3783c49",
3261                 "shasum": ""
3262             },
3263             "require": {
3264                 "laminas/laminas-servicemanager": "^3.21.0",
3265                 "laminas/laminas-stdlib": "^3.13",
3266                 "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
3267                 "psr/http-message": "^1.0.1 || ^2.0.0"
3268             },
3269             "conflict": {
3270                 "zendframework/zend-validator": "*"
3271             },
3272             "require-dev": {
3273                 "laminas/laminas-coding-standard": "^2.5",
3274                 "laminas/laminas-db": "^2.18",
3275                 "laminas/laminas-filter": "^2.32",
3276                 "laminas/laminas-i18n": "^2.23",
3277                 "laminas/laminas-session": "^2.16",
3278                 "laminas/laminas-uri": "^2.10.0",
3279                 "phpunit/phpunit": "^10.3.3",
3280                 "psalm/plugin-phpunit": "^0.18.4",
3281                 "psr/http-client": "^1.0.2",
3282                 "psr/http-factory": "^1.0.2",
3283                 "vimeo/psalm": "^5.15"
3284             },
3285             "suggest": {
3286                 "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
3287                 "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
3288                 "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
3289                 "laminas/laminas-i18n-resources": "Translations of validator messages",
3290                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
3291                 "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
3292                 "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
3293                 "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
3294             },
3295             "type": "library",
3296             "extra": {
3297                 "laminas": {
3298                     "component": "Laminas\\Validator",
3299                     "config-provider": "Laminas\\Validator\\ConfigProvider"
3300                 }
3301             },
3302             "autoload": {
3303                 "psr-4": {
3304                     "Laminas\\Validator\\": "src/"
3305                 }
3306             },
3307             "notification-url": "https://packagist.org/downloads/",
3308             "license": [
3309                 "BSD-3-Clause"
3310             ],
3311             "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
3312             "homepage": "https://laminas.dev",
3313             "keywords": [
3314                 "laminas",
3315                 "validator"
3316             ],
3317             "support": {
3318                 "chat": "https://laminas.dev/chat",
3319                 "docs": "https://docs.laminas.dev/laminas-validator/",
3320                 "forum": "https://discourse.laminas.dev",
3321                 "issues": "https://github.com/laminas/laminas-validator/issues",
3322                 "rss": "https://github.com/laminas/laminas-validator/releases.atom",
3323                 "source": "https://github.com/laminas/laminas-validator"
3324             },
3325             "funding": [
3326                 {
3327                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3328                     "type": "community_bridge"
3329                 }
3330             ],
3331             "time": "2023-09-06T20:51:34+00:00"
3332         },
3333         {
3334             "name": "laminas/laminas-view",
3335             "version": "2.30.0",
3336             "source": {
3337                 "type": "git",
3338                 "url": "https://github.com/laminas/laminas-view.git",
3339                 "reference": "055623fd0634f2ab2a51defa03c22ddee4e89df7"
3340             },
3341             "dist": {
3342                 "type": "zip",
3343                 "url": "https://api.github.com/repos/laminas/laminas-view/zipball/055623fd0634f2ab2a51defa03c22ddee4e89df7",
3344                 "reference": "055623fd0634f2ab2a51defa03c22ddee4e89df7",
3345                 "shasum": ""
3346             },
3347             "require": {
3348                 "ext-dom": "*",
3349                 "ext-filter": "*",
3350                 "ext-json": "*",
3351                 "laminas/laminas-escaper": "^2.5",
3352                 "laminas/laminas-eventmanager": "^3.4",
3353                 "laminas/laminas-json": "^3.3",
3354                 "laminas/laminas-servicemanager": "^3.21.0",
3355                 "laminas/laminas-stdlib": "^3.10.1",
3356                 "php": "~8.1.0 || ~8.2.0",
3357                 "psr/container": "^1 || ^2"
3358             },
3359             "conflict": {
3360                 "container-interop/container-interop": "<1.2",
3361                 "laminas/laminas-router": "<3.0.1",
3362                 "laminas/laminas-session": "<2.12",
3363                 "zendframework/zend-view": "*"
3364             },
3365             "require-dev": {
3366                 "laminas/laminas-authentication": "^2.13",
3367                 "laminas/laminas-coding-standard": "~2.5.0",
3368                 "laminas/laminas-feed": "^2.20",
3369                 "laminas/laminas-filter": "^2.32",
3370                 "laminas/laminas-http": "^2.18",
3371                 "laminas/laminas-i18n": "^2.23",
3372                 "laminas/laminas-modulemanager": "^2.14",
3373                 "laminas/laminas-mvc": "^3.6.1",
3374                 "laminas/laminas-mvc-i18n": "^1.7",
3375                 "laminas/laminas-mvc-plugin-flashmessenger": "^1.9",
3376                 "laminas/laminas-navigation": "^2.18.1",
3377                 "laminas/laminas-paginator": "^2.17",
3378                 "laminas/laminas-permissions-acl": "^2.15",
3379                 "laminas/laminas-router": "^3.11.1",
3380                 "laminas/laminas-uri": "^2.10",
3381                 "phpunit/phpunit": "^10.1.3",
3382                 "psalm/plugin-phpunit": "^0.18.4",
3383                 "vimeo/psalm": "^5.12"
3384             },
3385             "suggest": {
3386                 "laminas/laminas-authentication": "Laminas\\Authentication component",
3387                 "laminas/laminas-feed": "Laminas\\Feed component",
3388                 "laminas/laminas-filter": "Laminas\\Filter component",
3389                 "laminas/laminas-http": "Laminas\\Http component",
3390                 "laminas/laminas-i18n": "Laminas\\I18n component",
3391                 "laminas/laminas-mvc": "Laminas\\Mvc component",
3392                 "laminas/laminas-mvc-plugin-flashmessenger": "laminas-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with laminas-mvc versions 3 and up",
3393                 "laminas/laminas-navigation": "Laminas\\Navigation component",
3394                 "laminas/laminas-paginator": "Laminas\\Paginator component",
3395                 "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
3396                 "laminas/laminas-uri": "Laminas\\Uri component"
3397             },
3398             "bin": [
3399                 "bin/templatemap_generator.php"
3400             ],
3401             "type": "library",
3402             "autoload": {
3403                 "psr-4": {
3404                     "Laminas\\View\\": "src/"
3405                 }
3406             },
3407             "notification-url": "https://packagist.org/downloads/",
3408             "license": [
3409                 "BSD-3-Clause"
3410             ],
3411             "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
3412             "homepage": "https://laminas.dev",
3413             "keywords": [
3414                 "laminas",
3415                 "view"
3416             ],
3417             "support": {
3418                 "chat": "https://laminas.dev/chat",
3419                 "docs": "https://docs.laminas.dev/laminas-view/",
3420                 "forum": "https://discourse.laminas.dev",
3421                 "issues": "https://github.com/laminas/laminas-view/issues",
3422                 "rss": "https://github.com/laminas/laminas-view/releases.atom",
3423                 "source": "https://github.com/laminas/laminas-view"
3424             },
3425             "funding": [
3426                 {
3427                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3428                     "type": "community_bridge"
3429                 }
3430             ],
3431             "time": "2023-08-17T10:28:59+00:00"
3432         },
3433         {
3434             "name": "laminas/laminas-xml",
3435             "version": "1.5.0",
3436             "source": {
3437                 "type": "git",
3438                 "url": "https://github.com/laminas/laminas-xml.git",
3439                 "reference": "30a4da5a003971de8f54e6810e742fe375e5d5d3"
3440             },
3441             "dist": {
3442                 "type": "zip",
3443                 "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/30a4da5a003971de8f54e6810e742fe375e5d5d3",
3444                 "reference": "30a4da5a003971de8f54e6810e742fe375e5d5d3",
3445                 "shasum": ""
3446             },
3447             "require": {
3448                 "ext-dom": "*",
3449                 "ext-simplexml": "*",
3450                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3451             },
3452             "conflict": {
3453                 "zendframework/zendxml": "*"
3454             },
3455             "require-dev": {
3456                 "ext-iconv": "*",
3457                 "laminas/laminas-coding-standard": "~1.0.0",
3458                 "phpunit/phpunit": "^9.5.8",
3459                 "squizlabs/php_codesniffer": "3.6.1 as 2.9999999.9999999"
3460             },
3461             "type": "library",
3462             "autoload": {
3463                 "psr-4": {
3464                     "Laminas\\Xml\\": "src/"
3465                 }
3466             },
3467             "notification-url": "https://packagist.org/downloads/",
3468             "license": [
3469                 "BSD-3-Clause"
3470             ],
3471             "description": "Utility library for XML usage, best practices, and security in PHP",
3472             "homepage": "https://laminas.dev",
3473             "keywords": [
3474                 "laminas",
3475                 "security",
3476                 "xml"
3477             ],
3478             "support": {
3479                 "chat": "https://laminas.dev/chat",
3480                 "forum": "https://discourse.laminas.dev",
3481                 "issues": "https://github.com/laminas/laminas-xml/issues",
3482                 "rss": "https://github.com/laminas/laminas-xml/releases.atom",
3483                 "source": "https://github.com/laminas/laminas-xml"
3484             },
3485             "funding": [
3486                 {
3487                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3488                     "type": "community_bridge"
3489                 }
3490             ],
3491             "time": "2022-11-16T00:17:18+00:00"
3492         },
3493         {
3494             "name": "laminas/laminas-xmlrpc",
3495             "version": "2.17.0",
3496             "source": {
3497                 "type": "git",
3498                 "url": "https://github.com/laminas/laminas-xmlrpc.git",
3499                 "reference": "594d5f0d07b118e7f8849257f488c2ba75e7e072"
3500             },
3501             "dist": {
3502                 "type": "zip",
3503                 "url": "https://api.github.com/repos/laminas/laminas-xmlrpc/zipball/594d5f0d07b118e7f8849257f488c2ba75e7e072",
3504                 "reference": "594d5f0d07b118e7f8849257f488c2ba75e7e072",
3505                 "shasum": ""
3506             },
3507             "require": {
3508                 "laminas/laminas-code": "^4.4",
3509                 "laminas/laminas-http": "^2.15",
3510                 "laminas/laminas-math": "^3.4.0",
3511                 "laminas/laminas-server": "^2.11",
3512                 "laminas/laminas-stdlib": "^3.10.1",
3513                 "laminas/laminas-xml": "^1.4.0",
3514                 "php": "~8.1.0 || ~8.2.0"
3515             },
3516             "conflict": {
3517                 "zendframework/zend-xmlrpc": "*"
3518             },
3519             "require-dev": {
3520                 "laminas/laminas-coding-standard": "~2.5.0",
3521                 "phpunit/phpunit": "^10.0",
3522                 "psalm/plugin-phpunit": "^0.18.4",
3523                 "vimeo/psalm": "^5.4"
3524             },
3525             "suggest": {
3526                 "laminas/laminas-cache": "To support Laminas\\XmlRpc\\Server\\Cache usage"
3527             },
3528             "type": "library",
3529             "autoload": {
3530                 "psr-4": {
3531                     "Laminas\\XmlRpc\\": "src/"
3532                 }
3533             },
3534             "notification-url": "https://packagist.org/downloads/",
3535             "license": [
3536                 "BSD-3-Clause"
3537             ],
3538             "description": "Fully-featured XML-RPC server and client implementations",
3539             "homepage": "https://laminas.dev",
3540             "keywords": [
3541                 "laminas",
3542                 "xmlrpc"
3543             ],
3544             "support": {
3545                 "chat": "https://laminas.dev/chat",
3546                 "docs": "https://docs.laminas.dev/laminas-xmlrpc/",
3547                 "forum": "https://discourse.laminas.dev",
3548                 "issues": "https://github.com/laminas/laminas-xmlrpc/issues",
3549                 "rss": "https://github.com/laminas/laminas-xmlrpc/releases.atom",
3550                 "source": "https://github.com/laminas/laminas-xmlrpc"
3551             },
3552             "funding": [
3553                 {
3554                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3555                     "type": "community_bridge"
3556                 }
3557             ],
3558             "time": "2023-09-08T19:34:42+00:00"
3559         },
3560         {
3561             "name": "laminas/laminas-zendframework-bridge",
3562             "version": "1.7.0",
3563             "source": {
3564                 "type": "git",
3565                 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
3566                 "reference": "5ef52e26392777a26dbb8f20fe24f91b406459f6"
3567             },
3568             "dist": {
3569                 "type": "zip",
3570                 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/5ef52e26392777a26dbb8f20fe24f91b406459f6",
3571                 "reference": "5ef52e26392777a26dbb8f20fe24f91b406459f6",
3572                 "shasum": ""
3573             },
3574             "require": {
3575                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3576             },
3577             "require-dev": {
3578                 "phpunit/phpunit": "^9.5.26",
3579                 "psalm/plugin-phpunit": "^0.18.0",
3580                 "squizlabs/php_codesniffer": "^3.7.1",
3581                 "vimeo/psalm": "^4.29.0"
3582             },
3583             "type": "library",
3584             "extra": {
3585                 "laminas": {
3586                     "module": "Laminas\\ZendFrameworkBridge"
3587                 }
3588             },
3589             "autoload": {
3590                 "files": [
3591                     "src/autoload.php"
3592                 ],
3593                 "psr-4": {
3594                     "Laminas\\ZendFrameworkBridge\\": "src//"
3595                 }
3596             },
3597             "notification-url": "https://packagist.org/downloads/",
3598             "license": [
3599                 "BSD-3-Clause"
3600             ],
3601             "description": "Alias legacy ZF class names to Laminas Project equivalents.",
3602             "keywords": [
3603                 "ZendFramework",
3604                 "autoloading",
3605                 "laminas",
3606                 "zf"
3607             ],
3608             "support": {
3609                 "forum": "https://discourse.laminas.dev/",
3610                 "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
3611                 "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
3612                 "source": "https://github.com/laminas/laminas-zendframework-bridge"
3613             },
3614             "funding": [
3615                 {
3616                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3617                     "type": "community_bridge"
3618                 }
3619             ],
3620             "time": "2022-12-12T11:44:10+00:00"
3621         },
3622         {
3623             "name": "lcobucci/clock",
3624             "version": "2.3.0",
3625             "source": {
3626                 "type": "git",
3627                 "url": "https://github.com/lcobucci/clock.git",
3628                 "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876"
3629             },
3630             "dist": {
3631                 "type": "zip",
3632                 "url": "https://api.github.com/repos/lcobucci/clock/zipball/c7aadcd6fd97ed9e199114269c0be3f335e38876",
3633                 "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876",
3634                 "shasum": ""
3635             },
3636             "require": {
3637                 "php": "~8.1.0 || ~8.2.0",
3638                 "stella-maris/clock": "^0.1.7"
3639             },
3640             "provide": {
3641                 "psr/clock-implementation": "1.0"
3642             },
3643             "require-dev": {
3644                 "infection/infection": "^0.26",
3645                 "lcobucci/coding-standard": "^9.0",
3646                 "phpstan/extension-installer": "^1.2",
3647                 "phpstan/phpstan": "^1.9.4",
3648                 "phpstan/phpstan-deprecation-rules": "^1.1.1",
3649                 "phpstan/phpstan-phpunit": "^1.3.2",
3650                 "phpstan/phpstan-strict-rules": "^1.4.4",
3651                 "phpunit/phpunit": "^9.5.27"
3652             },
3653             "type": "library",
3654             "autoload": {
3655                 "psr-4": {
3656                     "Lcobucci\\Clock\\": "src"
3657                 }
3658             },
3659             "notification-url": "https://packagist.org/downloads/",
3660             "license": [
3661                 "MIT"
3662             ],
3663             "authors": [
3664                 {
3665                     "name": "Luís Cobucci",
3666                     "email": "lcobucci@gmail.com"
3667                 }
3668             ],
3669             "description": "Yet another clock abstraction",
3670             "support": {
3671                 "issues": "https://github.com/lcobucci/clock/issues",
3672                 "source": "https://github.com/lcobucci/clock/tree/2.3.0"
3673             },
3674             "funding": [
3675                 {
3676                     "url": "https://github.com/lcobucci",
3677                     "type": "github"
3678                 },
3679                 {
3680                     "url": "https://www.patreon.com/lcobucci",
3681                     "type": "patreon"
3682                 }
3683             ],
3684             "time": "2022-12-19T14:38:11+00:00"
3685         },
3686         {
3687             "name": "lcobucci/jwt",
3688             "version": "4.2.1",
3689             "source": {
3690                 "type": "git",
3691                 "url": "https://github.com/lcobucci/jwt.git",
3692                 "reference": "72ac6d807ee51a70ad376ee03a2387e8646e10f3"
3693             },
3694             "dist": {
3695                 "type": "zip",
3696                 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/72ac6d807ee51a70ad376ee03a2387e8646e10f3",
3697                 "reference": "72ac6d807ee51a70ad376ee03a2387e8646e10f3",
3698                 "shasum": ""
3699             },
3700             "require": {
3701                 "ext-hash": "*",
3702                 "ext-json": "*",
3703                 "ext-mbstring": "*",
3704                 "ext-openssl": "*",
3705                 "ext-sodium": "*",
3706                 "lcobucci/clock": "^2.0",
3707                 "php": "^7.4 || ^8.0"
3708             },
3709             "require-dev": {
3710                 "infection/infection": "^0.21",
3711                 "lcobucci/coding-standard": "^6.0",
3712                 "mikey179/vfsstream": "^1.6.7",
3713                 "phpbench/phpbench": "^1.2",
3714                 "phpstan/extension-installer": "^1.0",
3715                 "phpstan/phpstan": "^1.4",
3716                 "phpstan/phpstan-deprecation-rules": "^1.0",
3717                 "phpstan/phpstan-phpunit": "^1.0",
3718                 "phpstan/phpstan-strict-rules": "^1.0",
3719                 "phpunit/php-invoker": "^3.1",
3720                 "phpunit/phpunit": "^9.5"
3721             },
3722             "type": "library",
3723             "autoload": {
3724                 "psr-4": {
3725                     "Lcobucci\\JWT\\": "src"
3726                 }
3727             },
3728             "notification-url": "https://packagist.org/downloads/",
3729             "license": [
3730                 "BSD-3-Clause"
3731             ],
3732             "authors": [
3733                 {
3734                     "name": "Luís Cobucci",
3735                     "email": "lcobucci@gmail.com",
3736                     "role": "Developer"
3737                 }
3738             ],
3739             "description": "A simple library to work with JSON Web Token and JSON Web Signature",
3740             "keywords": [
3741                 "JWS",
3742                 "jwt"
3743             ],
3744             "support": {
3745                 "issues": "https://github.com/lcobucci/jwt/issues",
3746                 "source": "https://github.com/lcobucci/jwt/tree/4.2.1"
3747             },
3748             "funding": [
3749                 {
3750                     "url": "https://github.com/lcobucci",
3751                     "type": "github"
3752                 },
3753                 {
3754                     "url": "https://www.patreon.com/lcobucci",
3755                     "type": "patreon"
3756                 }
3757             ],
3758             "time": "2022-08-19T23:14:07+00:00"
3759         },
3760         {
3761             "name": "league/event",
3762             "version": "2.2.0",
3763             "source": {
3764                 "type": "git",
3765                 "url": "https://github.com/thephpleague/event.git",
3766                 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
3767             },
3768             "dist": {
3769                 "type": "zip",
3770                 "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3771                 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3772                 "shasum": ""
3773             },
3774             "require": {
3775                 "php": ">=5.4.0"
3776             },
3777             "require-dev": {
3778                 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
3779                 "phpspec/phpspec": "^2.2"
3780             },
3781             "type": "library",
3782             "extra": {
3783                 "branch-alias": {
3784                     "dev-master": "2.2-dev"
3785                 }
3786             },
3787             "autoload": {
3788                 "psr-4": {
3789                     "League\\Event\\": "src/"
3790                 }
3791             },
3792             "notification-url": "https://packagist.org/downloads/",
3793             "license": [
3794                 "MIT"
3795             ],
3796             "authors": [
3797                 {
3798                     "name": "Frank de Jonge",
3799                     "email": "info@frenky.net"
3800                 }
3801             ],
3802             "description": "Event package",
3803             "keywords": [
3804                 "emitter",
3805                 "event",
3806                 "listener"
3807             ],
3808             "support": {
3809                 "issues": "https://github.com/thephpleague/event/issues",
3810                 "source": "https://github.com/thephpleague/event/tree/master"
3811             },
3812             "time": "2018-11-26T11:52:41+00:00"
3813         },
3814         {
3815             "name": "league/oauth2-server",
3816             "version": "8.4.2",
3817             "source": {
3818                 "type": "git",
3819                 "url": "https://github.com/thephpleague/oauth2-server.git",
3820                 "reference": "007dc5f6c0151a73b133fec36c9686cc956209d3"
3821             },
3822             "dist": {
3823                 "type": "zip",
3824                 "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/007dc5f6c0151a73b133fec36c9686cc956209d3",
3825                 "reference": "007dc5f6c0151a73b133fec36c9686cc956209d3",
3826                 "shasum": ""
3827             },
3828             "require": {
3829                 "defuse/php-encryption": "^2.2.1",
3830                 "ext-json": "*",
3831                 "ext-openssl": "*",
3832                 "lcobucci/jwt": "^3.4.6 || ^4.0.4",
3833                 "league/event": "^2.2",
3834                 "league/uri": "^6.4",
3835                 "php": "^7.2 || ^8.0",
3836                 "psr/http-message": "^1.0.1"
3837             },
3838             "replace": {
3839                 "league/oauth2server": "*",
3840                 "lncd/oauth2": "*"
3841             },
3842             "require-dev": {
3843                 "laminas/laminas-diactoros": "^2.4.1",
3844                 "phpstan/phpstan": "^0.12.57",
3845                 "phpstan/phpstan-phpunit": "^0.12.16",
3846                 "phpunit/phpunit": "^8.5.13",
3847                 "roave/security-advisories": "dev-master"
3848             },
3849             "type": "library",
3850             "autoload": {
3851                 "psr-4": {
3852                     "League\\OAuth2\\Server\\": "src/"
3853                 }
3854             },
3855             "notification-url": "https://packagist.org/downloads/",
3856             "license": [
3857                 "MIT"
3858             ],
3859             "authors": [
3860                 {
3861                     "name": "Alex Bilbie",
3862                     "email": "hello@alexbilbie.com",
3863                     "homepage": "http://www.alexbilbie.com",
3864                     "role": "Developer"
3865                 },
3866                 {
3867                     "name": "Andy Millington",
3868                     "email": "andrew@noexceptions.io",
3869                     "homepage": "https://www.noexceptions.io",
3870                     "role": "Developer"
3871                 }
3872             ],
3873             "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
3874             "homepage": "https://oauth2.thephpleague.com/",
3875             "keywords": [
3876                 "Authentication",
3877                 "api",
3878                 "auth",
3879                 "authorisation",
3880                 "authorization",
3881                 "oauth",
3882                 "oauth 2",
3883                 "oauth 2.0",
3884                 "oauth2",
3885                 "protect",
3886                 "resource",
3887                 "secure",
3888                 "server"
3889             ],
3890             "support": {
3891                 "issues": "https://github.com/thephpleague/oauth2-server/issues",
3892                 "source": "https://github.com/thephpleague/oauth2-server/tree/8.4.2"
3893             },
3894             "funding": [
3895                 {
3896                     "url": "https://github.com/sephster",
3897                     "type": "github"
3898                 }
3899             ],
3900             "time": "2023-08-02T22:54:39+00:00"
3901         },
3902         {
3903             "name": "league/omnipay",
3904             "version": "v3.2.1",
3905             "source": {
3906                 "type": "git",
3907                 "url": "https://github.com/thephpleague/omnipay.git",
3908                 "reference": "38f66a0cc043ed51d6edf7956d6439a2f263501f"
3909             },
3910             "dist": {
3911                 "type": "zip",
3912                 "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/38f66a0cc043ed51d6edf7956d6439a2f263501f",
3913                 "reference": "38f66a0cc043ed51d6edf7956d6439a2f263501f",
3914                 "shasum": ""
3915             },
3916             "require": {
3917                 "omnipay/common": "^3.1",
3918                 "php": "^7.2|^8.0",
3919                 "php-http/discovery": "^1.14",
3920                 "php-http/guzzle7-adapter": "^1"
3921             },
3922             "require-dev": {
3923                 "omnipay/tests": "^3|^4"
3924             },
3925             "type": "metapackage",
3926             "extra": {
3927                 "branch-alias": {
3928                     "dev-master": "3.2.x-dev"
3929                 }
3930             },
3931             "notification-url": "https://packagist.org/downloads/",
3932             "license": [
3933                 "MIT"
3934             ],
3935             "authors": [
3936                 {
3937                     "name": "Adrian Macneil",
3938                     "email": "adrian@adrianmacneil.com"
3939                 },
3940                 {
3941                     "name": "Barry vd. Heuvel",
3942                     "email": "barryvdh@gmail.com"
3943                 }
3944             ],
3945             "description": "Omnipay payment processing library",
3946             "homepage": "https://omnipay.thephpleague.com/",
3947             "keywords": [
3948                 "checkout",
3949                 "creditcard",
3950                 "omnipay",
3951                 "payment"
3952             ],
3953             "support": {
3954                 "issues": "https://github.com/thephpleague/omnipay/issues",
3955                 "source": "https://github.com/thephpleague/omnipay/tree/v3.2.1"
3956             },
3957             "funding": [
3958                 {
3959                     "url": "https://github.com/barryvdh",
3960                     "type": "github"
3961                 }
3962             ],
3963             "time": "2021-06-05T11:34:12+00:00"
3964         },
3965         {
3966             "name": "league/uri",
3967             "version": "6.8.0",
3968             "source": {
3969                 "type": "git",
3970                 "url": "https://github.com/thephpleague/uri.git",
3971                 "reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39"
3972             },
3973             "dist": {
3974                 "type": "zip",
3975                 "url": "https://api.github.com/repos/thephpleague/uri/zipball/a700b4656e4c54371b799ac61e300ab25a2d1d39",
3976                 "reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39",
3977                 "shasum": ""
3978             },
3979             "require": {
3980                 "ext-json": "*",
3981                 "league/uri-interfaces": "^2.3",
3982                 "php": "^8.1",
3983                 "psr/http-message": "^1.0.1"
3984             },
3985             "conflict": {
3986                 "league/uri-schemes": "^1.0"
3987             },
3988             "require-dev": {
3989                 "friendsofphp/php-cs-fixer": "^v3.9.5",
3990                 "nyholm/psr7": "^1.5.1",
3991                 "php-http/psr7-integration-tests": "^1.1.1",
3992                 "phpbench/phpbench": "^1.2.6",
3993                 "phpstan/phpstan": "^1.8.5",
3994                 "phpstan/phpstan-deprecation-rules": "^1.0",
3995                 "phpstan/phpstan-phpunit": "^1.1.1",
3996                 "phpstan/phpstan-strict-rules": "^1.4.3",
3997                 "phpunit/phpunit": "^9.5.24",
3998                 "psr/http-factory": "^1.0.1"
3999             },
4000             "suggest": {
4001                 "ext-fileinfo": "Needed to create Data URI from a filepath",
4002                 "ext-intl": "Needed to improve host validation",
4003                 "league/uri-components": "Needed to easily manipulate URI objects",
4004                 "psr/http-factory": "Needed to use the URI factory"
4005             },
4006             "type": "library",
4007             "extra": {
4008                 "branch-alias": {
4009                     "dev-master": "6.x-dev"
4010                 }
4011             },
4012             "autoload": {
4013                 "psr-4": {
4014                     "League\\Uri\\": "src"
4015                 }
4016             },
4017             "notification-url": "https://packagist.org/downloads/",
4018             "license": [
4019                 "MIT"
4020             ],
4021             "authors": [
4022                 {
4023                     "name": "Ignace Nyamagana Butera",
4024                     "email": "nyamsprod@gmail.com",
4025                     "homepage": "https://nyamsprod.com"
4026                 }
4027             ],
4028             "description": "URI manipulation library",
4029             "homepage": "https://uri.thephpleague.com",
4030             "keywords": [
4031                 "data-uri",
4032                 "file-uri",
4033                 "ftp",
4034                 "hostname",
4035                 "http",
4036                 "https",
4037                 "middleware",
4038                 "parse_str",
4039                 "parse_url",
4040                 "psr-7",
4041                 "query-string",
4042                 "querystring",
4043                 "rfc3986",
4044                 "rfc3987",
4045                 "rfc6570",
4046                 "uri",
4047                 "uri-template",
4048                 "url",
4049                 "ws"
4050             ],
4051             "support": {
4052                 "docs": "https://uri.thephpleague.com",
4053                 "forum": "https://thephpleague.slack.com",
4054                 "issues": "https://github.com/thephpleague/uri/issues",
4055                 "source": "https://github.com/thephpleague/uri/tree/6.8.0"
4056             },
4057             "funding": [
4058                 {
4059                     "url": "https://github.com/sponsors/nyamsprod",
4060                     "type": "github"
4061                 }
4062             ],
4063             "time": "2022-09-13T19:58:47+00:00"
4064         },
4065         {
4066             "name": "league/uri-interfaces",
4067             "version": "2.3.0",
4068             "source": {
4069                 "type": "git",
4070                 "url": "https://github.com/thephpleague/uri-interfaces.git",
4071                 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
4072             },
4073             "dist": {
4074                 "type": "zip",
4075                 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
4076                 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
4077                 "shasum": ""
4078             },
4079             "require": {
4080                 "ext-json": "*",
4081                 "php": "^7.2 || ^8.0"
4082             },
4083             "require-dev": {
4084                 "friendsofphp/php-cs-fixer": "^2.19",
4085                 "phpstan/phpstan": "^0.12.90",
4086                 "phpstan/phpstan-phpunit": "^0.12.19",
4087                 "phpstan/phpstan-strict-rules": "^0.12.9",
4088                 "phpunit/phpunit": "^8.5.15 || ^9.5"
4089             },
4090             "suggest": {
4091                 "ext-intl": "to use the IDNA feature",
4092                 "symfony/intl": "to use the IDNA feature via Symfony Polyfill"
4093             },
4094             "type": "library",
4095             "extra": {
4096                 "branch-alias": {
4097                     "dev-master": "2.x-dev"
4098                 }
4099             },
4100             "autoload": {
4101                 "psr-4": {
4102                     "League\\Uri\\": "src/"
4103                 }
4104             },
4105             "notification-url": "https://packagist.org/downloads/",
4106             "license": [
4107                 "MIT"
4108             ],
4109             "authors": [
4110                 {
4111                     "name": "Ignace Nyamagana Butera",
4112                     "email": "nyamsprod@gmail.com",
4113                     "homepage": "https://nyamsprod.com"
4114                 }
4115             ],
4116             "description": "Common interface for URI representation",
4117             "homepage": "http://github.com/thephpleague/uri-interfaces",
4118             "keywords": [
4119                 "rfc3986",
4120                 "rfc3987",
4121                 "uri",
4122                 "url"
4123             ],
4124             "support": {
4125                 "issues": "https://github.com/thephpleague/uri-interfaces/issues",
4126                 "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
4127             },
4128             "funding": [
4129                 {
4130                     "url": "https://github.com/sponsors/nyamsprod",
4131                     "type": "github"
4132                 }
4133             ],
4134             "time": "2021-06-28T04:27:21+00:00"
4135         },
4136         {
4137             "name": "maennchen/zipstream-php",
4138             "version": "3.1.0",
4139             "source": {
4140                 "type": "git",
4141                 "url": "https://github.com/maennchen/ZipStream-PHP.git",
4142                 "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1"
4143             },
4144             "dist": {
4145                 "type": "zip",
4146                 "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
4147                 "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
4148                 "shasum": ""
4149             },
4150             "require": {
4151                 "ext-mbstring": "*",
4152                 "ext-zlib": "*",
4153                 "php-64bit": "^8.1"
4154             },
4155             "require-dev": {
4156                 "ext-zip": "*",
4157                 "friendsofphp/php-cs-fixer": "^3.16",
4158                 "guzzlehttp/guzzle": "^7.5",
4159                 "mikey179/vfsstream": "^1.6",
4160                 "php-coveralls/php-coveralls": "^2.5",
4161                 "phpunit/phpunit": "^10.0",
4162                 "vimeo/psalm": "^5.0"
4163             },
4164             "suggest": {
4165                 "guzzlehttp/psr7": "^2.4",
4166                 "psr/http-message": "^2.0"
4167             },
4168             "type": "library",
4169             "autoload": {
4170                 "psr-4": {
4171                     "ZipStream\\": "src/"
4172                 }
4173             },
4174             "notification-url": "https://packagist.org/downloads/",
4175             "license": [
4176                 "MIT"
4177             ],
4178             "authors": [
4179                 {
4180                     "name": "Paul Duncan",
4181                     "email": "pabs@pablotron.org"
4182                 },
4183                 {
4184                     "name": "Jonatan Männchen",
4185                     "email": "jonatan@maennchen.ch"
4186                 },
4187                 {
4188                     "name": "Jesse Donat",
4189                     "email": "donatj@gmail.com"
4190                 },
4191                 {
4192                     "name": "András Kolesár",
4193                     "email": "kolesar@kolesar.hu"
4194                 }
4195             ],
4196             "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
4197             "keywords": [
4198                 "stream",
4199                 "zip"
4200             ],
4201             "support": {
4202                 "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
4203                 "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.0"
4204             },
4205             "funding": [
4206                 {
4207                     "url": "https://github.com/maennchen",
4208                     "type": "github"
4209                 },
4210                 {
4211                     "url": "https://opencollective.com/zipstream",
4212                     "type": "open_collective"
4213                 }
4214             ],
4215             "time": "2023-06-21T14:59:35+00:00"
4216         },
4217         {
4218             "name": "markbaker/complex",
4219             "version": "3.0.2",
4220             "source": {
4221                 "type": "git",
4222                 "url": "https://github.com/MarkBaker/PHPComplex.git",
4223                 "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
4224             },
4225             "dist": {
4226                 "type": "zip",
4227                 "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
4228                 "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
4229                 "shasum": ""
4230             },
4231             "require": {
4232                 "php": "^7.2 || ^8.0"
4233             },
4234             "require-dev": {
4235                 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
4236                 "phpcompatibility/php-compatibility": "^9.3",
4237                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
4238                 "squizlabs/php_codesniffer": "^3.7"
4239             },
4240             "type": "library",
4241             "autoload": {
4242                 "psr-4": {
4243                     "Complex\\": "classes/src/"
4244                 }
4245             },
4246             "notification-url": "https://packagist.org/downloads/",
4247             "license": [
4248                 "MIT"
4249             ],
4250             "authors": [
4251                 {
4252                     "name": "Mark Baker",
4253                     "email": "mark@lange.demon.co.uk"
4254                 }
4255             ],
4256             "description": "PHP Class for working with complex numbers",
4257             "homepage": "https://github.com/MarkBaker/PHPComplex",
4258             "keywords": [
4259                 "complex",
4260                 "mathematics"
4261             ],
4262             "support": {
4263                 "issues": "https://github.com/MarkBaker/PHPComplex/issues",
4264                 "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
4265             },
4266             "time": "2022-12-06T16:21:08+00:00"
4267         },
4268         {
4269             "name": "markbaker/matrix",
4270             "version": "3.0.1",
4271             "source": {
4272                 "type": "git",
4273                 "url": "https://github.com/MarkBaker/PHPMatrix.git",
4274                 "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
4275             },
4276             "dist": {
4277                 "type": "zip",
4278                 "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
4279                 "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
4280                 "shasum": ""
4281             },
4282             "require": {
4283                 "php": "^7.1 || ^8.0"
4284             },
4285             "require-dev": {
4286                 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
4287                 "phpcompatibility/php-compatibility": "^9.3",
4288                 "phpdocumentor/phpdocumentor": "2.*",
4289                 "phploc/phploc": "^4.0",
4290                 "phpmd/phpmd": "2.*",
4291                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
4292                 "sebastian/phpcpd": "^4.0",
4293                 "squizlabs/php_codesniffer": "^3.7"
4294             },
4295             "type": "library",
4296             "autoload": {
4297                 "psr-4": {
4298                     "Matrix\\": "classes/src/"
4299                 }
4300             },
4301             "notification-url": "https://packagist.org/downloads/",
4302             "license": [
4303                 "MIT"
4304             ],
4305             "authors": [
4306                 {
4307                     "name": "Mark Baker",
4308                     "email": "mark@demon-angel.eu"
4309                 }
4310             ],
4311             "description": "PHP Class for working with matrices",
4312             "homepage": "https://github.com/MarkBaker/PHPMatrix",
4313             "keywords": [
4314                 "mathematics",
4315                 "matrix",
4316                 "vector"
4317             ],
4318             "support": {
4319                 "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
4320                 "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
4321             },
4322             "time": "2022-12-02T22:17:43+00:00"
4323         },
4324         {
4325             "name": "masterminds/html5",
4326             "version": "2.8.1",
4327             "source": {
4328                 "type": "git",
4329                 "url": "https://github.com/Masterminds/html5-php.git",
4330                 "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
4331             },
4332             "dist": {
4333                 "type": "zip",
4334                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
4335                 "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
4336                 "shasum": ""
4337             },
4338             "require": {
4339                 "ext-dom": "*",
4340                 "php": ">=5.3.0"
4341             },
4342             "require-dev": {
4343                 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
4344             },
4345             "type": "library",
4346             "extra": {
4347                 "branch-alias": {
4348                     "dev-master": "2.7-dev"
4349                 }
4350             },
4351             "autoload": {
4352                 "psr-4": {
4353                     "Masterminds\\": "src"
4354                 }
4355             },
4356             "notification-url": "https://packagist.org/downloads/",
4357             "license": [
4358                 "MIT"
4359             ],
4360             "authors": [
4361                 {
4362                     "name": "Matt Butcher",
4363                     "email": "technosophos@gmail.com"
4364                 },
4365                 {
4366                     "name": "Matt Farina",
4367                     "email": "matt@mattfarina.com"
4368                 },
4369                 {
4370                     "name": "Asmir Mustafic",
4371                     "email": "goetas@gmail.com"
4372                 }
4373             ],
4374             "description": "An HTML5 parser and serializer.",
4375             "homepage": "http://masterminds.github.io/html5-php",
4376             "keywords": [
4377                 "HTML5",
4378                 "dom",
4379                 "html",
4380                 "parser",
4381                 "querypath",
4382                 "serializer",
4383                 "xml"
4384             ],
4385             "support": {
4386                 "issues": "https://github.com/Masterminds/html5-php/issues",
4387                 "source": "https://github.com/Masterminds/html5-php/tree/2.8.1"
4388             },
4389             "time": "2023-05-10T11:58:31+00:00"
4390         },
4391         {
4392             "name": "mobiledetect/mobiledetectlib",
4393             "version": "3.74.0",
4394             "source": {
4395                 "type": "git",
4396                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
4397                 "reference": "812a4aa4605c63fc33d7fe32ca82f29275940b9d"
4398             },
4399             "dist": {
4400                 "type": "zip",
4401                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/812a4aa4605c63fc33d7fe32ca82f29275940b9d",
4402                 "reference": "812a4aa4605c63fc33d7fe32ca82f29275940b9d",
4403                 "shasum": ""
4404             },
4405             "require": {
4406                 "php": ">=7.4"
4407             },
4408             "require-dev": {
4409                 "friendsofphp/php-cs-fixer": "v2.19.3",
4410                 "phpunit/phpunit": "^7.0.0",
4411                 "squizlabs/php_codesniffer": "3.*"
4412             },
4413             "type": "library",
4414             "autoload": {
4415                 "psr-4": {
4416                     "Detection\\": "src/"
4417                 },
4418                 "classmap": [
4419                     "src/MobileDetect.php"
4420                 ]
4421             },
4422             "notification-url": "https://packagist.org/downloads/",
4423             "license": [
4424                 "MIT"
4425             ],
4426             "authors": [
4427                 {
4428                     "name": "Serban Ghita",
4429                     "email": "serbanghita@gmail.com",
4430                     "homepage": "http://mobiledetect.net",
4431                     "role": "Developer"
4432                 }
4433             ],
4434             "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.",
4435             "homepage": "https://github.com/serbanghita/Mobile-Detect",
4436             "keywords": [
4437                 "detect mobile devices",
4438                 "mobile",
4439                 "mobile detect",
4440                 "mobile detector",
4441                 "php mobile detect"
4442             ],
4443             "support": {
4444                 "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
4445                 "source": "https://github.com/serbanghita/Mobile-Detect/tree/3.74.0"
4446             },
4447             "time": "2022-12-04T15:37:32+00:00"
4448         },
4449         {
4450             "name": "moneyphp/money",
4451             "version": "v3.3.3",
4452             "source": {
4453                 "type": "git",
4454                 "url": "https://github.com/moneyphp/money.git",
4455                 "reference": "0dc40e3791c67e8793e3aa13fead8cf4661ec9cd"
4456             },
4457             "dist": {
4458                 "type": "zip",
4459                 "url": "https://api.github.com/repos/moneyphp/money/zipball/0dc40e3791c67e8793e3aa13fead8cf4661ec9cd",
4460                 "reference": "0dc40e3791c67e8793e3aa13fead8cf4661ec9cd",
4461                 "shasum": ""
4462             },
4463             "require": {
4464                 "ext-json": "*",
4465                 "php": ">=5.6"
4466             },
4467             "require-dev": {
4468                 "cache/taggable-cache": "^0.4.0",
4469                 "doctrine/instantiator": "^1.0.5",
4470                 "ext-bcmath": "*",
4471                 "ext-gmp": "*",
4472                 "ext-intl": "*",
4473                 "florianv/exchanger": "^1.0",
4474                 "florianv/swap": "^3.0",
4475                 "friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
4476                 "moneyphp/iso-currencies": "^3.2.1",
4477                 "php-http/message": "^1.4",
4478                 "php-http/mock-client": "^1.0.0",
4479                 "phpspec/phpspec": "^3.4.3",
4480                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
4481                 "psr/cache": "^1.0",
4482                 "symfony/phpunit-bridge": "^4"
4483             },
4484             "suggest": {
4485                 "ext-bcmath": "Calculate without integer limits",
4486                 "ext-gmp": "Calculate without integer limits",
4487                 "ext-intl": "Format Money objects with intl",
4488                 "florianv/exchanger": "Exchange rates library for PHP",
4489                 "florianv/swap": "Exchange rates library for PHP",
4490                 "psr/cache-implementation": "Used for Currency caching"
4491             },
4492             "type": "library",
4493             "extra": {
4494                 "branch-alias": {
4495                     "dev-master": "3.x-dev"
4496                 }
4497             },
4498             "autoload": {
4499                 "psr-4": {
4500                     "Money\\": "src/"
4501                 }
4502             },
4503             "notification-url": "https://packagist.org/downloads/",
4504             "license": [
4505                 "MIT"
4506             ],
4507             "authors": [
4508                 {
4509                     "name": "Mathias Verraes",
4510                     "email": "mathias@verraes.net",
4511                     "homepage": "http://verraes.net"
4512                 },
4513                 {
4514                     "name": "Márk Sági-Kazár",
4515                     "email": "mark.sagikazar@gmail.com"
4516                 },
4517                 {
4518                     "name": "Frederik Bosch",
4519                     "email": "f.bosch@genkgo.nl"
4520                 }
4521             ],
4522             "description": "PHP implementation of Fowler's Money pattern",
4523             "homepage": "http://moneyphp.org",
4524             "keywords": [
4525                 "Value Object",
4526                 "money",
4527                 "vo"
4528             ],
4529             "support": {
4530                 "issues": "https://github.com/moneyphp/money/issues",
4531                 "source": "https://github.com/moneyphp/money/tree/v3.3.3"
4532             },
4533             "time": "2022-09-21T07:43:36+00:00"
4534         },
4535         {
4536             "name": "monolog/monolog",
4537             "version": "3.4.0",
4538             "source": {
4539                 "type": "git",
4540                 "url": "https://github.com/Seldaek/monolog.git",
4541                 "reference": "e2392369686d420ca32df3803de28b5d6f76867d"
4542             },
4543             "dist": {
4544                 "type": "zip",
4545                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/e2392369686d420ca32df3803de28b5d6f76867d",
4546                 "reference": "e2392369686d420ca32df3803de28b5d6f76867d",
4547                 "shasum": ""
4548             },
4549             "require": {
4550                 "php": ">=8.1",
4551                 "psr/log": "^2.0 || ^3.0"
4552             },
4553             "provide": {
4554                 "psr/log-implementation": "3.0.0"
4555             },
4556             "require-dev": {
4557                 "aws/aws-sdk-php": "^3.0",
4558                 "doctrine/couchdb": "~1.0@dev",
4559                 "elasticsearch/elasticsearch": "^7 || ^8",
4560                 "ext-json": "*",
4561                 "graylog2/gelf-php": "^1.4.2 || ^2.0",
4562                 "guzzlehttp/guzzle": "^7.4.5",
4563                 "guzzlehttp/psr7": "^2.2",
4564                 "mongodb/mongodb": "^1.8",
4565                 "php-amqplib/php-amqplib": "~2.4 || ^3",
4566                 "phpstan/phpstan": "^1.9",
4567                 "phpstan/phpstan-deprecation-rules": "^1.0",
4568                 "phpstan/phpstan-strict-rules": "^1.4",
4569                 "phpunit/phpunit": "^10.1",
4570                 "predis/predis": "^1.1 || ^2",
4571                 "ruflin/elastica": "^7",
4572                 "symfony/mailer": "^5.4 || ^6",
4573                 "symfony/mime": "^5.4 || ^6"
4574             },
4575             "suggest": {
4576                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4577                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4578                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
4579                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4580                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
4581                 "ext-mbstring": "Allow to work properly with unicode symbols",
4582                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
4583                 "ext-openssl": "Required to send log messages using SSL",
4584                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
4585                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4586                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
4587                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4588                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4589                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
4590             },
4591             "type": "library",
4592             "extra": {
4593                 "branch-alias": {
4594                     "dev-main": "3.x-dev"
4595                 }
4596             },
4597             "autoload": {
4598                 "psr-4": {
4599                     "Monolog\\": "src/Monolog"
4600                 }
4601             },
4602             "notification-url": "https://packagist.org/downloads/",
4603             "license": [
4604                 "MIT"
4605             ],
4606             "authors": [
4607                 {
4608                     "name": "Jordi Boggiano",
4609                     "email": "j.boggiano@seld.be",
4610                     "homepage": "https://seld.be"
4611                 }
4612             ],
4613             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4614             "homepage": "https://github.com/Seldaek/monolog",
4615             "keywords": [
4616                 "log",
4617                 "logging",
4618                 "psr-3"
4619             ],
4620             "support": {
4621                 "issues": "https://github.com/Seldaek/monolog/issues",
4622                 "source": "https://github.com/Seldaek/monolog/tree/3.4.0"
4623             },
4624             "funding": [
4625                 {
4626                     "url": "https://github.com/Seldaek",
4627                     "type": "github"
4628                 },
4629                 {
4630                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
4631                     "type": "tidelift"
4632                 }
4633             ],
4634             "time": "2023-06-21T08:46:11+00:00"
4635         },
4636         {
4637             "name": "mpdf/mpdf",
4638             "version": "v8.2.0",
4639             "source": {
4640                 "type": "git",
4641                 "url": "https://github.com/mpdf/mpdf.git",
4642                 "reference": "170a236a588d177c2aa7447ce490a030ca68e6f4"
4643             },
4644             "dist": {
4645                 "type": "zip",
4646                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/170a236a588d177c2aa7447ce490a030ca68e6f4",
4647                 "reference": "170a236a588d177c2aa7447ce490a030ca68e6f4",
4648                 "shasum": ""
4649             },
4650             "require": {
4651                 "ext-gd": "*",
4652                 "ext-mbstring": "*",
4653                 "mpdf/psr-http-message-shim": "^1.0 || ^2.0",
4654                 "mpdf/psr-log-aware-trait": "^2.0 || ^3.0",
4655                 "myclabs/deep-copy": "^1.7",
4656                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
4657                 "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
4658                 "psr/http-message": "^1.0 || ^2.0",
4659                 "psr/log": "^1.0 || ^2.0 || ^3.0",
4660                 "setasign/fpdi": "^2.1"
4661             },
4662             "require-dev": {
4663                 "mockery/mockery": "^1.3.0",
4664                 "mpdf/qrcode": "^1.1.0",
4665                 "squizlabs/php_codesniffer": "^3.5.0",
4666                 "tracy/tracy": "~2.5",
4667                 "yoast/phpunit-polyfills": "^1.0"
4668             },
4669             "suggest": {
4670                 "ext-bcmath": "Needed for generation of some types of barcodes",
4671                 "ext-xml": "Needed mainly for SVG manipulation",
4672                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
4673             },
4674             "type": "library",
4675             "autoload": {
4676                 "files": [
4677                     "src/functions.php"
4678                 ],
4679                 "psr-4": {
4680                     "Mpdf\\": "src/"
4681                 }
4682             },
4683             "notification-url": "https://packagist.org/downloads/",
4684             "license": [
4685                 "GPL-2.0-only"
4686             ],
4687             "authors": [
4688                 {
4689                     "name": "MatÄ›j Humpál",
4690                     "role": "Developer, maintainer"
4691                 },
4692                 {
4693                     "name": "Ian Back",
4694                     "role": "Developer (retired)"
4695                 }
4696             ],
4697             "description": "PHP library generating PDF files from UTF-8 encoded HTML",
4698             "homepage": "https://mpdf.github.io",
4699             "keywords": [
4700                 "pdf",
4701                 "php",
4702                 "utf-8"
4703             ],
4704             "support": {
4705                 "docs": "http://mpdf.github.io",
4706                 "issues": "https://github.com/mpdf/mpdf/issues",
4707                 "source": "https://github.com/mpdf/mpdf"
4708             },
4709             "funding": [
4710                 {
4711                     "url": "https://www.paypal.me/mpdf",
4712                     "type": "custom"
4713                 }
4714             ],
4715             "time": "2023-09-01T11:44:52+00:00"
4716         },
4717         {
4718             "name": "mpdf/psr-http-message-shim",
4719             "version": "1.0.0",
4720             "source": {
4721                 "type": "git",
4722                 "url": "https://github.com/mpdf/psr-http-message-shim.git",
4723                 "reference": "3206e6b80b6d2479e148ee497e9f2bebadc919db"
4724             },
4725             "dist": {
4726                 "type": "zip",
4727                 "url": "https://api.github.com/repos/mpdf/psr-http-message-shim/zipball/3206e6b80b6d2479e148ee497e9f2bebadc919db",
4728                 "reference": "3206e6b80b6d2479e148ee497e9f2bebadc919db",
4729                 "shasum": ""
4730             },
4731             "require": {
4732                 "psr/http-message": "^1.0"
4733             },
4734             "type": "library",
4735             "autoload": {
4736                 "psr-4": {
4737                     "Mpdf\\PsrHttpMessageShim\\": "src/"
4738                 }
4739             },
4740             "notification-url": "https://packagist.org/downloads/",
4741             "license": [
4742                 "MIT"
4743             ],
4744             "authors": [
4745                 {
4746                     "name": "Mark Dorison",
4747                     "email": "mark@chromatichq.com"
4748                 },
4749                 {
4750                     "name": "Kristofer Widholm",
4751                     "email": "kristofer@chromatichq.com"
4752                 },
4753                 {
4754                     "name": "Nigel Cunningham",
4755                     "email": "nigel.cunningham@technocrat.com.au"
4756                 }
4757             ],
4758             "description": "Shim to allow support of different psr/message versions.",
4759             "support": {
4760                 "issues": "https://github.com/mpdf/psr-http-message-shim/issues",
4761                 "source": "https://github.com/mpdf/psr-http-message-shim/tree/1.0.0"
4762             },
4763             "time": "2023-09-01T05:59:47+00:00"
4764         },
4765         {
4766             "name": "mpdf/psr-log-aware-trait",
4767             "version": "v2.0.0",
4768             "source": {
4769                 "type": "git",
4770                 "url": "https://github.com/mpdf/psr-log-aware-trait.git",
4771                 "reference": "7a077416e8f39eb626dee4246e0af99dd9ace275"
4772             },
4773             "dist": {
4774                 "type": "zip",
4775                 "url": "https://api.github.com/repos/mpdf/psr-log-aware-trait/zipball/7a077416e8f39eb626dee4246e0af99dd9ace275",
4776                 "reference": "7a077416e8f39eb626dee4246e0af99dd9ace275",
4777                 "shasum": ""
4778             },
4779             "require": {
4780                 "psr/log": "^1.0 || ^2.0"
4781             },
4782             "type": "library",
4783             "autoload": {
4784                 "psr-4": {
4785                     "Mpdf\\PsrLogAwareTrait\\": "src/"
4786                 }
4787             },
4788             "notification-url": "https://packagist.org/downloads/",
4789             "license": [
4790                 "MIT"
4791             ],
4792             "authors": [
4793                 {
4794                     "name": "Mark Dorison",
4795                     "email": "mark@chromatichq.com"
4796                 },
4797                 {
4798                     "name": "Kristofer Widholm",
4799                     "email": "kristofer@chromatichq.com"
4800                 }
4801             ],
4802             "description": "Trait to allow support of different psr/log versions.",
4803             "support": {
4804                 "issues": "https://github.com/mpdf/psr-log-aware-trait/issues",
4805                 "source": "https://github.com/mpdf/psr-log-aware-trait/tree/v2.0.0"
4806             },
4807             "time": "2023-05-03T06:18:28+00:00"
4808         },
4809         {
4810             "name": "myclabs/deep-copy",
4811             "version": "1.11.1",
4812             "source": {
4813                 "type": "git",
4814                 "url": "https://github.com/myclabs/DeepCopy.git",
4815                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
4816             },
4817             "dist": {
4818                 "type": "zip",
4819                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
4820                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
4821                 "shasum": ""
4822             },
4823             "require": {
4824                 "php": "^7.1 || ^8.0"
4825             },
4826             "conflict": {
4827                 "doctrine/collections": "<1.6.8",
4828                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
4829             },
4830             "require-dev": {
4831                 "doctrine/collections": "^1.6.8",
4832                 "doctrine/common": "^2.13.3 || ^3.2.2",
4833                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
4834             },
4835             "type": "library",
4836             "autoload": {
4837                 "files": [
4838                     "src/DeepCopy/deep_copy.php"
4839                 ],
4840                 "psr-4": {
4841                     "DeepCopy\\": "src/DeepCopy/"
4842                 }
4843             },
4844             "notification-url": "https://packagist.org/downloads/",
4845             "license": [
4846                 "MIT"
4847             ],
4848             "description": "Create deep copies (clones) of your objects",
4849             "keywords": [
4850                 "clone",
4851                 "copy",
4852                 "duplicate",
4853                 "object",
4854                 "object graph"
4855             ],
4856             "support": {
4857                 "issues": "https://github.com/myclabs/DeepCopy/issues",
4858                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
4859             },
4860             "funding": [
4861                 {
4862                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4863                     "type": "tidelift"
4864                 }
4865             ],
4866             "time": "2023-03-08T13:26:56+00:00"
4867         },
4868         {
4869             "name": "nikic/php-parser",
4870             "version": "v4.17.1",
4871             "source": {
4872                 "type": "git",
4873                 "url": "https://github.com/nikic/PHP-Parser.git",
4874                 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
4875             },
4876             "dist": {
4877                 "type": "zip",
4878                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
4879                 "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
4880                 "shasum": ""
4881             },
4882             "require": {
4883                 "ext-tokenizer": "*",
4884                 "php": ">=7.0"
4885             },
4886             "require-dev": {
4887                 "ircmaxell/php-yacc": "^0.0.7",
4888                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
4889             },
4890             "bin": [
4891                 "bin/php-parse"
4892             ],
4893             "type": "library",
4894             "extra": {
4895                 "branch-alias": {
4896                     "dev-master": "4.9-dev"
4897                 }
4898             },
4899             "autoload": {
4900                 "psr-4": {
4901                     "PhpParser\\": "lib/PhpParser"
4902                 }
4903             },
4904             "notification-url": "https://packagist.org/downloads/",
4905             "license": [
4906                 "BSD-3-Clause"
4907             ],
4908             "authors": [
4909                 {
4910                     "name": "Nikita Popov"
4911                 }
4912             ],
4913             "description": "A PHP parser written in PHP",
4914             "keywords": [
4915                 "parser",
4916                 "php"
4917             ],
4918             "support": {
4919                 "issues": "https://github.com/nikic/PHP-Parser/issues",
4920                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
4921             },
4922             "time": "2023-08-13T19:53:39+00:00"
4923         },
4924         {
4925             "name": "nyholm/psr7",
4926             "version": "1.8.0",
4927             "source": {
4928                 "type": "git",
4929                 "url": "https://github.com/Nyholm/psr7.git",
4930                 "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be"
4931             },
4932             "dist": {
4933                 "type": "zip",
4934                 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be",
4935                 "reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be",
4936                 "shasum": ""
4937             },
4938             "require": {
4939                 "php": ">=7.2",
4940                 "psr/http-factory": "^1.0",
4941                 "psr/http-message": "^1.1 || ^2.0"
4942             },
4943             "provide": {
4944                 "php-http/message-factory-implementation": "1.0",
4945                 "psr/http-factory-implementation": "1.0",
4946                 "psr/http-message-implementation": "1.0"
4947             },
4948             "require-dev": {
4949                 "http-interop/http-factory-tests": "^0.9",
4950                 "php-http/message-factory": "^1.0",
4951                 "php-http/psr7-integration-tests": "^1.0",
4952                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
4953                 "symfony/error-handler": "^4.4"
4954             },
4955             "type": "library",
4956             "extra": {
4957                 "branch-alias": {
4958                     "dev-master": "1.8-dev"
4959                 }
4960             },
4961             "autoload": {
4962                 "psr-4": {
4963                     "Nyholm\\Psr7\\": "src/"
4964                 }
4965             },
4966             "notification-url": "https://packagist.org/downloads/",
4967             "license": [
4968                 "MIT"
4969             ],
4970             "authors": [
4971                 {
4972                     "name": "Tobias Nyholm",
4973                     "email": "tobias.nyholm@gmail.com"
4974                 },
4975                 {
4976                     "name": "Martijn van der Ven",
4977                     "email": "martijn@vanderven.se"
4978                 }
4979             ],
4980             "description": "A fast PHP7 implementation of PSR-7",
4981             "homepage": "https://tnyholm.se",
4982             "keywords": [
4983                 "psr-17",
4984                 "psr-7"
4985             ],
4986             "support": {
4987                 "issues": "https://github.com/Nyholm/psr7/issues",
4988                 "source": "https://github.com/Nyholm/psr7/tree/1.8.0"
4989             },
4990             "funding": [
4991                 {
4992                     "url": "https://github.com/Zegnat",
4993                     "type": "github"
4994                 },
4995                 {
4996                     "url": "https://github.com/nyholm",
4997                     "type": "github"
4998                 }
4999             ],
5000             "time": "2023-05-02T11:26:24+00:00"
5001         },
5002         {
5003             "name": "nyholm/psr7-server",
5004             "version": "1.0.2",
5005             "source": {
5006                 "type": "git",
5007                 "url": "https://github.com/Nyholm/psr7-server.git",
5008                 "reference": "b846a689844cef114e8079d8c80f0afd96745ae3"
5009             },
5010             "dist": {
5011                 "type": "zip",
5012                 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/b846a689844cef114e8079d8c80f0afd96745ae3",
5013                 "reference": "b846a689844cef114e8079d8c80f0afd96745ae3",
5014                 "shasum": ""
5015             },
5016             "require": {
5017                 "php": "^7.1 || ^8.0",
5018                 "psr/http-factory": "^1.0",
5019                 "psr/http-message": "^1.0"
5020             },
5021             "require-dev": {
5022                 "nyholm/nsa": "^1.1",
5023                 "nyholm/psr7": "^1.3",
5024                 "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3"
5025             },
5026             "type": "library",
5027             "autoload": {
5028                 "psr-4": {
5029                     "Nyholm\\Psr7Server\\": "src/"
5030                 }
5031             },
5032             "notification-url": "https://packagist.org/downloads/",
5033             "license": [
5034                 "MIT"
5035             ],
5036             "authors": [
5037                 {
5038                     "name": "Tobias Nyholm",
5039                     "email": "tobias.nyholm@gmail.com"
5040                 },
5041                 {
5042                     "name": "Martijn van der Ven",
5043                     "email": "martijn@vanderven.se"
5044                 }
5045             ],
5046             "description": "Helper classes to handle PSR-7 server requests",
5047             "homepage": "http://tnyholm.se",
5048             "keywords": [
5049                 "psr-17",
5050                 "psr-7"
5051             ],
5052             "support": {
5053                 "issues": "https://github.com/Nyholm/psr7-server/issues",
5054                 "source": "https://github.com/Nyholm/psr7-server/tree/1.0.2"
5055             },
5056             "funding": [
5057                 {
5058                     "url": "https://github.com/Zegnat",
5059                     "type": "github"
5060                 },
5061                 {
5062                     "url": "https://github.com/nyholm",
5063                     "type": "github"
5064                 }
5065             ],
5066             "time": "2021-05-12T11:11:27+00:00"
5067         },
5068         {
5069             "name": "omnipay/common",
5070             "version": "v3.2.1",
5071             "source": {
5072                 "type": "git",
5073                 "url": "https://github.com/thephpleague/omnipay-common.git",
5074                 "reference": "80545e9f4faab0efad36cc5f1e11a184dda22baf"
5075             },
5076             "dist": {
5077                 "type": "zip",
5078                 "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/80545e9f4faab0efad36cc5f1e11a184dda22baf",
5079                 "reference": "80545e9f4faab0efad36cc5f1e11a184dda22baf",
5080                 "shasum": ""
5081             },
5082             "require": {
5083                 "moneyphp/money": "^3.1|^4.0.3",
5084                 "php": "^7.2|^8",
5085                 "php-http/client-implementation": "^1",
5086                 "php-http/discovery": "^1.14",
5087                 "php-http/message": "^1.5",
5088                 "php-http/message-factory": "^1.1",
5089                 "symfony/http-foundation": "^2.1|^3|^4|^5|^6"
5090             },
5091             "require-dev": {
5092                 "omnipay/tests": "^4.1",
5093                 "php-http/guzzle7-adapter": "^1",
5094                 "php-http/mock-client": "^1",
5095                 "squizlabs/php_codesniffer": "^3.5"
5096             },
5097             "suggest": {
5098                 "league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
5099             },
5100             "type": "library",
5101             "extra": {
5102                 "branch-alias": {
5103                     "dev-master": "3.1.x-dev"
5104                 }
5105             },
5106             "autoload": {
5107                 "psr-4": {
5108                     "Omnipay\\Common\\": "src/Common"
5109                 },
5110                 "classmap": [
5111                     "src/Omnipay.php"
5112                 ]
5113             },
5114             "notification-url": "https://packagist.org/downloads/",
5115             "license": [
5116                 "MIT"
5117             ],
5118             "authors": [
5119                 {
5120                     "name": "Adrian Macneil",
5121                     "email": "adrian@adrianmacneil.com"
5122                 },
5123                 {
5124                     "name": "Barry vd. Heuvel",
5125                     "email": "barryvdh@gmail.com"
5126                 },
5127                 {
5128                     "name": "Jason Judge",
5129                     "email": "jason.judge@consil.co.uk"
5130                 },
5131                 {
5132                     "name": "Del"
5133                 },
5134                 {
5135                     "name": "Omnipay Contributors",
5136                     "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
5137                 }
5138             ],
5139             "description": "Common components for Omnipay payment processing library",
5140             "homepage": "https://github.com/thephpleague/omnipay-common",
5141             "keywords": [
5142                 "gateway",
5143                 "merchant",
5144                 "omnipay",
5145                 "pay",
5146                 "payment",
5147                 "purchase"
5148             ],
5149             "support": {
5150                 "issues": "https://github.com/thephpleague/omnipay-common/issues",
5151                 "source": "https://github.com/thephpleague/omnipay-common/tree/v3.2.1"
5152             },
5153             "funding": [
5154                 {
5155                     "url": "https://github.com/barryvdh",
5156                     "type": "github"
5157                 }
5158             ],
5159             "time": "2023-05-30T12:44:03+00:00"
5160         },
5161         {
5162             "name": "omnipay/stripe",
5163             "version": "v3.2.0",
5164             "source": {
5165                 "type": "git",
5166                 "url": "https://github.com/thephpleague/omnipay-stripe.git",
5167                 "reference": "20812498efedc1079baae5fea96567fefd669105"
5168             },
5169             "dist": {
5170                 "type": "zip",
5171                 "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/20812498efedc1079baae5fea96567fefd669105",
5172                 "reference": "20812498efedc1079baae5fea96567fefd669105",
5173                 "shasum": ""
5174             },
5175             "require": {
5176                 "omnipay/common": "^3"
5177             },
5178             "require-dev": {
5179                 "omnipay/tests": "^3",
5180                 "phpro/grumphp": "^0.14",
5181                 "squizlabs/php_codesniffer": "^3"
5182             },
5183             "type": "library",
5184             "extra": {
5185                 "branch-alias": {
5186                     "dev-master": "3.2-dev"
5187                 }
5188             },
5189             "autoload": {
5190                 "psr-4": {
5191                     "Omnipay\\Stripe\\": "src/"
5192                 }
5193             },
5194             "notification-url": "https://packagist.org/downloads/",
5195             "license": [
5196                 "MIT"
5197             ],
5198             "authors": [
5199                 {
5200                     "name": "Adrian Macneil",
5201                     "email": "adrian@adrianmacneil.com"
5202                 },
5203                 {
5204                     "name": "Omnipay Contributors",
5205                     "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
5206                 }
5207             ],
5208             "description": "Stripe driver for the Omnipay payment processing library",
5209             "homepage": "https://github.com/thephpleague/omnipay-stripe",
5210             "keywords": [
5211                 "gateway",
5212                 "merchant",
5213                 "omnipay",
5214                 "pay",
5215                 "payment",
5216                 "stripe"
5217             ],
5218             "support": {
5219                 "issues": "https://github.com/thephpleague/omnipay-stripe/issues",
5220                 "source": "https://github.com/thephpleague/omnipay-stripe/tree/v3.2.0"
5221             },
5222             "time": "2022-03-22T10:58:41+00:00"
5223         },
5224         {
5225             "name": "openemr/mustache",
5226             "version": "v2.15.2",
5227             "source": {
5228                 "type": "git",
5229                 "url": "https://github.com/openemr/mustache.php.git",
5230                 "reference": "936596936d306725f34bb13f11e9a16bdbe99887"
5231             },
5232             "dist": {
5233                 "type": "zip",
5234                 "url": "https://api.github.com/repos/openemr/mustache.php/zipball/936596936d306725f34bb13f11e9a16bdbe99887",
5235                 "reference": "936596936d306725f34bb13f11e9a16bdbe99887",
5236                 "shasum": ""
5237             },
5238             "require": {
5239                 "php": ">=5.2.4"
5240             },
5241             "require-dev": {
5242                 "friendsofphp/php-cs-fixer": "~1.11",
5243                 "phpunit/phpunit": "~3.7|~4.0|~5.0"
5244             },
5245             "type": "library",
5246             "autoload": {
5247                 "psr-0": {
5248                     "Mustache": "src/"
5249                 }
5250             },
5251             "notification-url": "https://packagist.org/downloads/",
5252             "license": [
5253                 "MIT"
5254             ],
5255             "authors": [
5256                 {
5257                     "name": "Justin Hileman",
5258                     "email": "justin@justinhileman.info",
5259                     "homepage": "http://justinhileman.com"
5260                 },
5261                 {
5262                     "name": "OpenEMR",
5263                     "email": "hello@open-emr.org",
5264                     "homepage": "https://open-emr.org"
5265                 }
5266             ],
5267             "description": "A Mustache implementation in PHP.",
5268             "homepage": "https://github.com/openemr/mustache.php",
5269             "keywords": [
5270                 "mustache",
5271                 "templating"
5272             ],
5273             "support": {
5274                 "issues": "https://github.com/openemr/mustache.php/issues",
5275                 "source": "https://github.com/openemr/mustache.php/tree/v2.15.2"
5276             },
5277             "time": "2022-03-03T14:53:09+00:00"
5278         },
5279         {
5280             "name": "paragonie/constant_time_encoding",
5281             "version": "v2.6.3",
5282             "source": {
5283                 "type": "git",
5284                 "url": "https://github.com/paragonie/constant_time_encoding.git",
5285                 "reference": "58c3f47f650c94ec05a151692652a868995d2938"
5286             },
5287             "dist": {
5288                 "type": "zip",
5289                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
5290                 "reference": "58c3f47f650c94ec05a151692652a868995d2938",
5291                 "shasum": ""
5292             },
5293             "require": {
5294                 "php": "^7|^8"
5295             },
5296             "require-dev": {
5297                 "phpunit/phpunit": "^6|^7|^8|^9",
5298                 "vimeo/psalm": "^1|^2|^3|^4"
5299             },
5300             "type": "library",
5301             "autoload": {
5302                 "psr-4": {
5303                     "ParagonIE\\ConstantTime\\": "src/"
5304                 }
5305             },
5306             "notification-url": "https://packagist.org/downloads/",
5307             "license": [
5308                 "MIT"
5309             ],
5310             "authors": [
5311                 {
5312                     "name": "Paragon Initiative Enterprises",
5313                     "email": "security@paragonie.com",
5314                     "homepage": "https://paragonie.com",
5315                     "role": "Maintainer"
5316                 },
5317                 {
5318                     "name": "Steve 'Sc00bz' Thomas",
5319                     "email": "steve@tobtu.com",
5320                     "homepage": "https://www.tobtu.com",
5321                     "role": "Original Developer"
5322                 }
5323             ],
5324             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
5325             "keywords": [
5326                 "base16",
5327                 "base32",
5328                 "base32_decode",
5329                 "base32_encode",
5330                 "base64",
5331                 "base64_decode",
5332                 "base64_encode",
5333                 "bin2hex",
5334                 "encoding",
5335                 "hex",
5336                 "hex2bin",
5337                 "rfc4648"
5338             ],
5339             "support": {
5340                 "email": "info@paragonie.com",
5341                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
5342                 "source": "https://github.com/paragonie/constant_time_encoding"
5343             },
5344             "time": "2022-06-14T06:56:20+00:00"
5345         },
5346         {
5347             "name": "paragonie/random_compat",
5348             "version": "v9.99.100",
5349             "source": {
5350                 "type": "git",
5351                 "url": "https://github.com/paragonie/random_compat.git",
5352                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
5353             },
5354             "dist": {
5355                 "type": "zip",
5356                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
5357                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
5358                 "shasum": ""
5359             },
5360             "require": {
5361                 "php": ">= 7"
5362             },
5363             "require-dev": {
5364                 "phpunit/phpunit": "4.*|5.*",
5365                 "vimeo/psalm": "^1"
5366             },
5367             "suggest": {
5368                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5369             },
5370             "type": "library",
5371             "notification-url": "https://packagist.org/downloads/",
5372             "license": [
5373                 "MIT"
5374             ],
5375             "authors": [
5376                 {
5377                     "name": "Paragon Initiative Enterprises",
5378                     "email": "security@paragonie.com",
5379                     "homepage": "https://paragonie.com"
5380                 }
5381             ],
5382             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5383             "keywords": [
5384                 "csprng",
5385                 "polyfill",
5386                 "pseudorandom",
5387                 "random"
5388             ],
5389             "support": {
5390                 "email": "info@paragonie.com",
5391                 "issues": "https://github.com/paragonie/random_compat/issues",
5392                 "source": "https://github.com/paragonie/random_compat"
5393             },
5394             "time": "2020-10-15T08:29:30+00:00"
5395         },
5396         {
5397             "name": "particle/validator",
5398             "version": "v2.3.5",
5399             "source": {
5400                 "type": "git",
5401                 "url": "https://github.com/particle-php/Validator.git",
5402                 "reference": "aab07e734bc40e8777fb4a1f9d9037dc11fb60b6"
5403             },
5404             "dist": {
5405                 "type": "zip",
5406                 "url": "https://api.github.com/repos/particle-php/Validator/zipball/aab07e734bc40e8777fb4a1f9d9037dc11fb60b6",
5407                 "reference": "aab07e734bc40e8777fb4a1f9d9037dc11fb60b6",
5408                 "shasum": ""
5409             },
5410             "require": {
5411                 "php": ">=5.4"
5412             },
5413             "require-dev": {
5414                 "byrokrat/checkdigit": "^1.0",
5415                 "giggsey/libphonenumber-for-php": "^7.2",
5416                 "phpunit/phpunit": "~4.0",
5417                 "squizlabs/php_codesniffer": "2.*"
5418             },
5419             "suggest": {
5420                 "byrokrat/checkdigit": "If you want to use CreditCard validation rule, this library must be installed.",
5421                 "giggsey/libphonenumber-for-php": "If you want to use Phone validation rule, this library must be installed."
5422             },
5423             "type": "library",
5424             "extra": {
5425                 "branch-alias": {
5426                     "dev-master": "2.0-dev"
5427                 }
5428             },
5429             "autoload": {
5430                 "psr-4": {
5431                     "Particle\\Validator\\": "src/"
5432                 }
5433             },
5434             "notification-url": "https://packagist.org/downloads/",
5435             "license": [
5436                 "BSD-3-Clause"
5437             ],
5438             "authors": [
5439                 {
5440                     "name": "Berry Langerak",
5441                     "email": "berry@berryllium.nl",
5442                     "role": "developer"
5443                 },
5444                 {
5445                     "name": "Rick van der Staaij",
5446                     "homepage": "http://rickvanderstaaij.nl",
5447                     "role": "Developer"
5448                 }
5449             ],
5450             "description": "Flexible and highly usable validation library with no dependencies.",
5451             "homepage": "http://github.com/particle-php/validator",
5452             "keywords": [
5453                 "validation",
5454                 "validator"
5455             ],
5456             "support": {
5457                 "issues": "https://github.com/particle-php/Validator/issues",
5458                 "source": "https://github.com/particle-php/Validator/tree/v2.3.5"
5459             },
5460             "time": "2022-12-12T19:35:42+00:00"
5461         },
5462         {
5463             "name": "pear/archive_tar",
5464             "version": "1.4.14",
5465             "source": {
5466                 "type": "git",
5467                 "url": "https://github.com/pear/Archive_Tar.git",
5468                 "reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
5469             },
5470             "dist": {
5471                 "type": "zip",
5472                 "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
5473                 "reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
5474                 "shasum": ""
5475             },
5476             "require": {
5477                 "pear/pear-core-minimal": "^1.10.0alpha2",
5478                 "php": ">=5.2.0"
5479             },
5480             "require-dev": {
5481                 "phpunit/phpunit": "*"
5482             },
5483             "suggest": {
5484                 "ext-bz2": "Bz2 compression support.",
5485                 "ext-xz": "Lzma2 compression support.",
5486                 "ext-zlib": "Gzip compression support."
5487             },
5488             "type": "library",
5489             "extra": {
5490                 "branch-alias": {
5491                     "dev-master": "1.4.x-dev"
5492                 }
5493             },
5494             "autoload": {
5495                 "psr-0": {
5496                     "Archive_Tar": ""
5497                 }
5498             },
5499             "notification-url": "https://packagist.org/downloads/",
5500             "include-path": [
5501                 "./"
5502             ],
5503             "license": [
5504                 "BSD-3-Clause"
5505             ],
5506             "authors": [
5507                 {
5508                     "name": "Vincent Blavet",
5509                     "email": "vincent@phpconcept.net"
5510                 },
5511                 {
5512                     "name": "Greg Beaver",
5513                     "email": "greg@chiaraquartet.net"
5514                 },
5515                 {
5516                     "name": "Michiel Rook",
5517                     "email": "mrook@php.net"
5518                 }
5519             ],
5520             "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
5521             "homepage": "https://github.com/pear/Archive_Tar",
5522             "keywords": [
5523                 "archive",
5524                 "tar"
5525             ],
5526             "support": {
5527                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
5528                 "source": "https://github.com/pear/Archive_Tar"
5529             },
5530             "funding": [
5531                 {
5532                     "url": "https://github.com/mrook",
5533                     "type": "github"
5534                 },
5535                 {
5536                     "url": "https://www.patreon.com/michielrook",
5537                     "type": "patreon"
5538                 }
5539             ],
5540             "time": "2021-07-20T13:53:39+00:00"
5541         },
5542         {
5543             "name": "pear/console_getopt",
5544             "version": "v1.4.3",
5545             "source": {
5546                 "type": "git",
5547                 "url": "https://github.com/pear/Console_Getopt.git",
5548                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
5549             },
5550             "dist": {
5551                 "type": "zip",
5552                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
5553                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
5554                 "shasum": ""
5555             },
5556             "type": "library",
5557             "autoload": {
5558                 "psr-0": {
5559                     "Console": "./"
5560                 }
5561             },
5562             "notification-url": "https://packagist.org/downloads/",
5563             "include-path": [
5564                 "./"
5565             ],
5566             "license": [
5567                 "BSD-2-Clause"
5568             ],
5569             "authors": [
5570                 {
5571                     "name": "Andrei Zmievski",
5572                     "email": "andrei@php.net",
5573                     "role": "Lead"
5574                 },
5575                 {
5576                     "name": "Stig Bakken",
5577                     "email": "stig@php.net",
5578                     "role": "Developer"
5579                 },
5580                 {
5581                     "name": "Greg Beaver",
5582                     "email": "cellog@php.net",
5583                     "role": "Helper"
5584                 }
5585             ],
5586             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
5587             "support": {
5588                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
5589                 "source": "https://github.com/pear/Console_Getopt"
5590             },
5591             "time": "2019-11-20T18:27:48+00:00"
5592         },
5593         {
5594             "name": "pear/pear-core-minimal",
5595             "version": "v1.10.13",
5596             "source": {
5597                 "type": "git",
5598                 "url": "https://github.com/pear/pear-core-minimal.git",
5599                 "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d"
5600             },
5601             "dist": {
5602                 "type": "zip",
5603                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/aed862e95fd286c53cc546734868dc38ff4b5b1d",
5604                 "reference": "aed862e95fd286c53cc546734868dc38ff4b5b1d",
5605                 "shasum": ""
5606             },
5607             "require": {
5608                 "pear/console_getopt": "~1.4",
5609                 "pear/pear_exception": "~1.0"
5610             },
5611             "replace": {
5612                 "rsky/pear-core-min": "self.version"
5613             },
5614             "type": "library",
5615             "autoload": {
5616                 "psr-0": {
5617                     "": "src/"
5618                 }
5619             },
5620             "notification-url": "https://packagist.org/downloads/",
5621             "include-path": [
5622                 "src/"
5623             ],
5624             "license": [
5625                 "BSD-3-Clause"
5626             ],
5627             "authors": [
5628                 {
5629                     "name": "Christian Weiske",
5630                     "email": "cweiske@php.net",
5631                     "role": "Lead"
5632                 }
5633             ],
5634             "description": "Minimal set of PEAR core files to be used as composer dependency",
5635             "support": {
5636                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
5637                 "source": "https://github.com/pear/pear-core-minimal"
5638             },
5639             "time": "2023-04-19T19:15:47+00:00"
5640         },
5641         {
5642             "name": "pear/pear_exception",
5643             "version": "v1.0.2",
5644             "source": {
5645                 "type": "git",
5646                 "url": "https://github.com/pear/PEAR_Exception.git",
5647                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
5648             },
5649             "dist": {
5650                 "type": "zip",
5651                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
5652                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
5653                 "shasum": ""
5654             },
5655             "require": {
5656                 "php": ">=5.2.0"
5657             },
5658             "require-dev": {
5659                 "phpunit/phpunit": "<9"
5660             },
5661             "type": "class",
5662             "extra": {
5663                 "branch-alias": {
5664                     "dev-master": "1.0.x-dev"
5665                 }
5666             },
5667             "autoload": {
5668                 "classmap": [
5669                     "PEAR/"
5670                 ]
5671             },
5672             "notification-url": "https://packagist.org/downloads/",
5673             "include-path": [
5674                 "."
5675             ],
5676             "license": [
5677                 "BSD-2-Clause"
5678             ],
5679             "authors": [
5680                 {
5681                     "name": "Helgi Thormar",
5682                     "email": "dufuz@php.net"
5683                 },
5684                 {
5685                     "name": "Greg Beaver",
5686                     "email": "cellog@php.net"
5687                 }
5688             ],
5689             "description": "The PEAR Exception base class.",
5690             "homepage": "https://github.com/pear/PEAR_Exception",
5691             "keywords": [
5692                 "exception"
5693             ],
5694             "support": {
5695                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
5696                 "source": "https://github.com/pear/PEAR_Exception"
5697             },
5698             "time": "2021-03-21T15:43:46+00:00"
5699         },
5700         {
5701             "name": "phenx/php-font-lib",
5702             "version": "0.5.4",
5703             "source": {
5704                 "type": "git",
5705                 "url": "https://github.com/dompdf/php-font-lib.git",
5706                 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
5707             },
5708             "dist": {
5709                 "type": "zip",
5710                 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
5711                 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
5712                 "shasum": ""
5713             },
5714             "require": {
5715                 "ext-mbstring": "*"
5716             },
5717             "require-dev": {
5718                 "symfony/phpunit-bridge": "^3 || ^4 || ^5"
5719             },
5720             "type": "library",
5721             "autoload": {
5722                 "psr-4": {
5723                     "FontLib\\": "src/FontLib"
5724                 }
5725             },
5726             "notification-url": "https://packagist.org/downloads/",
5727             "license": [
5728                 "LGPL-3.0"
5729             ],
5730             "authors": [
5731                 {
5732                     "name": "Fabien Ménager",
5733                     "email": "fabien.menager@gmail.com"
5734                 }
5735             ],
5736             "description": "A library to read, parse, export and make subsets of different types of font files.",
5737             "homepage": "https://github.com/PhenX/php-font-lib",
5738             "support": {
5739                 "issues": "https://github.com/dompdf/php-font-lib/issues",
5740                 "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
5741             },
5742             "time": "2021-12-17T19:44:54+00:00"
5743         },
5744         {
5745             "name": "phenx/php-svg-lib",
5746             "version": "0.5.0",
5747             "source": {
5748                 "type": "git",
5749                 "url": "https://github.com/dompdf/php-svg-lib.git",
5750                 "reference": "76876c6cf3080bcb6f249d7d59705108166a6685"
5751             },
5752             "dist": {
5753                 "type": "zip",
5754                 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/76876c6cf3080bcb6f249d7d59705108166a6685",
5755                 "reference": "76876c6cf3080bcb6f249d7d59705108166a6685",
5756                 "shasum": ""
5757             },
5758             "require": {
5759                 "ext-mbstring": "*",
5760                 "php": "^7.1 || ^8.0",
5761                 "sabberworm/php-css-parser": "^8.4"
5762             },
5763             "require-dev": {
5764                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
5765             },
5766             "type": "library",
5767             "autoload": {
5768                 "psr-4": {
5769                     "Svg\\": "src/Svg"
5770                 }
5771             },
5772             "notification-url": "https://packagist.org/downloads/",
5773             "license": [
5774                 "LGPL-3.0"
5775             ],
5776             "authors": [
5777                 {
5778                     "name": "Fabien Ménager",
5779                     "email": "fabien.menager@gmail.com"
5780                 }
5781             ],
5782             "description": "A library to read, parse and export to PDF SVG files.",
5783             "homepage": "https://github.com/PhenX/php-svg-lib",
5784             "support": {
5785                 "issues": "https://github.com/dompdf/php-svg-lib/issues",
5786                 "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.0"
5787             },
5788             "time": "2022-09-06T12:16:56+00:00"
5789         },
5790         {
5791             "name": "php-http/discovery",
5792             "version": "1.19.1",
5793             "source": {
5794                 "type": "git",
5795                 "url": "https://github.com/php-http/discovery.git",
5796                 "reference": "57f3de01d32085fea20865f9b16fb0e69347c39e"
5797             },
5798             "dist": {
5799                 "type": "zip",
5800                 "url": "https://api.github.com/repos/php-http/discovery/zipball/57f3de01d32085fea20865f9b16fb0e69347c39e",
5801                 "reference": "57f3de01d32085fea20865f9b16fb0e69347c39e",
5802                 "shasum": ""
5803             },
5804             "require": {
5805                 "composer-plugin-api": "^1.0|^2.0",
5806                 "php": "^7.1 || ^8.0"
5807             },
5808             "conflict": {
5809                 "nyholm/psr7": "<1.0",
5810                 "zendframework/zend-diactoros": "*"
5811             },
5812             "provide": {
5813                 "php-http/async-client-implementation": "*",
5814                 "php-http/client-implementation": "*",
5815                 "psr/http-client-implementation": "*",
5816                 "psr/http-factory-implementation": "*",
5817                 "psr/http-message-implementation": "*"
5818             },
5819             "require-dev": {
5820                 "composer/composer": "^1.0.2|^2.0",
5821                 "graham-campbell/phpspec-skip-example-extension": "^5.0",
5822                 "php-http/httplug": "^1.0 || ^2.0",
5823                 "php-http/message-factory": "^1.0",
5824                 "phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
5825                 "symfony/phpunit-bridge": "^6.2"
5826             },
5827             "type": "composer-plugin",
5828             "extra": {
5829                 "class": "Http\\Discovery\\Composer\\Plugin",
5830                 "plugin-optional": true
5831             },
5832             "autoload": {
5833                 "psr-4": {
5834                     "Http\\Discovery\\": "src/"
5835                 },
5836                 "exclude-from-classmap": [
5837                     "src/Composer/Plugin.php"
5838                 ]
5839             },
5840             "notification-url": "https://packagist.org/downloads/",
5841             "license": [
5842                 "MIT"
5843             ],
5844             "authors": [
5845                 {
5846                     "name": "Márk Sági-Kazár",
5847                     "email": "mark.sagikazar@gmail.com"
5848                 }
5849             ],
5850             "description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
5851             "homepage": "http://php-http.org",
5852             "keywords": [
5853                 "adapter",
5854                 "client",
5855                 "discovery",
5856                 "factory",
5857                 "http",
5858                 "message",
5859                 "psr17",
5860                 "psr7"
5861             ],
5862             "support": {
5863                 "issues": "https://github.com/php-http/discovery/issues",
5864                 "source": "https://github.com/php-http/discovery/tree/1.19.1"
5865             },
5866             "time": "2023-07-11T07:02:26+00:00"
5867         },
5868         {
5869             "name": "php-http/guzzle7-adapter",
5870             "version": "1.0.0",
5871             "source": {
5872                 "type": "git",
5873                 "url": "https://github.com/php-http/guzzle7-adapter.git",
5874                 "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01"
5875             },
5876             "dist": {
5877                 "type": "zip",
5878                 "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01",
5879                 "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01",
5880                 "shasum": ""
5881             },
5882             "require": {
5883                 "guzzlehttp/guzzle": "^7.0",
5884                 "php": "^7.2 | ^8.0",
5885                 "php-http/httplug": "^2.0",
5886                 "psr/http-client": "^1.0"
5887             },
5888             "provide": {
5889                 "php-http/async-client-implementation": "1.0",
5890                 "php-http/client-implementation": "1.0",
5891                 "psr/http-client-implementation": "1.0"
5892             },
5893             "require-dev": {
5894                 "php-http/client-integration-tests": "^3.0",
5895                 "phpunit/phpunit": "^8.0|^9.3"
5896             },
5897             "type": "library",
5898             "extra": {
5899                 "branch-alias": {
5900                     "dev-master": "0.2.x-dev"
5901                 }
5902             },
5903             "autoload": {
5904                 "psr-4": {
5905                     "Http\\Adapter\\Guzzle7\\": "src/"
5906                 }
5907             },
5908             "notification-url": "https://packagist.org/downloads/",
5909             "license": [
5910                 "MIT"
5911             ],
5912             "authors": [
5913                 {
5914                     "name": "Tobias Nyholm",
5915                     "email": "tobias.nyholm@gmail.com"
5916                 }
5917             ],
5918             "description": "Guzzle 7 HTTP Adapter",
5919             "homepage": "http://httplug.io",
5920             "keywords": [
5921                 "Guzzle",
5922                 "http"
5923             ],
5924             "support": {
5925                 "issues": "https://github.com/php-http/guzzle7-adapter/issues",
5926                 "source": "https://github.com/php-http/guzzle7-adapter/tree/1.0.0"
5927             },
5928             "time": "2021-03-09T07:35:15+00:00"
5929         },
5930         {
5931             "name": "php-http/httplug",
5932             "version": "2.4.0",
5933             "source": {
5934                 "type": "git",
5935                 "url": "https://github.com/php-http/httplug.git",
5936                 "reference": "625ad742c360c8ac580fcc647a1541d29e257f67"
5937             },
5938             "dist": {
5939                 "type": "zip",
5940                 "url": "https://api.github.com/repos/php-http/httplug/zipball/625ad742c360c8ac580fcc647a1541d29e257f67",
5941                 "reference": "625ad742c360c8ac580fcc647a1541d29e257f67",
5942                 "shasum": ""
5943             },
5944             "require": {
5945                 "php": "^7.1 || ^8.0",
5946                 "php-http/promise": "^1.1",
5947                 "psr/http-client": "^1.0",
5948                 "psr/http-message": "^1.0 || ^2.0"
5949             },
5950             "require-dev": {
5951                 "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
5952                 "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
5953             },
5954             "type": "library",
5955             "autoload": {
5956                 "psr-4": {
5957                     "Http\\Client\\": "src/"
5958                 }
5959             },
5960             "notification-url": "https://packagist.org/downloads/",
5961             "license": [
5962                 "MIT"
5963             ],
5964             "authors": [
5965                 {
5966                     "name": "Eric GELOEN",
5967                     "email": "geloen.eric@gmail.com"
5968                 },
5969                 {
5970                     "name": "Márk Sági-Kazár",
5971                     "email": "mark.sagikazar@gmail.com",
5972                     "homepage": "https://sagikazarmark.hu"
5973                 }
5974             ],
5975             "description": "HTTPlug, the HTTP client abstraction for PHP",
5976             "homepage": "http://httplug.io",
5977             "keywords": [
5978                 "client",
5979                 "http"
5980             ],
5981             "support": {
5982                 "issues": "https://github.com/php-http/httplug/issues",
5983                 "source": "https://github.com/php-http/httplug/tree/2.4.0"
5984             },
5985             "time": "2023-04-14T15:10:03+00:00"
5986         },
5987         {
5988             "name": "php-http/message",
5989             "version": "1.16.0",
5990             "source": {
5991                 "type": "git",
5992                 "url": "https://github.com/php-http/message.git",
5993                 "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd"
5994             },
5995             "dist": {
5996                 "type": "zip",
5997                 "url": "https://api.github.com/repos/php-http/message/zipball/47a14338bf4ebd67d317bf1144253d7db4ab55fd",
5998                 "reference": "47a14338bf4ebd67d317bf1144253d7db4ab55fd",
5999                 "shasum": ""
6000             },
6001             "require": {
6002                 "clue/stream-filter": "^1.5",
6003                 "php": "^7.2 || ^8.0",
6004                 "psr/http-message": "^1.1 || ^2.0"
6005             },
6006             "provide": {
6007                 "php-http/message-factory-implementation": "1.0"
6008             },
6009             "require-dev": {
6010                 "ergebnis/composer-normalize": "^2.6",
6011                 "ext-zlib": "*",
6012                 "guzzlehttp/psr7": "^1.0 || ^2.0",
6013                 "laminas/laminas-diactoros": "^2.0 || ^3.0",
6014                 "php-http/message-factory": "^1.0.2",
6015                 "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
6016                 "slim/slim": "^3.0"
6017             },
6018             "suggest": {
6019                 "ext-zlib": "Used with compressor/decompressor streams",
6020                 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
6021                 "laminas/laminas-diactoros": "Used with Diactoros Factories",
6022                 "slim/slim": "Used with Slim Framework PSR-7 implementation"
6023             },
6024             "type": "library",
6025             "autoload": {
6026                 "files": [
6027                     "src/filters.php"
6028                 ],
6029                 "psr-4": {
6030                     "Http\\Message\\": "src/"
6031                 }
6032             },
6033             "notification-url": "https://packagist.org/downloads/",
6034             "license": [
6035                 "MIT"
6036             ],
6037             "authors": [
6038                 {
6039                     "name": "Márk Sági-Kazár",
6040                     "email": "mark.sagikazar@gmail.com"
6041                 }
6042             ],
6043             "description": "HTTP Message related tools",
6044             "homepage": "http://php-http.org",
6045             "keywords": [
6046                 "http",
6047                 "message",
6048                 "psr-7"
6049             ],
6050             "support": {
6051                 "issues": "https://github.com/php-http/message/issues",
6052                 "source": "https://github.com/php-http/message/tree/1.16.0"
6053             },
6054             "time": "2023-05-17T06:43:38+00:00"
6055         },
6056         {
6057             "name": "php-http/message-factory",
6058             "version": "1.1.0",
6059             "source": {
6060                 "type": "git",
6061                 "url": "https://github.com/php-http/message-factory.git",
6062                 "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57"
6063             },
6064             "dist": {
6065                 "type": "zip",
6066                 "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
6067                 "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
6068                 "shasum": ""
6069             },
6070             "require": {
6071                 "php": ">=5.4",
6072                 "psr/http-message": "^1.0 || ^2.0"
6073             },
6074             "type": "library",
6075             "extra": {
6076                 "branch-alias": {
6077                     "dev-master": "1.x-dev"
6078                 }
6079             },
6080             "autoload": {
6081                 "psr-4": {
6082                     "Http\\Message\\": "src/"
6083                 }
6084             },
6085             "notification-url": "https://packagist.org/downloads/",
6086             "license": [
6087                 "MIT"
6088             ],
6089             "authors": [
6090                 {
6091                     "name": "Márk Sági-Kazár",
6092                     "email": "mark.sagikazar@gmail.com"
6093                 }
6094             ],
6095             "description": "Factory interfaces for PSR-7 HTTP Message",
6096             "homepage": "http://php-http.org",
6097             "keywords": [
6098                 "factory",
6099                 "http",
6100                 "message",
6101                 "stream",
6102                 "uri"
6103             ],
6104             "support": {
6105                 "issues": "https://github.com/php-http/message-factory/issues",
6106                 "source": "https://github.com/php-http/message-factory/tree/1.1.0"
6107             },
6108             "abandoned": "psr/http-factory",
6109             "time": "2023-04-14T14:16:17+00:00"
6110         },
6111         {
6112             "name": "php-http/promise",
6113             "version": "1.1.0",
6114             "source": {
6115                 "type": "git",
6116                 "url": "https://github.com/php-http/promise.git",
6117                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
6118             },
6119             "dist": {
6120                 "type": "zip",
6121                 "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
6122                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
6123                 "shasum": ""
6124             },
6125             "require": {
6126                 "php": "^7.1 || ^8.0"
6127             },
6128             "require-dev": {
6129                 "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
6130                 "phpspec/phpspec": "^5.1.2 || ^6.2"
6131             },
6132             "type": "library",
6133             "extra": {
6134                 "branch-alias": {
6135                     "dev-master": "1.1-dev"
6136                 }
6137             },
6138             "autoload": {
6139                 "psr-4": {
6140                     "Http\\Promise\\": "src/"
6141                 }
6142             },
6143             "notification-url": "https://packagist.org/downloads/",
6144             "license": [
6145                 "MIT"
6146             ],
6147             "authors": [
6148                 {
6149                     "name": "Joel Wurtz",
6150                     "email": "joel.wurtz@gmail.com"
6151                 },
6152                 {
6153                     "name": "Márk Sági-Kazár",
6154                     "email": "mark.sagikazar@gmail.com"
6155                 }
6156             ],
6157             "description": "Promise used for asynchronous HTTP requests",
6158             "homepage": "http://httplug.io",
6159             "keywords": [
6160                 "promise"
6161             ],
6162             "support": {
6163                 "issues": "https://github.com/php-http/promise/issues",
6164                 "source": "https://github.com/php-http/promise/tree/1.1.0"
6165             },
6166             "time": "2020-07-07T09:29:14+00:00"
6167         },
6168         {
6169             "name": "php81_bc/strftime",
6170             "version": "0.5.0",
6171             "source": {
6172                 "type": "git",
6173                 "url": "https://github.com/alphp/strftime.git",
6174                 "reference": "4c1b56eaae4bb3f02f994ba47c2e5a225378e62f"
6175             },
6176             "dist": {
6177                 "type": "zip",
6178                 "url": "https://api.github.com/repos/alphp/strftime/zipball/4c1b56eaae4bb3f02f994ba47c2e5a225378e62f",
6179                 "reference": "4c1b56eaae4bb3f02f994ba47c2e5a225378e62f",
6180                 "shasum": ""
6181             },
6182             "require": {
6183                 "ext-intl": "*",
6184                 "php": ">=7.1.0"
6185             },
6186             "require-dev": {
6187                 "phpunit/phpunit": "@stable"
6188             },
6189             "type": "library",
6190             "autoload": {
6191                 "files": [
6192                     "src/php-8.1-strftime.php"
6193                 ]
6194             },
6195             "notification-url": "https://packagist.org/downloads/",
6196             "license": [
6197                 "MIT"
6198             ],
6199             "authors": [
6200                 {
6201                     "name": "Fernando Herrero",
6202                     "homepage": "https://github.com/alphp/strftime/graphs/contributors"
6203                 }
6204             ],
6205             "description": "Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)",
6206             "support": {
6207                 "issues": "https://github.com/alphp/strftime/issues",
6208                 "source": "https://github.com/alphp/strftime"
6209             },
6210             "time": "2022-04-10T22:31:16+00:00"
6211         },
6212         {
6213             "name": "phpmailer/phpmailer",
6214             "version": "v6.8.1",
6215             "source": {
6216                 "type": "git",
6217                 "url": "https://github.com/PHPMailer/PHPMailer.git",
6218                 "reference": "e88da8d679acc3824ff231fdc553565b802ac016"
6219             },
6220             "dist": {
6221                 "type": "zip",
6222                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e88da8d679acc3824ff231fdc553565b802ac016",
6223                 "reference": "e88da8d679acc3824ff231fdc553565b802ac016",
6224                 "shasum": ""
6225             },
6226             "require": {
6227                 "ext-ctype": "*",
6228                 "ext-filter": "*",
6229                 "ext-hash": "*",
6230                 "php": ">=5.5.0"
6231             },
6232             "require-dev": {
6233                 "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
6234                 "doctrine/annotations": "^1.2.6 || ^1.13.3",
6235                 "php-parallel-lint/php-console-highlighter": "^1.0.0",
6236                 "php-parallel-lint/php-parallel-lint": "^1.3.2",
6237                 "phpcompatibility/php-compatibility": "^9.3.5",
6238                 "roave/security-advisories": "dev-latest",
6239                 "squizlabs/php_codesniffer": "^3.7.2",
6240                 "yoast/phpunit-polyfills": "^1.0.4"
6241             },
6242             "suggest": {
6243                 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
6244                 "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
6245                 "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
6246                 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
6247                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
6248                 "psr/log": "For optional PSR-3 debug logging",
6249                 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
6250                 "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
6251             },
6252             "type": "library",
6253             "autoload": {
6254                 "psr-4": {
6255                     "PHPMailer\\PHPMailer\\": "src/"
6256                 }
6257             },
6258             "notification-url": "https://packagist.org/downloads/",
6259             "license": [
6260                 "LGPL-2.1-only"
6261             ],
6262             "authors": [
6263                 {
6264                     "name": "Marcus Bointon",
6265                     "email": "phpmailer@synchromedia.co.uk"
6266                 },
6267                 {
6268                     "name": "Jim Jagielski",
6269                     "email": "jimjag@gmail.com"
6270                 },
6271                 {
6272                     "name": "Andy Prevost",
6273                     "email": "codeworxtech@users.sourceforge.net"
6274                 },
6275                 {
6276                     "name": "Brent R. Matzelle"
6277                 }
6278             ],
6279             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
6280             "support": {
6281                 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
6282                 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.1"
6283             },
6284             "funding": [
6285                 {
6286                     "url": "https://github.com/Synchro",
6287                     "type": "github"
6288                 }
6289             ],
6290             "time": "2023-08-29T08:26:30+00:00"
6291         },
6292         {
6293             "name": "phpoffice/phpspreadsheet",
6294             "version": "1.29.0",
6295             "source": {
6296                 "type": "git",
6297                 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
6298                 "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
6299             },
6300             "dist": {
6301                 "type": "zip",
6302                 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
6303                 "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
6304                 "shasum": ""
6305             },
6306             "require": {
6307                 "ext-ctype": "*",
6308                 "ext-dom": "*",
6309                 "ext-fileinfo": "*",
6310                 "ext-gd": "*",
6311                 "ext-iconv": "*",
6312                 "ext-libxml": "*",
6313                 "ext-mbstring": "*",
6314                 "ext-simplexml": "*",
6315                 "ext-xml": "*",
6316                 "ext-xmlreader": "*",
6317                 "ext-xmlwriter": "*",
6318                 "ext-zip": "*",
6319                 "ext-zlib": "*",
6320                 "ezyang/htmlpurifier": "^4.15",
6321                 "maennchen/zipstream-php": "^2.1 || ^3.0",
6322                 "markbaker/complex": "^3.0",
6323                 "markbaker/matrix": "^3.0",
6324                 "php": "^7.4 || ^8.0",
6325                 "psr/http-client": "^1.0",
6326                 "psr/http-factory": "^1.0",
6327                 "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
6328             },
6329             "require-dev": {
6330                 "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
6331                 "dompdf/dompdf": "^1.0 || ^2.0",
6332                 "friendsofphp/php-cs-fixer": "^3.2",
6333                 "mitoteam/jpgraph": "^10.3",
6334                 "mpdf/mpdf": "^8.1.1",
6335                 "phpcompatibility/php-compatibility": "^9.3",
6336                 "phpstan/phpstan": "^1.1",
6337                 "phpstan/phpstan-phpunit": "^1.0",
6338                 "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
6339                 "squizlabs/php_codesniffer": "^3.7",
6340                 "tecnickcom/tcpdf": "^6.5"
6341             },
6342             "suggest": {
6343                 "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
6344                 "ext-intl": "PHP Internationalization Functions",
6345                 "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
6346                 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
6347                 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
6348             },
6349             "type": "library",
6350             "autoload": {
6351                 "psr-4": {
6352                     "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
6353                 }
6354             },
6355             "notification-url": "https://packagist.org/downloads/",
6356             "license": [
6357                 "MIT"
6358             ],
6359             "authors": [
6360                 {
6361                     "name": "Maarten Balliauw",
6362                     "homepage": "https://blog.maartenballiauw.be"
6363                 },
6364                 {
6365                     "name": "Mark Baker",
6366                     "homepage": "https://markbakeruk.net"
6367                 },
6368                 {
6369                     "name": "Franck Lefevre",
6370                     "homepage": "https://rootslabs.net"
6371                 },
6372                 {
6373                     "name": "Erik Tilt"
6374                 },
6375                 {
6376                     "name": "Adrien Crivelli"
6377                 }
6378             ],
6379             "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
6380             "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
6381             "keywords": [
6382                 "OpenXML",
6383                 "excel",
6384                 "gnumeric",
6385                 "ods",
6386                 "php",
6387                 "spreadsheet",
6388                 "xls",
6389                 "xlsx"
6390             ],
6391             "support": {
6392                 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
6393                 "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
6394             },
6395             "time": "2023-06-14T22:48:31+00:00"
6396         },
6397         {
6398             "name": "phpoption/phpoption",
6399             "version": "1.9.1",
6400             "source": {
6401                 "type": "git",
6402                 "url": "https://github.com/schmittjoh/php-option.git",
6403                 "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
6404             },
6405             "dist": {
6406                 "type": "zip",
6407                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
6408                 "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
6409                 "shasum": ""
6410             },
6411             "require": {
6412                 "php": "^7.2.5 || ^8.0"
6413             },
6414             "require-dev": {
6415                 "bamarni/composer-bin-plugin": "^1.8.2",
6416                 "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
6417             },
6418             "type": "library",
6419             "extra": {
6420                 "bamarni-bin": {
6421                     "bin-links": true,
6422                     "forward-command": true
6423                 },
6424                 "branch-alias": {
6425                     "dev-master": "1.9-dev"
6426                 }
6427             },
6428             "autoload": {
6429                 "psr-4": {
6430                     "PhpOption\\": "src/PhpOption/"
6431                 }
6432             },
6433             "notification-url": "https://packagist.org/downloads/",
6434             "license": [
6435                 "Apache-2.0"
6436             ],
6437             "authors": [
6438                 {
6439                     "name": "Johannes M. Schmitt",
6440                     "email": "schmittjoh@gmail.com",
6441                     "homepage": "https://github.com/schmittjoh"
6442                 },
6443                 {
6444                     "name": "Graham Campbell",
6445                     "email": "hello@gjcampbell.co.uk",
6446                     "homepage": "https://github.com/GrahamCampbell"
6447                 }
6448             ],
6449             "description": "Option Type for PHP",
6450             "keywords": [
6451                 "language",
6452                 "option",
6453                 "php",
6454                 "type"
6455             ],
6456             "support": {
6457                 "issues": "https://github.com/schmittjoh/php-option/issues",
6458                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
6459             },
6460             "funding": [
6461                 {
6462                     "url": "https://github.com/GrahamCampbell",
6463                     "type": "github"
6464                 },
6465                 {
6466                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
6467                     "type": "tidelift"
6468                 }
6469             ],
6470             "time": "2023-02-25T19:38:58+00:00"
6471         },
6472         {
6473             "name": "phpseclib/phpseclib",
6474             "version": "3.0.23",
6475             "source": {
6476                 "type": "git",
6477                 "url": "https://github.com/phpseclib/phpseclib.git",
6478                 "reference": "866cc78fbd82462ffd880e3f65692afe928bed50"
6479             },
6480             "dist": {
6481                 "type": "zip",
6482                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/866cc78fbd82462ffd880e3f65692afe928bed50",
6483                 "reference": "866cc78fbd82462ffd880e3f65692afe928bed50",
6484                 "shasum": ""
6485             },
6486             "require": {
6487                 "paragonie/constant_time_encoding": "^1|^2",
6488                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
6489                 "php": ">=5.6.1"
6490             },
6491             "require-dev": {
6492                 "phpunit/phpunit": "*"
6493             },
6494             "suggest": {
6495                 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
6496                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6497                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6498                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6499                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
6500             },
6501             "type": "library",
6502             "autoload": {
6503                 "files": [
6504                     "phpseclib/bootstrap.php"
6505                 ],
6506                 "psr-4": {
6507                     "phpseclib3\\": "phpseclib/"
6508                 }
6509             },
6510             "notification-url": "https://packagist.org/downloads/",
6511             "license": [
6512                 "MIT"
6513             ],
6514             "authors": [
6515                 {
6516                     "name": "Jim Wigginton",
6517                     "email": "terrafrost@php.net",
6518                     "role": "Lead Developer"
6519                 },
6520                 {
6521                     "name": "Patrick Monnerat",
6522                     "email": "pm@datasphere.ch",
6523                     "role": "Developer"
6524                 },
6525                 {
6526                     "name": "Andreas Fischer",
6527                     "email": "bantu@phpbb.com",
6528                     "role": "Developer"
6529                 },
6530                 {
6531                     "name": "Hans-Jürgen Petrich",
6532                     "email": "petrich@tronic-media.com",
6533                     "role": "Developer"
6534                 },
6535                 {
6536                     "name": "Graham Campbell",
6537                     "email": "graham@alt-three.com",
6538                     "role": "Developer"
6539                 }
6540             ],
6541             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6542             "homepage": "http://phpseclib.sourceforge.net",
6543             "keywords": [
6544                 "BigInteger",
6545                 "aes",
6546                 "asn.1",
6547                 "asn1",
6548                 "blowfish",
6549                 "crypto",
6550                 "cryptography",
6551                 "encryption",
6552                 "rsa",
6553                 "security",
6554                 "sftp",
6555                 "signature",
6556                 "signing",
6557                 "ssh",
6558                 "twofish",
6559                 "x.509",
6560                 "x509"
6561             ],
6562             "support": {
6563                 "issues": "https://github.com/phpseclib/phpseclib/issues",
6564                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.23"
6565             },
6566             "funding": [
6567                 {
6568                     "url": "https://github.com/terrafrost",
6569                     "type": "github"
6570                 },
6571                 {
6572                     "url": "https://www.patreon.com/phpseclib",
6573                     "type": "patreon"
6574                 },
6575                 {
6576                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6577                     "type": "tidelift"
6578                 }
6579             ],
6580             "time": "2023-09-18T17:22:01+00:00"
6581         },
6582         {
6583             "name": "psr/cache",
6584             "version": "3.0.0",
6585             "source": {
6586                 "type": "git",
6587                 "url": "https://github.com/php-fig/cache.git",
6588                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
6589             },
6590             "dist": {
6591                 "type": "zip",
6592                 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
6593                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
6594                 "shasum": ""
6595             },
6596             "require": {
6597                 "php": ">=8.0.0"
6598             },
6599             "type": "library",
6600             "extra": {
6601                 "branch-alias": {
6602                     "dev-master": "1.0.x-dev"
6603                 }
6604             },
6605             "autoload": {
6606                 "psr-4": {
6607                     "Psr\\Cache\\": "src/"
6608                 }
6609             },
6610             "notification-url": "https://packagist.org/downloads/",
6611             "license": [
6612                 "MIT"
6613             ],
6614             "authors": [
6615                 {
6616                     "name": "PHP-FIG",
6617                     "homepage": "https://www.php-fig.org/"
6618                 }
6619             ],
6620             "description": "Common interface for caching libraries",
6621             "keywords": [
6622                 "cache",
6623                 "psr",
6624                 "psr-6"
6625             ],
6626             "support": {
6627                 "source": "https://github.com/php-fig/cache/tree/3.0.0"
6628             },
6629             "time": "2021-02-03T23:26:27+00:00"
6630         },
6631         {
6632             "name": "psr/clock",
6633             "version": "1.0.0",
6634             "source": {
6635                 "type": "git",
6636                 "url": "https://github.com/php-fig/clock.git",
6637                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
6638             },
6639             "dist": {
6640                 "type": "zip",
6641                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
6642                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
6643                 "shasum": ""
6644             },
6645             "require": {
6646                 "php": "^7.0 || ^8.0"
6647             },
6648             "type": "library",
6649             "autoload": {
6650                 "psr-4": {
6651                     "Psr\\Clock\\": "src/"
6652                 }
6653             },
6654             "notification-url": "https://packagist.org/downloads/",
6655             "license": [
6656                 "MIT"
6657             ],
6658             "authors": [
6659                 {
6660                     "name": "PHP-FIG",
6661                     "homepage": "https://www.php-fig.org/"
6662                 }
6663             ],
6664             "description": "Common interface for reading the clock.",
6665             "homepage": "https://github.com/php-fig/clock",
6666             "keywords": [
6667                 "clock",
6668                 "now",
6669                 "psr",
6670                 "psr-20",
6671                 "time"
6672             ],
6673             "support": {
6674                 "issues": "https://github.com/php-fig/clock/issues",
6675                 "source": "https://github.com/php-fig/clock/tree/1.0.0"
6676             },
6677             "time": "2022-11-25T14:36:26+00:00"
6678         },
6679         {
6680             "name": "psr/container",
6681             "version": "1.1.2",
6682             "source": {
6683                 "type": "git",
6684                 "url": "https://github.com/php-fig/container.git",
6685                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
6686             },
6687             "dist": {
6688                 "type": "zip",
6689                 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
6690                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
6691                 "shasum": ""
6692             },
6693             "require": {
6694                 "php": ">=7.4.0"
6695             },
6696             "type": "library",
6697             "autoload": {
6698                 "psr-4": {
6699                     "Psr\\Container\\": "src/"
6700                 }
6701             },
6702             "notification-url": "https://packagist.org/downloads/",
6703             "license": [
6704                 "MIT"
6705             ],
6706             "authors": [
6707                 {
6708                     "name": "PHP-FIG",
6709                     "homepage": "https://www.php-fig.org/"
6710                 }
6711             ],
6712             "description": "Common Container Interface (PHP FIG PSR-11)",
6713             "homepage": "https://github.com/php-fig/container",
6714             "keywords": [
6715                 "PSR-11",
6716                 "container",
6717                 "container-interface",
6718                 "container-interop",
6719                 "psr"
6720             ],
6721             "support": {
6722                 "issues": "https://github.com/php-fig/container/issues",
6723                 "source": "https://github.com/php-fig/container/tree/1.1.2"
6724             },
6725             "time": "2021-11-05T16:50:12+00:00"
6726         },
6727         {
6728             "name": "psr/event-dispatcher",
6729             "version": "1.0.0",
6730             "source": {
6731                 "type": "git",
6732                 "url": "https://github.com/php-fig/event-dispatcher.git",
6733                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
6734             },
6735             "dist": {
6736                 "type": "zip",
6737                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
6738                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
6739                 "shasum": ""
6740             },
6741             "require": {
6742                 "php": ">=7.2.0"
6743             },
6744             "type": "library",
6745             "extra": {
6746                 "branch-alias": {
6747                     "dev-master": "1.0.x-dev"
6748                 }
6749             },
6750             "autoload": {
6751                 "psr-4": {
6752                     "Psr\\EventDispatcher\\": "src/"
6753                 }
6754             },
6755             "notification-url": "https://packagist.org/downloads/",
6756             "license": [
6757                 "MIT"
6758             ],
6759             "authors": [
6760                 {
6761                     "name": "PHP-FIG",
6762                     "homepage": "http://www.php-fig.org/"
6763                 }
6764             ],
6765             "description": "Standard interfaces for event handling.",
6766             "keywords": [
6767                 "events",
6768                 "psr",
6769                 "psr-14"
6770             ],
6771             "support": {
6772                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
6773                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
6774             },
6775             "time": "2019-01-08T18:20:26+00:00"
6776         },
6777         {
6778             "name": "psr/http-client",
6779             "version": "1.0.3",
6780             "source": {
6781                 "type": "git",
6782                 "url": "https://github.com/php-fig/http-client.git",
6783                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
6784             },
6785             "dist": {
6786                 "type": "zip",
6787                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
6788                 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
6789                 "shasum": ""
6790             },
6791             "require": {
6792                 "php": "^7.0 || ^8.0",
6793                 "psr/http-message": "^1.0 || ^2.0"
6794             },
6795             "type": "library",
6796             "extra": {
6797                 "branch-alias": {
6798                     "dev-master": "1.0.x-dev"
6799                 }
6800             },
6801             "autoload": {
6802                 "psr-4": {
6803                     "Psr\\Http\\Client\\": "src/"
6804                 }
6805             },
6806             "notification-url": "https://packagist.org/downloads/",
6807             "license": [
6808                 "MIT"
6809             ],
6810             "authors": [
6811                 {
6812                     "name": "PHP-FIG",
6813                     "homepage": "https://www.php-fig.org/"
6814                 }
6815             ],
6816             "description": "Common interface for HTTP clients",
6817             "homepage": "https://github.com/php-fig/http-client",
6818             "keywords": [
6819                 "http",
6820                 "http-client",
6821                 "psr",
6822                 "psr-18"
6823             ],
6824             "support": {
6825                 "source": "https://github.com/php-fig/http-client"
6826             },
6827             "time": "2023-09-23T14:17:50+00:00"
6828         },
6829         {
6830             "name": "psr/http-factory",
6831             "version": "1.0.2",
6832             "source": {
6833                 "type": "git",
6834                 "url": "https://github.com/php-fig/http-factory.git",
6835                 "reference": "e616d01114759c4c489f93b099585439f795fe35"
6836             },
6837             "dist": {
6838                 "type": "zip",
6839                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
6840                 "reference": "e616d01114759c4c489f93b099585439f795fe35",
6841                 "shasum": ""
6842             },
6843             "require": {
6844                 "php": ">=7.0.0",
6845                 "psr/http-message": "^1.0 || ^2.0"
6846             },
6847             "type": "library",
6848             "extra": {
6849                 "branch-alias": {
6850                     "dev-master": "1.0.x-dev"
6851                 }
6852             },
6853             "autoload": {
6854                 "psr-4": {
6855                     "Psr\\Http\\Message\\": "src/"
6856                 }
6857             },
6858             "notification-url": "https://packagist.org/downloads/",
6859             "license": [
6860                 "MIT"
6861             ],
6862             "authors": [
6863                 {
6864                     "name": "PHP-FIG",
6865                     "homepage": "https://www.php-fig.org/"
6866                 }
6867             ],
6868             "description": "Common interfaces for PSR-7 HTTP message factories",
6869             "keywords": [
6870                 "factory",
6871                 "http",
6872                 "message",
6873                 "psr",
6874                 "psr-17",
6875                 "psr-7",
6876                 "request",
6877                 "response"
6878             ],
6879             "support": {
6880                 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
6881             },
6882             "time": "2023-04-10T20:10:41+00:00"
6883         },
6884         {
6885             "name": "psr/http-message",
6886             "version": "1.1",
6887             "source": {
6888                 "type": "git",
6889                 "url": "https://github.com/php-fig/http-message.git",
6890                 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
6891             },
6892             "dist": {
6893                 "type": "zip",
6894                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
6895                 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
6896                 "shasum": ""
6897             },
6898             "require": {
6899                 "php": "^7.2 || ^8.0"
6900             },
6901             "type": "library",
6902             "extra": {
6903                 "branch-alias": {
6904                     "dev-master": "1.1.x-dev"
6905                 }
6906             },
6907             "autoload": {
6908                 "psr-4": {
6909                     "Psr\\Http\\Message\\": "src/"
6910                 }
6911             },
6912             "notification-url": "https://packagist.org/downloads/",
6913             "license": [
6914                 "MIT"
6915             ],
6916             "authors": [
6917                 {
6918                     "name": "PHP-FIG",
6919                     "homepage": "http://www.php-fig.org/"
6920                 }
6921             ],
6922             "description": "Common interface for HTTP messages",
6923             "homepage": "https://github.com/php-fig/http-message",
6924             "keywords": [
6925                 "http",
6926                 "http-message",
6927                 "psr",
6928                 "psr-7",
6929                 "request",
6930                 "response"
6931             ],
6932             "support": {
6933                 "source": "https://github.com/php-fig/http-message/tree/1.1"
6934             },
6935             "time": "2023-04-04T09:50:52+00:00"
6936         },
6937         {
6938             "name": "psr/log",
6939             "version": "2.0.0",
6940             "source": {
6941                 "type": "git",
6942                 "url": "https://github.com/php-fig/log.git",
6943                 "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
6944             },
6945             "dist": {
6946                 "type": "zip",
6947                 "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
6948                 "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
6949                 "shasum": ""
6950             },
6951             "require": {
6952                 "php": ">=8.0.0"
6953             },
6954             "type": "library",
6955             "extra": {
6956                 "branch-alias": {
6957                     "dev-master": "2.0.x-dev"
6958                 }
6959             },
6960             "autoload": {
6961                 "psr-4": {
6962                     "Psr\\Log\\": "src"
6963                 }
6964             },
6965             "notification-url": "https://packagist.org/downloads/",
6966             "license": [
6967                 "MIT"
6968             ],
6969             "authors": [
6970                 {
6971                     "name": "PHP-FIG",
6972                     "homepage": "https://www.php-fig.org/"
6973                 }
6974             ],
6975             "description": "Common interface for logging libraries",
6976             "homepage": "https://github.com/php-fig/log",
6977             "keywords": [
6978                 "log",
6979                 "psr",
6980                 "psr-3"
6981             ],
6982             "support": {
6983                 "source": "https://github.com/php-fig/log/tree/2.0.0"
6984             },
6985             "time": "2021-07-14T16:41:46+00:00"
6986         },
6987         {
6988             "name": "psr/simple-cache",
6989             "version": "3.0.0",
6990             "source": {
6991                 "type": "git",
6992                 "url": "https://github.com/php-fig/simple-cache.git",
6993                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
6994             },
6995             "dist": {
6996                 "type": "zip",
6997                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
6998                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
6999                 "shasum": ""
7000             },
7001             "require": {
7002                 "php": ">=8.0.0"
7003             },
7004             "type": "library",
7005             "extra": {
7006                 "branch-alias": {
7007                     "dev-master": "3.0.x-dev"
7008                 }
7009             },
7010             "autoload": {
7011                 "psr-4": {
7012                     "Psr\\SimpleCache\\": "src/"
7013                 }
7014             },
7015             "notification-url": "https://packagist.org/downloads/",
7016             "license": [
7017                 "MIT"
7018             ],
7019             "authors": [
7020                 {
7021                     "name": "PHP-FIG",
7022                     "homepage": "https://www.php-fig.org/"
7023                 }
7024             ],
7025             "description": "Common interfaces for simple caching",
7026             "keywords": [
7027                 "cache",
7028                 "caching",
7029                 "psr",
7030                 "psr-16",
7031                 "simple-cache"
7032             ],
7033             "support": {
7034                 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
7035             },
7036             "time": "2021-10-29T13:26:27+00:00"
7037         },
7038         {
7039             "name": "ralouphie/getallheaders",
7040             "version": "3.0.3",
7041             "source": {
7042                 "type": "git",
7043                 "url": "https://github.com/ralouphie/getallheaders.git",
7044                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
7045             },
7046             "dist": {
7047                 "type": "zip",
7048                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
7049                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
7050                 "shasum": ""
7051             },
7052             "require": {
7053                 "php": ">=5.6"
7054             },
7055             "require-dev": {
7056                 "php-coveralls/php-coveralls": "^2.1",
7057                 "phpunit/phpunit": "^5 || ^6.5"
7058             },
7059             "type": "library",
7060             "autoload": {
7061                 "files": [
7062                     "src/getallheaders.php"
7063                 ]
7064             },
7065             "notification-url": "https://packagist.org/downloads/",
7066             "license": [
7067                 "MIT"
7068             ],
7069             "authors": [
7070                 {
7071                     "name": "Ralph Khattar",
7072                     "email": "ralph.khattar@gmail.com"
7073                 }
7074             ],
7075             "description": "A polyfill for getallheaders.",
7076             "support": {
7077                 "issues": "https://github.com/ralouphie/getallheaders/issues",
7078                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
7079             },
7080             "time": "2019-03-08T08:55:37+00:00"
7081         },
7082         {
7083             "name": "ramsey/collection",
7084             "version": "2.0.0",
7085             "source": {
7086                 "type": "git",
7087                 "url": "https://github.com/ramsey/collection.git",
7088                 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
7089             },
7090             "dist": {
7091                 "type": "zip",
7092                 "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
7093                 "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
7094                 "shasum": ""
7095             },
7096             "require": {
7097                 "php": "^8.1"
7098             },
7099             "require-dev": {
7100                 "captainhook/plugin-composer": "^5.3",
7101                 "ergebnis/composer-normalize": "^2.28.3",
7102                 "fakerphp/faker": "^1.21",
7103                 "hamcrest/hamcrest-php": "^2.0",
7104                 "jangregor/phpstan-prophecy": "^1.0",
7105                 "mockery/mockery": "^1.5",
7106                 "php-parallel-lint/php-console-highlighter": "^1.0",
7107                 "php-parallel-lint/php-parallel-lint": "^1.3",
7108                 "phpcsstandards/phpcsutils": "^1.0.0-rc1",
7109                 "phpspec/prophecy-phpunit": "^2.0",
7110                 "phpstan/extension-installer": "^1.2",
7111                 "phpstan/phpstan": "^1.9",
7112                 "phpstan/phpstan-mockery": "^1.1",
7113                 "phpstan/phpstan-phpunit": "^1.3",
7114                 "phpunit/phpunit": "^9.5",
7115                 "psalm/plugin-mockery": "^1.1",
7116                 "psalm/plugin-phpunit": "^0.18.4",
7117                 "ramsey/coding-standard": "^2.0.3",
7118                 "ramsey/conventional-commits": "^1.3",
7119                 "vimeo/psalm": "^5.4"
7120             },
7121             "type": "library",
7122             "extra": {
7123                 "captainhook": {
7124                     "force-install": true
7125                 },
7126                 "ramsey/conventional-commits": {
7127                     "configFile": "conventional-commits.json"
7128                 }
7129             },
7130             "autoload": {
7131                 "psr-4": {
7132                     "Ramsey\\Collection\\": "src/"
7133                 }
7134             },
7135             "notification-url": "https://packagist.org/downloads/",
7136             "license": [
7137                 "MIT"
7138             ],
7139             "authors": [
7140                 {
7141                     "name": "Ben Ramsey",
7142                     "email": "ben@benramsey.com",
7143                     "homepage": "https://benramsey.com"
7144                 }
7145             ],
7146             "description": "A PHP library for representing and manipulating collections.",
7147             "keywords": [
7148                 "array",
7149                 "collection",
7150                 "hash",
7151                 "map",
7152                 "queue",
7153                 "set"
7154             ],
7155             "support": {
7156                 "issues": "https://github.com/ramsey/collection/issues",
7157                 "source": "https://github.com/ramsey/collection/tree/2.0.0"
7158             },
7159             "funding": [
7160                 {
7161                     "url": "https://github.com/ramsey",
7162                     "type": "github"
7163                 },
7164                 {
7165                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
7166                     "type": "tidelift"
7167                 }
7168             ],
7169             "time": "2022-12-31T21:50:55+00:00"
7170         },
7171         {
7172             "name": "ramsey/uuid",
7173             "version": "4.7.4",
7174             "source": {
7175                 "type": "git",
7176                 "url": "https://github.com/ramsey/uuid.git",
7177                 "reference": "60a4c63ab724854332900504274f6150ff26d286"
7178             },
7179             "dist": {
7180                 "type": "zip",
7181                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286",
7182                 "reference": "60a4c63ab724854332900504274f6150ff26d286",
7183                 "shasum": ""
7184             },
7185             "require": {
7186                 "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
7187                 "ext-json": "*",
7188                 "php": "^8.0",
7189                 "ramsey/collection": "^1.2 || ^2.0"
7190             },
7191             "replace": {
7192                 "rhumsaa/uuid": "self.version"
7193             },
7194             "require-dev": {
7195                 "captainhook/captainhook": "^5.10",
7196                 "captainhook/plugin-composer": "^5.3",
7197                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
7198                 "doctrine/annotations": "^1.8",
7199                 "ergebnis/composer-normalize": "^2.15",
7200                 "mockery/mockery": "^1.3",
7201                 "paragonie/random-lib": "^2",
7202                 "php-mock/php-mock": "^2.2",
7203                 "php-mock/php-mock-mockery": "^1.3",
7204                 "php-parallel-lint/php-parallel-lint": "^1.1",
7205                 "phpbench/phpbench": "^1.0",
7206                 "phpstan/extension-installer": "^1.1",
7207                 "phpstan/phpstan": "^1.8",
7208                 "phpstan/phpstan-mockery": "^1.1",
7209                 "phpstan/phpstan-phpunit": "^1.1",
7210                 "phpunit/phpunit": "^8.5 || ^9",
7211                 "ramsey/composer-repl": "^1.4",
7212                 "slevomat/coding-standard": "^8.4",
7213                 "squizlabs/php_codesniffer": "^3.5",
7214                 "vimeo/psalm": "^4.9"
7215             },
7216             "suggest": {
7217                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
7218                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
7219                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
7220                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7221                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7222             },
7223             "type": "library",
7224             "extra": {
7225                 "captainhook": {
7226                     "force-install": true
7227                 }
7228             },
7229             "autoload": {
7230                 "files": [
7231                     "src/functions.php"
7232                 ],
7233                 "psr-4": {
7234                     "Ramsey\\Uuid\\": "src/"
7235                 }
7236             },
7237             "notification-url": "https://packagist.org/downloads/",
7238             "license": [
7239                 "MIT"
7240             ],
7241             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
7242             "keywords": [
7243                 "guid",
7244                 "identifier",
7245                 "uuid"
7246             ],
7247             "support": {
7248                 "issues": "https://github.com/ramsey/uuid/issues",
7249                 "source": "https://github.com/ramsey/uuid/tree/4.7.4"
7250             },
7251             "funding": [
7252                 {
7253                     "url": "https://github.com/ramsey",
7254                     "type": "github"
7255                 },
7256                 {
7257                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
7258                     "type": "tidelift"
7259                 }
7260             ],
7261             "time": "2023-04-15T23:01:58+00:00"
7262         },
7263         {
7264             "name": "robthree/twofactorauth",
7265             "version": "v2.0.0",
7266             "source": {
7267                 "type": "git",
7268                 "url": "https://github.com/RobThree/TwoFactorAuth.git",
7269                 "reference": "27cd1e1392d19f178398e892f59062003c8998a4"
7270             },
7271             "dist": {
7272                 "type": "zip",
7273                 "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/27cd1e1392d19f178398e892f59062003c8998a4",
7274                 "reference": "27cd1e1392d19f178398e892f59062003c8998a4",
7275                 "shasum": ""
7276             },
7277             "require": {
7278                 "php": ">=8.1.0"
7279             },
7280             "require-dev": {
7281                 "friendsofphp/php-cs-fixer": "^3.13",
7282                 "phpstan/phpstan": "^1.9",
7283                 "phpunit/phpunit": "^9"
7284             },
7285             "suggest": {
7286                 "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
7287                 "endroid/qr-code": "Needed for EndroidQrCodeProvider"
7288             },
7289             "type": "library",
7290             "autoload": {
7291                 "psr-4": {
7292                     "RobThree\\Auth\\": "lib"
7293                 }
7294             },
7295             "notification-url": "https://packagist.org/downloads/",
7296             "license": [
7297                 "MIT"
7298             ],
7299             "authors": [
7300                 {
7301                     "name": "Rob Janssen",
7302                     "homepage": "http://robiii.me",
7303                     "role": "Developer"
7304                 },
7305                 {
7306                     "name": "Nicolas CARPi",
7307                     "homepage": "https://github.com/NicolasCARPi",
7308                     "role": "Developer"
7309                 },
7310                 {
7311                     "name": "Will Power",
7312                     "homepage": "https://github.com/willpower232",
7313                     "role": "Developer"
7314                 }
7315             ],
7316             "description": "Two Factor Authentication",
7317             "homepage": "https://github.com/RobThree/TwoFactorAuth",
7318             "keywords": [
7319                 "Authentication",
7320                 "MFA",
7321                 "Multi Factor Authentication",
7322                 "Two Factor Authentication",
7323                 "authenticator",
7324                 "authy",
7325                 "php",
7326                 "tfa"
7327             ],
7328             "support": {
7329                 "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
7330                 "source": "https://github.com/RobThree/TwoFactorAuth"
7331             },
7332             "funding": [
7333                 {
7334                     "url": "https://paypal.me/robiii",
7335                     "type": "custom"
7336                 },
7337                 {
7338                     "url": "https://github.com/RobThree",
7339                     "type": "github"
7340                 }
7341             ],
7342             "time": "2023-02-25T11:33:28+00:00"
7343         },
7344         {
7345             "name": "rospdf/pdf-php",
7346             "version": "0.12.67",
7347             "source": {
7348                 "type": "git",
7349                 "url": "https://github.com/rospdf/pdf-php.git",
7350                 "reference": "fce993f08f99305569bb238644c5c35c0db0f85a"
7351             },
7352             "dist": {
7353                 "type": "zip",
7354                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/fce993f08f99305569bb238644c5c35c0db0f85a",
7355                 "reference": "fce993f08f99305569bb238644c5c35c0db0f85a",
7356                 "shasum": ""
7357             },
7358             "require": {
7359                 "php": ">=5.6.0"
7360             },
7361             "require-dev": {
7362                 "phpcompatibility/php-compatibility": "^9.3",
7363                 "phpunit/phpunit": "^9.5",
7364                 "squizlabs/php_codesniffer": "^3.7"
7365             },
7366             "type": "library",
7367             "extra": {
7368                 "branch-alias": {
7369                     "dev-experimental": "0.13.x-dev",
7370                     "dev-master": "0.12.x-dev"
7371                 }
7372             },
7373             "autoload": {
7374                 "files": [
7375                     "src/Cpdf.php",
7376                     "src/Cezpdf.php"
7377                 ]
7378             },
7379             "notification-url": "https://packagist.org/downloads/",
7380             "license": [
7381                 "MIT"
7382             ],
7383             "authors": [
7384                 {
7385                     "name": "Ole Koeckemann",
7386                     "email": "ole.k@web.de",
7387                     "role": "Project Head / Developer"
7388                 },
7389                 {
7390                     "name": "Lars Olesen",
7391                     "email": "lars@intraface.dk",
7392                     "role": "Developer"
7393                 },
7394                 {
7395                     "name": "Sune Jensen",
7396                     "email": "sj@sunet.dk",
7397                     "role": "Developer"
7398                 },
7399                 {
7400                     "name": "Nicola Asuni",
7401                     "email": "info@tecnick.com",
7402                     "role": "Developer"
7403                 },
7404                 {
7405                     "name": "Wayne Munro",
7406                     "email": "pdf@ros.co.nz",
7407                     "role": "Founder / Inactive"
7408                 }
7409             ],
7410             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
7411             "homepage": "https://github.com/rospdf/pdf-php",
7412             "support": {
7413                 "issues": "https://github.com/rospdf/pdf-php/issues",
7414                 "source": "https://github.com/rospdf/pdf-php/tree/0.12.67"
7415             },
7416             "time": "2023-04-20T20:52:13+00:00"
7417         },
7418         {
7419             "name": "sabberworm/php-css-parser",
7420             "version": "8.4.0",
7421             "source": {
7422                 "type": "git",
7423                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
7424                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
7425             },
7426             "dist": {
7427                 "type": "zip",
7428                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
7429                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
7430                 "shasum": ""
7431             },
7432             "require": {
7433                 "ext-iconv": "*",
7434                 "php": ">=5.6.20"
7435             },
7436             "require-dev": {
7437                 "codacy/coverage": "^1.4",
7438                 "phpunit/phpunit": "^4.8.36"
7439             },
7440             "suggest": {
7441                 "ext-mbstring": "for parsing UTF-8 CSS"
7442             },
7443             "type": "library",
7444             "autoload": {
7445                 "psr-4": {
7446                     "Sabberworm\\CSS\\": "src/"
7447                 }
7448             },
7449             "notification-url": "https://packagist.org/downloads/",
7450             "license": [
7451                 "MIT"
7452             ],
7453             "authors": [
7454                 {
7455                     "name": "Raphael Schweikert"
7456                 }
7457             ],
7458             "description": "Parser for CSS Files written in PHP",
7459             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
7460             "keywords": [
7461                 "css",
7462                 "parser",
7463                 "stylesheet"
7464             ],
7465             "support": {
7466                 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
7467                 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
7468             },
7469             "time": "2021-12-11T13:40:54+00:00"
7470         },
7471         {
7472             "name": "setasign/fpdi",
7473             "version": "v2.5.0",
7474             "source": {
7475                 "type": "git",
7476                 "url": "https://github.com/Setasign/FPDI.git",
7477                 "reference": "ecf0459643ec963febfb9a5d529dcd93656006a4"
7478             },
7479             "dist": {
7480                 "type": "zip",
7481                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/ecf0459643ec963febfb9a5d529dcd93656006a4",
7482                 "reference": "ecf0459643ec963febfb9a5d529dcd93656006a4",
7483                 "shasum": ""
7484             },
7485             "require": {
7486                 "ext-zlib": "*",
7487                 "php": "^5.6 || ^7.0 || ^8.0"
7488             },
7489             "conflict": {
7490                 "setasign/tfpdf": "<1.31"
7491             },
7492             "require-dev": {
7493                 "phpunit/phpunit": "~5.7",
7494                 "setasign/fpdf": "~1.8",
7495                 "setasign/tfpdf": "~1.31",
7496                 "squizlabs/php_codesniffer": "^3.5",
7497                 "tecnickcom/tcpdf": "~6.2"
7498             },
7499             "suggest": {
7500                 "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
7501             },
7502             "type": "library",
7503             "autoload": {
7504                 "psr-4": {
7505                     "setasign\\Fpdi\\": "src/"
7506                 }
7507             },
7508             "notification-url": "https://packagist.org/downloads/",
7509             "license": [
7510                 "MIT"
7511             ],
7512             "authors": [
7513                 {
7514                     "name": "Jan Slabon",
7515                     "email": "jan.slabon@setasign.com",
7516                     "homepage": "https://www.setasign.com"
7517                 },
7518                 {
7519                     "name": "Maximilian Kresse",
7520                     "email": "maximilian.kresse@setasign.com",
7521                     "homepage": "https://www.setasign.com"
7522                 }
7523             ],
7524             "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
7525             "homepage": "https://www.setasign.com/fpdi",
7526             "keywords": [
7527                 "fpdf",
7528                 "fpdi",
7529                 "pdf"
7530             ],
7531             "support": {
7532                 "issues": "https://github.com/Setasign/FPDI/issues",
7533                 "source": "https://github.com/Setasign/FPDI/tree/v2.5.0"
7534             },
7535             "funding": [
7536                 {
7537                     "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
7538                     "type": "tidelift"
7539                 }
7540             ],
7541             "time": "2023-09-28T10:46:27+00:00"
7542         },
7543         {
7544             "name": "smarty/smarty",
7545             "version": "v4.3.2",
7546             "source": {
7547                 "type": "git",
7548                 "url": "https://github.com/smarty-php/smarty.git",
7549                 "reference": "1d9cda2be34fd6edb74924684260636fd0b89288"
7550             },
7551             "dist": {
7552                 "type": "zip",
7553                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/1d9cda2be34fd6edb74924684260636fd0b89288",
7554                 "reference": "1d9cda2be34fd6edb74924684260636fd0b89288",
7555                 "shasum": ""
7556             },
7557             "require": {
7558                 "php": "^7.1 || ^8.0"
7559             },
7560             "require-dev": {
7561                 "phpunit/phpunit": "^8.5 || ^7.5",
7562                 "smarty/smarty-lexer": "^3.1"
7563             },
7564             "type": "library",
7565             "extra": {
7566                 "branch-alias": {
7567                     "dev-master": "4.0.x-dev"
7568                 }
7569             },
7570             "autoload": {
7571                 "classmap": [
7572                     "libs/"
7573                 ]
7574             },
7575             "notification-url": "https://packagist.org/downloads/",
7576             "license": [
7577                 "LGPL-3.0"
7578             ],
7579             "authors": [
7580                 {
7581                     "name": "Monte Ohrt",
7582                     "email": "monte@ohrt.com"
7583                 },
7584                 {
7585                     "name": "Uwe Tews",
7586                     "email": "uwe.tews@googlemail.com"
7587                 },
7588                 {
7589                     "name": "Rodney Rehm",
7590                     "email": "rodney.rehm@medialize.de"
7591                 },
7592                 {
7593                     "name": "Simon Wisselink",
7594                     "homepage": "https://www.iwink.nl/"
7595                 }
7596             ],
7597             "description": "Smarty - the compiling PHP template engine",
7598             "homepage": "https://smarty-php.github.io/smarty/",
7599             "keywords": [
7600                 "templating"
7601             ],
7602             "support": {
7603                 "forum": "https://github.com/smarty-php/smarty/discussions",
7604                 "issues": "https://github.com/smarty-php/smarty/issues",
7605                 "source": "https://github.com/smarty-php/smarty/tree/v4.3.2"
7606             },
7607             "time": "2023-07-19T10:27:36+00:00"
7608         },
7609         {
7610             "name": "stella-maris/clock",
7611             "version": "0.1.7",
7612             "source": {
7613                 "type": "git",
7614                 "url": "https://github.com/stella-maris-solutions/clock.git",
7615                 "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8"
7616             },
7617             "dist": {
7618                 "type": "zip",
7619                 "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8",
7620                 "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8",
7621                 "shasum": ""
7622             },
7623             "require": {
7624                 "php": "^7.0|^8.0",
7625                 "psr/clock": "^1.0"
7626             },
7627             "type": "library",
7628             "autoload": {
7629                 "psr-4": {
7630                     "StellaMaris\\Clock\\": "src"
7631                 }
7632             },
7633             "notification-url": "https://packagist.org/downloads/",
7634             "license": [
7635                 "MIT"
7636             ],
7637             "authors": [
7638                 {
7639                     "name": "Andreas Heigl",
7640                     "role": "Maintainer"
7641                 }
7642             ],
7643             "description": "A pre-release of the proposed PSR-20 Clock-Interface",
7644             "homepage": "https://gitlab.com/stella-maris/clock",
7645             "keywords": [
7646                 "clock",
7647                 "datetime",
7648                 "point in time",
7649                 "psr20"
7650             ],
7651             "support": {
7652                 "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7"
7653             },
7654             "time": "2022-11-25T16:15:06+00:00"
7655         },
7656         {
7657             "name": "steverhoades/oauth2-openid-connect-server",
7658             "version": "v2.6.1",
7659             "source": {
7660                 "type": "git",
7661                 "url": "https://github.com/steverhoades/oauth2-openid-connect-server.git",
7662                 "reference": "269c4dc071519e8220e249cbdee9b0723e95215e"
7663             },
7664             "dist": {
7665                 "type": "zip",
7666                 "url": "https://api.github.com/repos/steverhoades/oauth2-openid-connect-server/zipball/269c4dc071519e8220e249cbdee9b0723e95215e",
7667                 "reference": "269c4dc071519e8220e249cbdee9b0723e95215e",
7668                 "shasum": ""
7669             },
7670             "require": {
7671                 "lcobucci/jwt": "4.1.5|^4.2|^4.3|^5.0",
7672                 "league/oauth2-server": "^5.1|^6.0|^7.0|^8.0"
7673             },
7674             "require-dev": {
7675                 "laminas/laminas-diactoros": "^1.3.2",
7676                 "phpunit/phpunit": "^5.0|^9.5"
7677             },
7678             "type": "library",
7679             "autoload": {
7680                 "psr-4": {
7681                     "OpenIDConnectServer\\": "src/"
7682                 }
7683             },
7684             "notification-url": "https://packagist.org/downloads/",
7685             "license": [
7686                 "MIT"
7687             ],
7688             "authors": [
7689                 {
7690                     "name": "Steve Rhoades",
7691                     "email": "sedonami@gmail.com"
7692                 }
7693             ],
7694             "description": "An OpenID Connect Server that sites on The PHP League's OAuth2 Server",
7695             "support": {
7696                 "issues": "https://github.com/steverhoades/oauth2-openid-connect-server/issues",
7697                 "source": "https://github.com/steverhoades/oauth2-openid-connect-server/tree/v2.6.1"
7698             },
7699             "time": "2023-09-08T16:15:47+00:00"
7700         },
7701         {
7702             "name": "stripe/stripe-php",
7703             "version": "v12.3.0",
7704             "source": {
7705                 "type": "git",
7706                 "url": "https://github.com/stripe/stripe-php.git",
7707                 "reference": "260aad072f92ddb05e03d47af13b3616d99b3444"
7708             },
7709             "dist": {
7710                 "type": "zip",
7711                 "url": "https://api.github.com/repos/stripe/stripe-php/zipball/260aad072f92ddb05e03d47af13b3616d99b3444",
7712                 "reference": "260aad072f92ddb05e03d47af13b3616d99b3444",
7713                 "shasum": ""
7714             },
7715             "require": {
7716                 "ext-curl": "*",
7717                 "ext-json": "*",
7718                 "ext-mbstring": "*",
7719                 "php": ">=5.6.0"
7720             },
7721             "require-dev": {
7722                 "friendsofphp/php-cs-fixer": "3.5.0",
7723                 "php-coveralls/php-coveralls": "^2.5",
7724                 "phpstan/phpstan": "^1.2",
7725                 "phpunit/phpunit": "^5.7 || ^9.0",
7726                 "squizlabs/php_codesniffer": "^3.3"
7727             },
7728             "type": "library",
7729             "extra": {
7730                 "branch-alias": {
7731                     "dev-master": "2.0-dev"
7732                 }
7733             },
7734             "autoload": {
7735                 "psr-4": {
7736                     "Stripe\\": "lib/"
7737                 }
7738             },
7739             "notification-url": "https://packagist.org/downloads/",
7740             "license": [
7741                 "MIT"
7742             ],
7743             "authors": [
7744                 {
7745                     "name": "Stripe and contributors",
7746                     "homepage": "https://github.com/stripe/stripe-php/contributors"
7747                 }
7748             ],
7749             "description": "Stripe PHP Library",
7750             "homepage": "https://stripe.com/",
7751             "keywords": [
7752                 "api",
7753                 "payment processing",
7754                 "stripe"
7755             ],
7756             "support": {
7757                 "issues": "https://github.com/stripe/stripe-php/issues",
7758                 "source": "https://github.com/stripe/stripe-php/tree/v12.3.0"
7759             },
7760             "time": "2023-09-15T00:57:14+00:00"
7761         },
7762         {
7763             "name": "symfony/config",
7764             "version": "v5.4.26",
7765             "source": {
7766                 "type": "git",
7767                 "url": "https://github.com/symfony/config.git",
7768                 "reference": "8109892f27beed9252bd1f1c1880aeb4ad842650"
7769             },
7770             "dist": {
7771                 "type": "zip",
7772                 "url": "https://api.github.com/repos/symfony/config/zipball/8109892f27beed9252bd1f1c1880aeb4ad842650",
7773                 "reference": "8109892f27beed9252bd1f1c1880aeb4ad842650",
7774                 "shasum": ""
7775             },
7776             "require": {
7777                 "php": ">=7.2.5",
7778                 "symfony/deprecation-contracts": "^2.1|^3",
7779                 "symfony/filesystem": "^4.4|^5.0|^6.0",
7780                 "symfony/polyfill-ctype": "~1.8",
7781                 "symfony/polyfill-php80": "^1.16",
7782                 "symfony/polyfill-php81": "^1.22"
7783             },
7784             "conflict": {
7785                 "symfony/finder": "<4.4"
7786             },
7787             "require-dev": {
7788                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
7789                 "symfony/finder": "^4.4|^5.0|^6.0",
7790                 "symfony/messenger": "^4.4|^5.0|^6.0",
7791                 "symfony/service-contracts": "^1.1|^2|^3",
7792                 "symfony/yaml": "^4.4|^5.0|^6.0"
7793             },
7794             "suggest": {
7795                 "symfony/yaml": "To use the yaml reference dumper"
7796             },
7797             "type": "library",
7798             "autoload": {
7799                 "psr-4": {
7800                     "Symfony\\Component\\Config\\": ""
7801                 },
7802                 "exclude-from-classmap": [
7803                     "/Tests/"
7804                 ]
7805             },
7806             "notification-url": "https://packagist.org/downloads/",
7807             "license": [
7808                 "MIT"
7809             ],
7810             "authors": [
7811                 {
7812                     "name": "Fabien Potencier",
7813                     "email": "fabien@symfony.com"
7814                 },
7815                 {
7816                     "name": "Symfony Community",
7817                     "homepage": "https://symfony.com/contributors"
7818                 }
7819             ],
7820             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
7821             "homepage": "https://symfony.com",
7822             "support": {
7823                 "source": "https://github.com/symfony/config/tree/v5.4.26"
7824             },
7825             "funding": [
7826                 {
7827                     "url": "https://symfony.com/sponsor",
7828                     "type": "custom"
7829                 },
7830                 {
7831                     "url": "https://github.com/fabpot",
7832                     "type": "github"
7833                 },
7834                 {
7835                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7836                     "type": "tidelift"
7837                 }
7838             ],
7839             "time": "2023-07-19T20:21:11+00:00"
7840         },
7841         {
7842             "name": "symfony/console",
7843             "version": "v5.4.28",
7844             "source": {
7845                 "type": "git",
7846                 "url": "https://github.com/symfony/console.git",
7847                 "reference": "f4f71842f24c2023b91237c72a365306f3c58827"
7848             },
7849             "dist": {
7850                 "type": "zip",
7851                 "url": "https://api.github.com/repos/symfony/console/zipball/f4f71842f24c2023b91237c72a365306f3c58827",
7852                 "reference": "f4f71842f24c2023b91237c72a365306f3c58827",
7853                 "shasum": ""
7854             },
7855             "require": {
7856                 "php": ">=7.2.5",
7857                 "symfony/deprecation-contracts": "^2.1|^3",
7858                 "symfony/polyfill-mbstring": "~1.0",
7859                 "symfony/polyfill-php73": "^1.9",
7860                 "symfony/polyfill-php80": "^1.16",
7861                 "symfony/service-contracts": "^1.1|^2|^3",
7862                 "symfony/string": "^5.1|^6.0"
7863             },
7864             "conflict": {
7865                 "psr/log": ">=3",
7866                 "symfony/dependency-injection": "<4.4",
7867                 "symfony/dotenv": "<5.1",
7868                 "symfony/event-dispatcher": "<4.4",
7869                 "symfony/lock": "<4.4",
7870                 "symfony/process": "<4.4"
7871             },
7872             "provide": {
7873                 "psr/log-implementation": "1.0|2.0"
7874             },
7875             "require-dev": {
7876                 "psr/log": "^1|^2",
7877                 "symfony/config": "^4.4|^5.0|^6.0",
7878                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
7879                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
7880                 "symfony/lock": "^4.4|^5.0|^6.0",
7881                 "symfony/process": "^4.4|^5.0|^6.0",
7882                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
7883             },
7884             "suggest": {
7885                 "psr/log": "For using the console logger",
7886                 "symfony/event-dispatcher": "",
7887                 "symfony/lock": "",
7888                 "symfony/process": ""
7889             },
7890             "type": "library",
7891             "autoload": {
7892                 "psr-4": {
7893                     "Symfony\\Component\\Console\\": ""
7894                 },
7895                 "exclude-from-classmap": [
7896                     "/Tests/"
7897                 ]
7898             },
7899             "notification-url": "https://packagist.org/downloads/",
7900             "license": [
7901                 "MIT"
7902             ],
7903             "authors": [
7904                 {
7905                     "name": "Fabien Potencier",
7906                     "email": "fabien@symfony.com"
7907                 },
7908                 {
7909                     "name": "Symfony Community",
7910                     "homepage": "https://symfony.com/contributors"
7911                 }
7912             ],
7913             "description": "Eases the creation of beautiful and testable command line interfaces",
7914             "homepage": "https://symfony.com",
7915             "keywords": [
7916                 "cli",
7917                 "command-line",
7918                 "console",
7919                 "terminal"
7920             ],
7921             "support": {
7922                 "source": "https://github.com/symfony/console/tree/v5.4.28"
7923             },
7924             "funding": [
7925                 {
7926                     "url": "https://symfony.com/sponsor",
7927                     "type": "custom"
7928                 },
7929                 {
7930                     "url": "https://github.com/fabpot",
7931                     "type": "github"
7932                 },
7933                 {
7934                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7935                     "type": "tidelift"
7936                 }
7937             ],
7938             "time": "2023-08-07T06:12:30+00:00"
7939         },
7940         {
7941             "name": "symfony/dependency-injection",
7942             "version": "v5.4.28",
7943             "source": {
7944                 "type": "git",
7945                 "url": "https://github.com/symfony/dependency-injection.git",
7946                 "reference": "addc22fed594f9ce04e73ef6a9d3e2416f77192d"
7947             },
7948             "dist": {
7949                 "type": "zip",
7950                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/addc22fed594f9ce04e73ef6a9d3e2416f77192d",
7951                 "reference": "addc22fed594f9ce04e73ef6a9d3e2416f77192d",
7952                 "shasum": ""
7953             },
7954             "require": {
7955                 "php": ">=7.2.5",
7956                 "psr/container": "^1.1.1",
7957                 "symfony/deprecation-contracts": "^2.1|^3",
7958                 "symfony/polyfill-php80": "^1.16",
7959                 "symfony/polyfill-php81": "^1.22",
7960                 "symfony/service-contracts": "^1.1.6|^2"
7961             },
7962             "conflict": {
7963                 "ext-psr": "<1.1|>=2",
7964                 "symfony/config": "<5.3",
7965                 "symfony/finder": "<4.4",
7966                 "symfony/proxy-manager-bridge": "<4.4",
7967                 "symfony/yaml": "<4.4.26"
7968             },
7969             "provide": {
7970                 "psr/container-implementation": "1.0",
7971                 "symfony/service-implementation": "1.0|2.0"
7972             },
7973             "require-dev": {
7974                 "symfony/config": "^5.3|^6.0",
7975                 "symfony/expression-language": "^4.4|^5.0|^6.0",
7976                 "symfony/yaml": "^4.4.26|^5.0|^6.0"
7977             },
7978             "suggest": {
7979                 "symfony/config": "",
7980                 "symfony/expression-language": "For using expressions in service container configuration",
7981                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
7982                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
7983                 "symfony/yaml": ""
7984             },
7985             "type": "library",
7986             "autoload": {
7987                 "psr-4": {
7988                     "Symfony\\Component\\DependencyInjection\\": ""
7989                 },
7990                 "exclude-from-classmap": [
7991                     "/Tests/"
7992                 ]
7993             },
7994             "notification-url": "https://packagist.org/downloads/",
7995             "license": [
7996                 "MIT"
7997             ],
7998             "authors": [
7999                 {
8000                     "name": "Fabien Potencier",
8001                     "email": "fabien@symfony.com"
8002                 },
8003                 {
8004                     "name": "Symfony Community",
8005                     "homepage": "https://symfony.com/contributors"
8006                 }
8007             ],
8008             "description": "Allows you to standardize and centralize the way objects are constructed in your application",
8009             "homepage": "https://symfony.com",
8010             "support": {
8011                 "source": "https://github.com/symfony/dependency-injection/tree/v5.4.28"
8012             },
8013             "funding": [
8014                 {
8015                     "url": "https://symfony.com/sponsor",
8016                     "type": "custom"
8017                 },
8018                 {
8019                     "url": "https://github.com/fabpot",
8020                     "type": "github"
8021                 },
8022                 {
8023                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8024                     "type": "tidelift"
8025                 }
8026             ],
8027             "time": "2023-08-14T10:47:38+00:00"
8028         },
8029         {
8030             "name": "symfony/deprecation-contracts",
8031             "version": "v3.3.0",
8032             "source": {
8033                 "type": "git",
8034                 "url": "https://github.com/symfony/deprecation-contracts.git",
8035                 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
8036             },
8037             "dist": {
8038                 "type": "zip",
8039                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
8040                 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
8041                 "shasum": ""
8042             },
8043             "require": {
8044                 "php": ">=8.1"
8045             },
8046             "type": "library",
8047             "extra": {
8048                 "branch-alias": {
8049                     "dev-main": "3.4-dev"
8050                 },
8051                 "thanks": {
8052                     "name": "symfony/contracts",
8053                     "url": "https://github.com/symfony/contracts"
8054                 }
8055             },
8056             "autoload": {
8057                 "files": [
8058                     "function.php"
8059                 ]
8060             },
8061             "notification-url": "https://packagist.org/downloads/",
8062             "license": [
8063                 "MIT"
8064             ],
8065             "authors": [
8066                 {
8067                     "name": "Nicolas Grekas",
8068                     "email": "p@tchwork.com"
8069                 },
8070                 {
8071                     "name": "Symfony Community",
8072                     "homepage": "https://symfony.com/contributors"
8073                 }
8074             ],
8075             "description": "A generic function and convention to trigger deprecation notices",
8076             "homepage": "https://symfony.com",
8077             "support": {
8078                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
8079             },
8080             "funding": [
8081                 {
8082                     "url": "https://symfony.com/sponsor",
8083                     "type": "custom"
8084                 },
8085                 {
8086                     "url": "https://github.com/fabpot",
8087                     "type": "github"
8088                 },
8089                 {
8090                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8091                     "type": "tidelift"
8092                 }
8093             ],
8094             "time": "2023-05-23T14:45:45+00:00"
8095         },
8096         {
8097             "name": "symfony/event-dispatcher",
8098             "version": "v5.4.26",
8099             "source": {
8100                 "type": "git",
8101                 "url": "https://github.com/symfony/event-dispatcher.git",
8102                 "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac"
8103             },
8104             "dist": {
8105                 "type": "zip",
8106                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5dcc00e03413f05c1e7900090927bb7247cb0aac",
8107                 "reference": "5dcc00e03413f05c1e7900090927bb7247cb0aac",
8108                 "shasum": ""
8109             },
8110             "require": {
8111                 "php": ">=7.2.5",
8112                 "symfony/deprecation-contracts": "^2.1|^3",
8113                 "symfony/event-dispatcher-contracts": "^2|^3",
8114                 "symfony/polyfill-php80": "^1.16"
8115             },
8116             "conflict": {
8117                 "symfony/dependency-injection": "<4.4"
8118             },
8119             "provide": {
8120                 "psr/event-dispatcher-implementation": "1.0",
8121                 "symfony/event-dispatcher-implementation": "2.0"
8122             },
8123             "require-dev": {
8124                 "psr/log": "^1|^2|^3",
8125                 "symfony/config": "^4.4|^5.0|^6.0",
8126                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
8127                 "symfony/error-handler": "^4.4|^5.0|^6.0",
8128                 "symfony/expression-language": "^4.4|^5.0|^6.0",
8129                 "symfony/http-foundation": "^4.4|^5.0|^6.0",
8130                 "symfony/service-contracts": "^1.1|^2|^3",
8131                 "symfony/stopwatch": "^4.4|^5.0|^6.0"
8132             },
8133             "suggest": {
8134                 "symfony/dependency-injection": "",
8135                 "symfony/http-kernel": ""
8136             },
8137             "type": "library",
8138             "autoload": {
8139                 "psr-4": {
8140                     "Symfony\\Component\\EventDispatcher\\": ""
8141                 },
8142                 "exclude-from-classmap": [
8143                     "/Tests/"
8144                 ]
8145             },
8146             "notification-url": "https://packagist.org/downloads/",
8147             "license": [
8148                 "MIT"
8149             ],
8150             "authors": [
8151                 {
8152                     "name": "Fabien Potencier",
8153                     "email": "fabien@symfony.com"
8154                 },
8155                 {
8156                     "name": "Symfony Community",
8157                     "homepage": "https://symfony.com/contributors"
8158                 }
8159             ],
8160             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
8161             "homepage": "https://symfony.com",
8162             "support": {
8163                 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.26"
8164             },
8165             "funding": [
8166                 {
8167                     "url": "https://symfony.com/sponsor",
8168                     "type": "custom"
8169                 },
8170                 {
8171                     "url": "https://github.com/fabpot",
8172                     "type": "github"
8173                 },
8174                 {
8175                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8176                     "type": "tidelift"
8177                 }
8178             ],
8179             "time": "2023-07-06T06:34:20+00:00"
8180         },
8181         {
8182             "name": "symfony/event-dispatcher-contracts",
8183             "version": "v3.3.0",
8184             "source": {
8185                 "type": "git",
8186                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
8187                 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
8188             },
8189             "dist": {
8190                 "type": "zip",
8191                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
8192                 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
8193                 "shasum": ""
8194             },
8195             "require": {
8196                 "php": ">=8.1",
8197                 "psr/event-dispatcher": "^1"
8198             },
8199             "type": "library",
8200             "extra": {
8201                 "branch-alias": {
8202                     "dev-main": "3.4-dev"
8203                 },
8204                 "thanks": {
8205                     "name": "symfony/contracts",
8206                     "url": "https://github.com/symfony/contracts"
8207                 }
8208             },
8209             "autoload": {
8210                 "psr-4": {
8211                     "Symfony\\Contracts\\EventDispatcher\\": ""
8212                 }
8213             },
8214             "notification-url": "https://packagist.org/downloads/",
8215             "license": [
8216                 "MIT"
8217             ],
8218             "authors": [
8219                 {
8220                     "name": "Nicolas Grekas",
8221                     "email": "p@tchwork.com"
8222                 },
8223                 {
8224                     "name": "Symfony Community",
8225                     "homepage": "https://symfony.com/contributors"
8226                 }
8227             ],
8228             "description": "Generic abstractions related to dispatching event",
8229             "homepage": "https://symfony.com",
8230             "keywords": [
8231                 "abstractions",
8232                 "contracts",
8233                 "decoupling",
8234                 "interfaces",
8235                 "interoperability",
8236                 "standards"
8237             ],
8238             "support": {
8239                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
8240             },
8241             "funding": [
8242                 {
8243                     "url": "https://symfony.com/sponsor",
8244                     "type": "custom"
8245                 },
8246                 {
8247                     "url": "https://github.com/fabpot",
8248                     "type": "github"
8249                 },
8250                 {
8251                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8252                     "type": "tidelift"
8253                 }
8254             ],
8255             "time": "2023-05-23T14:45:45+00:00"
8256         },
8257         {
8258             "name": "symfony/filesystem",
8259             "version": "v5.4.25",
8260             "source": {
8261                 "type": "git",
8262                 "url": "https://github.com/symfony/filesystem.git",
8263                 "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364"
8264             },
8265             "dist": {
8266                 "type": "zip",
8267                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364",
8268                 "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364",
8269                 "shasum": ""
8270             },
8271             "require": {
8272                 "php": ">=7.2.5",
8273                 "symfony/polyfill-ctype": "~1.8",
8274                 "symfony/polyfill-mbstring": "~1.8",
8275                 "symfony/polyfill-php80": "^1.16"
8276             },
8277             "type": "library",
8278             "autoload": {
8279                 "psr-4": {
8280                     "Symfony\\Component\\Filesystem\\": ""
8281                 },
8282                 "exclude-from-classmap": [
8283                     "/Tests/"
8284                 ]
8285             },
8286             "notification-url": "https://packagist.org/downloads/",
8287             "license": [
8288                 "MIT"
8289             ],
8290             "authors": [
8291                 {
8292                     "name": "Fabien Potencier",
8293                     "email": "fabien@symfony.com"
8294                 },
8295                 {
8296                     "name": "Symfony Community",
8297                     "homepage": "https://symfony.com/contributors"
8298                 }
8299             ],
8300             "description": "Provides basic utilities for the filesystem",
8301             "homepage": "https://symfony.com",
8302             "support": {
8303                 "source": "https://github.com/symfony/filesystem/tree/v5.4.25"
8304             },
8305             "funding": [
8306                 {
8307                     "url": "https://symfony.com/sponsor",
8308                     "type": "custom"
8309                 },
8310                 {
8311                     "url": "https://github.com/fabpot",
8312                     "type": "github"
8313                 },
8314                 {
8315                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8316                     "type": "tidelift"
8317                 }
8318             ],
8319             "time": "2023-05-31T13:04:02+00:00"
8320         },
8321         {
8322             "name": "symfony/finder",
8323             "version": "v5.4.27",
8324             "source": {
8325                 "type": "git",
8326                 "url": "https://github.com/symfony/finder.git",
8327                 "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d"
8328             },
8329             "dist": {
8330                 "type": "zip",
8331                 "url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d",
8332                 "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d",
8333                 "shasum": ""
8334             },
8335             "require": {
8336                 "php": ">=7.2.5",
8337                 "symfony/deprecation-contracts": "^2.1|^3",
8338                 "symfony/polyfill-php80": "^1.16"
8339             },
8340             "type": "library",
8341             "autoload": {
8342                 "psr-4": {
8343                     "Symfony\\Component\\Finder\\": ""
8344                 },
8345                 "exclude-from-classmap": [
8346                     "/Tests/"
8347                 ]
8348             },
8349             "notification-url": "https://packagist.org/downloads/",
8350             "license": [
8351                 "MIT"
8352             ],
8353             "authors": [
8354                 {
8355                     "name": "Fabien Potencier",
8356                     "email": "fabien@symfony.com"
8357                 },
8358                 {
8359                     "name": "Symfony Community",
8360                     "homepage": "https://symfony.com/contributors"
8361                 }
8362             ],
8363             "description": "Finds files and directories via an intuitive fluent interface",
8364             "homepage": "https://symfony.com",
8365             "support": {
8366                 "source": "https://github.com/symfony/finder/tree/v5.4.27"
8367             },
8368             "funding": [
8369                 {
8370                     "url": "https://symfony.com/sponsor",
8371                     "type": "custom"
8372                 },
8373                 {
8374                     "url": "https://github.com/fabpot",
8375                     "type": "github"
8376                 },
8377                 {
8378                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8379                     "type": "tidelift"
8380                 }
8381             ],
8382             "time": "2023-07-31T08:02:31+00:00"
8383         },
8384         {
8385             "name": "symfony/http-client",
8386             "version": "v5.4.26",
8387             "source": {
8388                 "type": "git",
8389                 "url": "https://github.com/symfony/http-client.git",
8390                 "reference": "19d48ef7f38e5057ed1789a503cd3eccef039bce"
8391             },
8392             "dist": {
8393                 "type": "zip",
8394                 "url": "https://api.github.com/repos/symfony/http-client/zipball/19d48ef7f38e5057ed1789a503cd3eccef039bce",
8395                 "reference": "19d48ef7f38e5057ed1789a503cd3eccef039bce",
8396                 "shasum": ""
8397             },
8398             "require": {
8399                 "php": ">=7.2.5",
8400                 "psr/log": "^1|^2|^3",
8401                 "symfony/deprecation-contracts": "^2.1|^3",
8402                 "symfony/http-client-contracts": "^2.4",
8403                 "symfony/polyfill-php73": "^1.11",
8404                 "symfony/polyfill-php80": "^1.16",
8405                 "symfony/service-contracts": "^1.0|^2|^3"
8406             },
8407             "provide": {
8408                 "php-http/async-client-implementation": "*",
8409                 "php-http/client-implementation": "*",
8410                 "psr/http-client-implementation": "1.0",
8411                 "symfony/http-client-implementation": "2.4"
8412             },
8413             "require-dev": {
8414                 "amphp/amp": "^2.5",
8415                 "amphp/http-client": "^4.2.1",
8416                 "amphp/http-tunnel": "^1.0",
8417                 "amphp/socket": "^1.1",
8418                 "guzzlehttp/promises": "^1.4",
8419                 "nyholm/psr7": "^1.0",
8420                 "php-http/httplug": "^1.0|^2.0",
8421                 "php-http/message-factory": "^1.0",
8422                 "psr/http-client": "^1.0",
8423                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
8424                 "symfony/http-kernel": "^4.4.13|^5.1.5|^6.0",
8425                 "symfony/process": "^4.4|^5.0|^6.0",
8426                 "symfony/stopwatch": "^4.4|^5.0|^6.0"
8427             },
8428             "type": "library",
8429             "autoload": {
8430                 "psr-4": {
8431                     "Symfony\\Component\\HttpClient\\": ""
8432                 },
8433                 "exclude-from-classmap": [
8434                     "/Tests/"
8435                 ]
8436             },
8437             "notification-url": "https://packagist.org/downloads/",
8438             "license": [
8439                 "MIT"
8440             ],
8441             "authors": [
8442                 {
8443                     "name": "Nicolas Grekas",
8444                     "email": "p@tchwork.com"
8445                 },
8446                 {
8447                     "name": "Symfony Community",
8448                     "homepage": "https://symfony.com/contributors"
8449                 }
8450             ],
8451             "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
8452             "homepage": "https://symfony.com",
8453             "keywords": [
8454                 "http"
8455             ],
8456             "support": {
8457                 "source": "https://github.com/symfony/http-client/tree/v5.4.26"
8458             },
8459             "funding": [
8460                 {
8461                     "url": "https://symfony.com/sponsor",
8462                     "type": "custom"
8463                 },
8464                 {
8465                     "url": "https://github.com/fabpot",
8466                     "type": "github"
8467                 },
8468                 {
8469                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8470                     "type": "tidelift"
8471                 }
8472             ],
8473             "time": "2023-07-03T12:14:50+00:00"
8474         },
8475         {
8476             "name": "symfony/http-client-contracts",
8477             "version": "v2.5.2",
8478             "source": {
8479                 "type": "git",
8480                 "url": "https://github.com/symfony/http-client-contracts.git",
8481                 "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
8482             },
8483             "dist": {
8484                 "type": "zip",
8485                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
8486                 "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
8487                 "shasum": ""
8488             },
8489             "require": {
8490                 "php": ">=7.2.5"
8491             },
8492             "suggest": {
8493                 "symfony/http-client-implementation": ""
8494             },
8495             "type": "library",
8496             "extra": {
8497                 "branch-alias": {
8498                     "dev-main": "2.5-dev"
8499                 },
8500                 "thanks": {
8501                     "name": "symfony/contracts",
8502                     "url": "https://github.com/symfony/contracts"
8503                 }
8504             },
8505             "autoload": {
8506                 "psr-4": {
8507                     "Symfony\\Contracts\\HttpClient\\": ""
8508                 }
8509             },
8510             "notification-url": "https://packagist.org/downloads/",
8511             "license": [
8512                 "MIT"
8513             ],
8514             "authors": [
8515                 {
8516                     "name": "Nicolas Grekas",
8517                     "email": "p@tchwork.com"
8518                 },
8519                 {
8520                     "name": "Symfony Community",
8521                     "homepage": "https://symfony.com/contributors"
8522                 }
8523             ],
8524             "description": "Generic abstractions related to HTTP clients",
8525             "homepage": "https://symfony.com",
8526             "keywords": [
8527                 "abstractions",
8528                 "contracts",
8529                 "decoupling",
8530                 "interfaces",
8531                 "interoperability",
8532                 "standards"
8533             ],
8534             "support": {
8535                 "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2"
8536             },
8537             "funding": [
8538                 {
8539                     "url": "https://symfony.com/sponsor",
8540                     "type": "custom"
8541                 },
8542                 {
8543                     "url": "https://github.com/fabpot",
8544                     "type": "github"
8545                 },
8546                 {
8547                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8548                     "type": "tidelift"
8549                 }
8550             ],
8551             "time": "2022-04-12T15:48:08+00:00"
8552         },
8553         {
8554             "name": "symfony/http-foundation",
8555             "version": "v5.4.28",
8556             "source": {
8557                 "type": "git",
8558                 "url": "https://github.com/symfony/http-foundation.git",
8559                 "reference": "365992c83a836dfe635f1e903ccca43ee03d3dd2"
8560             },
8561             "dist": {
8562                 "type": "zip",
8563                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/365992c83a836dfe635f1e903ccca43ee03d3dd2",
8564                 "reference": "365992c83a836dfe635f1e903ccca43ee03d3dd2",
8565                 "shasum": ""
8566             },
8567             "require": {
8568                 "php": ">=7.2.5",
8569                 "symfony/deprecation-contracts": "^2.1|^3",
8570                 "symfony/polyfill-mbstring": "~1.1",
8571                 "symfony/polyfill-php80": "^1.16"
8572             },
8573             "require-dev": {
8574                 "predis/predis": "~1.0",
8575                 "symfony/cache": "^4.4|^5.0|^6.0",
8576                 "symfony/dependency-injection": "^5.4|^6.0",
8577                 "symfony/expression-language": "^4.4|^5.0|^6.0",
8578                 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
8579                 "symfony/mime": "^4.4|^5.0|^6.0",
8580                 "symfony/rate-limiter": "^5.2|^6.0"
8581             },
8582             "suggest": {
8583                 "symfony/mime": "To use the file extension guesser"
8584             },
8585             "type": "library",
8586             "autoload": {
8587                 "psr-4": {
8588                     "Symfony\\Component\\HttpFoundation\\": ""
8589                 },
8590                 "exclude-from-classmap": [
8591                     "/Tests/"
8592                 ]
8593             },
8594             "notification-url": "https://packagist.org/downloads/",
8595             "license": [
8596                 "MIT"
8597             ],
8598             "authors": [
8599                 {
8600                     "name": "Fabien Potencier",
8601                     "email": "fabien@symfony.com"
8602                 },
8603                 {
8604                     "name": "Symfony Community",
8605                     "homepage": "https://symfony.com/contributors"
8606                 }
8607             ],
8608             "description": "Defines an object-oriented layer for the HTTP specification",
8609             "homepage": "https://symfony.com",
8610             "support": {
8611                 "source": "https://github.com/symfony/http-foundation/tree/v5.4.28"
8612             },
8613             "funding": [
8614                 {
8615                     "url": "https://symfony.com/sponsor",
8616                     "type": "custom"
8617                 },
8618                 {
8619                     "url": "https://github.com/fabpot",
8620                     "type": "github"
8621                 },
8622                 {
8623                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8624                     "type": "tidelift"
8625                 }
8626             ],
8627             "time": "2023-08-21T07:23:18+00:00"
8628         },
8629         {
8630             "name": "symfony/inflector",
8631             "version": "v5.4.21",
8632             "source": {
8633                 "type": "git",
8634                 "url": "https://github.com/symfony/inflector.git",
8635                 "reference": "d56964e2b19253ba331a829c20d911dd27aa61b6"
8636             },
8637             "dist": {
8638                 "type": "zip",
8639                 "url": "https://api.github.com/repos/symfony/inflector/zipball/d56964e2b19253ba331a829c20d911dd27aa61b6",
8640                 "reference": "d56964e2b19253ba331a829c20d911dd27aa61b6",
8641                 "shasum": ""
8642             },
8643             "require": {
8644                 "php": ">=7.2.5",
8645                 "symfony/deprecation-contracts": "^2.1|^3",
8646                 "symfony/polyfill-php80": "^1.16",
8647                 "symfony/string": "^5.3.10|^6.0"
8648             },
8649             "type": "library",
8650             "autoload": {
8651                 "psr-4": {
8652                     "Symfony\\Component\\Inflector\\": ""
8653                 },
8654                 "exclude-from-classmap": [
8655                     "/Tests/"
8656                 ]
8657             },
8658             "notification-url": "https://packagist.org/downloads/",
8659             "license": [
8660                 "MIT"
8661             ],
8662             "authors": [
8663                 {
8664                     "name": "Bernhard Schussek",
8665                     "email": "bschussek@gmail.com"
8666                 },
8667                 {
8668                     "name": "Symfony Community",
8669                     "homepage": "https://symfony.com/contributors"
8670                 }
8671             ],
8672             "description": "Converts words between their singular and plural forms (English only)",
8673             "homepage": "https://symfony.com",
8674             "keywords": [
8675                 "inflection",
8676                 "pluralize",
8677                 "singularize",
8678                 "string",
8679                 "symfony",
8680                 "words"
8681             ],
8682             "support": {
8683                 "source": "https://github.com/symfony/inflector/tree/v5.4.21"
8684             },
8685             "funding": [
8686                 {
8687                     "url": "https://symfony.com/sponsor",
8688                     "type": "custom"
8689                 },
8690                 {
8691                     "url": "https://github.com/fabpot",
8692                     "type": "github"
8693                 },
8694                 {
8695                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8696                     "type": "tidelift"
8697                 }
8698             ],
8699             "abandoned": "EnglishInflector from the String component",
8700             "time": "2023-02-14T08:03:56+00:00"
8701         },
8702         {
8703             "name": "symfony/polyfill-ctype",
8704             "version": "v1.28.0",
8705             "source": {
8706                 "type": "git",
8707                 "url": "https://github.com/symfony/polyfill-ctype.git",
8708                 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
8709             },
8710             "dist": {
8711                 "type": "zip",
8712                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
8713                 "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
8714                 "shasum": ""
8715             },
8716             "require": {
8717                 "php": ">=7.1"
8718             },
8719             "provide": {
8720                 "ext-ctype": "*"
8721             },
8722             "suggest": {
8723                 "ext-ctype": "For best performance"
8724             },
8725             "type": "library",
8726             "extra": {
8727                 "branch-alias": {
8728                     "dev-main": "1.28-dev"
8729                 },
8730                 "thanks": {
8731                     "name": "symfony/polyfill",
8732                     "url": "https://github.com/symfony/polyfill"
8733                 }
8734             },
8735             "autoload": {
8736                 "files": [
8737                     "bootstrap.php"
8738                 ],
8739                 "psr-4": {
8740                     "Symfony\\Polyfill\\Ctype\\": ""
8741                 }
8742             },
8743             "notification-url": "https://packagist.org/downloads/",
8744             "license": [
8745                 "MIT"
8746             ],
8747             "authors": [
8748                 {
8749                     "name": "Gert de Pagter",
8750                     "email": "BackEndTea@gmail.com"
8751                 },
8752                 {
8753                     "name": "Symfony Community",
8754                     "homepage": "https://symfony.com/contributors"
8755                 }
8756             ],
8757             "description": "Symfony polyfill for ctype functions",
8758             "homepage": "https://symfony.com",
8759             "keywords": [
8760                 "compatibility",
8761                 "ctype",
8762                 "polyfill",
8763                 "portable"
8764             ],
8765             "support": {
8766                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
8767             },
8768             "funding": [
8769                 {
8770                     "url": "https://symfony.com/sponsor",
8771                     "type": "custom"
8772                 },
8773                 {
8774                     "url": "https://github.com/fabpot",
8775                     "type": "github"
8776                 },
8777                 {
8778                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8779                     "type": "tidelift"
8780                 }
8781             ],
8782             "time": "2023-01-26T09:26:14+00:00"
8783         },
8784         {
8785             "name": "symfony/polyfill-intl-grapheme",
8786             "version": "v1.28.0",
8787             "source": {
8788                 "type": "git",
8789                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
8790                 "reference": "875e90aeea2777b6f135677f618529449334a612"
8791             },
8792             "dist": {
8793                 "type": "zip",
8794                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
8795                 "reference": "875e90aeea2777b6f135677f618529449334a612",
8796                 "shasum": ""
8797             },
8798             "require": {
8799                 "php": ">=7.1"
8800             },
8801             "suggest": {
8802                 "ext-intl": "For best performance"
8803             },
8804             "type": "library",
8805             "extra": {
8806                 "branch-alias": {
8807                     "dev-main": "1.28-dev"
8808                 },
8809                 "thanks": {
8810                     "name": "symfony/polyfill",
8811                     "url": "https://github.com/symfony/polyfill"
8812                 }
8813             },
8814             "autoload": {
8815                 "files": [
8816                     "bootstrap.php"
8817                 ],
8818                 "psr-4": {
8819                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
8820                 }
8821             },
8822             "notification-url": "https://packagist.org/downloads/",
8823             "license": [
8824                 "MIT"
8825             ],
8826             "authors": [
8827                 {
8828                     "name": "Nicolas Grekas",
8829                     "email": "p@tchwork.com"
8830                 },
8831                 {
8832                     "name": "Symfony Community",
8833                     "homepage": "https://symfony.com/contributors"
8834                 }
8835             ],
8836             "description": "Symfony polyfill for intl's grapheme_* functions",
8837             "homepage": "https://symfony.com",
8838             "keywords": [
8839                 "compatibility",
8840                 "grapheme",
8841                 "intl",
8842                 "polyfill",
8843                 "portable",
8844                 "shim"
8845             ],
8846             "support": {
8847                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
8848             },
8849             "funding": [
8850                 {
8851                     "url": "https://symfony.com/sponsor",
8852                     "type": "custom"
8853                 },
8854                 {
8855                     "url": "https://github.com/fabpot",
8856                     "type": "github"
8857                 },
8858                 {
8859                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8860                     "type": "tidelift"
8861                 }
8862             ],
8863             "time": "2023-01-26T09:26:14+00:00"
8864         },
8865         {
8866             "name": "symfony/polyfill-intl-normalizer",
8867             "version": "v1.28.0",
8868             "source": {
8869                 "type": "git",
8870                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
8871                 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
8872             },
8873             "dist": {
8874                 "type": "zip",
8875                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
8876                 "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
8877                 "shasum": ""
8878             },
8879             "require": {
8880                 "php": ">=7.1"
8881             },
8882             "suggest": {
8883                 "ext-intl": "For best performance"
8884             },
8885             "type": "library",
8886             "extra": {
8887                 "branch-alias": {
8888                     "dev-main": "1.28-dev"
8889                 },
8890                 "thanks": {
8891                     "name": "symfony/polyfill",
8892                     "url": "https://github.com/symfony/polyfill"
8893                 }
8894             },
8895             "autoload": {
8896                 "files": [
8897                     "bootstrap.php"
8898                 ],
8899                 "psr-4": {
8900                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
8901                 },
8902                 "classmap": [
8903                     "Resources/stubs"
8904                 ]
8905             },
8906             "notification-url": "https://packagist.org/downloads/",
8907             "license": [
8908                 "MIT"
8909             ],
8910             "authors": [
8911                 {
8912                     "name": "Nicolas Grekas",
8913                     "email": "p@tchwork.com"
8914                 },
8915                 {
8916                     "name": "Symfony Community",
8917                     "homepage": "https://symfony.com/contributors"
8918                 }
8919             ],
8920             "description": "Symfony polyfill for intl's Normalizer class and related functions",
8921             "homepage": "https://symfony.com",
8922             "keywords": [
8923                 "compatibility",
8924                 "intl",
8925                 "normalizer",
8926                 "polyfill",
8927                 "portable",
8928                 "shim"
8929             ],
8930             "support": {
8931                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
8932             },
8933             "funding": [
8934                 {
8935                     "url": "https://symfony.com/sponsor",
8936                     "type": "custom"
8937                 },
8938                 {
8939                     "url": "https://github.com/fabpot",
8940                     "type": "github"
8941                 },
8942                 {
8943                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8944                     "type": "tidelift"
8945                 }
8946             ],
8947             "time": "2023-01-26T09:26:14+00:00"
8948         },
8949         {
8950             "name": "symfony/polyfill-mbstring",
8951             "version": "v1.28.0",
8952             "source": {
8953                 "type": "git",
8954                 "url": "https://github.com/symfony/polyfill-mbstring.git",
8955                 "reference": "42292d99c55abe617799667f454222c54c60e229"
8956             },
8957             "dist": {
8958                 "type": "zip",
8959                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
8960                 "reference": "42292d99c55abe617799667f454222c54c60e229",
8961                 "shasum": ""
8962             },
8963             "require": {
8964                 "php": ">=7.1"
8965             },
8966             "provide": {
8967                 "ext-mbstring": "*"
8968             },
8969             "suggest": {
8970                 "ext-mbstring": "For best performance"
8971             },
8972             "type": "library",
8973             "extra": {
8974                 "branch-alias": {
8975                     "dev-main": "1.28-dev"
8976                 },
8977                 "thanks": {
8978                     "name": "symfony/polyfill",
8979                     "url": "https://github.com/symfony/polyfill"
8980                 }
8981             },
8982             "autoload": {
8983                 "files": [
8984                     "bootstrap.php"
8985                 ],
8986                 "psr-4": {
8987                     "Symfony\\Polyfill\\Mbstring\\": ""
8988                 }
8989             },
8990             "notification-url": "https://packagist.org/downloads/",
8991             "license": [
8992                 "MIT"
8993             ],
8994             "authors": [
8995                 {
8996                     "name": "Nicolas Grekas",
8997                     "email": "p@tchwork.com"
8998                 },
8999                 {
9000                     "name": "Symfony Community",
9001                     "homepage": "https://symfony.com/contributors"
9002                 }
9003             ],
9004             "description": "Symfony polyfill for the Mbstring extension",
9005             "homepage": "https://symfony.com",
9006             "keywords": [
9007                 "compatibility",
9008                 "mbstring",
9009                 "polyfill",
9010                 "portable",
9011                 "shim"
9012             ],
9013             "support": {
9014                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
9015             },
9016             "funding": [
9017                 {
9018                     "url": "https://symfony.com/sponsor",
9019                     "type": "custom"
9020                 },
9021                 {
9022                     "url": "https://github.com/fabpot",
9023                     "type": "github"
9024                 },
9025                 {
9026                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9027                     "type": "tidelift"
9028                 }
9029             ],
9030             "time": "2023-07-28T09:04:16+00:00"
9031         },
9032         {
9033             "name": "symfony/polyfill-php73",
9034             "version": "v1.28.0",
9035             "source": {
9036                 "type": "git",
9037                 "url": "https://github.com/symfony/polyfill-php73.git",
9038                 "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5"
9039             },
9040             "dist": {
9041                 "type": "zip",
9042                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5",
9043                 "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5",
9044                 "shasum": ""
9045             },
9046             "require": {
9047                 "php": ">=7.1"
9048             },
9049             "type": "library",
9050             "extra": {
9051                 "branch-alias": {
9052                     "dev-main": "1.28-dev"
9053                 },
9054                 "thanks": {
9055                     "name": "symfony/polyfill",
9056                     "url": "https://github.com/symfony/polyfill"
9057                 }
9058             },
9059             "autoload": {
9060                 "files": [
9061                     "bootstrap.php"
9062                 ],
9063                 "psr-4": {
9064                     "Symfony\\Polyfill\\Php73\\": ""
9065                 },
9066                 "classmap": [
9067                     "Resources/stubs"
9068                 ]
9069             },
9070             "notification-url": "https://packagist.org/downloads/",
9071             "license": [
9072                 "MIT"
9073             ],
9074             "authors": [
9075                 {
9076                     "name": "Nicolas Grekas",
9077                     "email": "p@tchwork.com"
9078                 },
9079                 {
9080                     "name": "Symfony Community",
9081                     "homepage": "https://symfony.com/contributors"
9082                 }
9083             ],
9084             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
9085             "homepage": "https://symfony.com",
9086             "keywords": [
9087                 "compatibility",
9088                 "polyfill",
9089                 "portable",
9090                 "shim"
9091             ],
9092             "support": {
9093                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0"
9094             },
9095             "funding": [
9096                 {
9097                     "url": "https://symfony.com/sponsor",
9098                     "type": "custom"
9099                 },
9100                 {
9101                     "url": "https://github.com/fabpot",
9102                     "type": "github"
9103                 },
9104                 {
9105                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9106                     "type": "tidelift"
9107                 }
9108             ],
9109             "time": "2023-01-26T09:26:14+00:00"
9110         },
9111         {
9112             "name": "symfony/polyfill-php80",
9113             "version": "v1.28.0",
9114             "source": {
9115                 "type": "git",
9116                 "url": "https://github.com/symfony/polyfill-php80.git",
9117                 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
9118             },
9119             "dist": {
9120                 "type": "zip",
9121                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
9122                 "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
9123                 "shasum": ""
9124             },
9125             "require": {
9126                 "php": ">=7.1"
9127             },
9128             "type": "library",
9129             "extra": {
9130                 "branch-alias": {
9131                     "dev-main": "1.28-dev"
9132                 },
9133                 "thanks": {
9134                     "name": "symfony/polyfill",
9135                     "url": "https://github.com/symfony/polyfill"
9136                 }
9137             },
9138             "autoload": {
9139                 "files": [
9140                     "bootstrap.php"
9141                 ],
9142                 "psr-4": {
9143                     "Symfony\\Polyfill\\Php80\\": ""
9144                 },
9145                 "classmap": [
9146                     "Resources/stubs"
9147                 ]
9148             },
9149             "notification-url": "https://packagist.org/downloads/",
9150             "license": [
9151                 "MIT"
9152             ],
9153             "authors": [
9154                 {
9155                     "name": "Ion Bazan",
9156                     "email": "ion.bazan@gmail.com"
9157                 },
9158                 {
9159                     "name": "Nicolas Grekas",
9160                     "email": "p@tchwork.com"
9161                 },
9162                 {
9163                     "name": "Symfony Community",
9164                     "homepage": "https://symfony.com/contributors"
9165                 }
9166             ],
9167             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
9168             "homepage": "https://symfony.com",
9169             "keywords": [
9170                 "compatibility",
9171                 "polyfill",
9172                 "portable",
9173                 "shim"
9174             ],
9175             "support": {
9176                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
9177             },
9178             "funding": [
9179                 {
9180                     "url": "https://symfony.com/sponsor",
9181                     "type": "custom"
9182                 },
9183                 {
9184                     "url": "https://github.com/fabpot",
9185                     "type": "github"
9186                 },
9187                 {
9188                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9189                     "type": "tidelift"
9190                 }
9191             ],
9192             "time": "2023-01-26T09:26:14+00:00"
9193         },
9194         {
9195             "name": "symfony/polyfill-php81",
9196             "version": "v1.28.0",
9197             "source": {
9198                 "type": "git",
9199                 "url": "https://github.com/symfony/polyfill-php81.git",
9200                 "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
9201             },
9202             "dist": {
9203                 "type": "zip",
9204                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
9205                 "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
9206                 "shasum": ""
9207             },
9208             "require": {
9209                 "php": ">=7.1"
9210             },
9211             "type": "library",
9212             "extra": {
9213                 "branch-alias": {
9214                     "dev-main": "1.28-dev"
9215                 },
9216                 "thanks": {
9217                     "name": "symfony/polyfill",
9218                     "url": "https://github.com/symfony/polyfill"
9219                 }
9220             },
9221             "autoload": {
9222                 "files": [
9223                     "bootstrap.php"
9224                 ],
9225                 "psr-4": {
9226                     "Symfony\\Polyfill\\Php81\\": ""
9227                 },
9228                 "classmap": [
9229                     "Resources/stubs"
9230                 ]
9231             },
9232             "notification-url": "https://packagist.org/downloads/",
9233             "license": [
9234                 "MIT"
9235             ],
9236             "authors": [
9237                 {
9238                     "name": "Nicolas Grekas",
9239                     "email": "p@tchwork.com"
9240                 },
9241                 {
9242                     "name": "Symfony Community",
9243                     "homepage": "https://symfony.com/contributors"
9244                 }
9245             ],
9246             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
9247             "homepage": "https://symfony.com",
9248             "keywords": [
9249                 "compatibility",
9250                 "polyfill",
9251                 "portable",
9252                 "shim"
9253             ],
9254             "support": {
9255                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0"
9256             },
9257             "funding": [
9258                 {
9259                     "url": "https://symfony.com/sponsor",
9260                     "type": "custom"
9261                 },
9262                 {
9263                     "url": "https://github.com/fabpot",
9264                     "type": "github"
9265                 },
9266                 {
9267                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9268                     "type": "tidelift"
9269                 }
9270             ],
9271             "time": "2023-01-26T09:26:14+00:00"
9272         },
9273         {
9274             "name": "symfony/process",
9275             "version": "v6.3.4",
9276             "source": {
9277                 "type": "git",
9278                 "url": "https://github.com/symfony/process.git",
9279                 "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54"
9280             },
9281             "dist": {
9282                 "type": "zip",
9283                 "url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54",
9284                 "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54",
9285                 "shasum": ""
9286             },
9287             "require": {
9288                 "php": ">=8.1"
9289             },
9290             "type": "library",
9291             "autoload": {
9292                 "psr-4": {
9293                     "Symfony\\Component\\Process\\": ""
9294                 },
9295                 "exclude-from-classmap": [
9296                     "/Tests/"
9297                 ]
9298             },
9299             "notification-url": "https://packagist.org/downloads/",
9300             "license": [
9301                 "MIT"
9302             ],
9303             "authors": [
9304                 {
9305                     "name": "Fabien Potencier",
9306                     "email": "fabien@symfony.com"
9307                 },
9308                 {
9309                     "name": "Symfony Community",
9310                     "homepage": "https://symfony.com/contributors"
9311                 }
9312             ],
9313             "description": "Executes commands in sub-processes",
9314             "homepage": "https://symfony.com",
9315             "support": {
9316                 "source": "https://github.com/symfony/process/tree/v6.3.4"
9317             },
9318             "funding": [
9319                 {
9320                     "url": "https://symfony.com/sponsor",
9321                     "type": "custom"
9322                 },
9323                 {
9324                     "url": "https://github.com/fabpot",
9325                     "type": "github"
9326                 },
9327                 {
9328                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9329                     "type": "tidelift"
9330                 }
9331             ],
9332             "time": "2023-08-07T10:39:22+00:00"
9333         },
9334         {
9335             "name": "symfony/property-access",
9336             "version": "v4.4.44",
9337             "source": {
9338                 "type": "git",
9339                 "url": "https://github.com/symfony/property-access.git",
9340                 "reference": "d49682f6f0764df725c95128213a38f7e0a9f358"
9341             },
9342             "dist": {
9343                 "type": "zip",
9344                 "url": "https://api.github.com/repos/symfony/property-access/zipball/d49682f6f0764df725c95128213a38f7e0a9f358",
9345                 "reference": "d49682f6f0764df725c95128213a38f7e0a9f358",
9346                 "shasum": ""
9347             },
9348             "require": {
9349                 "php": ">=7.1.3",
9350                 "symfony/inflector": "^3.4|^4.0|^5.0",
9351                 "symfony/polyfill-php80": "^1.16"
9352             },
9353             "require-dev": {
9354                 "symfony/cache": "^3.4|^4.0|^5.0"
9355             },
9356             "suggest": {
9357                 "psr/cache-implementation": "To cache access methods."
9358             },
9359             "type": "library",
9360             "autoload": {
9361                 "psr-4": {
9362                     "Symfony\\Component\\PropertyAccess\\": ""
9363                 },
9364                 "exclude-from-classmap": [
9365                     "/Tests/"
9366                 ]
9367             },
9368             "notification-url": "https://packagist.org/downloads/",
9369             "license": [
9370                 "MIT"
9371             ],
9372             "authors": [
9373                 {
9374                     "name": "Fabien Potencier",
9375                     "email": "fabien@symfony.com"
9376                 },
9377                 {
9378                     "name": "Symfony Community",
9379                     "homepage": "https://symfony.com/contributors"
9380                 }
9381             ],
9382             "description": "Provides functions to read and write from/to an object or array using a simple string notation",
9383             "homepage": "https://symfony.com",
9384             "keywords": [
9385                 "access",
9386                 "array",
9387                 "extraction",
9388                 "index",
9389                 "injection",
9390                 "object",
9391                 "property",
9392                 "property path",
9393                 "reflection"
9394             ],
9395             "support": {
9396                 "source": "https://github.com/symfony/property-access/tree/v4.4.44"
9397             },
9398             "funding": [
9399                 {
9400                     "url": "https://symfony.com/sponsor",
9401                     "type": "custom"
9402                 },
9403                 {
9404                     "url": "https://github.com/fabpot",
9405                     "type": "github"
9406                 },
9407                 {
9408                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9409                     "type": "tidelift"
9410                 }
9411             ],
9412             "time": "2022-06-27T13:16:42+00:00"
9413         },
9414         {
9415             "name": "symfony/service-contracts",
9416             "version": "v2.5.2",
9417             "source": {
9418                 "type": "git",
9419                 "url": "https://github.com/symfony/service-contracts.git",
9420                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
9421             },
9422             "dist": {
9423                 "type": "zip",
9424                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
9425                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
9426                 "shasum": ""
9427             },
9428             "require": {
9429                 "php": ">=7.2.5",
9430                 "psr/container": "^1.1",
9431                 "symfony/deprecation-contracts": "^2.1|^3"
9432             },
9433             "conflict": {
9434                 "ext-psr": "<1.1|>=2"
9435             },
9436             "suggest": {
9437                 "symfony/service-implementation": ""
9438             },
9439             "type": "library",
9440             "extra": {
9441                 "branch-alias": {
9442                     "dev-main": "2.5-dev"
9443                 },
9444                 "thanks": {
9445                     "name": "symfony/contracts",
9446                     "url": "https://github.com/symfony/contracts"
9447                 }
9448             },
9449             "autoload": {
9450                 "psr-4": {
9451                     "Symfony\\Contracts\\Service\\": ""
9452                 }
9453             },
9454             "notification-url": "https://packagist.org/downloads/",
9455             "license": [
9456                 "MIT"
9457             ],
9458             "authors": [
9459                 {
9460                     "name": "Nicolas Grekas",
9461                     "email": "p@tchwork.com"
9462                 },
9463                 {
9464                     "name": "Symfony Community",
9465                     "homepage": "https://symfony.com/contributors"
9466                 }
9467             ],
9468             "description": "Generic abstractions related to writing services",
9469             "homepage": "https://symfony.com",
9470             "keywords": [
9471                 "abstractions",
9472                 "contracts",
9473                 "decoupling",
9474                 "interfaces",
9475                 "interoperability",
9476                 "standards"
9477             ],
9478             "support": {
9479                 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
9480             },
9481             "funding": [
9482                 {
9483                     "url": "https://symfony.com/sponsor",
9484                     "type": "custom"
9485                 },
9486                 {
9487                     "url": "https://github.com/fabpot",
9488                     "type": "github"
9489                 },
9490                 {
9491                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9492                     "type": "tidelift"
9493                 }
9494             ],
9495             "time": "2022-05-30T19:17:29+00:00"
9496         },
9497         {
9498             "name": "symfony/string",
9499             "version": "v6.3.5",
9500             "source": {
9501                 "type": "git",
9502                 "url": "https://github.com/symfony/string.git",
9503                 "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339"
9504             },
9505             "dist": {
9506                 "type": "zip",
9507                 "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339",
9508                 "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339",
9509                 "shasum": ""
9510             },
9511             "require": {
9512                 "php": ">=8.1",
9513                 "symfony/polyfill-ctype": "~1.8",
9514                 "symfony/polyfill-intl-grapheme": "~1.0",
9515                 "symfony/polyfill-intl-normalizer": "~1.0",
9516                 "symfony/polyfill-mbstring": "~1.0"
9517             },
9518             "conflict": {
9519                 "symfony/translation-contracts": "<2.5"
9520             },
9521             "require-dev": {
9522                 "symfony/error-handler": "^5.4|^6.0",
9523                 "symfony/http-client": "^5.4|^6.0",
9524                 "symfony/intl": "^6.2",
9525                 "symfony/translation-contracts": "^2.5|^3.0",
9526                 "symfony/var-exporter": "^5.4|^6.0"
9527             },
9528             "type": "library",
9529             "autoload": {
9530                 "files": [
9531                     "Resources/functions.php"
9532                 ],
9533                 "psr-4": {
9534                     "Symfony\\Component\\String\\": ""
9535                 },
9536                 "exclude-from-classmap": [
9537                     "/Tests/"
9538                 ]
9539             },
9540             "notification-url": "https://packagist.org/downloads/",
9541             "license": [
9542                 "MIT"
9543             ],
9544             "authors": [
9545                 {
9546                     "name": "Nicolas Grekas",
9547                     "email": "p@tchwork.com"
9548                 },
9549                 {
9550                     "name": "Symfony Community",
9551                     "homepage": "https://symfony.com/contributors"
9552                 }
9553             ],
9554             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
9555             "homepage": "https://symfony.com",
9556             "keywords": [
9557                 "grapheme",
9558                 "i18n",
9559                 "string",
9560                 "unicode",
9561                 "utf-8",
9562                 "utf8"
9563             ],
9564             "support": {
9565                 "source": "https://github.com/symfony/string/tree/v6.3.5"
9566             },
9567             "funding": [
9568                 {
9569                     "url": "https://symfony.com/sponsor",
9570                     "type": "custom"
9571                 },
9572                 {
9573                     "url": "https://github.com/fabpot",
9574                     "type": "github"
9575                 },
9576                 {
9577                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9578                     "type": "tidelift"
9579                 }
9580             ],
9581             "time": "2023-09-18T10:38:32+00:00"
9582         },
9583         {
9584             "name": "symfony/yaml",
9585             "version": "v5.4.23",
9586             "source": {
9587                 "type": "git",
9588                 "url": "https://github.com/symfony/yaml.git",
9589                 "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b"
9590             },
9591             "dist": {
9592                 "type": "zip",
9593                 "url": "https://api.github.com/repos/symfony/yaml/zipball/4cd2e3ea301aadd76a4172756296fe552fb45b0b",
9594                 "reference": "4cd2e3ea301aadd76a4172756296fe552fb45b0b",
9595                 "shasum": ""
9596             },
9597             "require": {
9598                 "php": ">=7.2.5",
9599                 "symfony/deprecation-contracts": "^2.1|^3",
9600                 "symfony/polyfill-ctype": "^1.8"
9601             },
9602             "conflict": {
9603                 "symfony/console": "<5.3"
9604             },
9605             "require-dev": {
9606                 "symfony/console": "^5.3|^6.0"
9607             },
9608             "suggest": {
9609                 "symfony/console": "For validating YAML files using the lint command"
9610             },
9611             "bin": [
9612                 "Resources/bin/yaml-lint"
9613             ],
9614             "type": "library",
9615             "autoload": {
9616                 "psr-4": {
9617                     "Symfony\\Component\\Yaml\\": ""
9618                 },
9619                 "exclude-from-classmap": [
9620                     "/Tests/"
9621                 ]
9622             },
9623             "notification-url": "https://packagist.org/downloads/",
9624             "license": [
9625                 "MIT"
9626             ],
9627             "authors": [
9628                 {
9629                     "name": "Fabien Potencier",
9630                     "email": "fabien@symfony.com"
9631                 },
9632                 {
9633                     "name": "Symfony Community",
9634                     "homepage": "https://symfony.com/contributors"
9635                 }
9636             ],
9637             "description": "Loads and dumps YAML files",
9638             "homepage": "https://symfony.com",
9639             "support": {
9640                 "source": "https://github.com/symfony/yaml/tree/v5.4.23"
9641             },
9642             "funding": [
9643                 {
9644                     "url": "https://symfony.com/sponsor",
9645                     "type": "custom"
9646                 },
9647                 {
9648                     "url": "https://github.com/fabpot",
9649                     "type": "github"
9650                 },
9651                 {
9652                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9653                     "type": "tidelift"
9654                 }
9655             ],
9656             "time": "2023-04-23T19:33:36+00:00"
9657         },
9658         {
9659             "name": "twig/twig",
9660             "version": "v3.7.1",
9661             "source": {
9662                 "type": "git",
9663                 "url": "https://github.com/twigphp/Twig.git",
9664                 "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554"
9665             },
9666             "dist": {
9667                 "type": "zip",
9668                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
9669                 "reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
9670                 "shasum": ""
9671             },
9672             "require": {
9673                 "php": ">=7.2.5",
9674                 "symfony/polyfill-ctype": "^1.8",
9675                 "symfony/polyfill-mbstring": "^1.3"
9676             },
9677             "require-dev": {
9678                 "psr/container": "^1.0|^2.0",
9679                 "symfony/phpunit-bridge": "^5.4.9|^6.3"
9680             },
9681             "type": "library",
9682             "autoload": {
9683                 "psr-4": {
9684                     "Twig\\": "src/"
9685                 }
9686             },
9687             "notification-url": "https://packagist.org/downloads/",
9688             "license": [
9689                 "BSD-3-Clause"
9690             ],
9691             "authors": [
9692                 {
9693                     "name": "Fabien Potencier",
9694                     "email": "fabien@symfony.com",
9695                     "homepage": "http://fabien.potencier.org",
9696                     "role": "Lead Developer"
9697                 },
9698                 {
9699                     "name": "Twig Team",
9700                     "role": "Contributors"
9701                 },
9702                 {
9703                     "name": "Armin Ronacher",
9704                     "email": "armin.ronacher@active-4.com",
9705                     "role": "Project Founder"
9706                 }
9707             ],
9708             "description": "Twig, the flexible, fast, and secure template language for PHP",
9709             "homepage": "https://twig.symfony.com",
9710             "keywords": [
9711                 "templating"
9712             ],
9713             "support": {
9714                 "issues": "https://github.com/twigphp/Twig/issues",
9715                 "source": "https://github.com/twigphp/Twig/tree/v3.7.1"
9716             },
9717             "funding": [
9718                 {
9719                     "url": "https://github.com/fabpot",
9720                     "type": "github"
9721                 },
9722                 {
9723                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
9724                     "type": "tidelift"
9725                 }
9726             ],
9727             "time": "2023-08-28T11:09:02+00:00"
9728         },
9729         {
9730             "name": "twilio/sdk",
9731             "version": "7.9.0",
9732             "source": {
9733                 "type": "git",
9734                 "url": "git@github.com:twilio/twilio-php.git",
9735                 "reference": "e23666fbe0cf8c85cb3cbd182f119f6de642c65f"
9736             },
9737             "dist": {
9738                 "type": "zip",
9739                 "url": "https://api.github.com/repos/twilio/twilio-php/zipball/e23666fbe0cf8c85cb3cbd182f119f6de642c65f",
9740                 "reference": "e23666fbe0cf8c85cb3cbd182f119f6de642c65f",
9741                 "shasum": ""
9742             },
9743             "require": {
9744                 "php": ">=7.1.0"
9745             },
9746             "require-dev": {
9747                 "guzzlehttp/guzzle": "^6.3 || ^7.0",
9748                 "phpunit/phpunit": ">=7.0 < 10"
9749             },
9750             "suggest": {
9751                 "guzzlehttp/guzzle": "An HTTP client to execute the API requests"
9752             },
9753             "type": "library",
9754             "autoload": {
9755                 "psr-4": {
9756                     "Twilio\\": "src/Twilio/"
9757                 }
9758             },
9759             "notification-url": "https://packagist.org/downloads/",
9760             "license": [
9761                 "MIT"
9762             ],
9763             "authors": [
9764                 {
9765                     "name": "Twilio API Team",
9766                     "email": "api@twilio.com"
9767                 }
9768             ],
9769             "description": "A PHP wrapper for Twilio's API",
9770             "homepage": "https://github.com/twilio/twilio-php",
9771             "keywords": [
9772                 "api",
9773                 "sms",
9774                 "twilio"
9775             ],
9776             "time": "2023-08-24T07:38:49+00:00"
9777         },
9778         {
9779             "name": "vlucas/phpdotenv",
9780             "version": "v5.5.0",
9781             "source": {
9782                 "type": "git",
9783                 "url": "https://github.com/vlucas/phpdotenv.git",
9784                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
9785             },
9786             "dist": {
9787                 "type": "zip",
9788                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
9789                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
9790                 "shasum": ""
9791             },
9792             "require": {
9793                 "ext-pcre": "*",
9794                 "graham-campbell/result-type": "^1.0.2",
9795                 "php": "^7.1.3 || ^8.0",
9796                 "phpoption/phpoption": "^1.8",
9797                 "symfony/polyfill-ctype": "^1.23",
9798                 "symfony/polyfill-mbstring": "^1.23.1",
9799                 "symfony/polyfill-php80": "^1.23.1"
9800             },
9801             "require-dev": {
9802                 "bamarni/composer-bin-plugin": "^1.4.1",
9803                 "ext-filter": "*",
9804                 "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
9805             },
9806             "suggest": {
9807                 "ext-filter": "Required to use the boolean validator."
9808             },
9809             "type": "library",
9810             "extra": {
9811                 "bamarni-bin": {
9812                     "bin-links": true,
9813                     "forward-command": true
9814                 },
9815                 "branch-alias": {
9816                     "dev-master": "5.5-dev"
9817                 }
9818             },
9819             "autoload": {
9820                 "psr-4": {
9821                     "Dotenv\\": "src/"
9822                 }
9823             },
9824             "notification-url": "https://packagist.org/downloads/",
9825             "license": [
9826                 "BSD-3-Clause"
9827             ],
9828             "authors": [
9829                 {
9830                     "name": "Graham Campbell",
9831                     "email": "hello@gjcampbell.co.uk",
9832                     "homepage": "https://github.com/GrahamCampbell"
9833                 },
9834                 {
9835                     "name": "Vance Lucas",
9836                     "email": "vance@vancelucas.com",
9837                     "homepage": "https://github.com/vlucas"
9838                 }
9839             ],
9840             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
9841             "keywords": [
9842                 "dotenv",
9843                 "env",
9844                 "environment"
9845             ],
9846             "support": {
9847                 "issues": "https://github.com/vlucas/phpdotenv/issues",
9848                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
9849             },
9850             "funding": [
9851                 {
9852                     "url": "https://github.com/GrahamCampbell",
9853                     "type": "github"
9854                 },
9855                 {
9856                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
9857                     "type": "tidelift"
9858                 }
9859             ],
9860             "time": "2022-10-16T01:01:54+00:00"
9861         },
9862         {
9863             "name": "waryway/php-traits-library",
9864             "version": "1.0.4",
9865             "source": {
9866                 "type": "git",
9867                 "url": "https://github.com/Waryway/PhpTraitsLibrary.git",
9868                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035"
9869             },
9870             "dist": {
9871                 "type": "zip",
9872                 "url": "https://api.github.com/repos/Waryway/PhpTraitsLibrary/zipball/ec0b630770bdd84168d2cd5e61bd93f45095e035",
9873                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035",
9874                 "shasum": ""
9875             },
9876             "require-dev": {
9877                 "phpunit/phpunit": "6.4.3"
9878             },
9879             "type": "library",
9880             "autoload": {
9881                 "psr-4": {
9882                     "Waryway\\PhpTraitsLibrary\\": "src/"
9883                 }
9884             },
9885             "notification-url": "https://packagist.org/downloads/",
9886             "license": [
9887                 "MIT"
9888             ],
9889             "authors": [
9890                 {
9891                     "name": "Kyle Wiering",
9892                     "email": "kyle@waryway.com"
9893                 }
9894             ],
9895             "description": "General use traits",
9896             "support": {
9897                 "issues": "https://github.com/Waryway/PhpTraitsLibrary/issues",
9898                 "source": "https://github.com/Waryway/PhpTraitsLibrary/tree/1.0.4"
9899             },
9900             "time": "2017-12-23T14:22:07+00:00"
9901         },
9902         {
9903             "name": "webimpress/safe-writer",
9904             "version": "2.2.0",
9905             "source": {
9906                 "type": "git",
9907                 "url": "https://github.com/webimpress/safe-writer.git",
9908                 "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
9909             },
9910             "dist": {
9911                 "type": "zip",
9912                 "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
9913                 "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
9914                 "shasum": ""
9915             },
9916             "require": {
9917                 "php": "^7.3 || ^8.0"
9918             },
9919             "require-dev": {
9920                 "phpunit/phpunit": "^9.5.4",
9921                 "vimeo/psalm": "^4.7",
9922                 "webimpress/coding-standard": "^1.2.2"
9923             },
9924             "type": "library",
9925             "extra": {
9926                 "branch-alias": {
9927                     "dev-master": "2.2.x-dev",
9928                     "dev-develop": "2.3.x-dev",
9929                     "dev-release-1.0": "1.0.x-dev"
9930                 }
9931             },
9932             "autoload": {
9933                 "psr-4": {
9934                     "Webimpress\\SafeWriter\\": "src/"
9935                 }
9936             },
9937             "notification-url": "https://packagist.org/downloads/",
9938             "license": [
9939                 "BSD-2-Clause"
9940             ],
9941             "description": "Tool to write files safely, to avoid race conditions",
9942             "keywords": [
9943                 "concurrent write",
9944                 "file writer",
9945                 "race condition",
9946                 "safe writer",
9947                 "webimpress"
9948             ],
9949             "support": {
9950                 "issues": "https://github.com/webimpress/safe-writer/issues",
9951                 "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
9952             },
9953             "funding": [
9954                 {
9955                     "url": "https://github.com/michalbundyra",
9956                     "type": "github"
9957                 }
9958             ],
9959             "time": "2021-04-19T16:34:45+00:00"
9960         },
9961         {
9962             "name": "webmozart/assert",
9963             "version": "1.11.0",
9964             "source": {
9965                 "type": "git",
9966                 "url": "https://github.com/webmozarts/assert.git",
9967                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
9968             },
9969             "dist": {
9970                 "type": "zip",
9971                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
9972                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
9973                 "shasum": ""
9974             },
9975             "require": {
9976                 "ext-ctype": "*",
9977                 "php": "^7.2 || ^8.0"
9978             },
9979             "conflict": {
9980                 "phpstan/phpstan": "<0.12.20",
9981                 "vimeo/psalm": "<4.6.1 || 4.6.2"
9982             },
9983             "require-dev": {
9984                 "phpunit/phpunit": "^8.5.13"
9985             },
9986             "type": "library",
9987             "extra": {
9988                 "branch-alias": {
9989                     "dev-master": "1.10-dev"
9990                 }
9991             },
9992             "autoload": {
9993                 "psr-4": {
9994                     "Webmozart\\Assert\\": "src/"
9995                 }
9996             },
9997             "notification-url": "https://packagist.org/downloads/",
9998             "license": [
9999                 "MIT"
10000             ],
10001             "authors": [
10002                 {
10003                     "name": "Bernhard Schussek",
10004                     "email": "bschussek@gmail.com"
10005                 }
10006             ],
10007             "description": "Assertions to validate method input/output with nice error messages.",
10008             "keywords": [
10009                 "assert",
10010                 "check",
10011                 "validate"
10012             ],
10013             "support": {
10014                 "issues": "https://github.com/webmozarts/assert/issues",
10015                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
10016             },
10017             "time": "2022-06-03T18:03:27+00:00"
10018         },
10019         {
10020             "name": "yubico/u2flib-server",
10021             "version": "1.0.2",
10022             "source": {
10023                 "type": "git",
10024                 "url": "https://github.com/Yubico/php-u2flib-server.git",
10025                 "reference": "55d813acf68212ad2cadecde07551600d6971939"
10026             },
10027             "dist": {
10028                 "type": "zip",
10029                 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
10030                 "reference": "55d813acf68212ad2cadecde07551600d6971939",
10031                 "shasum": ""
10032             },
10033             "require": {
10034                 "ext-openssl": "*",
10035                 "paragonie/random_compat": ">= 1",
10036                 "php": ">=5.6"
10037             },
10038             "require-dev": {
10039                 "phpunit/phpunit": "~5.7",
10040                 "vimeo/psalm": "^0|^1|^2"
10041             },
10042             "type": "library",
10043             "autoload": {
10044                 "classmap": [
10045                     "src/"
10046                 ]
10047             },
10048             "notification-url": "https://packagist.org/downloads/",
10049             "license": [
10050                 "BSD-2-Clause"
10051             ],
10052             "description": "Library for U2F implementation",
10053             "homepage": "https://developers.yubico.com/php-u2flib-server",
10054             "support": {
10055                 "issues": "https://github.com/Yubico/php-u2flib-server/issues",
10056                 "source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2"
10057             },
10058             "abandoned": true,
10059             "time": "2018-09-07T08:16:44+00:00"
10060         }
10061     ],
10062     "packages-dev": [
10063         {
10064             "name": "doctrine/annotations",
10065             "version": "1.14.3",
10066             "source": {
10067                 "type": "git",
10068                 "url": "https://github.com/doctrine/annotations.git",
10069                 "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
10070             },
10071             "dist": {
10072                 "type": "zip",
10073                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
10074                 "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
10075                 "shasum": ""
10076             },
10077             "require": {
10078                 "doctrine/lexer": "^1 || ^2",
10079                 "ext-tokenizer": "*",
10080                 "php": "^7.1 || ^8.0",
10081                 "psr/cache": "^1 || ^2 || ^3"
10082             },
10083             "require-dev": {
10084                 "doctrine/cache": "^1.11 || ^2.0",
10085                 "doctrine/coding-standard": "^9 || ^10",
10086                 "phpstan/phpstan": "~1.4.10 || ^1.8.0",
10087                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
10088                 "symfony/cache": "^4.4 || ^5.4 || ^6",
10089                 "vimeo/psalm": "^4.10"
10090             },
10091             "suggest": {
10092                 "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
10093             },
10094             "type": "library",
10095             "autoload": {
10096                 "psr-4": {
10097                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
10098                 }
10099             },
10100             "notification-url": "https://packagist.org/downloads/",
10101             "license": [
10102                 "MIT"
10103             ],
10104             "authors": [
10105                 {
10106                     "name": "Guilherme Blanco",
10107                     "email": "guilhermeblanco@gmail.com"
10108                 },
10109                 {
10110                     "name": "Roman Borschel",
10111                     "email": "roman@code-factory.org"
10112                 },
10113                 {
10114                     "name": "Benjamin Eberlei",
10115                     "email": "kontakt@beberlei.de"
10116                 },
10117                 {
10118                     "name": "Jonathan Wage",
10119                     "email": "jonwage@gmail.com"
10120                 },
10121                 {
10122                     "name": "Johannes Schmitt",
10123                     "email": "schmittjoh@gmail.com"
10124                 }
10125             ],
10126             "description": "Docblock Annotations Parser",
10127             "homepage": "https://www.doctrine-project.org/projects/annotations.html",
10128             "keywords": [
10129                 "annotations",
10130                 "docblock",
10131                 "parser"
10132             ],
10133             "support": {
10134                 "issues": "https://github.com/doctrine/annotations/issues",
10135                 "source": "https://github.com/doctrine/annotations/tree/1.14.3"
10136             },
10137             "time": "2023-02-01T09:20:38+00:00"
10138         },
10139         {
10140             "name": "doctrine/deprecations",
10141             "version": "1.1.2",
10142             "source": {
10143                 "type": "git",
10144                 "url": "https://github.com/doctrine/deprecations.git",
10145                 "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
10146             },
10147             "dist": {
10148                 "type": "zip",
10149                 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
10150                 "reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
10151                 "shasum": ""
10152             },
10153             "require": {
10154                 "php": "^7.1 || ^8.0"
10155             },
10156             "require-dev": {
10157                 "doctrine/coding-standard": "^9",
10158                 "phpstan/phpstan": "1.4.10 || 1.10.15",
10159                 "phpstan/phpstan-phpunit": "^1.0",
10160                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
10161                 "psalm/plugin-phpunit": "0.18.4",
10162                 "psr/log": "^1 || ^2 || ^3",
10163                 "vimeo/psalm": "4.30.0 || 5.12.0"
10164             },
10165             "suggest": {
10166                 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
10167             },
10168             "type": "library",
10169             "autoload": {
10170                 "psr-4": {
10171                     "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
10172                 }
10173             },
10174             "notification-url": "https://packagist.org/downloads/",
10175             "license": [
10176                 "MIT"
10177             ],
10178             "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
10179             "homepage": "https://www.doctrine-project.org/",
10180             "support": {
10181                 "issues": "https://github.com/doctrine/deprecations/issues",
10182                 "source": "https://github.com/doctrine/deprecations/tree/1.1.2"
10183             },
10184             "time": "2023-09-27T20:04:15+00:00"
10185         },
10186         {
10187             "name": "doctrine/lexer",
10188             "version": "2.1.0",
10189             "source": {
10190                 "type": "git",
10191                 "url": "https://github.com/doctrine/lexer.git",
10192                 "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
10193             },
10194             "dist": {
10195                 "type": "zip",
10196                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
10197                 "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
10198                 "shasum": ""
10199             },
10200             "require": {
10201                 "doctrine/deprecations": "^1.0",
10202                 "php": "^7.1 || ^8.0"
10203             },
10204             "require-dev": {
10205                 "doctrine/coding-standard": "^9 || ^10",
10206                 "phpstan/phpstan": "^1.3",
10207                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
10208                 "psalm/plugin-phpunit": "^0.18.3",
10209                 "vimeo/psalm": "^4.11 || ^5.0"
10210             },
10211             "type": "library",
10212             "autoload": {
10213                 "psr-4": {
10214                     "Doctrine\\Common\\Lexer\\": "src"
10215                 }
10216             },
10217             "notification-url": "https://packagist.org/downloads/",
10218             "license": [
10219                 "MIT"
10220             ],
10221             "authors": [
10222                 {
10223                     "name": "Guilherme Blanco",
10224                     "email": "guilhermeblanco@gmail.com"
10225                 },
10226                 {
10227                     "name": "Roman Borschel",
10228                     "email": "roman@code-factory.org"
10229                 },
10230                 {
10231                     "name": "Johannes Schmitt",
10232                     "email": "schmittjoh@gmail.com"
10233                 }
10234             ],
10235             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
10236             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
10237             "keywords": [
10238                 "annotations",
10239                 "docblock",
10240                 "lexer",
10241                 "parser",
10242                 "php"
10243             ],
10244             "support": {
10245                 "issues": "https://github.com/doctrine/lexer/issues",
10246                 "source": "https://github.com/doctrine/lexer/tree/2.1.0"
10247             },
10248             "funding": [
10249                 {
10250                     "url": "https://www.doctrine-project.org/sponsorship.html",
10251                     "type": "custom"
10252                 },
10253                 {
10254                     "url": "https://www.patreon.com/phpdoctrine",
10255                     "type": "patreon"
10256                 },
10257                 {
10258                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
10259                     "type": "tidelift"
10260                 }
10261             ],
10262             "time": "2022-12-14T08:49:07+00:00"
10263         },
10264         {
10265             "name": "phar-io/manifest",
10266             "version": "2.0.3",
10267             "source": {
10268                 "type": "git",
10269                 "url": "https://github.com/phar-io/manifest.git",
10270                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
10271             },
10272             "dist": {
10273                 "type": "zip",
10274                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
10275                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
10276                 "shasum": ""
10277             },
10278             "require": {
10279                 "ext-dom": "*",
10280                 "ext-phar": "*",
10281                 "ext-xmlwriter": "*",
10282                 "phar-io/version": "^3.0.1",
10283                 "php": "^7.2 || ^8.0"
10284             },
10285             "type": "library",
10286             "extra": {
10287                 "branch-alias": {
10288                     "dev-master": "2.0.x-dev"
10289                 }
10290             },
10291             "autoload": {
10292                 "classmap": [
10293                     "src/"
10294                 ]
10295             },
10296             "notification-url": "https://packagist.org/downloads/",
10297             "license": [
10298                 "BSD-3-Clause"
10299             ],
10300             "authors": [
10301                 {
10302                     "name": "Arne Blankerts",
10303                     "email": "arne@blankerts.de",
10304                     "role": "Developer"
10305                 },
10306                 {
10307                     "name": "Sebastian Heuer",
10308                     "email": "sebastian@phpeople.de",
10309                     "role": "Developer"
10310                 },
10311                 {
10312                     "name": "Sebastian Bergmann",
10313                     "email": "sebastian@phpunit.de",
10314                     "role": "Developer"
10315                 }
10316             ],
10317             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
10318             "support": {
10319                 "issues": "https://github.com/phar-io/manifest/issues",
10320                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
10321             },
10322             "time": "2021-07-20T11:28:43+00:00"
10323         },
10324         {
10325             "name": "phar-io/version",
10326             "version": "3.2.1",
10327             "source": {
10328                 "type": "git",
10329                 "url": "https://github.com/phar-io/version.git",
10330                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
10331             },
10332             "dist": {
10333                 "type": "zip",
10334                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
10335                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
10336                 "shasum": ""
10337             },
10338             "require": {
10339                 "php": "^7.2 || ^8.0"
10340             },
10341             "type": "library",
10342             "autoload": {
10343                 "classmap": [
10344                     "src/"
10345                 ]
10346             },
10347             "notification-url": "https://packagist.org/downloads/",
10348             "license": [
10349                 "BSD-3-Clause"
10350             ],
10351             "authors": [
10352                 {
10353                     "name": "Arne Blankerts",
10354                     "email": "arne@blankerts.de",
10355                     "role": "Developer"
10356                 },
10357                 {
10358                     "name": "Sebastian Heuer",
10359                     "email": "sebastian@phpeople.de",
10360                     "role": "Developer"
10361                 },
10362                 {
10363                     "name": "Sebastian Bergmann",
10364                     "email": "sebastian@phpunit.de",
10365                     "role": "Developer"
10366                 }
10367             ],
10368             "description": "Library for handling version information and constraints",
10369             "support": {
10370                 "issues": "https://github.com/phar-io/version/issues",
10371                 "source": "https://github.com/phar-io/version/tree/3.2.1"
10372             },
10373             "time": "2022-02-21T01:04:05+00:00"
10374         },
10375         {
10376             "name": "php-webdriver/webdriver",
10377             "version": "1.15.0",
10378             "source": {
10379                 "type": "git",
10380                 "url": "https://github.com/php-webdriver/php-webdriver.git",
10381                 "reference": "a1578689290055586f1ee51eaf0ec9d52895bb6d"
10382             },
10383             "dist": {
10384                 "type": "zip",
10385                 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/a1578689290055586f1ee51eaf0ec9d52895bb6d",
10386                 "reference": "a1578689290055586f1ee51eaf0ec9d52895bb6d",
10387                 "shasum": ""
10388             },
10389             "require": {
10390                 "ext-curl": "*",
10391                 "ext-json": "*",
10392                 "ext-zip": "*",
10393                 "php": "^7.3 || ^8.0",
10394                 "symfony/polyfill-mbstring": "^1.12",
10395                 "symfony/process": "^5.0 || ^6.0"
10396             },
10397             "replace": {
10398                 "facebook/webdriver": "*"
10399             },
10400             "require-dev": {
10401                 "ergebnis/composer-normalize": "^2.20.0",
10402                 "ondram/ci-detector": "^4.0",
10403                 "php-coveralls/php-coveralls": "^2.4",
10404                 "php-mock/php-mock-phpunit": "^2.0",
10405                 "php-parallel-lint/php-parallel-lint": "^1.2",
10406                 "phpunit/phpunit": "^9.3",
10407                 "squizlabs/php_codesniffer": "^3.5",
10408                 "symfony/var-dumper": "^5.0 || ^6.0"
10409             },
10410             "suggest": {
10411                 "ext-SimpleXML": "For Firefox profile creation"
10412             },
10413             "type": "library",
10414             "autoload": {
10415                 "files": [
10416                     "lib/Exception/TimeoutException.php"
10417                 ],
10418                 "psr-4": {
10419                     "Facebook\\WebDriver\\": "lib/"
10420                 }
10421             },
10422             "notification-url": "https://packagist.org/downloads/",
10423             "license": [
10424                 "MIT"
10425             ],
10426             "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
10427             "homepage": "https://github.com/php-webdriver/php-webdriver",
10428             "keywords": [
10429                 "Chromedriver",
10430                 "geckodriver",
10431                 "php",
10432                 "selenium",
10433                 "webdriver"
10434             ],
10435             "support": {
10436                 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
10437                 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.15.0"
10438             },
10439             "time": "2023-08-29T13:52:26+00:00"
10440         },
10441         {
10442             "name": "phpunit/php-code-coverage",
10443             "version": "10.1.7",
10444             "source": {
10445                 "type": "git",
10446                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
10447                 "reference": "355324ca4980b8916c18b9db29f3ef484078f26e"
10448             },
10449             "dist": {
10450                 "type": "zip",
10451                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/355324ca4980b8916c18b9db29f3ef484078f26e",
10452                 "reference": "355324ca4980b8916c18b9db29f3ef484078f26e",
10453                 "shasum": ""
10454             },
10455             "require": {
10456                 "ext-dom": "*",
10457                 "ext-libxml": "*",
10458                 "ext-xmlwriter": "*",
10459                 "nikic/php-parser": "^4.15",
10460                 "php": ">=8.1",
10461                 "phpunit/php-file-iterator": "^4.0",
10462                 "phpunit/php-text-template": "^3.0",
10463                 "sebastian/code-unit-reverse-lookup": "^3.0",
10464                 "sebastian/complexity": "^3.0",
10465                 "sebastian/environment": "^6.0",
10466                 "sebastian/lines-of-code": "^2.0",
10467                 "sebastian/version": "^4.0",
10468                 "theseer/tokenizer": "^1.2.0"
10469             },
10470             "require-dev": {
10471                 "phpunit/phpunit": "^10.1"
10472             },
10473             "suggest": {
10474                 "ext-pcov": "PHP extension that provides line coverage",
10475                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
10476             },
10477             "type": "library",
10478             "extra": {
10479                 "branch-alias": {
10480                     "dev-main": "10.1-dev"
10481                 }
10482             },
10483             "autoload": {
10484                 "classmap": [
10485                     "src/"
10486                 ]
10487             },
10488             "notification-url": "https://packagist.org/downloads/",
10489             "license": [
10490                 "BSD-3-Clause"
10491             ],
10492             "authors": [
10493                 {
10494                     "name": "Sebastian Bergmann",
10495                     "email": "sebastian@phpunit.de",
10496                     "role": "lead"
10497                 }
10498             ],
10499             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
10500             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
10501             "keywords": [
10502                 "coverage",
10503                 "testing",
10504                 "xunit"
10505             ],
10506             "support": {
10507                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
10508                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
10509                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.7"
10510             },
10511             "funding": [
10512                 {
10513                     "url": "https://github.com/sebastianbergmann",
10514                     "type": "github"
10515                 }
10516             ],
10517             "time": "2023-10-04T15:34:17+00:00"
10518         },
10519         {
10520             "name": "phpunit/php-file-iterator",
10521             "version": "4.1.0",
10522             "source": {
10523                 "type": "git",
10524                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
10525                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
10526             },
10527             "dist": {
10528                 "type": "zip",
10529                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
10530                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
10531                 "shasum": ""
10532             },
10533             "require": {
10534                 "php": ">=8.1"
10535             },
10536             "require-dev": {
10537                 "phpunit/phpunit": "^10.0"
10538             },
10539             "type": "library",
10540             "extra": {
10541                 "branch-alias": {
10542                     "dev-main": "4.0-dev"
10543                 }
10544             },
10545             "autoload": {
10546                 "classmap": [
10547                     "src/"
10548                 ]
10549             },
10550             "notification-url": "https://packagist.org/downloads/",
10551             "license": [
10552                 "BSD-3-Clause"
10553             ],
10554             "authors": [
10555                 {
10556                     "name": "Sebastian Bergmann",
10557                     "email": "sebastian@phpunit.de",
10558                     "role": "lead"
10559                 }
10560             ],
10561             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
10562             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
10563             "keywords": [
10564                 "filesystem",
10565                 "iterator"
10566             ],
10567             "support": {
10568                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
10569                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
10570                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
10571             },
10572             "funding": [
10573                 {
10574                     "url": "https://github.com/sebastianbergmann",
10575                     "type": "github"
10576                 }
10577             ],
10578             "time": "2023-08-31T06:24:48+00:00"
10579         },
10580         {
10581             "name": "phpunit/php-invoker",
10582             "version": "4.0.0",
10583             "source": {
10584                 "type": "git",
10585                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
10586                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
10587             },
10588             "dist": {
10589                 "type": "zip",
10590                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
10591                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
10592                 "shasum": ""
10593             },
10594             "require": {
10595                 "php": ">=8.1"
10596             },
10597             "require-dev": {
10598                 "ext-pcntl": "*",
10599                 "phpunit/phpunit": "^10.0"
10600             },
10601             "suggest": {
10602                 "ext-pcntl": "*"
10603             },
10604             "type": "library",
10605             "extra": {
10606                 "branch-alias": {
10607                     "dev-main": "4.0-dev"
10608                 }
10609             },
10610             "autoload": {
10611                 "classmap": [
10612                     "src/"
10613                 ]
10614             },
10615             "notification-url": "https://packagist.org/downloads/",
10616             "license": [
10617                 "BSD-3-Clause"
10618             ],
10619             "authors": [
10620                 {
10621                     "name": "Sebastian Bergmann",
10622                     "email": "sebastian@phpunit.de",
10623                     "role": "lead"
10624                 }
10625             ],
10626             "description": "Invoke callables with a timeout",
10627             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
10628             "keywords": [
10629                 "process"
10630             ],
10631             "support": {
10632                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
10633                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
10634             },
10635             "funding": [
10636                 {
10637                     "url": "https://github.com/sebastianbergmann",
10638                     "type": "github"
10639                 }
10640             ],
10641             "time": "2023-02-03T06:56:09+00:00"
10642         },
10643         {
10644             "name": "phpunit/php-text-template",
10645             "version": "3.0.1",
10646             "source": {
10647                 "type": "git",
10648                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
10649                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
10650             },
10651             "dist": {
10652                 "type": "zip",
10653                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
10654                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
10655                 "shasum": ""
10656             },
10657             "require": {
10658                 "php": ">=8.1"
10659             },
10660             "require-dev": {
10661                 "phpunit/phpunit": "^10.0"
10662             },
10663             "type": "library",
10664             "extra": {
10665                 "branch-alias": {
10666                     "dev-main": "3.0-dev"
10667                 }
10668             },
10669             "autoload": {
10670                 "classmap": [
10671                     "src/"
10672                 ]
10673             },
10674             "notification-url": "https://packagist.org/downloads/",
10675             "license": [
10676                 "BSD-3-Clause"
10677             ],
10678             "authors": [
10679                 {
10680                     "name": "Sebastian Bergmann",
10681                     "email": "sebastian@phpunit.de",
10682                     "role": "lead"
10683                 }
10684             ],
10685             "description": "Simple template engine.",
10686             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
10687             "keywords": [
10688                 "template"
10689             ],
10690             "support": {
10691                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
10692                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
10693                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
10694             },
10695             "funding": [
10696                 {
10697                     "url": "https://github.com/sebastianbergmann",
10698                     "type": "github"
10699                 }
10700             ],
10701             "time": "2023-08-31T14:07:24+00:00"
10702         },
10703         {
10704             "name": "phpunit/php-timer",
10705             "version": "6.0.0",
10706             "source": {
10707                 "type": "git",
10708                 "url": "https://github.com/sebastianbergmann/php-timer.git",
10709                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
10710             },
10711             "dist": {
10712                 "type": "zip",
10713                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
10714                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
10715                 "shasum": ""
10716             },
10717             "require": {
10718                 "php": ">=8.1"
10719             },
10720             "require-dev": {
10721                 "phpunit/phpunit": "^10.0"
10722             },
10723             "type": "library",
10724             "extra": {
10725                 "branch-alias": {
10726                     "dev-main": "6.0-dev"
10727                 }
10728             },
10729             "autoload": {
10730                 "classmap": [
10731                     "src/"
10732                 ]
10733             },
10734             "notification-url": "https://packagist.org/downloads/",
10735             "license": [
10736                 "BSD-3-Clause"
10737             ],
10738             "authors": [
10739                 {
10740                     "name": "Sebastian Bergmann",
10741                     "email": "sebastian@phpunit.de",
10742                     "role": "lead"
10743                 }
10744             ],
10745             "description": "Utility class for timing",
10746             "homepage": "https://github.com/sebastianbergmann/php-timer/",
10747             "keywords": [
10748                 "timer"
10749             ],
10750             "support": {
10751                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
10752                 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
10753             },
10754             "funding": [
10755                 {
10756                     "url": "https://github.com/sebastianbergmann",
10757                     "type": "github"
10758                 }
10759             ],
10760             "time": "2023-02-03T06:57:52+00:00"
10761         },
10762         {
10763             "name": "phpunit/phpunit",
10764             "version": "10.4.1",
10765             "source": {
10766                 "type": "git",
10767                 "url": "https://github.com/sebastianbergmann/phpunit.git",
10768                 "reference": "62bd7af13d282deeb95650077d28ba3600ca321c"
10769             },
10770             "dist": {
10771                 "type": "zip",
10772                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/62bd7af13d282deeb95650077d28ba3600ca321c",
10773                 "reference": "62bd7af13d282deeb95650077d28ba3600ca321c",
10774                 "shasum": ""
10775             },
10776             "require": {
10777                 "ext-dom": "*",
10778                 "ext-json": "*",
10779                 "ext-libxml": "*",
10780                 "ext-mbstring": "*",
10781                 "ext-xml": "*",
10782                 "ext-xmlwriter": "*",
10783                 "myclabs/deep-copy": "^1.10.1",
10784                 "phar-io/manifest": "^2.0.3",
10785                 "phar-io/version": "^3.0.2",
10786                 "php": ">=8.1",
10787                 "phpunit/php-code-coverage": "^10.1.5",
10788                 "phpunit/php-file-iterator": "^4.0",
10789                 "phpunit/php-invoker": "^4.0",
10790                 "phpunit/php-text-template": "^3.0",
10791                 "phpunit/php-timer": "^6.0",
10792                 "sebastian/cli-parser": "^2.0",
10793                 "sebastian/code-unit": "^2.0",
10794                 "sebastian/comparator": "^5.0",
10795                 "sebastian/diff": "^5.0",
10796                 "sebastian/environment": "^6.0",
10797                 "sebastian/exporter": "^5.1",
10798                 "sebastian/global-state": "^6.0.1",
10799                 "sebastian/object-enumerator": "^5.0",
10800                 "sebastian/recursion-context": "^5.0",
10801                 "sebastian/type": "^4.0",
10802                 "sebastian/version": "^4.0"
10803             },
10804             "suggest": {
10805                 "ext-soap": "To be able to generate mocks based on WSDL files"
10806             },
10807             "bin": [
10808                 "phpunit"
10809             ],
10810             "type": "library",
10811             "extra": {
10812                 "branch-alias": {
10813                     "dev-main": "10.4-dev"
10814                 }
10815             },
10816             "autoload": {
10817                 "files": [
10818                     "src/Framework/Assert/Functions.php"
10819                 ],
10820                 "classmap": [
10821                     "src/"
10822                 ]
10823             },
10824             "notification-url": "https://packagist.org/downloads/",
10825             "license": [
10826                 "BSD-3-Clause"
10827             ],
10828             "authors": [
10829                 {
10830                     "name": "Sebastian Bergmann",
10831                     "email": "sebastian@phpunit.de",
10832                     "role": "lead"
10833                 }
10834             ],
10835             "description": "The PHP Unit Testing framework.",
10836             "homepage": "https://phpunit.de/",
10837             "keywords": [
10838                 "phpunit",
10839                 "testing",
10840                 "xunit"
10841             ],
10842             "support": {
10843                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
10844                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
10845                 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.1"
10846             },
10847             "funding": [
10848                 {
10849                     "url": "https://phpunit.de/sponsors.html",
10850                     "type": "custom"
10851                 },
10852                 {
10853                     "url": "https://github.com/sebastianbergmann",
10854                     "type": "github"
10855                 },
10856                 {
10857                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
10858                     "type": "tidelift"
10859                 }
10860             ],
10861             "time": "2023-10-08T05:01:11+00:00"
10862         },
10863         {
10864             "name": "sebastian/cli-parser",
10865             "version": "2.0.0",
10866             "source": {
10867                 "type": "git",
10868                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
10869                 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
10870             },
10871             "dist": {
10872                 "type": "zip",
10873                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
10874                 "reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
10875                 "shasum": ""
10876             },
10877             "require": {
10878                 "php": ">=8.1"
10879             },
10880             "require-dev": {
10881                 "phpunit/phpunit": "^10.0"
10882             },
10883             "type": "library",
10884             "extra": {
10885                 "branch-alias": {
10886                     "dev-main": "2.0-dev"
10887                 }
10888             },
10889             "autoload": {
10890                 "classmap": [
10891                     "src/"
10892                 ]
10893             },
10894             "notification-url": "https://packagist.org/downloads/",
10895             "license": [
10896                 "BSD-3-Clause"
10897             ],
10898             "authors": [
10899                 {
10900                     "name": "Sebastian Bergmann",
10901                     "email": "sebastian@phpunit.de",
10902                     "role": "lead"
10903                 }
10904             ],
10905             "description": "Library for parsing CLI options",
10906             "homepage": "https://github.com/sebastianbergmann/cli-parser",
10907             "support": {
10908                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
10909                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
10910             },
10911             "funding": [
10912                 {
10913                     "url": "https://github.com/sebastianbergmann",
10914                     "type": "github"
10915                 }
10916             ],
10917             "time": "2023-02-03T06:58:15+00:00"
10918         },
10919         {
10920             "name": "sebastian/code-unit",
10921             "version": "2.0.0",
10922             "source": {
10923                 "type": "git",
10924                 "url": "https://github.com/sebastianbergmann/code-unit.git",
10925                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
10926             },
10927             "dist": {
10928                 "type": "zip",
10929                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
10930                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
10931                 "shasum": ""
10932             },
10933             "require": {
10934                 "php": ">=8.1"
10935             },
10936             "require-dev": {
10937                 "phpunit/phpunit": "^10.0"
10938             },
10939             "type": "library",
10940             "extra": {
10941                 "branch-alias": {
10942                     "dev-main": "2.0-dev"
10943                 }
10944             },
10945             "autoload": {
10946                 "classmap": [
10947                     "src/"
10948                 ]
10949             },
10950             "notification-url": "https://packagist.org/downloads/",
10951             "license": [
10952                 "BSD-3-Clause"
10953             ],
10954             "authors": [
10955                 {
10956                     "name": "Sebastian Bergmann",
10957                     "email": "sebastian@phpunit.de",
10958                     "role": "lead"
10959                 }
10960             ],
10961             "description": "Collection of value objects that represent the PHP code units",
10962             "homepage": "https://github.com/sebastianbergmann/code-unit",
10963             "support": {
10964                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
10965                 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
10966             },
10967             "funding": [
10968                 {
10969                     "url": "https://github.com/sebastianbergmann",
10970                     "type": "github"
10971                 }
10972             ],
10973             "time": "2023-02-03T06:58:43+00:00"
10974         },
10975         {
10976             "name": "sebastian/code-unit-reverse-lookup",
10977             "version": "3.0.0",
10978             "source": {
10979                 "type": "git",
10980                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
10981                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
10982             },
10983             "dist": {
10984                 "type": "zip",
10985                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
10986                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
10987                 "shasum": ""
10988             },
10989             "require": {
10990                 "php": ">=8.1"
10991             },
10992             "require-dev": {
10993                 "phpunit/phpunit": "^10.0"
10994             },
10995             "type": "library",
10996             "extra": {
10997                 "branch-alias": {
10998                     "dev-main": "3.0-dev"
10999                 }
11000             },
11001             "autoload": {
11002                 "classmap": [
11003                     "src/"
11004                 ]
11005             },
11006             "notification-url": "https://packagist.org/downloads/",
11007             "license": [
11008                 "BSD-3-Clause"
11009             ],
11010             "authors": [
11011                 {
11012                     "name": "Sebastian Bergmann",
11013                     "email": "sebastian@phpunit.de"
11014                 }
11015             ],
11016             "description": "Looks up which function or method a line of code belongs to",
11017             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
11018             "support": {
11019                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
11020                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
11021             },
11022             "funding": [
11023                 {
11024                     "url": "https://github.com/sebastianbergmann",
11025                     "type": "github"
11026                 }
11027             ],
11028             "time": "2023-02-03T06:59:15+00:00"
11029         },
11030         {
11031             "name": "sebastian/comparator",
11032             "version": "5.0.1",
11033             "source": {
11034                 "type": "git",
11035                 "url": "https://github.com/sebastianbergmann/comparator.git",
11036                 "reference": "2db5010a484d53ebf536087a70b4a5423c102372"
11037             },
11038             "dist": {
11039                 "type": "zip",
11040                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
11041                 "reference": "2db5010a484d53ebf536087a70b4a5423c102372",
11042                 "shasum": ""
11043             },
11044             "require": {
11045                 "ext-dom": "*",
11046                 "ext-mbstring": "*",
11047                 "php": ">=8.1",
11048                 "sebastian/diff": "^5.0",
11049                 "sebastian/exporter": "^5.0"
11050             },
11051             "require-dev": {
11052                 "phpunit/phpunit": "^10.3"
11053             },
11054             "type": "library",
11055             "extra": {
11056                 "branch-alias": {
11057                     "dev-main": "5.0-dev"
11058                 }
11059             },
11060             "autoload": {
11061                 "classmap": [
11062                     "src/"
11063                 ]
11064             },
11065             "notification-url": "https://packagist.org/downloads/",
11066             "license": [
11067                 "BSD-3-Clause"
11068             ],
11069             "authors": [
11070                 {
11071                     "name": "Sebastian Bergmann",
11072                     "email": "sebastian@phpunit.de"
11073                 },
11074                 {
11075                     "name": "Jeff Welch",
11076                     "email": "whatthejeff@gmail.com"
11077                 },
11078                 {
11079                     "name": "Volker Dusch",
11080                     "email": "github@wallbash.com"
11081                 },
11082                 {
11083                     "name": "Bernhard Schussek",
11084                     "email": "bschussek@2bepublished.at"
11085                 }
11086             ],
11087             "description": "Provides the functionality to compare PHP values for equality",
11088             "homepage": "https://github.com/sebastianbergmann/comparator",
11089             "keywords": [
11090                 "comparator",
11091                 "compare",
11092                 "equality"
11093             ],
11094             "support": {
11095                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
11096                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
11097                 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
11098             },
11099             "funding": [
11100                 {
11101                     "url": "https://github.com/sebastianbergmann",
11102                     "type": "github"
11103                 }
11104             ],
11105             "time": "2023-08-14T13:18:12+00:00"
11106         },
11107         {
11108             "name": "sebastian/complexity",
11109             "version": "3.1.0",
11110             "source": {
11111                 "type": "git",
11112                 "url": "https://github.com/sebastianbergmann/complexity.git",
11113                 "reference": "68cfb347a44871f01e33ab0ef8215966432f6957"
11114             },
11115             "dist": {
11116                 "type": "zip",
11117                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68cfb347a44871f01e33ab0ef8215966432f6957",
11118                 "reference": "68cfb347a44871f01e33ab0ef8215966432f6957",
11119                 "shasum": ""
11120             },
11121             "require": {
11122                 "nikic/php-parser": "^4.10",
11123                 "php": ">=8.1"
11124             },
11125             "require-dev": {
11126                 "phpunit/phpunit": "^10.0"
11127             },
11128             "type": "library",
11129             "extra": {
11130                 "branch-alias": {
11131                     "dev-main": "3.1-dev"
11132                 }
11133             },
11134             "autoload": {
11135                 "classmap": [
11136                     "src/"
11137                 ]
11138             },
11139             "notification-url": "https://packagist.org/downloads/",
11140             "license": [
11141                 "BSD-3-Clause"
11142             ],
11143             "authors": [
11144                 {
11145                     "name": "Sebastian Bergmann",
11146                     "email": "sebastian@phpunit.de",
11147                     "role": "lead"
11148                 }
11149             ],
11150             "description": "Library for calculating the complexity of PHP code units",
11151             "homepage": "https://github.com/sebastianbergmann/complexity",
11152             "support": {
11153                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
11154                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
11155                 "source": "https://github.com/sebastianbergmann/complexity/tree/3.1.0"
11156             },
11157             "funding": [
11158                 {
11159                     "url": "https://github.com/sebastianbergmann",
11160                     "type": "github"
11161                 }
11162             ],
11163             "time": "2023-09-28T11:50:59+00:00"
11164         },
11165         {
11166             "name": "sebastian/diff",
11167             "version": "5.0.3",
11168             "source": {
11169                 "type": "git",
11170                 "url": "https://github.com/sebastianbergmann/diff.git",
11171                 "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
11172             },
11173             "dist": {
11174                 "type": "zip",
11175                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
11176                 "reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
11177                 "shasum": ""
11178             },
11179             "require": {
11180                 "php": ">=8.1"
11181             },
11182             "require-dev": {
11183                 "phpunit/phpunit": "^10.0",
11184                 "symfony/process": "^4.2 || ^5"
11185             },
11186             "type": "library",
11187             "extra": {
11188                 "branch-alias": {
11189                     "dev-main": "5.0-dev"
11190                 }
11191             },
11192             "autoload": {
11193                 "classmap": [
11194                     "src/"
11195                 ]
11196             },
11197             "notification-url": "https://packagist.org/downloads/",
11198             "license": [
11199                 "BSD-3-Clause"
11200             ],
11201             "authors": [
11202                 {
11203                     "name": "Sebastian Bergmann",
11204                     "email": "sebastian@phpunit.de"
11205                 },
11206                 {
11207                     "name": "Kore Nordmann",
11208                     "email": "mail@kore-nordmann.de"
11209                 }
11210             ],
11211             "description": "Diff implementation",
11212             "homepage": "https://github.com/sebastianbergmann/diff",
11213             "keywords": [
11214                 "diff",
11215                 "udiff",
11216                 "unidiff",
11217                 "unified diff"
11218             ],
11219             "support": {
11220                 "issues": "https://github.com/sebastianbergmann/diff/issues",
11221                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
11222                 "source": "https://github.com/sebastianbergmann/diff/tree/5.0.3"
11223             },
11224             "funding": [
11225                 {
11226                     "url": "https://github.com/sebastianbergmann",
11227                     "type": "github"
11228                 }
11229             ],
11230             "time": "2023-05-01T07:48:21+00:00"
11231         },
11232         {
11233             "name": "sebastian/environment",
11234             "version": "6.0.1",
11235             "source": {
11236                 "type": "git",
11237                 "url": "https://github.com/sebastianbergmann/environment.git",
11238                 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
11239             },
11240             "dist": {
11241                 "type": "zip",
11242                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
11243                 "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
11244                 "shasum": ""
11245             },
11246             "require": {
11247                 "php": ">=8.1"
11248             },
11249             "require-dev": {
11250                 "phpunit/phpunit": "^10.0"
11251             },
11252             "suggest": {
11253                 "ext-posix": "*"
11254             },
11255             "type": "library",
11256             "extra": {
11257                 "branch-alias": {
11258                     "dev-main": "6.0-dev"
11259                 }
11260             },
11261             "autoload": {
11262                 "classmap": [
11263                     "src/"
11264                 ]
11265             },
11266             "notification-url": "https://packagist.org/downloads/",
11267             "license": [
11268                 "BSD-3-Clause"
11269             ],
11270             "authors": [
11271                 {
11272                     "name": "Sebastian Bergmann",
11273                     "email": "sebastian@phpunit.de"
11274                 }
11275             ],
11276             "description": "Provides functionality to handle HHVM/PHP environments",
11277             "homepage": "https://github.com/sebastianbergmann/environment",
11278             "keywords": [
11279                 "Xdebug",
11280                 "environment",
11281                 "hhvm"
11282             ],
11283             "support": {
11284                 "issues": "https://github.com/sebastianbergmann/environment/issues",
11285                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
11286                 "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
11287             },
11288             "funding": [
11289                 {
11290                     "url": "https://github.com/sebastianbergmann",
11291                     "type": "github"
11292                 }
11293             ],
11294             "time": "2023-04-11T05:39:26+00:00"
11295         },
11296         {
11297             "name": "sebastian/exporter",
11298             "version": "5.1.1",
11299             "source": {
11300                 "type": "git",
11301                 "url": "https://github.com/sebastianbergmann/exporter.git",
11302                 "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc"
11303             },
11304             "dist": {
11305                 "type": "zip",
11306                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc",
11307                 "reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc",
11308                 "shasum": ""
11309             },
11310             "require": {
11311                 "ext-mbstring": "*",
11312                 "php": ">=8.1",
11313                 "sebastian/recursion-context": "^5.0"
11314             },
11315             "require-dev": {
11316                 "phpunit/phpunit": "^10.0"
11317             },
11318             "type": "library",
11319             "extra": {
11320                 "branch-alias": {
11321                     "dev-main": "5.1-dev"
11322                 }
11323             },
11324             "autoload": {
11325                 "classmap": [
11326                     "src/"
11327                 ]
11328             },
11329             "notification-url": "https://packagist.org/downloads/",
11330             "license": [
11331                 "BSD-3-Clause"
11332             ],
11333             "authors": [
11334                 {
11335                     "name": "Sebastian Bergmann",
11336                     "email": "sebastian@phpunit.de"
11337                 },
11338                 {
11339                     "name": "Jeff Welch",
11340                     "email": "whatthejeff@gmail.com"
11341                 },
11342                 {
11343                     "name": "Volker Dusch",
11344                     "email": "github@wallbash.com"
11345                 },
11346                 {
11347                     "name": "Adam Harvey",
11348                     "email": "aharvey@php.net"
11349                 },
11350                 {
11351                     "name": "Bernhard Schussek",
11352                     "email": "bschussek@gmail.com"
11353                 }
11354             ],
11355             "description": "Provides the functionality to export PHP variables for visualization",
11356             "homepage": "https://www.github.com/sebastianbergmann/exporter",
11357             "keywords": [
11358                 "export",
11359                 "exporter"
11360             ],
11361             "support": {
11362                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
11363                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
11364                 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1"
11365             },
11366             "funding": [
11367                 {
11368                     "url": "https://github.com/sebastianbergmann",
11369                     "type": "github"
11370                 }
11371             ],
11372             "time": "2023-09-24T13:22:09+00:00"
11373         },
11374         {
11375             "name": "sebastian/global-state",
11376             "version": "6.0.1",
11377             "source": {
11378                 "type": "git",
11379                 "url": "https://github.com/sebastianbergmann/global-state.git",
11380                 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4"
11381             },
11382             "dist": {
11383                 "type": "zip",
11384                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4",
11385                 "reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4",
11386                 "shasum": ""
11387             },
11388             "require": {
11389                 "php": ">=8.1",
11390                 "sebastian/object-reflector": "^3.0",
11391                 "sebastian/recursion-context": "^5.0"
11392             },
11393             "require-dev": {
11394                 "ext-dom": "*",
11395                 "phpunit/phpunit": "^10.0"
11396             },
11397             "type": "library",
11398             "extra": {
11399                 "branch-alias": {
11400                     "dev-main": "6.0-dev"
11401                 }
11402             },
11403             "autoload": {
11404                 "classmap": [
11405                     "src/"
11406                 ]
11407             },
11408             "notification-url": "https://packagist.org/downloads/",
11409             "license": [
11410                 "BSD-3-Clause"
11411             ],
11412             "authors": [
11413                 {
11414                     "name": "Sebastian Bergmann",
11415                     "email": "sebastian@phpunit.de"
11416                 }
11417             ],
11418             "description": "Snapshotting of global state",
11419             "homepage": "http://www.github.com/sebastianbergmann/global-state",
11420             "keywords": [
11421                 "global state"
11422             ],
11423             "support": {
11424                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
11425                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
11426                 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1"
11427             },
11428             "funding": [
11429                 {
11430                     "url": "https://github.com/sebastianbergmann",
11431                     "type": "github"
11432                 }
11433             ],
11434             "time": "2023-07-19T07:19:23+00:00"
11435         },
11436         {
11437             "name": "sebastian/lines-of-code",
11438             "version": "2.0.1",
11439             "source": {
11440                 "type": "git",
11441                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
11442                 "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d"
11443             },
11444             "dist": {
11445                 "type": "zip",
11446                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/649e40d279e243d985aa8fb6e74dd5bb28dc185d",
11447                 "reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d",
11448                 "shasum": ""
11449             },
11450             "require": {
11451                 "nikic/php-parser": "^4.10",
11452                 "php": ">=8.1"
11453             },
11454             "require-dev": {
11455                 "phpunit/phpunit": "^10.0"
11456             },
11457             "type": "library",
11458             "extra": {
11459                 "branch-alias": {
11460                     "dev-main": "2.0-dev"
11461                 }
11462             },
11463             "autoload": {
11464                 "classmap": [
11465                     "src/"
11466                 ]
11467             },
11468             "notification-url": "https://packagist.org/downloads/",
11469             "license": [
11470                 "BSD-3-Clause"
11471             ],
11472             "authors": [
11473                 {
11474                     "name": "Sebastian Bergmann",
11475                     "email": "sebastian@phpunit.de",
11476                     "role": "lead"
11477                 }
11478             ],
11479             "description": "Library for counting the lines of code in PHP source code",
11480             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
11481             "support": {
11482                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
11483                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
11484                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.1"
11485             },
11486             "funding": [
11487                 {
11488                     "url": "https://github.com/sebastianbergmann",
11489                     "type": "github"
11490                 }
11491             ],
11492             "time": "2023-08-31T09:25:50+00:00"
11493         },
11494         {
11495             "name": "sebastian/object-enumerator",
11496             "version": "5.0.0",
11497             "source": {
11498                 "type": "git",
11499                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
11500                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
11501             },
11502             "dist": {
11503                 "type": "zip",
11504                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
11505                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
11506                 "shasum": ""
11507             },
11508             "require": {
11509                 "php": ">=8.1",
11510                 "sebastian/object-reflector": "^3.0",
11511                 "sebastian/recursion-context": "^5.0"
11512             },
11513             "require-dev": {
11514                 "phpunit/phpunit": "^10.0"
11515             },
11516             "type": "library",
11517             "extra": {
11518                 "branch-alias": {
11519                     "dev-main": "5.0-dev"
11520                 }
11521             },
11522             "autoload": {
11523                 "classmap": [
11524                     "src/"
11525                 ]
11526             },
11527             "notification-url": "https://packagist.org/downloads/",
11528             "license": [
11529                 "BSD-3-Clause"
11530             ],
11531             "authors": [
11532                 {
11533                     "name": "Sebastian Bergmann",
11534                     "email": "sebastian@phpunit.de"
11535                 }
11536             ],
11537             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
11538             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
11539             "support": {
11540                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
11541                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
11542             },
11543             "funding": [
11544                 {
11545                     "url": "https://github.com/sebastianbergmann",
11546                     "type": "github"
11547                 }
11548             ],
11549             "time": "2023-02-03T07:08:32+00:00"
11550         },
11551         {
11552             "name": "sebastian/object-reflector",
11553             "version": "3.0.0",
11554             "source": {
11555                 "type": "git",
11556                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
11557                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
11558             },
11559             "dist": {
11560                 "type": "zip",
11561                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
11562                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
11563                 "shasum": ""
11564             },
11565             "require": {
11566                 "php": ">=8.1"
11567             },
11568             "require-dev": {
11569                 "phpunit/phpunit": "^10.0"
11570             },
11571             "type": "library",
11572             "extra": {
11573                 "branch-alias": {
11574                     "dev-main": "3.0-dev"
11575                 }
11576             },
11577             "autoload": {
11578                 "classmap": [
11579                     "src/"
11580                 ]
11581             },
11582             "notification-url": "https://packagist.org/downloads/",
11583             "license": [
11584                 "BSD-3-Clause"
11585             ],
11586             "authors": [
11587                 {
11588                     "name": "Sebastian Bergmann",
11589                     "email": "sebastian@phpunit.de"
11590                 }
11591             ],
11592             "description": "Allows reflection of object attributes, including inherited and non-public ones",
11593             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
11594             "support": {
11595                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
11596                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
11597             },
11598             "funding": [
11599                 {
11600                     "url": "https://github.com/sebastianbergmann",
11601                     "type": "github"
11602                 }
11603             ],
11604             "time": "2023-02-03T07:06:18+00:00"
11605         },
11606         {
11607             "name": "sebastian/recursion-context",
11608             "version": "5.0.0",
11609             "source": {
11610                 "type": "git",
11611                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
11612                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
11613             },
11614             "dist": {
11615                 "type": "zip",
11616                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
11617                 "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
11618                 "shasum": ""
11619             },
11620             "require": {
11621                 "php": ">=8.1"
11622             },
11623             "require-dev": {
11624                 "phpunit/phpunit": "^10.0"
11625             },
11626             "type": "library",
11627             "extra": {
11628                 "branch-alias": {
11629                     "dev-main": "5.0-dev"
11630                 }
11631             },
11632             "autoload": {
11633                 "classmap": [
11634                     "src/"
11635                 ]
11636             },
11637             "notification-url": "https://packagist.org/downloads/",
11638             "license": [
11639                 "BSD-3-Clause"
11640             ],
11641             "authors": [
11642                 {
11643                     "name": "Sebastian Bergmann",
11644                     "email": "sebastian@phpunit.de"
11645                 },
11646                 {
11647                     "name": "Jeff Welch",
11648                     "email": "whatthejeff@gmail.com"
11649                 },
11650                 {
11651                     "name": "Adam Harvey",
11652                     "email": "aharvey@php.net"
11653                 }
11654             ],
11655             "description": "Provides functionality to recursively process PHP variables",
11656             "homepage": "https://github.com/sebastianbergmann/recursion-context",
11657             "support": {
11658                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
11659                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
11660             },
11661             "funding": [
11662                 {
11663                     "url": "https://github.com/sebastianbergmann",
11664                     "type": "github"
11665                 }
11666             ],
11667             "time": "2023-02-03T07:05:40+00:00"
11668         },
11669         {
11670             "name": "sebastian/type",
11671             "version": "4.0.0",
11672             "source": {
11673                 "type": "git",
11674                 "url": "https://github.com/sebastianbergmann/type.git",
11675                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
11676             },
11677             "dist": {
11678                 "type": "zip",
11679                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
11680                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
11681                 "shasum": ""
11682             },
11683             "require": {
11684                 "php": ">=8.1"
11685             },
11686             "require-dev": {
11687                 "phpunit/phpunit": "^10.0"
11688             },
11689             "type": "library",
11690             "extra": {
11691                 "branch-alias": {
11692                     "dev-main": "4.0-dev"
11693                 }
11694             },
11695             "autoload": {
11696                 "classmap": [
11697                     "src/"
11698                 ]
11699             },
11700             "notification-url": "https://packagist.org/downloads/",
11701             "license": [
11702                 "BSD-3-Clause"
11703             ],
11704             "authors": [
11705                 {
11706                     "name": "Sebastian Bergmann",
11707                     "email": "sebastian@phpunit.de",
11708                     "role": "lead"
11709                 }
11710             ],
11711             "description": "Collection of value objects that represent the types of the PHP type system",
11712             "homepage": "https://github.com/sebastianbergmann/type",
11713             "support": {
11714                 "issues": "https://github.com/sebastianbergmann/type/issues",
11715                 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
11716             },
11717             "funding": [
11718                 {
11719                     "url": "https://github.com/sebastianbergmann",
11720                     "type": "github"
11721                 }
11722             ],
11723             "time": "2023-02-03T07:10:45+00:00"
11724         },
11725         {
11726             "name": "sebastian/version",
11727             "version": "4.0.1",
11728             "source": {
11729                 "type": "git",
11730                 "url": "https://github.com/sebastianbergmann/version.git",
11731                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
11732             },
11733             "dist": {
11734                 "type": "zip",
11735                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
11736                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
11737                 "shasum": ""
11738             },
11739             "require": {
11740                 "php": ">=8.1"
11741             },
11742             "type": "library",
11743             "extra": {
11744                 "branch-alias": {
11745                     "dev-main": "4.0-dev"
11746                 }
11747             },
11748             "autoload": {
11749                 "classmap": [
11750                     "src/"
11751                 ]
11752             },
11753             "notification-url": "https://packagist.org/downloads/",
11754             "license": [
11755                 "BSD-3-Clause"
11756             ],
11757             "authors": [
11758                 {
11759                     "name": "Sebastian Bergmann",
11760                     "email": "sebastian@phpunit.de",
11761                     "role": "lead"
11762                 }
11763             ],
11764             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
11765             "homepage": "https://github.com/sebastianbergmann/version",
11766             "support": {
11767                 "issues": "https://github.com/sebastianbergmann/version/issues",
11768                 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
11769             },
11770             "funding": [
11771                 {
11772                     "url": "https://github.com/sebastianbergmann",
11773                     "type": "github"
11774                 }
11775             ],
11776             "time": "2023-02-07T11:34:05+00:00"
11777         },
11778         {
11779             "name": "symfony/browser-kit",
11780             "version": "v6.3.2",
11781             "source": {
11782                 "type": "git",
11783                 "url": "https://github.com/symfony/browser-kit.git",
11784                 "reference": "ca4a988488f61ac18f8f845445eabdd36f89aa8d"
11785             },
11786             "dist": {
11787                 "type": "zip",
11788                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/ca4a988488f61ac18f8f845445eabdd36f89aa8d",
11789                 "reference": "ca4a988488f61ac18f8f845445eabdd36f89aa8d",
11790                 "shasum": ""
11791             },
11792             "require": {
11793                 "php": ">=8.1",
11794                 "symfony/dom-crawler": "^5.4|^6.0"
11795             },
11796             "require-dev": {
11797                 "symfony/css-selector": "^5.4|^6.0",
11798                 "symfony/http-client": "^5.4|^6.0",
11799                 "symfony/mime": "^5.4|^6.0",
11800                 "symfony/process": "^5.4|^6.0"
11801             },
11802             "type": "library",
11803             "autoload": {
11804                 "psr-4": {
11805                     "Symfony\\Component\\BrowserKit\\": ""
11806                 },
11807                 "exclude-from-classmap": [
11808                     "/Tests/"
11809                 ]
11810             },
11811             "notification-url": "https://packagist.org/downloads/",
11812             "license": [
11813                 "MIT"
11814             ],
11815             "authors": [
11816                 {
11817                     "name": "Fabien Potencier",
11818                     "email": "fabien@symfony.com"
11819                 },
11820                 {
11821                     "name": "Symfony Community",
11822                     "homepage": "https://symfony.com/contributors"
11823                 }
11824             ],
11825             "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
11826             "homepage": "https://symfony.com",
11827             "support": {
11828                 "source": "https://github.com/symfony/browser-kit/tree/v6.3.2"
11829             },
11830             "funding": [
11831                 {
11832                     "url": "https://symfony.com/sponsor",
11833                     "type": "custom"
11834                 },
11835                 {
11836                     "url": "https://github.com/fabpot",
11837                     "type": "github"
11838                 },
11839                 {
11840                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11841                     "type": "tidelift"
11842                 }
11843             ],
11844             "time": "2023-07-06T06:56:43+00:00"
11845         },
11846         {
11847             "name": "symfony/dom-crawler",
11848             "version": "v6.3.4",
11849             "source": {
11850                 "type": "git",
11851                 "url": "https://github.com/symfony/dom-crawler.git",
11852                 "reference": "3fdd2a3d5fdc363b2e8dbf817f9726a4d013cbd1"
11853             },
11854             "dist": {
11855                 "type": "zip",
11856                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/3fdd2a3d5fdc363b2e8dbf817f9726a4d013cbd1",
11857                 "reference": "3fdd2a3d5fdc363b2e8dbf817f9726a4d013cbd1",
11858                 "shasum": ""
11859             },
11860             "require": {
11861                 "masterminds/html5": "^2.6",
11862                 "php": ">=8.1",
11863                 "symfony/polyfill-ctype": "~1.8",
11864                 "symfony/polyfill-mbstring": "~1.0"
11865             },
11866             "require-dev": {
11867                 "symfony/css-selector": "^5.4|^6.0"
11868             },
11869             "type": "library",
11870             "autoload": {
11871                 "psr-4": {
11872                     "Symfony\\Component\\DomCrawler\\": ""
11873                 },
11874                 "exclude-from-classmap": [
11875                     "/Tests/"
11876                 ]
11877             },
11878             "notification-url": "https://packagist.org/downloads/",
11879             "license": [
11880                 "MIT"
11881             ],
11882             "authors": [
11883                 {
11884                     "name": "Fabien Potencier",
11885                     "email": "fabien@symfony.com"
11886                 },
11887                 {
11888                     "name": "Symfony Community",
11889                     "homepage": "https://symfony.com/contributors"
11890                 }
11891             ],
11892             "description": "Eases DOM navigation for HTML and XML documents",
11893             "homepage": "https://symfony.com",
11894             "support": {
11895                 "source": "https://github.com/symfony/dom-crawler/tree/v6.3.4"
11896             },
11897             "funding": [
11898                 {
11899                     "url": "https://symfony.com/sponsor",
11900                     "type": "custom"
11901                 },
11902                 {
11903                     "url": "https://github.com/fabpot",
11904                     "type": "github"
11905                 },
11906                 {
11907                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11908                     "type": "tidelift"
11909                 }
11910             ],
11911             "time": "2023-08-01T07:43:40+00:00"
11912         },
11913         {
11914             "name": "symfony/error-handler",
11915             "version": "v6.3.5",
11916             "source": {
11917                 "type": "git",
11918                 "url": "https://github.com/symfony/error-handler.git",
11919                 "reference": "1f69476b64fb47105c06beef757766c376b548c4"
11920             },
11921             "dist": {
11922                 "type": "zip",
11923                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/1f69476b64fb47105c06beef757766c376b548c4",
11924                 "reference": "1f69476b64fb47105c06beef757766c376b548c4",
11925                 "shasum": ""
11926             },
11927             "require": {
11928                 "php": ">=8.1",
11929                 "psr/log": "^1|^2|^3",
11930                 "symfony/var-dumper": "^5.4|^6.0"
11931             },
11932             "conflict": {
11933                 "symfony/deprecation-contracts": "<2.5"
11934             },
11935             "require-dev": {
11936                 "symfony/deprecation-contracts": "^2.5|^3",
11937                 "symfony/http-kernel": "^5.4|^6.0",
11938                 "symfony/serializer": "^5.4|^6.0"
11939             },
11940             "bin": [
11941                 "Resources/bin/patch-type-declarations"
11942             ],
11943             "type": "library",
11944             "autoload": {
11945                 "psr-4": {
11946                     "Symfony\\Component\\ErrorHandler\\": ""
11947                 },
11948                 "exclude-from-classmap": [
11949                     "/Tests/"
11950                 ]
11951             },
11952             "notification-url": "https://packagist.org/downloads/",
11953             "license": [
11954                 "MIT"
11955             ],
11956             "authors": [
11957                 {
11958                     "name": "Fabien Potencier",
11959                     "email": "fabien@symfony.com"
11960                 },
11961                 {
11962                     "name": "Symfony Community",
11963                     "homepage": "https://symfony.com/contributors"
11964                 }
11965             ],
11966             "description": "Provides tools to manage errors and ease debugging PHP code",
11967             "homepage": "https://symfony.com",
11968             "support": {
11969                 "source": "https://github.com/symfony/error-handler/tree/v6.3.5"
11970             },
11971             "funding": [
11972                 {
11973                     "url": "https://symfony.com/sponsor",
11974                     "type": "custom"
11975                 },
11976                 {
11977                     "url": "https://github.com/fabpot",
11978                     "type": "github"
11979                 },
11980                 {
11981                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11982                     "type": "tidelift"
11983                 }
11984             ],
11985             "time": "2023-09-12T06:57:20+00:00"
11986         },
11987         {
11988             "name": "symfony/http-kernel",
11989             "version": "v6.0.20",
11990             "source": {
11991                 "type": "git",
11992                 "url": "https://github.com/symfony/http-kernel.git",
11993                 "reference": "6dc70833fd0ef5e861e17c7854c12d7d86679349"
11994             },
11995             "dist": {
11996                 "type": "zip",
11997                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6dc70833fd0ef5e861e17c7854c12d7d86679349",
11998                 "reference": "6dc70833fd0ef5e861e17c7854c12d7d86679349",
11999                 "shasum": ""
12000             },
12001             "require": {
12002                 "php": ">=8.0.2",
12003                 "psr/log": "^1|^2|^3",
12004                 "symfony/error-handler": "^5.4|^6.0",
12005                 "symfony/event-dispatcher": "^5.4|^6.0",
12006                 "symfony/http-foundation": "^5.4|^6.0",
12007                 "symfony/polyfill-ctype": "^1.8"
12008             },
12009             "conflict": {
12010                 "symfony/browser-kit": "<5.4",
12011                 "symfony/cache": "<5.4",
12012                 "symfony/config": "<5.4",
12013                 "symfony/console": "<5.4",
12014                 "symfony/dependency-injection": "<5.4",
12015                 "symfony/doctrine-bridge": "<5.4",
12016                 "symfony/form": "<5.4",
12017                 "symfony/http-client": "<5.4",
12018                 "symfony/mailer": "<5.4",
12019                 "symfony/messenger": "<5.4",
12020                 "symfony/translation": "<5.4",
12021                 "symfony/twig-bridge": "<5.4",
12022                 "symfony/validator": "<5.4",
12023                 "twig/twig": "<2.13"
12024             },
12025             "provide": {
12026                 "psr/log-implementation": "1.0|2.0|3.0"
12027             },
12028             "require-dev": {
12029                 "psr/cache": "^1.0|^2.0|^3.0",
12030                 "symfony/browser-kit": "^5.4|^6.0",
12031                 "symfony/config": "^5.4|^6.0",
12032                 "symfony/console": "^5.4|^6.0",
12033                 "symfony/css-selector": "^5.4|^6.0",
12034                 "symfony/dependency-injection": "^5.4|^6.0",
12035                 "symfony/dom-crawler": "^5.4|^6.0",
12036                 "symfony/expression-language": "^5.4|^6.0",
12037                 "symfony/finder": "^5.4|^6.0",
12038                 "symfony/http-client-contracts": "^1.1|^2|^3",
12039                 "symfony/process": "^5.4|^6.0",
12040                 "symfony/routing": "^5.4|^6.0",
12041                 "symfony/stopwatch": "^5.4|^6.0",
12042                 "symfony/translation": "^5.4|^6.0",
12043                 "symfony/translation-contracts": "^1.1|^2|^3",
12044                 "twig/twig": "^2.13|^3.0.4"
12045             },
12046             "suggest": {
12047                 "symfony/browser-kit": "",
12048                 "symfony/config": "",
12049                 "symfony/console": "",
12050                 "symfony/dependency-injection": ""
12051             },
12052             "type": "library",
12053             "autoload": {
12054                 "psr-4": {
12055                     "Symfony\\Component\\HttpKernel\\": ""
12056                 },
12057                 "exclude-from-classmap": [
12058                     "/Tests/"
12059                 ]
12060             },
12061             "notification-url": "https://packagist.org/downloads/",
12062             "license": [
12063                 "MIT"
12064             ],
12065             "authors": [
12066                 {
12067                     "name": "Fabien Potencier",
12068                     "email": "fabien@symfony.com"
12069                 },
12070                 {
12071                     "name": "Symfony Community",
12072                     "homepage": "https://symfony.com/contributors"
12073                 }
12074             ],
12075             "description": "Provides a structured process for converting a Request into a Response",
12076             "homepage": "https://symfony.com",
12077             "support": {
12078                 "source": "https://github.com/symfony/http-kernel/tree/v6.0.20"
12079             },
12080             "funding": [
12081                 {
12082                     "url": "https://symfony.com/sponsor",
12083                     "type": "custom"
12084                 },
12085                 {
12086                     "url": "https://github.com/fabpot",
12087                     "type": "github"
12088                 },
12089                 {
12090                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12091                     "type": "tidelift"
12092                 }
12093             ],
12094             "time": "2023-02-01T08:22:55+00:00"
12095         },
12096         {
12097             "name": "symfony/panther",
12098             "version": "v2.1.0",
12099             "source": {
12100                 "type": "git",
12101                 "url": "https://github.com/symfony/panther.git",
12102                 "reference": "7294951f16d95de8a17d6a8601794a9fb88fd497"
12103             },
12104             "dist": {
12105                 "type": "zip",
12106                 "url": "https://api.github.com/repos/symfony/panther/zipball/7294951f16d95de8a17d6a8601794a9fb88fd497",
12107                 "reference": "7294951f16d95de8a17d6a8601794a9fb88fd497",
12108                 "shasum": ""
12109             },
12110             "require": {
12111                 "ext-dom": "*",
12112                 "ext-libxml": "*",
12113                 "php": ">=8.0",
12114                 "php-webdriver/webdriver": "^1.8.2",
12115                 "symfony/browser-kit": "^5.3 || ^6.0",
12116                 "symfony/dependency-injection": "^5.3 || ^6.0",
12117                 "symfony/deprecation-contracts": "^2.4 || ^3",
12118                 "symfony/dom-crawler": "^5.3 || ^6.0",
12119                 "symfony/http-client": "^5.3 || ^6.0",
12120                 "symfony/http-kernel": "^5.3 || ^6.0",
12121                 "symfony/process": "^5.3 || ^6.0"
12122             },
12123             "require-dev": {
12124                 "symfony/css-selector": "^5.3 || ^6.0",
12125                 "symfony/framework-bundle": "^5.3 || ^6.0",
12126                 "symfony/mime": "^5.3 || ^6.0",
12127                 "symfony/phpunit-bridge": "^5.3 || ^6.0"
12128             },
12129             "type": "library",
12130             "extra": {
12131                 "branch-alias": {
12132                     "dev-main": "2.0.x-dev"
12133                 }
12134             },
12135             "autoload": {
12136                 "psr-4": {
12137                     "Symfony\\Component\\Panther\\": "src/"
12138                 }
12139             },
12140             "notification-url": "https://packagist.org/downloads/",
12141             "license": [
12142                 "MIT"
12143             ],
12144             "authors": [
12145                 {
12146                     "name": "Kévin Dunglas",
12147                     "email": "dunglas@gmail.com",
12148                     "homepage": "https://dunglas.fr"
12149                 },
12150                 {
12151                     "name": "Symfony Community",
12152                     "homepage": "https://symfony.com/contributors"
12153                 }
12154             ],
12155             "description": "A browser testing and web scraping library for PHP and Symfony.",
12156             "homepage": "https://dunglas.fr",
12157             "keywords": [
12158                 "e2e",
12159                 "scraping",
12160                 "selenium",
12161                 "symfony",
12162                 "testing",
12163                 "webdriver"
12164             ],
12165             "support": {
12166                 "issues": "https://github.com/symfony/panther/issues",
12167                 "source": "https://github.com/symfony/panther/tree/v2.1.0"
12168             },
12169             "funding": [
12170                 {
12171                     "url": "https://www.panthera.org/donate",
12172                     "type": "custom"
12173                 },
12174                 {
12175                     "url": "https://github.com/dunglas",
12176                     "type": "github"
12177                 },
12178                 {
12179                     "url": "https://tidelift.com/funding/github/packagist/symfony/panther",
12180                     "type": "tidelift"
12181                 }
12182             ],
12183             "time": "2023-05-30T21:30:21+00:00"
12184         },
12185         {
12186             "name": "symfony/var-dumper",
12187             "version": "v6.3.5",
12188             "source": {
12189                 "type": "git",
12190                 "url": "https://github.com/symfony/var-dumper.git",
12191                 "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5"
12192             },
12193             "dist": {
12194                 "type": "zip",
12195                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3d9999376be5fea8de47752837a3e1d1c5f69ef5",
12196                 "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5",
12197                 "shasum": ""
12198             },
12199             "require": {
12200                 "php": ">=8.1",
12201                 "symfony/deprecation-contracts": "^2.5|^3",
12202                 "symfony/polyfill-mbstring": "~1.0"
12203             },
12204             "conflict": {
12205                 "symfony/console": "<5.4"
12206             },
12207             "require-dev": {
12208                 "ext-iconv": "*",
12209                 "symfony/console": "^5.4|^6.0",
12210                 "symfony/http-kernel": "^5.4|^6.0",
12211                 "symfony/process": "^5.4|^6.0",
12212                 "symfony/uid": "^5.4|^6.0",
12213                 "twig/twig": "^2.13|^3.0.4"
12214             },
12215             "bin": [
12216                 "Resources/bin/var-dump-server"
12217             ],
12218             "type": "library",
12219             "autoload": {
12220                 "files": [
12221                     "Resources/functions/dump.php"
12222                 ],
12223                 "psr-4": {
12224                     "Symfony\\Component\\VarDumper\\": ""
12225                 },
12226                 "exclude-from-classmap": [
12227                     "/Tests/"
12228                 ]
12229             },
12230             "notification-url": "https://packagist.org/downloads/",
12231             "license": [
12232                 "MIT"
12233             ],
12234             "authors": [
12235                 {
12236                     "name": "Nicolas Grekas",
12237                     "email": "p@tchwork.com"
12238                 },
12239                 {
12240                     "name": "Symfony Community",
12241                     "homepage": "https://symfony.com/contributors"
12242                 }
12243             ],
12244             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
12245             "homepage": "https://symfony.com",
12246             "keywords": [
12247                 "debug",
12248                 "dump"
12249             ],
12250             "support": {
12251                 "source": "https://github.com/symfony/var-dumper/tree/v6.3.5"
12252             },
12253             "funding": [
12254                 {
12255                     "url": "https://symfony.com/sponsor",
12256                     "type": "custom"
12257                 },
12258                 {
12259                     "url": "https://github.com/fabpot",
12260                     "type": "github"
12261                 },
12262                 {
12263                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12264                     "type": "tidelift"
12265                 }
12266             ],
12267             "time": "2023-09-12T10:11:35+00:00"
12268         },
12269         {
12270             "name": "theseer/tokenizer",
12271             "version": "1.2.1",
12272             "source": {
12273                 "type": "git",
12274                 "url": "https://github.com/theseer/tokenizer.git",
12275                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
12276             },
12277             "dist": {
12278                 "type": "zip",
12279                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
12280                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
12281                 "shasum": ""
12282             },
12283             "require": {
12284                 "ext-dom": "*",
12285                 "ext-tokenizer": "*",
12286                 "ext-xmlwriter": "*",
12287                 "php": "^7.2 || ^8.0"
12288             },
12289             "type": "library",
12290             "autoload": {
12291                 "classmap": [
12292                     "src/"
12293                 ]
12294             },
12295             "notification-url": "https://packagist.org/downloads/",
12296             "license": [
12297                 "BSD-3-Clause"
12298             ],
12299             "authors": [
12300                 {
12301                     "name": "Arne Blankerts",
12302                     "email": "arne@blankerts.de",
12303                     "role": "Developer"
12304                 }
12305             ],
12306             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
12307             "support": {
12308                 "issues": "https://github.com/theseer/tokenizer/issues",
12309                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
12310             },
12311             "funding": [
12312                 {
12313                     "url": "https://github.com/theseer",
12314                     "type": "github"
12315                 }
12316             ],
12317             "time": "2021-07-28T10:34:58+00:00"
12318         },
12319         {
12320             "name": "zircote/swagger-php",
12321             "version": "3.3.7",
12322             "source": {
12323                 "type": "git",
12324                 "url": "https://github.com/zircote/swagger-php.git",
12325                 "reference": "e8c3bb316e385e93a0c7e8b2aa0681079244c381"
12326             },
12327             "dist": {
12328                 "type": "zip",
12329                 "url": "https://api.github.com/repos/zircote/swagger-php/zipball/e8c3bb316e385e93a0c7e8b2aa0681079244c381",
12330                 "reference": "e8c3bb316e385e93a0c7e8b2aa0681079244c381",
12331                 "shasum": ""
12332             },
12333             "require": {
12334                 "doctrine/annotations": "^1.7",
12335                 "ext-json": "*",
12336                 "php": ">=7.2",
12337                 "psr/log": "^1.1 || ^2.0 || ^3.0",
12338                 "symfony/finder": ">=2.2",
12339                 "symfony/yaml": ">=3.3"
12340             },
12341             "require-dev": {
12342                 "composer/package-versions-deprecated": "1.11.99.2",
12343                 "friendsofphp/php-cs-fixer": "^2.17 || ^3.0",
12344                 "phpunit/phpunit": ">=8.5.14"
12345             },
12346             "bin": [
12347                 "bin/openapi"
12348             ],
12349             "type": "library",
12350             "autoload": {
12351                 "files": [
12352                     "src/functions.php"
12353                 ],
12354                 "psr-4": {
12355                     "OpenApi\\": "src"
12356                 }
12357             },
12358             "notification-url": "https://packagist.org/downloads/",
12359             "license": [
12360                 "Apache-2.0"
12361             ],
12362             "authors": [
12363                 {
12364                     "name": "Robert Allen",
12365                     "email": "zircote@gmail.com"
12366                 },
12367                 {
12368                     "name": "Bob Fanger",
12369                     "email": "bfanger@gmail.com",
12370                     "homepage": "https://bfanger.nl"
12371                 },
12372                 {
12373                     "name": "Martin Rademacher",
12374                     "email": "mano@radebatz.net",
12375                     "homepage": "https://radebatz.net"
12376                 }
12377             ],
12378             "description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations",
12379             "homepage": "https://github.com/zircote/swagger-php/",
12380             "keywords": [
12381                 "api",
12382                 "json",
12383                 "rest",
12384                 "service discovery"
12385             ],
12386             "support": {
12387                 "issues": "https://github.com/zircote/swagger-php/issues",
12388                 "source": "https://github.com/zircote/swagger-php/tree/3.3.7"
12389             },
12390             "time": "2023-01-03T21:17:10+00:00"
12391         }
12392     ],
12393     "aliases": [],
12394     "minimum-stability": "stable",
12395     "stability-flags": [],
12396     "prefer-stable": false,
12397     "prefer-lowest": false,
12398     "platform": {
12399         "php": ">=8.1.0"
12400     },
12401     "platform-dev": [],
12402     "platform-overrides": {
12403         "php": "8.1"
12404     },
12405     "plugin-api-version": "2.6.0"