feat: improve max failed login mechanism (#6431)
[openemr.git] / composer.lock
blob947a0f6014e8620449d0121d09320795913ff951
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": "017bd855497b0dfa35fd4ba5ffac4172",
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.5",
136             "source": {
137                 "type": "git",
138                 "url": "https://github.com/ADOdb/ADOdb.git",
139                 "reference": "bacd08a8232b6d941b9902f02d323f53de81fafe"
140             },
141             "dist": {
142                 "type": "zip",
143                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/bacd08a8232b6d941b9902f02d323f53de81fafe",
144                 "reference": "bacd08a8232b6d941b9902f02d323f53de81fafe",
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-04-03T21:41:29+00:00"
193         },
194         {
195             "name": "aranyasen/hl7",
196             "version": "3.0.0",
197             "source": {
198                 "type": "git",
199                 "url": "https://github.com/senaranya/HL7.git",
200                 "reference": "96128112ca436237bd76ee372e6f274da6219be2"
201             },
202             "dist": {
203                 "type": "zip",
204                 "url": "https://api.github.com/repos/senaranya/HL7/zipball/96128112ca436237bd76ee372e6f274da6219be2",
205                 "reference": "96128112ca436237bd76ee372e6f274da6219be2",
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.0.0"
245             },
246             "time": "2022-12-31T12:12:17+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.10.2",
305             "source": {
306                 "type": "git",
307                 "url": "https://github.com/brick/math.git",
308                 "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f"
309             },
310             "dist": {
311                 "type": "zip",
312                 "url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f",
313                 "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f",
314                 "shasum": ""
315             },
316             "require": {
317                 "ext-json": "*",
318                 "php": "^7.4 || ^8.0"
319             },
320             "require-dev": {
321                 "php-coveralls/php-coveralls": "^2.2",
322                 "phpunit/phpunit": "^9.0",
323                 "vimeo/psalm": "4.25.0"
324             },
325             "type": "library",
326             "autoload": {
327                 "psr-4": {
328                     "Brick\\Math\\": "src/"
329                 }
330             },
331             "notification-url": "https://packagist.org/downloads/",
332             "license": [
333                 "MIT"
334             ],
335             "description": "Arbitrary-precision arithmetic library",
336             "keywords": [
337                 "Arbitrary-precision",
338                 "BigInteger",
339                 "BigRational",
340                 "arithmetic",
341                 "bigdecimal",
342                 "bignum",
343                 "brick",
344                 "math"
345             ],
346             "support": {
347                 "issues": "https://github.com/brick/math/issues",
348                 "source": "https://github.com/brick/math/tree/0.10.2"
349             },
350             "funding": [
351                 {
352                     "url": "https://github.com/BenMorel",
353                     "type": "github"
354                 }
355             ],
356             "time": "2022-08-10T22:54:19+00:00"
357         },
358         {
359             "name": "brick/varexporter",
360             "version": "0.3.8",
361             "source": {
362                 "type": "git",
363                 "url": "https://github.com/brick/varexporter.git",
364                 "reference": "b5853edea6204ff8fa10633c3a4cccc4058410ed"
365             },
366             "dist": {
367                 "type": "zip",
368                 "url": "https://api.github.com/repos/brick/varexporter/zipball/b5853edea6204ff8fa10633c3a4cccc4058410ed",
369                 "reference": "b5853edea6204ff8fa10633c3a4cccc4058410ed",
370                 "shasum": ""
371             },
372             "require": {
373                 "nikic/php-parser": "^4.0",
374                 "php": "^7.2 || ^8.0"
375             },
376             "require-dev": {
377                 "php-coveralls/php-coveralls": "^2.2",
378                 "phpunit/phpunit": "^8.5 || ^9.0",
379                 "vimeo/psalm": "4.23.0"
380             },
381             "type": "library",
382             "autoload": {
383                 "psr-4": {
384                     "Brick\\VarExporter\\": "src/"
385                 }
386             },
387             "notification-url": "https://packagist.org/downloads/",
388             "license": [
389                 "MIT"
390             ],
391             "description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()",
392             "keywords": [
393                 "var_export"
394             ],
395             "support": {
396                 "issues": "https://github.com/brick/varexporter/issues",
397                 "source": "https://github.com/brick/varexporter/tree/0.3.8"
398             },
399             "funding": [
400                 {
401                     "url": "https://github.com/BenMorel",
402                     "type": "github"
403                 }
404             ],
405             "time": "2023-01-21T23:05:38+00:00"
406         },
407         {
408             "name": "clue/stream-filter",
409             "version": "v1.6.0",
410             "source": {
411                 "type": "git",
412                 "url": "https://github.com/clue/stream-filter.git",
413                 "reference": "d6169430c7731d8509da7aecd0af756a5747b78e"
414             },
415             "dist": {
416                 "type": "zip",
417                 "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e",
418                 "reference": "d6169430c7731d8509da7aecd0af756a5747b78e",
419                 "shasum": ""
420             },
421             "require": {
422                 "php": ">=5.3"
423             },
424             "require-dev": {
425                 "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
426             },
427             "type": "library",
428             "autoload": {
429                 "files": [
430                     "src/functions_include.php"
431                 ],
432                 "psr-4": {
433                     "Clue\\StreamFilter\\": "src/"
434                 }
435             },
436             "notification-url": "https://packagist.org/downloads/",
437             "license": [
438                 "MIT"
439             ],
440             "authors": [
441                 {
442                     "name": "Christian Lück",
443                     "email": "christian@clue.engineering"
444                 }
445             ],
446             "description": "A simple and modern approach to stream filtering in PHP",
447             "homepage": "https://github.com/clue/php-stream-filter",
448             "keywords": [
449                 "bucket brigade",
450                 "callback",
451                 "filter",
452                 "php_user_filter",
453                 "stream",
454                 "stream_filter_append",
455                 "stream_filter_register"
456             ],
457             "support": {
458                 "issues": "https://github.com/clue/stream-filter/issues",
459                 "source": "https://github.com/clue/stream-filter/tree/v1.6.0"
460             },
461             "funding": [
462                 {
463                     "url": "https://clue.engineering/support",
464                     "type": "custom"
465                 },
466                 {
467                     "url": "https://github.com/clue",
468                     "type": "github"
469                 }
470             ],
471             "time": "2022-02-21T13:15:14+00:00"
472         },
473         {
474             "name": "dasprid/enum",
475             "version": "1.0.4",
476             "source": {
477                 "type": "git",
478                 "url": "https://github.com/DASPRiD/Enum.git",
479                 "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f"
480             },
481             "dist": {
482                 "type": "zip",
483                 "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
484                 "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
485                 "shasum": ""
486             },
487             "require": {
488                 "php": ">=7.1 <9.0"
489             },
490             "require-dev": {
491                 "phpunit/phpunit": "^7 | ^8 | ^9",
492                 "squizlabs/php_codesniffer": "*"
493             },
494             "type": "library",
495             "autoload": {
496                 "psr-4": {
497                     "DASPRiD\\Enum\\": "src/"
498                 }
499             },
500             "notification-url": "https://packagist.org/downloads/",
501             "license": [
502                 "BSD-2-Clause"
503             ],
504             "authors": [
505                 {
506                     "name": "Ben Scholzen 'DASPRiD'",
507                     "email": "mail@dasprids.de",
508                     "homepage": "https://dasprids.de/",
509                     "role": "Developer"
510                 }
511             ],
512             "description": "PHP 7.1 enum implementation",
513             "keywords": [
514                 "enum",
515                 "map"
516             ],
517             "support": {
518                 "issues": "https://github.com/DASPRiD/Enum/issues",
519                 "source": "https://github.com/DASPRiD/Enum/tree/1.0.4"
520             },
521             "time": "2023-03-01T18:44:03+00:00"
522         },
523         {
524             "name": "defuse/php-encryption",
525             "version": "v2.3.1",
526             "source": {
527                 "type": "git",
528                 "url": "https://github.com/defuse/php-encryption.git",
529                 "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
530             },
531             "dist": {
532                 "type": "zip",
533                 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
534                 "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
535                 "shasum": ""
536             },
537             "require": {
538                 "ext-openssl": "*",
539                 "paragonie/random_compat": ">= 2",
540                 "php": ">=5.6.0"
541             },
542             "require-dev": {
543                 "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
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.3.1"
586             },
587             "time": "2021-04-09T23:57:26+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.4.0",
769             "source": {
770                 "type": "git",
771                 "url": "https://github.com/firebase/php-jwt.git",
772                 "reference": "4dd1e007f22a927ac77da5a3fbb067b42d3bc224"
773             },
774             "dist": {
775                 "type": "zip",
776                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/4dd1e007f22a927ac77da5a3fbb067b42d3bc224",
777                 "reference": "4dd1e007f22a927ac77da5a3fbb067b42d3bc224",
778                 "shasum": ""
779             },
780             "require": {
781                 "php": "^7.1||^8.0"
782             },
783             "require-dev": {
784                 "guzzlehttp/guzzle": "^6.5||^7.4",
785                 "phpspec/prophecy-phpunit": "^1.1",
786                 "phpunit/phpunit": "^7.5||^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.4.0"
826             },
827             "time": "2023-02-09T21:01:23+00:00"
828         },
829         {
830             "name": "google/apiclient",
831             "version": "v2.13.0",
832             "source": {
833                 "type": "git",
834                 "url": "https://github.com/googleapis/google-api-php-client.git",
835                 "reference": "b653a338c5a658adf6df4bb2f44c2cc02fe7eb1d"
836             },
837             "dist": {
838                 "type": "zip",
839                 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/b653a338c5a658adf6df4bb2f44c2cc02fe7eb1d",
840                 "reference": "b653a338c5a658adf6df4bb2f44c2cc02fe7eb1d",
841                 "shasum": ""
842             },
843             "require": {
844                 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
845                 "google/apiclient-services": "~0.200",
846                 "google/auth": "^1.10",
847                 "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
848                 "guzzlehttp/psr7": "^1.8.4||^2.2.1",
849                 "monolog/monolog": "^1.17||^2.0||^3.0",
850                 "php": "^5.6|^7.0|^8.0",
851                 "phpseclib/phpseclib": "~2.0||^3.0.2"
852             },
853             "require-dev": {
854                 "cache/filesystem-adapter": "^0.3.2|^1.1",
855                 "composer/composer": "^1.10.22",
856                 "phpcompatibility/php-compatibility": "^9.2",
857                 "phpspec/prophecy-phpunit": "^1.1||^2.0",
858                 "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
859                 "squizlabs/php_codesniffer": "^3.0",
860                 "symfony/css-selector": "~2.1",
861                 "symfony/dom-crawler": "~2.1",
862                 "yoast/phpunit-polyfills": "^1.0"
863             },
864             "suggest": {
865                 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
866             },
867             "type": "library",
868             "extra": {
869                 "branch-alias": {
870                     "dev-main": "2.x-dev"
871                 }
872             },
873             "autoload": {
874                 "files": [
875                     "src/aliases.php"
876                 ],
877                 "psr-4": {
878                     "Google\\": "src/"
879                 },
880                 "classmap": [
881                     "src/aliases.php"
882                 ]
883             },
884             "notification-url": "https://packagist.org/downloads/",
885             "license": [
886                 "Apache-2.0"
887             ],
888             "description": "Client library for Google APIs",
889             "homepage": "http://developers.google.com/api-client-library/php",
890             "keywords": [
891                 "google"
892             ],
893             "support": {
894                 "issues": "https://github.com/googleapis/google-api-php-client/issues",
895                 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.13.0"
896             },
897             "time": "2022-12-19T22:17:11+00:00"
898         },
899         {
900             "name": "google/apiclient-services",
901             "version": "v0.296.0",
902             "source": {
903                 "type": "git",
904                 "url": "https://github.com/googleapis/google-api-php-client-services.git",
905                 "reference": "30cf08b4f0a064f1c1271b5d8576fe9a6aa47c0c"
906             },
907             "dist": {
908                 "type": "zip",
909                 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/30cf08b4f0a064f1c1271b5d8576fe9a6aa47c0c",
910                 "reference": "30cf08b4f0a064f1c1271b5d8576fe9a6aa47c0c",
911                 "shasum": ""
912             },
913             "require": {
914                 "php": ">=5.6"
915             },
916             "require-dev": {
917                 "phpunit/phpunit": "^5.7||^8.5.13"
918             },
919             "type": "library",
920             "autoload": {
921                 "files": [
922                     "autoload.php"
923                 ],
924                 "psr-4": {
925                     "Google\\Service\\": "src"
926                 }
927             },
928             "notification-url": "https://packagist.org/downloads/",
929             "license": [
930                 "Apache-2.0"
931             ],
932             "description": "Client library for Google APIs",
933             "homepage": "http://developers.google.com/api-client-library/php",
934             "keywords": [
935                 "google"
936             ],
937             "support": {
938                 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
939                 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.296.0"
940             },
941             "time": "2023-04-16T00:56:11+00:00"
942         },
943         {
944             "name": "google/auth",
945             "version": "v1.26.0",
946             "source": {
947                 "type": "git",
948                 "url": "https://github.com/googleapis/google-auth-library-php.git",
949                 "reference": "f1f0d0319e2e7750ebfaa523c78819792a9ed9f7"
950             },
951             "dist": {
952                 "type": "zip",
953                 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/f1f0d0319e2e7750ebfaa523c78819792a9ed9f7",
954                 "reference": "f1f0d0319e2e7750ebfaa523c78819792a9ed9f7",
955                 "shasum": ""
956             },
957             "require": {
958                 "firebase/php-jwt": "^5.5||^6.0",
959                 "guzzlehttp/guzzle": "^6.2.1|^7.0",
960                 "guzzlehttp/psr7": "^1.7|^2.0",
961                 "php": "^7.1||^8.0",
962                 "psr/cache": "^1.0|^2.0|^3.0",
963                 "psr/http-message": "^1.0"
964             },
965             "require-dev": {
966                 "guzzlehttp/promises": "0.1.1|^1.3",
967                 "kelvinmo/simplejwt": "0.7.0",
968                 "phpseclib/phpseclib": "^2.0.31||^3.0",
969                 "phpspec/prophecy-phpunit": "^1.1||^2.0",
970                 "phpunit/phpunit": "^7.5||^9.0.0",
971                 "sebastian/comparator": ">=1.2.3",
972                 "squizlabs/php_codesniffer": "^3.5"
973             },
974             "suggest": {
975                 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
976             },
977             "type": "library",
978             "autoload": {
979                 "psr-4": {
980                     "Google\\Auth\\": "src"
981                 }
982             },
983             "notification-url": "https://packagist.org/downloads/",
984             "license": [
985                 "Apache-2.0"
986             ],
987             "description": "Google Auth Library for PHP",
988             "homepage": "http://github.com/google/google-auth-library-php",
989             "keywords": [
990                 "Authentication",
991                 "google",
992                 "oauth2"
993             ],
994             "support": {
995                 "docs": "https://googleapis.github.io/google-auth-library-php/main/",
996                 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
997                 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.26.0"
998             },
999             "time": "2023-04-05T15:11:57+00:00"
1000         },
1001         {
1002             "name": "graham-campbell/result-type",
1003             "version": "v1.1.1",
1004             "source": {
1005                 "type": "git",
1006                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
1007                 "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831"
1008             },
1009             "dist": {
1010                 "type": "zip",
1011                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
1012                 "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
1013                 "shasum": ""
1014             },
1015             "require": {
1016                 "php": "^7.2.5 || ^8.0",
1017                 "phpoption/phpoption": "^1.9.1"
1018             },
1019             "require-dev": {
1020                 "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
1021             },
1022             "type": "library",
1023             "autoload": {
1024                 "psr-4": {
1025                     "GrahamCampbell\\ResultType\\": "src/"
1026                 }
1027             },
1028             "notification-url": "https://packagist.org/downloads/",
1029             "license": [
1030                 "MIT"
1031             ],
1032             "authors": [
1033                 {
1034                     "name": "Graham Campbell",
1035                     "email": "hello@gjcampbell.co.uk",
1036                     "homepage": "https://github.com/GrahamCampbell"
1037                 }
1038             ],
1039             "description": "An Implementation Of The Result Type",
1040             "keywords": [
1041                 "Graham Campbell",
1042                 "GrahamCampbell",
1043                 "Result Type",
1044                 "Result-Type",
1045                 "result"
1046             ],
1047             "support": {
1048                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
1049                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1"
1050             },
1051             "funding": [
1052                 {
1053                     "url": "https://github.com/GrahamCampbell",
1054                     "type": "github"
1055                 },
1056                 {
1057                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
1058                     "type": "tidelift"
1059                 }
1060             ],
1061             "time": "2023-02-25T20:23:15+00:00"
1062         },
1063         {
1064             "name": "guzzlehttp/guzzle",
1065             "version": "7.5.0",
1066             "source": {
1067                 "type": "git",
1068                 "url": "https://github.com/guzzle/guzzle.git",
1069                 "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
1070             },
1071             "dist": {
1072                 "type": "zip",
1073                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
1074                 "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
1075                 "shasum": ""
1076             },
1077             "require": {
1078                 "ext-json": "*",
1079                 "guzzlehttp/promises": "^1.5",
1080                 "guzzlehttp/psr7": "^1.9 || ^2.4",
1081                 "php": "^7.2.5 || ^8.0",
1082                 "psr/http-client": "^1.0",
1083                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1084             },
1085             "provide": {
1086                 "psr/http-client-implementation": "1.0"
1087             },
1088             "require-dev": {
1089                 "bamarni/composer-bin-plugin": "^1.8.1",
1090                 "ext-curl": "*",
1091                 "php-http/client-integration-tests": "^3.0",
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                 "branch-alias": {
1107                     "dev-master": "7.5-dev"
1108                 }
1109             },
1110             "autoload": {
1111                 "files": [
1112                     "src/functions_include.php"
1113                 ],
1114                 "psr-4": {
1115                     "GuzzleHttp\\": "src/"
1116                 }
1117             },
1118             "notification-url": "https://packagist.org/downloads/",
1119             "license": [
1120                 "MIT"
1121             ],
1122             "authors": [
1123                 {
1124                     "name": "Graham Campbell",
1125                     "email": "hello@gjcampbell.co.uk",
1126                     "homepage": "https://github.com/GrahamCampbell"
1127                 },
1128                 {
1129                     "name": "Michael Dowling",
1130                     "email": "mtdowling@gmail.com",
1131                     "homepage": "https://github.com/mtdowling"
1132                 },
1133                 {
1134                     "name": "Jeremy Lindblom",
1135                     "email": "jeremeamia@gmail.com",
1136                     "homepage": "https://github.com/jeremeamia"
1137                 },
1138                 {
1139                     "name": "George Mponos",
1140                     "email": "gmponos@gmail.com",
1141                     "homepage": "https://github.com/gmponos"
1142                 },
1143                 {
1144                     "name": "Tobias Nyholm",
1145                     "email": "tobias.nyholm@gmail.com",
1146                     "homepage": "https://github.com/Nyholm"
1147                 },
1148                 {
1149                     "name": "Márk Sági-Kazár",
1150                     "email": "mark.sagikazar@gmail.com",
1151                     "homepage": "https://github.com/sagikazarmark"
1152                 },
1153                 {
1154                     "name": "Tobias Schultze",
1155                     "email": "webmaster@tubo-world.de",
1156                     "homepage": "https://github.com/Tobion"
1157                 }
1158             ],
1159             "description": "Guzzle is a PHP HTTP client library",
1160             "keywords": [
1161                 "client",
1162                 "curl",
1163                 "framework",
1164                 "http",
1165                 "http client",
1166                 "psr-18",
1167                 "psr-7",
1168                 "rest",
1169                 "web service"
1170             ],
1171             "support": {
1172                 "issues": "https://github.com/guzzle/guzzle/issues",
1173                 "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
1174             },
1175             "funding": [
1176                 {
1177                     "url": "https://github.com/GrahamCampbell",
1178                     "type": "github"
1179                 },
1180                 {
1181                     "url": "https://github.com/Nyholm",
1182                     "type": "github"
1183                 },
1184                 {
1185                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1186                     "type": "tidelift"
1187                 }
1188             ],
1189             "time": "2022-08-28T15:39:27+00:00"
1190         },
1191         {
1192             "name": "guzzlehttp/promises",
1193             "version": "1.5.2",
1194             "source": {
1195                 "type": "git",
1196                 "url": "https://github.com/guzzle/promises.git",
1197                 "reference": "b94b2807d85443f9719887892882d0329d1e2598"
1198             },
1199             "dist": {
1200                 "type": "zip",
1201                 "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
1202                 "reference": "b94b2807d85443f9719887892882d0329d1e2598",
1203                 "shasum": ""
1204             },
1205             "require": {
1206                 "php": ">=5.5"
1207             },
1208             "require-dev": {
1209                 "symfony/phpunit-bridge": "^4.4 || ^5.1"
1210             },
1211             "type": "library",
1212             "extra": {
1213                 "branch-alias": {
1214                     "dev-master": "1.5-dev"
1215                 }
1216             },
1217             "autoload": {
1218                 "files": [
1219                     "src/functions_include.php"
1220                 ],
1221                 "psr-4": {
1222                     "GuzzleHttp\\Promise\\": "src/"
1223                 }
1224             },
1225             "notification-url": "https://packagist.org/downloads/",
1226             "license": [
1227                 "MIT"
1228             ],
1229             "authors": [
1230                 {
1231                     "name": "Graham Campbell",
1232                     "email": "hello@gjcampbell.co.uk",
1233                     "homepage": "https://github.com/GrahamCampbell"
1234                 },
1235                 {
1236                     "name": "Michael Dowling",
1237                     "email": "mtdowling@gmail.com",
1238                     "homepage": "https://github.com/mtdowling"
1239                 },
1240                 {
1241                     "name": "Tobias Nyholm",
1242                     "email": "tobias.nyholm@gmail.com",
1243                     "homepage": "https://github.com/Nyholm"
1244                 },
1245                 {
1246                     "name": "Tobias Schultze",
1247                     "email": "webmaster@tubo-world.de",
1248                     "homepage": "https://github.com/Tobion"
1249                 }
1250             ],
1251             "description": "Guzzle promises library",
1252             "keywords": [
1253                 "promise"
1254             ],
1255             "support": {
1256                 "issues": "https://github.com/guzzle/promises/issues",
1257                 "source": "https://github.com/guzzle/promises/tree/1.5.2"
1258             },
1259             "funding": [
1260                 {
1261                     "url": "https://github.com/GrahamCampbell",
1262                     "type": "github"
1263                 },
1264                 {
1265                     "url": "https://github.com/Nyholm",
1266                     "type": "github"
1267                 },
1268                 {
1269                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1270                     "type": "tidelift"
1271                 }
1272             ],
1273             "time": "2022-08-28T14:55:35+00:00"
1274         },
1275         {
1276             "name": "guzzlehttp/psr7",
1277             "version": "2.5.0",
1278             "source": {
1279                 "type": "git",
1280                 "url": "https://github.com/guzzle/psr7.git",
1281                 "reference": "b635f279edd83fc275f822a1188157ffea568ff6"
1282             },
1283             "dist": {
1284                 "type": "zip",
1285                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6",
1286                 "reference": "b635f279edd83fc275f822a1188157ffea568ff6",
1287                 "shasum": ""
1288             },
1289             "require": {
1290                 "php": "^7.2.5 || ^8.0",
1291                 "psr/http-factory": "^1.0",
1292                 "psr/http-message": "^1.1 || ^2.0",
1293                 "ralouphie/getallheaders": "^3.0"
1294             },
1295             "provide": {
1296                 "psr/http-factory-implementation": "1.0",
1297                 "psr/http-message-implementation": "1.0"
1298             },
1299             "require-dev": {
1300                 "bamarni/composer-bin-plugin": "^1.8.1",
1301                 "http-interop/http-factory-tests": "^0.9",
1302                 "phpunit/phpunit": "^8.5.29 || ^9.5.23"
1303             },
1304             "suggest": {
1305                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1306             },
1307             "type": "library",
1308             "extra": {
1309                 "bamarni-bin": {
1310                     "bin-links": true,
1311                     "forward-command": false
1312                 }
1313             },
1314             "autoload": {
1315                 "psr-4": {
1316                     "GuzzleHttp\\Psr7\\": "src/"
1317                 }
1318             },
1319             "notification-url": "https://packagist.org/downloads/",
1320             "license": [
1321                 "MIT"
1322             ],
1323             "authors": [
1324                 {
1325                     "name": "Graham Campbell",
1326                     "email": "hello@gjcampbell.co.uk",
1327                     "homepage": "https://github.com/GrahamCampbell"
1328                 },
1329                 {
1330                     "name": "Michael Dowling",
1331                     "email": "mtdowling@gmail.com",
1332                     "homepage": "https://github.com/mtdowling"
1333                 },
1334                 {
1335                     "name": "George Mponos",
1336                     "email": "gmponos@gmail.com",
1337                     "homepage": "https://github.com/gmponos"
1338                 },
1339                 {
1340                     "name": "Tobias Nyholm",
1341                     "email": "tobias.nyholm@gmail.com",
1342                     "homepage": "https://github.com/Nyholm"
1343                 },
1344                 {
1345                     "name": "Márk Sági-Kazár",
1346                     "email": "mark.sagikazar@gmail.com",
1347                     "homepage": "https://github.com/sagikazarmark"
1348                 },
1349                 {
1350                     "name": "Tobias Schultze",
1351                     "email": "webmaster@tubo-world.de",
1352                     "homepage": "https://github.com/Tobion"
1353                 },
1354                 {
1355                     "name": "Márk Sági-Kazár",
1356                     "email": "mark.sagikazar@gmail.com",
1357                     "homepage": "https://sagikazarmark.hu"
1358                 }
1359             ],
1360             "description": "PSR-7 message implementation that also provides common utility methods",
1361             "keywords": [
1362                 "http",
1363                 "message",
1364                 "psr-7",
1365                 "request",
1366                 "response",
1367                 "stream",
1368                 "uri",
1369                 "url"
1370             ],
1371             "support": {
1372                 "issues": "https://github.com/guzzle/psr7/issues",
1373                 "source": "https://github.com/guzzle/psr7/tree/2.5.0"
1374             },
1375             "funding": [
1376                 {
1377                     "url": "https://github.com/GrahamCampbell",
1378                     "type": "github"
1379                 },
1380                 {
1381                     "url": "https://github.com/Nyholm",
1382                     "type": "github"
1383                 },
1384                 {
1385                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1386                     "type": "tidelift"
1387                 }
1388             ],
1389             "time": "2023-04-17T16:11:26+00:00"
1390         },
1391         {
1392             "name": "html2text/html2text",
1393             "version": "4.3.1",
1394             "source": {
1395                 "type": "git",
1396                 "url": "https://github.com/mtibben/html2text.git",
1397                 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
1398             },
1399             "dist": {
1400                 "type": "zip",
1401                 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
1402                 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
1403                 "shasum": ""
1404             },
1405             "require-dev": {
1406                 "phpunit/phpunit": "~4"
1407             },
1408             "suggest": {
1409                 "ext-mbstring": "For best performance",
1410                 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
1411             },
1412             "type": "library",
1413             "autoload": {
1414                 "psr-4": {
1415                     "Html2Text\\": [
1416                         "src/",
1417                         "test/"
1418                     ]
1419                 }
1420             },
1421             "notification-url": "https://packagist.org/downloads/",
1422             "license": [
1423                 "GPL-2.0-or-later"
1424             ],
1425             "description": "Converts HTML to formatted plain text",
1426             "support": {
1427                 "issues": "https://github.com/mtibben/html2text/issues",
1428                 "source": "https://github.com/mtibben/html2text/tree/4.3.1"
1429             },
1430             "time": "2020-04-16T23:44:31+00:00"
1431         },
1432         {
1433             "name": "kamermans/guzzle-oauth2-subscriber",
1434             "version": "v1.0.12",
1435             "source": {
1436                 "type": "git",
1437                 "url": "https://github.com/kamermans/guzzle-oauth2-subscriber.git",
1438                 "reference": "e1f3a78155fb37410f0103ef57b51fbd4fafd806"
1439             },
1440             "dist": {
1441                 "type": "zip",
1442                 "url": "https://api.github.com/repos/kamermans/guzzle-oauth2-subscriber/zipball/e1f3a78155fb37410f0103ef57b51fbd4fafd806",
1443                 "reference": "e1f3a78155fb37410f0103ef57b51fbd4fafd806",
1444                 "shasum": ""
1445             },
1446             "require": {
1447                 "guzzlehttp/guzzle": "~4.0|~5.0|~6.0|~7.0",
1448                 "php": ">=5.4.0"
1449             },
1450             "type": "library",
1451             "autoload": {
1452                 "psr-4": {
1453                     "kamermans\\OAuth2\\": "src"
1454                 }
1455             },
1456             "notification-url": "https://packagist.org/downloads/",
1457             "license": [
1458                 "MIT"
1459             ],
1460             "authors": [
1461                 {
1462                     "name": "Steve Kamerman",
1463                     "email": "stevekamerman@gmail.com"
1464                 }
1465             ],
1466             "description": "OAuth 2.0 client for Guzzle 4, 5, 6 and 7+",
1467             "keywords": [
1468                 "Guzzle",
1469                 "oauth"
1470             ],
1471             "support": {
1472                 "issues": "https://github.com/kamermans/guzzle-oauth2-subscriber/issues",
1473                 "source": "https://github.com/kamermans/guzzle-oauth2-subscriber/tree/v1.0.12"
1474             },
1475             "time": "2022-08-17T13:15:21+00:00"
1476         },
1477         {
1478             "name": "knplabs/knp-snappy",
1479             "version": "v1.4.2",
1480             "source": {
1481                 "type": "git",
1482                 "url": "https://github.com/KnpLabs/snappy.git",
1483                 "reference": "b66f79334421c26d9c244427963fa2d92980b5d3"
1484             },
1485             "dist": {
1486                 "type": "zip",
1487                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/b66f79334421c26d9c244427963fa2d92980b5d3",
1488                 "reference": "b66f79334421c26d9c244427963fa2d92980b5d3",
1489                 "shasum": ""
1490             },
1491             "require": {
1492                 "php": ">=7.1",
1493                 "psr/log": "^1.0||^2.0||^3.0",
1494                 "symfony/process": "~3.4||~4.3||~5.0||~6.0"
1495             },
1496             "require-dev": {
1497                 "friendsofphp/php-cs-fixer": "^2.16||^3.0",
1498                 "pedrotroller/php-cs-custom-fixer": "^2.19",
1499                 "phpstan/phpstan": "^0.12.7",
1500                 "phpstan/phpstan-phpunit": "^0.12.6",
1501                 "phpunit/phpunit": "~7.4||~8.5"
1502             },
1503             "suggest": {
1504                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1505                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1506                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1507                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1508                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1509             },
1510             "type": "library",
1511             "extra": {
1512                 "branch-alias": {
1513                     "dev-master": "1.x-dev"
1514                 }
1515             },
1516             "autoload": {
1517                 "psr-4": {
1518                     "Knp\\Snappy\\": "src/Knp/Snappy"
1519                 }
1520             },
1521             "notification-url": "https://packagist.org/downloads/",
1522             "license": [
1523                 "MIT"
1524             ],
1525             "authors": [
1526                 {
1527                     "name": "KNP Labs Team",
1528                     "homepage": "http://knplabs.com"
1529                 },
1530                 {
1531                     "name": "Symfony Community",
1532                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1533                 }
1534             ],
1535             "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1536             "homepage": "http://github.com/KnpLabs/snappy",
1537             "keywords": [
1538                 "knp",
1539                 "knplabs",
1540                 "pdf",
1541                 "snapshot",
1542                 "thumbnail",
1543                 "wkhtmltopdf"
1544             ],
1545             "support": {
1546                 "issues": "https://github.com/KnpLabs/snappy/issues",
1547                 "source": "https://github.com/KnpLabs/snappy/tree/v1.4.2"
1548             },
1549             "time": "2023-03-17T14:47:54+00:00"
1550         },
1551         {
1552             "name": "laminas/laminas-code",
1553             "version": "4.7.1",
1554             "source": {
1555                 "type": "git",
1556                 "url": "https://github.com/laminas/laminas-code.git",
1557                 "reference": "91aabc066d5620428120800c0eafc0411e441a62"
1558             },
1559             "dist": {
1560                 "type": "zip",
1561                 "url": "https://api.github.com/repos/laminas/laminas-code/zipball/91aabc066d5620428120800c0eafc0411e441a62",
1562                 "reference": "91aabc066d5620428120800c0eafc0411e441a62",
1563                 "shasum": ""
1564             },
1565             "require": {
1566                 "php": ">=7.4, <8.2"
1567             },
1568             "require-dev": {
1569                 "doctrine/annotations": "^1.13.2",
1570                 "ext-phar": "*",
1571                 "laminas/laminas-coding-standard": "^2.3.0",
1572                 "laminas/laminas-stdlib": "^3.6.1",
1573                 "phpunit/phpunit": "^9.5.10",
1574                 "psalm/plugin-phpunit": "^0.17.0",
1575                 "vimeo/psalm": "^4.13.1"
1576             },
1577             "suggest": {
1578                 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
1579                 "laminas/laminas-stdlib": "Laminas\\Stdlib component"
1580             },
1581             "type": "library",
1582             "autoload": {
1583                 "files": [
1584                     "polyfill/ReflectionEnumPolyfill.php"
1585                 ],
1586                 "psr-4": {
1587                     "Laminas\\Code\\": "src/"
1588                 }
1589             },
1590             "notification-url": "https://packagist.org/downloads/",
1591             "license": [
1592                 "BSD-3-Clause"
1593             ],
1594             "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
1595             "homepage": "https://laminas.dev",
1596             "keywords": [
1597                 "code",
1598                 "laminas",
1599                 "laminasframework"
1600             ],
1601             "support": {
1602                 "chat": "https://laminas.dev/chat",
1603                 "docs": "https://docs.laminas.dev/laminas-code/",
1604                 "forum": "https://discourse.laminas.dev",
1605                 "issues": "https://github.com/laminas/laminas-code/issues",
1606                 "rss": "https://github.com/laminas/laminas-code/releases.atom",
1607                 "source": "https://github.com/laminas/laminas-code"
1608             },
1609             "funding": [
1610                 {
1611                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1612                     "type": "community_bridge"
1613                 }
1614             ],
1615             "time": "2022-11-21T01:32:31+00:00"
1616         },
1617         {
1618             "name": "laminas/laminas-config",
1619             "version": "3.8.0",
1620             "source": {
1621                 "type": "git",
1622                 "url": "https://github.com/laminas/laminas-config.git",
1623                 "reference": "46baad58d0b12cf98539e04334eff40a1fdfb9a0"
1624             },
1625             "dist": {
1626                 "type": "zip",
1627                 "url": "https://api.github.com/repos/laminas/laminas-config/zipball/46baad58d0b12cf98539e04334eff40a1fdfb9a0",
1628                 "reference": "46baad58d0b12cf98539e04334eff40a1fdfb9a0",
1629                 "shasum": ""
1630             },
1631             "require": {
1632                 "ext-json": "*",
1633                 "laminas/laminas-stdlib": "^3.6",
1634                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
1635                 "psr/container": "^1.0"
1636             },
1637             "conflict": {
1638                 "container-interop/container-interop": "<1.2.0",
1639                 "zendframework/zend-config": "*"
1640             },
1641             "require-dev": {
1642                 "laminas/laminas-coding-standard": "~2.4.0",
1643                 "laminas/laminas-filter": "~2.23.0",
1644                 "laminas/laminas-i18n": "~2.19.0",
1645                 "laminas/laminas-servicemanager": "~3.19.0",
1646                 "phpunit/phpunit": "~9.5.25"
1647             },
1648             "suggest": {
1649                 "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
1650                 "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
1651                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
1652             },
1653             "type": "library",
1654             "autoload": {
1655                 "psr-4": {
1656                     "Laminas\\Config\\": "src/"
1657                 }
1658             },
1659             "notification-url": "https://packagist.org/downloads/",
1660             "license": [
1661                 "BSD-3-Clause"
1662             ],
1663             "description": "provides a nested object property based user interface for accessing this configuration data within application code",
1664             "homepage": "https://laminas.dev",
1665             "keywords": [
1666                 "config",
1667                 "laminas"
1668             ],
1669             "support": {
1670                 "chat": "https://laminas.dev/chat",
1671                 "docs": "https://docs.laminas.dev/laminas-config/",
1672                 "forum": "https://discourse.laminas.dev",
1673                 "issues": "https://github.com/laminas/laminas-config/issues",
1674                 "rss": "https://github.com/laminas/laminas-config/releases.atom",
1675                 "source": "https://github.com/laminas/laminas-config"
1676             },
1677             "funding": [
1678                 {
1679                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1680                     "type": "community_bridge"
1681                 }
1682             ],
1683             "time": "2022-10-16T14:21:22+00:00"
1684         },
1685         {
1686             "name": "laminas/laminas-db",
1687             "version": "2.17.0",
1688             "source": {
1689                 "type": "git",
1690                 "url": "https://github.com/laminas/laminas-db.git",
1691                 "reference": "9020ba27ffa4966c03cac743144bfd6716fdab60"
1692             },
1693             "dist": {
1694                 "type": "zip",
1695                 "url": "https://api.github.com/repos/laminas/laminas-db/zipball/9020ba27ffa4966c03cac743144bfd6716fdab60",
1696                 "reference": "9020ba27ffa4966c03cac743144bfd6716fdab60",
1697                 "shasum": ""
1698             },
1699             "require": {
1700                 "laminas/laminas-stdlib": "^3.7.1",
1701                 "php": "~8.0.0 || ~8.1.0|| ~8.2.0"
1702             },
1703             "conflict": {
1704                 "zendframework/zend-db": "*"
1705             },
1706             "require-dev": {
1707                 "laminas/laminas-coding-standard": "^2.4.0",
1708                 "laminas/laminas-eventmanager": "^3.6.0",
1709                 "laminas/laminas-hydrator": "^4.7",
1710                 "laminas/laminas-servicemanager": "^3.19.0",
1711                 "phpunit/phpunit": "^9.5.25"
1712             },
1713             "suggest": {
1714                 "laminas/laminas-eventmanager": "Laminas\\EventManager component",
1715                 "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
1716                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
1717             },
1718             "type": "library",
1719             "extra": {
1720                 "laminas": {
1721                     "component": "Laminas\\Db",
1722                     "config-provider": "Laminas\\Db\\ConfigProvider"
1723                 }
1724             },
1725             "autoload": {
1726                 "psr-4": {
1727                     "Laminas\\Db\\": "src/"
1728                 }
1729             },
1730             "notification-url": "https://packagist.org/downloads/",
1731             "license": [
1732                 "BSD-3-Clause"
1733             ],
1734             "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
1735             "homepage": "https://laminas.dev",
1736             "keywords": [
1737                 "db",
1738                 "laminas"
1739             ],
1740             "support": {
1741                 "chat": "https://laminas.dev/chat",
1742                 "docs": "https://docs.laminas.dev/laminas-db/",
1743                 "forum": "https://discourse.laminas.dev",
1744                 "issues": "https://github.com/laminas/laminas-db/issues",
1745                 "rss": "https://github.com/laminas/laminas-db/releases.atom",
1746                 "source": "https://github.com/laminas/laminas-db"
1747             },
1748             "funding": [
1749                 {
1750                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1751                     "type": "community_bridge"
1752                 }
1753             ],
1754             "time": "2023-01-31T12:09:24+00:00"
1755         },
1756         {
1757             "name": "laminas/laminas-escaper",
1758             "version": "2.12.0",
1759             "source": {
1760                 "type": "git",
1761                 "url": "https://github.com/laminas/laminas-escaper.git",
1762                 "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
1763             },
1764             "dist": {
1765                 "type": "zip",
1766                 "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
1767                 "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
1768                 "shasum": ""
1769             },
1770             "require": {
1771                 "ext-ctype": "*",
1772                 "ext-mbstring": "*",
1773                 "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1774             },
1775             "conflict": {
1776                 "zendframework/zend-escaper": "*"
1777             },
1778             "require-dev": {
1779                 "infection/infection": "^0.26.6",
1780                 "laminas/laminas-coding-standard": "~2.4.0",
1781                 "maglnet/composer-require-checker": "^3.8.0",
1782                 "phpunit/phpunit": "^9.5.18",
1783                 "psalm/plugin-phpunit": "^0.17.0",
1784                 "vimeo/psalm": "^4.22.0"
1785             },
1786             "type": "library",
1787             "autoload": {
1788                 "psr-4": {
1789                     "Laminas\\Escaper\\": "src/"
1790                 }
1791             },
1792             "notification-url": "https://packagist.org/downloads/",
1793             "license": [
1794                 "BSD-3-Clause"
1795             ],
1796             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1797             "homepage": "https://laminas.dev",
1798             "keywords": [
1799                 "escaper",
1800                 "laminas"
1801             ],
1802             "support": {
1803                 "chat": "https://laminas.dev/chat",
1804                 "docs": "https://docs.laminas.dev/laminas-escaper/",
1805                 "forum": "https://discourse.laminas.dev",
1806                 "issues": "https://github.com/laminas/laminas-escaper/issues",
1807                 "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
1808                 "source": "https://github.com/laminas/laminas-escaper"
1809             },
1810             "funding": [
1811                 {
1812                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1813                     "type": "community_bridge"
1814                 }
1815             ],
1816             "time": "2022-10-10T10:11:09+00:00"
1817         },
1818         {
1819             "name": "laminas/laminas-eventmanager",
1820             "version": "3.10.0",
1821             "source": {
1822                 "type": "git",
1823                 "url": "https://github.com/laminas/laminas-eventmanager.git",
1824                 "reference": "5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba"
1825             },
1826             "dist": {
1827                 "type": "zip",
1828                 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba",
1829                 "reference": "5a5114ab2d3fa4424faa46a2fb0a4e49a61f6eba",
1830                 "shasum": ""
1831             },
1832             "require": {
1833                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1834             },
1835             "conflict": {
1836                 "container-interop/container-interop": "<1.2",
1837                 "zendframework/zend-eventmanager": "*"
1838             },
1839             "require-dev": {
1840                 "laminas/laminas-coding-standard": "~2.5.0",
1841                 "laminas/laminas-stdlib": "^3.15",
1842                 "phpbench/phpbench": "^1.2.7",
1843                 "phpunit/phpunit": "^9.5.26",
1844                 "psalm/plugin-phpunit": "^0.18.0",
1845                 "psr/container": "^1.1.2 || ^2.0.2",
1846                 "vimeo/psalm": "^5.0.0"
1847             },
1848             "suggest": {
1849                 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
1850                 "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
1851             },
1852             "type": "library",
1853             "autoload": {
1854                 "psr-4": {
1855                     "Laminas\\EventManager\\": "src/"
1856                 }
1857             },
1858             "notification-url": "https://packagist.org/downloads/",
1859             "license": [
1860                 "BSD-3-Clause"
1861             ],
1862             "description": "Trigger and listen to events within a PHP application",
1863             "homepage": "https://laminas.dev",
1864             "keywords": [
1865                 "event",
1866                 "eventmanager",
1867                 "events",
1868                 "laminas"
1869             ],
1870             "support": {
1871                 "chat": "https://laminas.dev/chat",
1872                 "docs": "https://docs.laminas.dev/laminas-eventmanager/",
1873                 "forum": "https://discourse.laminas.dev",
1874                 "issues": "https://github.com/laminas/laminas-eventmanager/issues",
1875                 "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
1876                 "source": "https://github.com/laminas/laminas-eventmanager"
1877             },
1878             "funding": [
1879                 {
1880                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1881                     "type": "community_bridge"
1882                 }
1883             ],
1884             "time": "2023-01-11T19:52:45+00:00"
1885         },
1886         {
1887             "name": "laminas/laminas-filter",
1888             "version": "2.31.0",
1889             "source": {
1890                 "type": "git",
1891                 "url": "https://github.com/laminas/laminas-filter.git",
1892                 "reference": "548a6597d357b0b0b139cc7bffea4dfbc50eb5a8"
1893             },
1894             "dist": {
1895                 "type": "zip",
1896                 "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/548a6597d357b0b0b139cc7bffea4dfbc50eb5a8",
1897                 "reference": "548a6597d357b0b0b139cc7bffea4dfbc50eb5a8",
1898                 "shasum": ""
1899             },
1900             "require": {
1901                 "ext-mbstring": "*",
1902                 "laminas/laminas-servicemanager": "^3.14.0",
1903                 "laminas/laminas-stdlib": "^3.13.0",
1904                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1905             },
1906             "conflict": {
1907                 "laminas/laminas-validator": "<2.10.1",
1908                 "zendframework/zend-filter": "*"
1909             },
1910             "require-dev": {
1911                 "laminas/laminas-coding-standard": "~2.5.0",
1912                 "laminas/laminas-crypt": "^3.9",
1913                 "laminas/laminas-uri": "^2.10",
1914                 "pear/archive_tar": "^1.4.14",
1915                 "phpunit/phpunit": "^9.5.27",
1916                 "psalm/plugin-phpunit": "^0.18.4",
1917                 "psr/http-factory": "^1.0.1",
1918                 "vimeo/psalm": "^5.3"
1919             },
1920             "suggest": {
1921                 "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
1922                 "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
1923                 "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
1924                 "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
1925             },
1926             "type": "library",
1927             "extra": {
1928                 "laminas": {
1929                     "component": "Laminas\\Filter",
1930                     "config-provider": "Laminas\\Filter\\ConfigProvider"
1931                 }
1932             },
1933             "autoload": {
1934                 "psr-4": {
1935                     "Laminas\\Filter\\": "src/"
1936                 }
1937             },
1938             "notification-url": "https://packagist.org/downloads/",
1939             "license": [
1940                 "BSD-3-Clause"
1941             ],
1942             "description": "Programmatically filter and normalize data and files",
1943             "homepage": "https://laminas.dev",
1944             "keywords": [
1945                 "filter",
1946                 "laminas"
1947             ],
1948             "support": {
1949                 "chat": "https://laminas.dev/chat",
1950                 "docs": "https://docs.laminas.dev/laminas-filter/",
1951                 "forum": "https://discourse.laminas.dev",
1952                 "issues": "https://github.com/laminas/laminas-filter/issues",
1953                 "rss": "https://github.com/laminas/laminas-filter/releases.atom",
1954                 "source": "https://github.com/laminas/laminas-filter"
1955             },
1956             "funding": [
1957                 {
1958                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1959                     "type": "community_bridge"
1960                 }
1961             ],
1962             "time": "2023-01-12T06:17:48+00:00"
1963         },
1964         {
1965             "name": "laminas/laminas-form",
1966             "version": "3.8.0",
1967             "source": {
1968                 "type": "git",
1969                 "url": "https://github.com/laminas/laminas-form.git",
1970                 "reference": "087def3e3e4a70c618cdf622fbea8840280ff1c2"
1971             },
1972             "dist": {
1973                 "type": "zip",
1974                 "url": "https://api.github.com/repos/laminas/laminas-form/zipball/087def3e3e4a70c618cdf622fbea8840280ff1c2",
1975                 "reference": "087def3e3e4a70c618cdf622fbea8840280ff1c2",
1976                 "shasum": ""
1977             },
1978             "require": {
1979                 "laminas/laminas-hydrator": "^4.3.1",
1980                 "laminas/laminas-inputfilter": "^2.19.1",
1981                 "laminas/laminas-stdlib": "^3.7.1",
1982                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1983             },
1984             "conflict": {
1985                 "doctrine/annotations": "<1.12.0",
1986                 "laminas/laminas-captcha": "<2.13.0",
1987                 "laminas/laminas-eventmanager": "<3.6.0",
1988                 "laminas/laminas-i18n": "<2.19.0",
1989                 "laminas/laminas-recaptcha": "<3.4.0",
1990                 "laminas/laminas-servicemanager": "<3.19.0",
1991                 "laminas/laminas-view": "<2.24.0"
1992             },
1993             "require-dev": {
1994                 "doctrine/annotations": "^1.13.3",
1995                 "ext-intl": "*",
1996                 "laminas/laminas-captcha": "^2.15",
1997                 "laminas/laminas-coding-standard": "^2.4",
1998                 "laminas/laminas-db": "^2.16",
1999                 "laminas/laminas-escaper": "^2.12",
2000                 "laminas/laminas-eventmanager": "^3.8",
2001                 "laminas/laminas-filter": "^2.29",
2002                 "laminas/laminas-i18n": "^2.21",
2003                 "laminas/laminas-modulemanager": "^2.14.0",
2004                 "laminas/laminas-recaptcha": "^3.5",
2005                 "laminas/laminas-servicemanager": "^3.20",
2006                 "laminas/laminas-session": "^2.16",
2007                 "laminas/laminas-text": "^2.9.0",
2008                 "laminas/laminas-validator": "^2.28",
2009                 "laminas/laminas-view": "^2.25",
2010                 "phpunit/phpunit": "^9.5.26",
2011                 "psalm/plugin-phpunit": "^0.18.4",
2012                 "vimeo/psalm": "^5.1"
2013             },
2014             "suggest": {
2015                 "doctrine/annotations": "^1.12, required to use laminas-form annotations support",
2016                 "laminas/laminas-captcha": "^2.11, required for using CAPTCHA form elements",
2017                 "laminas/laminas-eventmanager": "^3.4, reuired for laminas-form annotations support",
2018                 "laminas/laminas-i18n": "^2.12, required when using laminas-form view helpers",
2019                 "laminas/laminas-recaptcha": "^3.4, in order to use the ReCaptcha form element",
2020                 "laminas/laminas-servicemanager": "^3.10, required to use the form factories or provide services",
2021                 "laminas/laminas-view": "^2.14, required for using the laminas-form view helpers"
2022             },
2023             "type": "library",
2024             "extra": {
2025                 "laminas": {
2026                     "component": "Laminas\\Form",
2027                     "config-provider": "Laminas\\Form\\ConfigProvider"
2028                 }
2029             },
2030             "autoload": {
2031                 "psr-4": {
2032                     "Laminas\\Form\\": "src/"
2033                 }
2034             },
2035             "notification-url": "https://packagist.org/downloads/",
2036             "license": [
2037                 "BSD-3-Clause"
2038             ],
2039             "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
2040             "homepage": "https://laminas.dev",
2041             "keywords": [
2042                 "form",
2043                 "laminas"
2044             ],
2045             "support": {
2046                 "chat": "https://laminas.dev/chat",
2047                 "docs": "https://docs.laminas.dev/laminas-form/",
2048                 "forum": "https://discourse.laminas.dev",
2049                 "issues": "https://github.com/laminas/laminas-form/issues",
2050                 "rss": "https://github.com/laminas/laminas-form/releases.atom",
2051                 "source": "https://github.com/laminas/laminas-form"
2052             },
2053             "funding": [
2054                 {
2055                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2056                     "type": "community_bridge"
2057                 }
2058             ],
2059             "time": "2022-12-05T19:11:27+00:00"
2060         },
2061         {
2062             "name": "laminas/laminas-http",
2063             "version": "2.18.0",
2064             "source": {
2065                 "type": "git",
2066                 "url": "https://github.com/laminas/laminas-http.git",
2067                 "reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d"
2068             },
2069             "dist": {
2070                 "type": "zip",
2071                 "url": "https://api.github.com/repos/laminas/laminas-http/zipball/76de9008f889bc7088f85a41d0d2b06c2b59c53d",
2072                 "reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d",
2073                 "shasum": ""
2074             },
2075             "require": {
2076                 "laminas/laminas-loader": "^2.8",
2077                 "laminas/laminas-stdlib": "^3.6",
2078                 "laminas/laminas-uri": "^2.9.1",
2079                 "laminas/laminas-validator": "^2.15",
2080                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2081             },
2082             "conflict": {
2083                 "zendframework/zend-http": "*"
2084             },
2085             "require-dev": {
2086                 "ext-curl": "*",
2087                 "laminas/laminas-coding-standard": "~2.4.0",
2088                 "phpunit/phpunit": "^9.5.25"
2089             },
2090             "suggest": {
2091                 "paragonie/certainty": "For automated management of cacert.pem"
2092             },
2093             "type": "library",
2094             "autoload": {
2095                 "psr-4": {
2096                     "Laminas\\Http\\": "src/"
2097                 }
2098             },
2099             "notification-url": "https://packagist.org/downloads/",
2100             "license": [
2101                 "BSD-3-Clause"
2102             ],
2103             "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
2104             "homepage": "https://laminas.dev",
2105             "keywords": [
2106                 "http",
2107                 "http client",
2108                 "laminas"
2109             ],
2110             "support": {
2111                 "chat": "https://laminas.dev/chat",
2112                 "docs": "https://docs.laminas.dev/laminas-http/",
2113                 "forum": "https://discourse.laminas.dev",
2114                 "issues": "https://github.com/laminas/laminas-http/issues",
2115                 "rss": "https://github.com/laminas/laminas-http/releases.atom",
2116                 "source": "https://github.com/laminas/laminas-http"
2117             },
2118             "funding": [
2119                 {
2120                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2121                     "type": "community_bridge"
2122                 }
2123             ],
2124             "time": "2022-11-23T15:45:41+00:00"
2125         },
2126         {
2127             "name": "laminas/laminas-hydrator",
2128             "version": "4.13.0",
2129             "source": {
2130                 "type": "git",
2131                 "url": "https://github.com/laminas/laminas-hydrator.git",
2132                 "reference": "de6da92da20873d569532adec94afa7285f21157"
2133             },
2134             "dist": {
2135                 "type": "zip",
2136                 "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/de6da92da20873d569532adec94afa7285f21157",
2137                 "reference": "de6da92da20873d569532adec94afa7285f21157",
2138                 "shasum": ""
2139             },
2140             "require": {
2141                 "laminas/laminas-stdlib": "^3.3",
2142                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2143                 "webmozart/assert": "^1.10"
2144             },
2145             "conflict": {
2146                 "laminas/laminas-servicemanager": "<3.14.0",
2147                 "zendframework/zend-hydrator": "*"
2148             },
2149             "require-dev": {
2150                 "laminas/laminas-coding-standard": "~2.5.0",
2151                 "laminas/laminas-eventmanager": "^3.10",
2152                 "laminas/laminas-modulemanager": "^2.14.0",
2153                 "laminas/laminas-serializer": "^2.14.0",
2154                 "laminas/laminas-servicemanager": "^3.20",
2155                 "phpbench/phpbench": "^1.2.8",
2156                 "phpunit/phpunit": "^9.5.28",
2157                 "psalm/plugin-phpunit": "^0.18.4",
2158                 "vimeo/psalm": "^5.6"
2159             },
2160             "suggest": {
2161                 "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
2162                 "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
2163                 "laminas/laminas-servicemanager": "^3.14, to support hydrator plugin manager usage"
2164             },
2165             "type": "library",
2166             "extra": {
2167                 "laminas": {
2168                     "component": "Laminas\\Hydrator",
2169                     "config-provider": "Laminas\\Hydrator\\ConfigProvider"
2170                 }
2171             },
2172             "autoload": {
2173                 "psr-4": {
2174                     "Laminas\\Hydrator\\": "src/"
2175                 }
2176             },
2177             "notification-url": "https://packagist.org/downloads/",
2178             "license": [
2179                 "BSD-3-Clause"
2180             ],
2181             "description": "Serialize objects to arrays, and vice versa",
2182             "homepage": "https://laminas.dev",
2183             "keywords": [
2184                 "hydrator",
2185                 "laminas"
2186             ],
2187             "support": {
2188                 "chat": "https://laminas.dev/chat",
2189                 "docs": "https://docs.laminas.dev/laminas-hydrator/",
2190                 "forum": "https://discourse.laminas.dev",
2191                 "issues": "https://github.com/laminas/laminas-hydrator/issues",
2192                 "rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
2193                 "source": "https://github.com/laminas/laminas-hydrator"
2194             },
2195             "funding": [
2196                 {
2197                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2198                     "type": "community_bridge"
2199                 }
2200             ],
2201             "time": "2023-03-19T20:05:31+00:00"
2202         },
2203         {
2204             "name": "laminas/laminas-i18n",
2205             "version": "2.22.1",
2206             "source": {
2207                 "type": "git",
2208                 "url": "https://github.com/laminas/laminas-i18n.git",
2209                 "reference": "075bec49f777698c6fc229eecefbe7a2364cd18e"
2210             },
2211             "dist": {
2212                 "type": "zip",
2213                 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/075bec49f777698c6fc229eecefbe7a2364cd18e",
2214                 "reference": "075bec49f777698c6fc229eecefbe7a2364cd18e",
2215                 "shasum": ""
2216             },
2217             "require": {
2218                 "ext-intl": "*",
2219                 "laminas/laminas-servicemanager": "^3.14.0",
2220                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
2221                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2222             },
2223             "conflict": {
2224                 "laminas/laminas-view": "<2.20.0",
2225                 "phpspec/prophecy": "<1.9.0",
2226                 "zendframework/zend-i18n": "*"
2227             },
2228             "require-dev": {
2229                 "laminas/laminas-cache": "^3.8",
2230                 "laminas/laminas-cache-storage-adapter-memory": "^2.2.0",
2231                 "laminas/laminas-cache-storage-deprecated-factory": "^1.0.1",
2232                 "laminas/laminas-coding-standard": "~2.5.0",
2233                 "laminas/laminas-config": "^3.8.0",
2234                 "laminas/laminas-eventmanager": "^3.7",
2235                 "laminas/laminas-filter": "^2.28.1",
2236                 "laminas/laminas-validator": "^2.28",
2237                 "laminas/laminas-view": "^2.25",
2238                 "phpunit/phpunit": "^9.5.26",
2239                 "psalm/plugin-phpunit": "^0.18.3",
2240                 "vimeo/psalm": "^5.0.0"
2241             },
2242             "suggest": {
2243                 "laminas/laminas-cache": "You should install this package to cache the translations",
2244                 "laminas/laminas-config": "You should install this package to use the INI translation format",
2245                 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
2246                 "laminas/laminas-filter": "You should install this package to use the provided filters",
2247                 "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
2248                 "laminas/laminas-validator": "You should install this package to use the provided validators",
2249                 "laminas/laminas-view": "You should install this package to use the provided view helpers"
2250             },
2251             "type": "library",
2252             "extra": {
2253                 "laminas": {
2254                     "component": "Laminas\\I18n",
2255                     "config-provider": "Laminas\\I18n\\ConfigProvider"
2256                 }
2257             },
2258             "autoload": {
2259                 "psr-4": {
2260                     "Laminas\\I18n\\": "src/"
2261                 }
2262             },
2263             "notification-url": "https://packagist.org/downloads/",
2264             "license": [
2265                 "BSD-3-Clause"
2266             ],
2267             "description": "Provide translations for your application, and filter and validate internationalized values",
2268             "homepage": "https://laminas.dev",
2269             "keywords": [
2270                 "i18n",
2271                 "laminas"
2272             ],
2273             "support": {
2274                 "chat": "https://laminas.dev/chat",
2275                 "docs": "https://docs.laminas.dev/laminas-i18n/",
2276                 "forum": "https://discourse.laminas.dev",
2277                 "issues": "https://github.com/laminas/laminas-i18n/issues",
2278                 "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
2279                 "source": "https://github.com/laminas/laminas-i18n"
2280             },
2281             "funding": [
2282                 {
2283                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2284                     "type": "community_bridge"
2285                 }
2286             ],
2287             "time": "2023-03-31T12:31:38+00:00"
2288         },
2289         {
2290             "name": "laminas/laminas-inputfilter",
2291             "version": "2.24.0",
2292             "source": {
2293                 "type": "git",
2294                 "url": "https://github.com/laminas/laminas-inputfilter.git",
2295                 "reference": "01c56c11904565b0f594c9cb745b5457a0e390eb"
2296             },
2297             "dist": {
2298                 "type": "zip",
2299                 "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/01c56c11904565b0f594c9cb745b5457a0e390eb",
2300                 "reference": "01c56c11904565b0f594c9cb745b5457a0e390eb",
2301                 "shasum": ""
2302             },
2303             "require": {
2304                 "laminas/laminas-filter": "^2.13",
2305                 "laminas/laminas-servicemanager": "^3.16.0",
2306                 "laminas/laminas-stdlib": "^3.0",
2307                 "laminas/laminas-validator": "^2.15",
2308                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2309             },
2310             "conflict": {
2311                 "zendframework/zend-inputfilter": "*"
2312             },
2313             "require-dev": {
2314                 "ext-json": "*",
2315                 "laminas/laminas-coding-standard": "~2.5.0",
2316                 "phpunit/phpunit": "^9.5.27",
2317                 "psalm/plugin-phpunit": "^0.18.4",
2318                 "psr/http-message": "^1.0.1",
2319                 "vimeo/psalm": "^5.4",
2320                 "webmozart/assert": "^1.11"
2321             },
2322             "suggest": {
2323                 "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
2324             },
2325             "type": "library",
2326             "extra": {
2327                 "laminas": {
2328                     "component": "Laminas\\InputFilter",
2329                     "config-provider": "Laminas\\InputFilter\\ConfigProvider"
2330                 }
2331             },
2332             "autoload": {
2333                 "psr-4": {
2334                     "Laminas\\InputFilter\\": "src/"
2335                 }
2336             },
2337             "notification-url": "https://packagist.org/downloads/",
2338             "license": [
2339                 "BSD-3-Clause"
2340             ],
2341             "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2342             "homepage": "https://laminas.dev",
2343             "keywords": [
2344                 "inputfilter",
2345                 "laminas"
2346             ],
2347             "support": {
2348                 "chat": "https://laminas.dev/chat",
2349                 "docs": "https://docs.laminas.dev/laminas-inputfilter/",
2350                 "forum": "https://discourse.laminas.dev",
2351                 "issues": "https://github.com/laminas/laminas-inputfilter/issues",
2352                 "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
2353                 "source": "https://github.com/laminas/laminas-inputfilter"
2354             },
2355             "funding": [
2356                 {
2357                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2358                     "type": "community_bridge"
2359                 }
2360             ],
2361             "time": "2023-02-01T17:22:43+00:00"
2362         },
2363         {
2364             "name": "laminas/laminas-json",
2365             "version": "3.5.0",
2366             "source": {
2367                 "type": "git",
2368                 "url": "https://github.com/laminas/laminas-json.git",
2369                 "reference": "7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec"
2370             },
2371             "dist": {
2372                 "type": "zip",
2373                 "url": "https://api.github.com/repos/laminas/laminas-json/zipball/7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec",
2374                 "reference": "7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec",
2375                 "shasum": ""
2376             },
2377             "require": {
2378                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2379             },
2380             "conflict": {
2381                 "zendframework/zend-json": "*"
2382             },
2383             "require-dev": {
2384                 "laminas/laminas-coding-standard": "~2.4.0",
2385                 "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
2386                 "phpunit/phpunit": "^9.5.25"
2387             },
2388             "suggest": {
2389                 "laminas/laminas-json-server": "For implementing JSON-RPC servers",
2390                 "laminas/laminas-xml2json": "For converting XML documents to JSON"
2391             },
2392             "type": "library",
2393             "autoload": {
2394                 "psr-4": {
2395                     "Laminas\\Json\\": "src/"
2396                 }
2397             },
2398             "notification-url": "https://packagist.org/downloads/",
2399             "license": [
2400                 "BSD-3-Clause"
2401             ],
2402             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2403             "homepage": "https://laminas.dev",
2404             "keywords": [
2405                 "json",
2406                 "laminas"
2407             ],
2408             "support": {
2409                 "chat": "https://laminas.dev/chat",
2410                 "docs": "https://docs.laminas.dev/laminas-json/",
2411                 "forum": "https://discourse.laminas.dev",
2412                 "issues": "https://github.com/laminas/laminas-json/issues",
2413                 "rss": "https://github.com/laminas/laminas-json/releases.atom",
2414                 "source": "https://github.com/laminas/laminas-json"
2415             },
2416             "funding": [
2417                 {
2418                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2419                     "type": "community_bridge"
2420                 }
2421             ],
2422             "time": "2022-10-17T04:06:45+00:00"
2423         },
2424         {
2425             "name": "laminas/laminas-json-server",
2426             "version": "3.7.0",
2427             "source": {
2428                 "type": "git",
2429                 "url": "https://github.com/laminas/laminas-json-server.git",
2430                 "reference": "5c07f08c91ea2d7f6b58b1aeb32aa4bb281b81cd"
2431             },
2432             "dist": {
2433                 "type": "zip",
2434                 "url": "https://api.github.com/repos/laminas/laminas-json-server/zipball/5c07f08c91ea2d7f6b58b1aeb32aa4bb281b81cd",
2435                 "reference": "5c07f08c91ea2d7f6b58b1aeb32aa4bb281b81cd",
2436                 "shasum": ""
2437             },
2438             "require": {
2439                 "laminas/laminas-http": "^2.15.1",
2440                 "laminas/laminas-json": "^3.3.0",
2441                 "laminas/laminas-server": "^2.11.0",
2442                 "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
2443             },
2444             "conflict": {
2445                 "laminas/laminas-stdlib": "<3.2.1"
2446             },
2447             "replace": {
2448                 "zendframework/zend-json-server": "^3.2.0"
2449             },
2450             "require-dev": {
2451                 "ext-json": "*",
2452                 "laminas/laminas-coding-standard": "^2.4.0",
2453                 "phpunit/phpunit": "^9.5.26",
2454                 "psalm/plugin-phpunit": "^0.18.0",
2455                 "vimeo/psalm": "^5.0.0"
2456             },
2457             "type": "library",
2458             "autoload": {
2459                 "psr-4": {
2460                     "Laminas\\Json\\Server\\": "src/"
2461                 }
2462             },
2463             "notification-url": "https://packagist.org/downloads/",
2464             "license": [
2465                 "BSD-3-Clause"
2466             ],
2467             "description": "Laminas Json-Server is a JSON-RPC server implementation.",
2468             "homepage": "https://laminas.dev",
2469             "keywords": [
2470                 "json",
2471                 "json-server",
2472                 "laminas",
2473                 "server"
2474             ],
2475             "support": {
2476                 "chat": "https://laminas.dev/chat",
2477                 "docs": "https://docs.laminas.dev/laminas-json-server/",
2478                 "forum": "https://discourse.laminas.dev",
2479                 "issues": "https://github.com/laminas/laminas-json-server/issues",
2480                 "rss": "https://github.com/laminas/laminas-json-server/releases.atom",
2481                 "source": "https://github.com/laminas/laminas-json-server"
2482             },
2483             "funding": [
2484                 {
2485                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2486                     "type": "community_bridge"
2487                 }
2488             ],
2489             "time": "2022-12-10T00:15:16+00:00"
2490         },
2491         {
2492             "name": "laminas/laminas-loader",
2493             "version": "2.9.0",
2494             "source": {
2495                 "type": "git",
2496                 "url": "https://github.com/laminas/laminas-loader.git",
2497                 "reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3"
2498             },
2499             "dist": {
2500                 "type": "zip",
2501                 "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/51ed9c3fa42d1098a9997571730c0cbf42d078d3",
2502                 "reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3",
2503                 "shasum": ""
2504             },
2505             "require": {
2506                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2507             },
2508             "conflict": {
2509                 "zendframework/zend-loader": "*"
2510             },
2511             "require-dev": {
2512                 "laminas/laminas-coding-standard": "~2.4.0",
2513                 "phpunit/phpunit": "~9.5.25"
2514             },
2515             "type": "library",
2516             "autoload": {
2517                 "psr-4": {
2518                     "Laminas\\Loader\\": "src/"
2519                 }
2520             },
2521             "notification-url": "https://packagist.org/downloads/",
2522             "license": [
2523                 "BSD-3-Clause"
2524             ],
2525             "description": "Autoloading and plugin loading strategies",
2526             "homepage": "https://laminas.dev",
2527             "keywords": [
2528                 "laminas",
2529                 "loader"
2530             ],
2531             "support": {
2532                 "chat": "https://laminas.dev/chat",
2533                 "docs": "https://docs.laminas.dev/laminas-loader/",
2534                 "forum": "https://discourse.laminas.dev",
2535                 "issues": "https://github.com/laminas/laminas-loader/issues",
2536                 "rss": "https://github.com/laminas/laminas-loader/releases.atom",
2537                 "source": "https://github.com/laminas/laminas-loader"
2538             },
2539             "funding": [
2540                 {
2541                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2542                     "type": "community_bridge"
2543                 }
2544             ],
2545             "time": "2022-10-16T12:50:49+00:00"
2546         },
2547         {
2548             "name": "laminas/laminas-math",
2549             "version": "3.6.0",
2550             "source": {
2551                 "type": "git",
2552                 "url": "https://github.com/laminas/laminas-math.git",
2553                 "reference": "5770fc632a3614f5526632a8b70f41b65130460e"
2554             },
2555             "dist": {
2556                 "type": "zip",
2557                 "url": "https://api.github.com/repos/laminas/laminas-math/zipball/5770fc632a3614f5526632a8b70f41b65130460e",
2558                 "reference": "5770fc632a3614f5526632a8b70f41b65130460e",
2559                 "shasum": ""
2560             },
2561             "require": {
2562                 "ext-mbstring": "*",
2563                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2564             },
2565             "conflict": {
2566                 "zendframework/zend-math": "*"
2567             },
2568             "require-dev": {
2569                 "laminas/laminas-coding-standard": "~2.4.0",
2570                 "phpunit/phpunit": "~9.5.25"
2571             },
2572             "suggest": {
2573                 "ext-bcmath": "If using the bcmath functionality",
2574                 "ext-gmp": "If using the gmp functionality"
2575             },
2576             "type": "library",
2577             "extra": {
2578                 "branch-alias": {
2579                     "dev-master": "3.2.x-dev",
2580                     "dev-develop": "3.3.x-dev"
2581                 }
2582             },
2583             "autoload": {
2584                 "psr-4": {
2585                     "Laminas\\Math\\": "src/"
2586                 }
2587             },
2588             "notification-url": "https://packagist.org/downloads/",
2589             "license": [
2590                 "BSD-3-Clause"
2591             ],
2592             "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
2593             "homepage": "https://laminas.dev",
2594             "keywords": [
2595                 "laminas",
2596                 "math"
2597             ],
2598             "support": {
2599                 "chat": "https://laminas.dev/chat",
2600                 "docs": "https://docs.laminas.dev/laminas-math/",
2601                 "forum": "https://discourse.laminas.dev",
2602                 "issues": "https://github.com/laminas/laminas-math/issues",
2603                 "rss": "https://github.com/laminas/laminas-math/releases.atom",
2604                 "source": "https://github.com/laminas/laminas-math"
2605             },
2606             "funding": [
2607                 {
2608                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2609                     "type": "community_bridge"
2610                 }
2611             ],
2612             "time": "2022-10-16T14:22:28+00:00"
2613         },
2614         {
2615             "name": "laminas/laminas-modulemanager",
2616             "version": "2.14.0",
2617             "source": {
2618                 "type": "git",
2619                 "url": "https://github.com/laminas/laminas-modulemanager.git",
2620                 "reference": "fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac"
2621             },
2622             "dist": {
2623                 "type": "zip",
2624                 "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac",
2625                 "reference": "fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac",
2626                 "shasum": ""
2627             },
2628             "require": {
2629                 "brick/varexporter": "^0.3.2",
2630                 "laminas/laminas-config": "^3.7",
2631                 "laminas/laminas-eventmanager": "^3.4",
2632                 "laminas/laminas-stdlib": "^3.6",
2633                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2634                 "webimpress/safe-writer": "^1.0.2 || ^2.1"
2635             },
2636             "conflict": {
2637                 "zendframework/zend-modulemanager": "*"
2638             },
2639             "require-dev": {
2640                 "laminas/laminas-coding-standard": "^2.3",
2641                 "laminas/laminas-loader": "^2.9.0",
2642                 "laminas/laminas-mvc": "^3.5.0",
2643                 "laminas/laminas-servicemanager": "^3.19.0",
2644                 "phpunit/phpunit": "^9.5.25",
2645                 "psalm/plugin-phpunit": "^0.17.0",
2646                 "vimeo/psalm": "^4.29"
2647             },
2648             "suggest": {
2649                 "laminas/laminas-console": "Laminas\\Console component",
2650                 "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
2651                 "laminas/laminas-mvc": "Laminas\\Mvc component",
2652                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
2653             },
2654             "type": "library",
2655             "autoload": {
2656                 "psr-4": {
2657                     "Laminas\\ModuleManager\\": "src/"
2658                 }
2659             },
2660             "notification-url": "https://packagist.org/downloads/",
2661             "license": [
2662                 "BSD-3-Clause"
2663             ],
2664             "description": "Modular application system for laminas-mvc applications",
2665             "homepage": "https://laminas.dev",
2666             "keywords": [
2667                 "laminas",
2668                 "modulemanager"
2669             ],
2670             "support": {
2671                 "chat": "https://laminas.dev/chat",
2672                 "docs": "https://docs.laminas.dev/laminas-modulemanager/",
2673                 "forum": "https://discourse.laminas.dev",
2674                 "issues": "https://github.com/laminas/laminas-modulemanager/issues",
2675                 "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
2676                 "source": "https://github.com/laminas/laminas-modulemanager"
2677             },
2678             "funding": [
2679                 {
2680                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2681                     "type": "community_bridge"
2682                 }
2683             ],
2684             "time": "2022-10-28T09:21:04+00:00"
2685         },
2686         {
2687             "name": "laminas/laminas-mvc",
2688             "version": "3.6.0",
2689             "source": {
2690                 "type": "git",
2691                 "url": "https://github.com/laminas/laminas-mvc.git",
2692                 "reference": "c54eaebe3810feaca834cc38ef0a962c89ff2431"
2693             },
2694             "dist": {
2695                 "type": "zip",
2696                 "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/c54eaebe3810feaca834cc38ef0a962c89ff2431",
2697                 "reference": "c54eaebe3810feaca834cc38ef0a962c89ff2431",
2698                 "shasum": ""
2699             },
2700             "require": {
2701                 "container-interop/container-interop": "^1.2",
2702                 "laminas/laminas-eventmanager": "^3.4",
2703                 "laminas/laminas-http": "^2.15",
2704                 "laminas/laminas-modulemanager": "^2.8",
2705                 "laminas/laminas-router": "^3.5",
2706                 "laminas/laminas-servicemanager": "^3.7",
2707                 "laminas/laminas-stdlib": "^3.6",
2708                 "laminas/laminas-view": "^2.14",
2709                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2710             },
2711             "conflict": {
2712                 "zendframework/zend-mvc": "*"
2713             },
2714             "require-dev": {
2715                 "http-interop/http-middleware": "^0.4.1",
2716                 "laminas/laminas-coding-standard": "^2.4.0",
2717                 "laminas/laminas-json": "^3.3",
2718                 "laminas/laminas-psr7bridge": "^1.8",
2719                 "laminas/laminas-stratigility": ">=2.0.1 <2.2",
2720                 "phpspec/prophecy": "^1.15.0",
2721                 "phpspec/prophecy-phpunit": "^2.0.1",
2722                 "phpunit/phpunit": "^9.5.25"
2723             },
2724             "suggest": {
2725                 "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
2726                 "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
2727                 "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
2728                 "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
2729                 "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
2730                 "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
2731                 "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
2732                 "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
2733                 "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
2734                 "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
2735                 "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
2736             },
2737             "type": "library",
2738             "autoload": {
2739                 "psr-4": {
2740                     "Laminas\\Mvc\\": "src/"
2741                 }
2742             },
2743             "notification-url": "https://packagist.org/downloads/",
2744             "license": [
2745                 "BSD-3-Clause"
2746             ],
2747             "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
2748             "homepage": "https://laminas.dev",
2749             "keywords": [
2750                 "laminas",
2751                 "mvc"
2752             ],
2753             "support": {
2754                 "chat": "https://laminas.dev/chat",
2755                 "docs": "https://docs.laminas.dev/laminas-mvc/",
2756                 "forum": "https://discourse.laminas.dev",
2757                 "issues": "https://github.com/laminas/laminas-mvc/issues",
2758                 "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
2759                 "source": "https://github.com/laminas/laminas-mvc"
2760             },
2761             "funding": [
2762                 {
2763                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2764                     "type": "community_bridge"
2765                 }
2766             ],
2767             "time": "2022-12-05T14:02:56+00:00"
2768         },
2769         {
2770             "name": "laminas/laminas-mvc-i18n",
2771             "version": "1.7.0",
2772             "source": {
2773                 "type": "git",
2774                 "url": "https://github.com/laminas/laminas-mvc-i18n.git",
2775                 "reference": "571f3e34afbff14351677c450f872a0dd19f9d28"
2776             },
2777             "dist": {
2778                 "type": "zip",
2779                 "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/571f3e34afbff14351677c450f872a0dd19f9d28",
2780                 "reference": "571f3e34afbff14351677c450f872a0dd19f9d28",
2781                 "shasum": ""
2782             },
2783             "require": {
2784                 "container-interop/container-interop": "^1.1",
2785                 "ext-intl": "*",
2786                 "laminas/laminas-i18n": "^2.13.0",
2787                 "laminas/laminas-router": "^3.5.0",
2788                 "laminas/laminas-servicemanager": "^3.15.1",
2789                 "laminas/laminas-stdlib": "^3.10.1",
2790                 "laminas/laminas-validator": "^2.19.0",
2791                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2792             },
2793             "conflict": {
2794                 "laminas/laminas-mvc": "<3.0.0",
2795                 "phpspec/prophecy": "<1.8.0",
2796                 "zendframework/zend-mvc-i18n": "*"
2797             },
2798             "require-dev": {
2799                 "laminas/laminas-coding-standard": "~2.4.0",
2800                 "phpspec/prophecy-phpunit": "^2.0.1",
2801                 "phpunit/phpunit": "^9.5.26",
2802                 "psalm/plugin-phpunit": "^0.18.0",
2803                 "vimeo/psalm": "^5.0.0"
2804             },
2805             "suggest": {
2806                 "laminas/laminas-cache": "To enable caching of translation strings"
2807             },
2808             "type": "library",
2809             "extra": {
2810                 "laminas": {
2811                     "component": "Laminas\\Mvc\\I18n",
2812                     "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
2813                 }
2814             },
2815             "autoload": {
2816                 "psr-4": {
2817                     "Laminas\\Mvc\\I18n\\": "src/"
2818                 }
2819             },
2820             "notification-url": "https://packagist.org/downloads/",
2821             "license": [
2822                 "BSD-3-Clause"
2823             ],
2824             "description": "Integration between laminas-mvc and laminas-i18n",
2825             "homepage": "https://laminas.dev",
2826             "keywords": [
2827                 "i18n",
2828                 "laminas",
2829                 "mvc"
2830             ],
2831             "support": {
2832                 "chat": "https://laminas.dev/chat",
2833                 "docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
2834                 "forum": "https://discourse.laminas.dev",
2835                 "issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
2836                 "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
2837                 "source": "https://github.com/laminas/laminas-mvc-i18n"
2838             },
2839             "funding": [
2840                 {
2841                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2842                     "type": "community_bridge"
2843                 }
2844             ],
2845             "time": "2022-12-02T15:45:50+00:00"
2846         },
2847         {
2848             "name": "laminas/laminas-router",
2849             "version": "3.11.1",
2850             "source": {
2851                 "type": "git",
2852                 "url": "https://github.com/laminas/laminas-router.git",
2853                 "reference": "3512c28cb4ffd64a62bc9e8b685a50a6547b0a11"
2854             },
2855             "dist": {
2856                 "type": "zip",
2857                 "url": "https://api.github.com/repos/laminas/laminas-router/zipball/3512c28cb4ffd64a62bc9e8b685a50a6547b0a11",
2858                 "reference": "3512c28cb4ffd64a62bc9e8b685a50a6547b0a11",
2859                 "shasum": ""
2860             },
2861             "require": {
2862                 "laminas/laminas-http": "^2.15",
2863                 "laminas/laminas-servicemanager": "^3.14.0",
2864                 "laminas/laminas-stdlib": "^3.10.1",
2865                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2866             },
2867             "conflict": {
2868                 "zendframework/zend-router": "*"
2869             },
2870             "require-dev": {
2871                 "laminas/laminas-coding-standard": "~2.4.0",
2872                 "laminas/laminas-i18n": "^2.19.0",
2873                 "phpunit/phpunit": "^9.5.26",
2874                 "psalm/plugin-phpunit": "^0.18.0",
2875                 "vimeo/psalm": "^5.0.0"
2876             },
2877             "suggest": {
2878                 "laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments"
2879             },
2880             "type": "library",
2881             "extra": {
2882                 "laminas": {
2883                     "component": "Laminas\\Router",
2884                     "config-provider": "Laminas\\Router\\ConfigProvider"
2885                 }
2886             },
2887             "autoload": {
2888                 "psr-4": {
2889                     "Laminas\\Router\\": "src/"
2890                 }
2891             },
2892             "notification-url": "https://packagist.org/downloads/",
2893             "license": [
2894                 "BSD-3-Clause"
2895             ],
2896             "description": "Flexible routing system for HTTP and console applications",
2897             "homepage": "https://laminas.dev",
2898             "keywords": [
2899                 "laminas",
2900                 "routing"
2901             ],
2902             "support": {
2903                 "chat": "https://laminas.dev/chat",
2904                 "docs": "https://docs.laminas.dev/laminas-router/",
2905                 "forum": "https://discourse.laminas.dev",
2906                 "issues": "https://github.com/laminas/laminas-router/issues",
2907                 "rss": "https://github.com/laminas/laminas-router/releases.atom",
2908                 "source": "https://github.com/laminas/laminas-router"
2909             },
2910             "funding": [
2911                 {
2912                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2913                     "type": "community_bridge"
2914                 }
2915             ],
2916             "time": "2022-12-29T14:47:23+00:00"
2917         },
2918         {
2919             "name": "laminas/laminas-server",
2920             "version": "2.15.0",
2921             "source": {
2922                 "type": "git",
2923                 "url": "https://github.com/laminas/laminas-server.git",
2924                 "reference": "7f4862913ab95ea5decd08e6c3717edbb398fde8"
2925             },
2926             "dist": {
2927                 "type": "zip",
2928                 "url": "https://api.github.com/repos/laminas/laminas-server/zipball/7f4862913ab95ea5decd08e6c3717edbb398fde8",
2929                 "reference": "7f4862913ab95ea5decd08e6c3717edbb398fde8",
2930                 "shasum": ""
2931             },
2932             "require": {
2933                 "laminas/laminas-code": "^4.7.1",
2934                 "laminas/laminas-stdlib": "^3.3.1",
2935                 "laminas/laminas-zendframework-bridge": "^1.2.0",
2936                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2937             },
2938             "replace": {
2939                 "zendframework/zend-server": "^2.8.1"
2940             },
2941             "require-dev": {
2942                 "laminas/laminas-coding-standard": "~2.4.0",
2943                 "phpunit/phpunit": "^9.5.5",
2944                 "psalm/plugin-phpunit": "^0.15.1",
2945                 "vimeo/psalm": "^4.6.4"
2946             },
2947             "type": "library",
2948             "autoload": {
2949                 "psr-4": {
2950                     "Laminas\\Server\\": "src/"
2951                 }
2952             },
2953             "notification-url": "https://packagist.org/downloads/",
2954             "license": [
2955                 "BSD-3-Clause"
2956             ],
2957             "description": "Create Reflection-based RPC servers",
2958             "homepage": "https://laminas.dev",
2959             "keywords": [
2960                 "laminas",
2961                 "server"
2962             ],
2963             "support": {
2964                 "chat": "https://laminas.dev/chat",
2965                 "docs": "https://docs.laminas.dev/laminas-server/",
2966                 "forum": "https://discourse.laminas.dev",
2967                 "issues": "https://github.com/laminas/laminas-server/issues",
2968                 "rss": "https://github.com/laminas/laminas-server/releases.atom",
2969                 "source": "https://github.com/laminas/laminas-server"
2970             },
2971             "funding": [
2972                 {
2973                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2974                     "type": "community_bridge"
2975                 }
2976             ],
2977             "time": "2022-12-27T17:14:59+00:00"
2978         },
2979         {
2980             "name": "laminas/laminas-servicemanager",
2981             "version": "3.20.0",
2982             "source": {
2983                 "type": "git",
2984                 "url": "https://github.com/laminas/laminas-servicemanager.git",
2985                 "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59"
2986             },
2987             "dist": {
2988                 "type": "zip",
2989                 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/bc2c2cbe2dd90db8b9d16b0618f542692b76ab59",
2990                 "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59",
2991                 "shasum": ""
2992             },
2993             "require": {
2994                 "laminas/laminas-stdlib": "^3.2.1",
2995                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2996                 "psr/container": "^1.0"
2997             },
2998             "conflict": {
2999                 "ext-psr": "*",
3000                 "laminas/laminas-code": "<3.3.1",
3001                 "zendframework/zend-code": "<3.3.1",
3002                 "zendframework/zend-servicemanager": "*"
3003             },
3004             "provide": {
3005                 "psr/container-implementation": "^1.0"
3006             },
3007             "replace": {
3008                 "container-interop/container-interop": "^1.2.0"
3009             },
3010             "require-dev": {
3011                 "composer/package-versions-deprecated": "^1.11.99.5",
3012                 "laminas/laminas-coding-standard": "~2.4.0",
3013                 "laminas/laminas-container-config-test": "^0.8",
3014                 "laminas/laminas-dependency-plugin": "^2.2",
3015                 "mikey179/vfsstream": "^1.6.11@alpha",
3016                 "ocramius/proxy-manager": "^2.14.1",
3017                 "phpbench/phpbench": "^1.2.7",
3018                 "phpunit/phpunit": "^9.5.26",
3019                 "psalm/plugin-phpunit": "^0.18.0",
3020                 "vimeo/psalm": "^5.0.0"
3021             },
3022             "suggest": {
3023                 "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
3024             },
3025             "bin": [
3026                 "bin/generate-deps-for-config-factory",
3027                 "bin/generate-factory-for-class"
3028             ],
3029             "type": "library",
3030             "autoload": {
3031                 "files": [
3032                     "src/autoload.php"
3033                 ],
3034                 "psr-4": {
3035                     "Laminas\\ServiceManager\\": "src/"
3036                 }
3037             },
3038             "notification-url": "https://packagist.org/downloads/",
3039             "license": [
3040                 "BSD-3-Clause"
3041             ],
3042             "description": "Factory-Driven Dependency Injection Container",
3043             "homepage": "https://laminas.dev",
3044             "keywords": [
3045                 "PSR-11",
3046                 "dependency-injection",
3047                 "di",
3048                 "dic",
3049                 "laminas",
3050                 "service-manager",
3051                 "servicemanager"
3052             ],
3053             "support": {
3054                 "chat": "https://laminas.dev/chat",
3055                 "docs": "https://docs.laminas.dev/laminas-servicemanager/",
3056                 "forum": "https://discourse.laminas.dev",
3057                 "issues": "https://github.com/laminas/laminas-servicemanager/issues",
3058                 "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
3059                 "source": "https://github.com/laminas/laminas-servicemanager"
3060             },
3061             "funding": [
3062                 {
3063                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3064                     "type": "community_bridge"
3065                 }
3066             ],
3067             "time": "2022-12-01T17:03:38+00:00"
3068         },
3069         {
3070             "name": "laminas/laminas-soap",
3071             "version": "2.12.0",
3072             "source": {
3073                 "type": "git",
3074                 "url": "https://github.com/laminas/laminas-soap.git",
3075                 "reference": "127de3d876b992a6327c274b15df6de26d7aa712"
3076             },
3077             "dist": {
3078                 "type": "zip",
3079                 "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/127de3d876b992a6327c274b15df6de26d7aa712",
3080                 "reference": "127de3d876b992a6327c274b15df6de26d7aa712",
3081                 "shasum": ""
3082             },
3083             "require": {
3084                 "ext-dom": "*",
3085                 "ext-soap": "*",
3086                 "laminas/laminas-server": "^2.15",
3087                 "laminas/laminas-stdlib": "^3.16",
3088                 "laminas/laminas-uri": "^2.10",
3089                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3090             },
3091             "conflict": {
3092                 "laminas/laminas-code": "<4.4",
3093                 "zendframework/zend-soap": "*"
3094             },
3095             "require-dev": {
3096                 "laminas/laminas-coding-standard": "^2.5",
3097                 "laminas/laminas-config": "^3.8",
3098                 "laminas/laminas-http": "^2.18",
3099                 "phpspec/prophecy-phpunit": "^2.0.1",
3100                 "phpunit/phpunit": "^9.5.27",
3101                 "psalm/plugin-phpunit": "^0.18.4",
3102                 "vimeo/psalm": "^4.30"
3103             },
3104             "suggest": {
3105                 "ext-curl": "Curl is required when .NET compatibility is required",
3106                 "laminas/laminas-http": "Laminas\\Http component"
3107             },
3108             "type": "library",
3109             "autoload": {
3110                 "psr-4": {
3111                     "Laminas\\Soap\\": "src/"
3112                 }
3113             },
3114             "notification-url": "https://packagist.org/downloads/",
3115             "license": [
3116                 "BSD-3-Clause"
3117             ],
3118             "homepage": "https://laminas.dev",
3119             "keywords": [
3120                 "laminas",
3121                 "soap"
3122             ],
3123             "support": {
3124                 "chat": "https://laminas.dev/chat",
3125                 "docs": "https://docs.laminas.dev/laminas-soap/",
3126                 "forum": "https://discourse.laminas.dev",
3127                 "issues": "https://github.com/laminas/laminas-soap/issues",
3128                 "rss": "https://github.com/laminas/laminas-soap/releases.atom",
3129                 "source": "https://github.com/laminas/laminas-soap"
3130             },
3131             "funding": [
3132                 {
3133                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3134                     "type": "community_bridge"
3135                 }
3136             ],
3137             "time": "2023-01-09T13:58:49+00:00"
3138         },
3139         {
3140             "name": "laminas/laminas-stdlib",
3141             "version": "3.16.1",
3142             "source": {
3143                 "type": "git",
3144                 "url": "https://github.com/laminas/laminas-stdlib.git",
3145                 "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17"
3146             },
3147             "dist": {
3148                 "type": "zip",
3149                 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/f4f773641807c7ccee59b758bfe4ac4ba33ecb17",
3150                 "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17",
3151                 "shasum": ""
3152             },
3153             "require": {
3154                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3155             },
3156             "conflict": {
3157                 "zendframework/zend-stdlib": "*"
3158             },
3159             "require-dev": {
3160                 "laminas/laminas-coding-standard": "^2.4.0",
3161                 "phpbench/phpbench": "^1.2.7",
3162                 "phpunit/phpunit": "^9.5.26",
3163                 "psalm/plugin-phpunit": "^0.18.0",
3164                 "vimeo/psalm": "^5.0.0"
3165             },
3166             "type": "library",
3167             "autoload": {
3168                 "psr-4": {
3169                     "Laminas\\Stdlib\\": "src/"
3170                 }
3171             },
3172             "notification-url": "https://packagist.org/downloads/",
3173             "license": [
3174                 "BSD-3-Clause"
3175             ],
3176             "description": "SPL extensions, array utilities, error handlers, and more",
3177             "homepage": "https://laminas.dev",
3178             "keywords": [
3179                 "laminas",
3180                 "stdlib"
3181             ],
3182             "support": {
3183                 "chat": "https://laminas.dev/chat",
3184                 "docs": "https://docs.laminas.dev/laminas-stdlib/",
3185                 "forum": "https://discourse.laminas.dev",
3186                 "issues": "https://github.com/laminas/laminas-stdlib/issues",
3187                 "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
3188                 "source": "https://github.com/laminas/laminas-stdlib"
3189             },
3190             "funding": [
3191                 {
3192                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3193                     "type": "community_bridge"
3194                 }
3195             ],
3196             "time": "2022-12-03T18:48:01+00:00"
3197         },
3198         {
3199             "name": "laminas/laminas-uri",
3200             "version": "2.10.0",
3201             "source": {
3202                 "type": "git",
3203                 "url": "https://github.com/laminas/laminas-uri.git",
3204                 "reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80"
3205             },
3206             "dist": {
3207                 "type": "zip",
3208                 "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/663b050294945c7345cc3a61f3ca661d5f9e1f80",
3209                 "reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80",
3210                 "shasum": ""
3211             },
3212             "require": {
3213                 "laminas/laminas-escaper": "^2.9",
3214                 "laminas/laminas-validator": "^2.15",
3215                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3216             },
3217             "conflict": {
3218                 "zendframework/zend-uri": "*"
3219             },
3220             "require-dev": {
3221                 "laminas/laminas-coding-standard": "~2.4.0",
3222                 "phpunit/phpunit": "^9.5.25"
3223             },
3224             "type": "library",
3225             "autoload": {
3226                 "psr-4": {
3227                     "Laminas\\Uri\\": "src/"
3228                 }
3229             },
3230             "notification-url": "https://packagist.org/downloads/",
3231             "license": [
3232                 "BSD-3-Clause"
3233             ],
3234             "description": "A component that aids in manipulating and validating Â» Uniform Resource Identifiers (URIs)",
3235             "homepage": "https://laminas.dev",
3236             "keywords": [
3237                 "laminas",
3238                 "uri"
3239             ],
3240             "support": {
3241                 "chat": "https://laminas.dev/chat",
3242                 "docs": "https://docs.laminas.dev/laminas-uri/",
3243                 "forum": "https://discourse.laminas.dev",
3244                 "issues": "https://github.com/laminas/laminas-uri/issues",
3245                 "rss": "https://github.com/laminas/laminas-uri/releases.atom",
3246                 "source": "https://github.com/laminas/laminas-uri"
3247             },
3248             "funding": [
3249                 {
3250                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3251                     "type": "community_bridge"
3252                 }
3253             ],
3254             "time": "2022-10-16T15:02:45+00:00"
3255         },
3256         {
3257             "name": "laminas/laminas-validator",
3258             "version": "2.30.1",
3259             "source": {
3260                 "type": "git",
3261                 "url": "https://github.com/laminas/laminas-validator.git",
3262                 "reference": "b7d217b5e4951955fda9a3a5ada91b717b5c8d5c"
3263             },
3264             "dist": {
3265                 "type": "zip",
3266                 "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/b7d217b5e4951955fda9a3a5ada91b717b5c8d5c",
3267                 "reference": "b7d217b5e4951955fda9a3a5ada91b717b5c8d5c",
3268                 "shasum": ""
3269             },
3270             "require": {
3271                 "laminas/laminas-servicemanager": "^3.12.0",
3272                 "laminas/laminas-stdlib": "^3.13",
3273                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3274                 "psr/http-message": "^1.0.1"
3275             },
3276             "conflict": {
3277                 "zendframework/zend-validator": "*"
3278             },
3279             "require-dev": {
3280                 "laminas/laminas-coding-standard": "^2.4.0",
3281                 "laminas/laminas-db": "^2.16",
3282                 "laminas/laminas-filter": "^2.28.1",
3283                 "laminas/laminas-http": "^2.18",
3284                 "laminas/laminas-i18n": "^2.19",
3285                 "laminas/laminas-session": "^2.15",
3286                 "laminas/laminas-uri": "^2.10.0",
3287                 "phpunit/phpunit": "^9.5.26",
3288                 "psalm/plugin-phpunit": "^0.18.3",
3289                 "psr/http-client": "^1.0.1",
3290                 "psr/http-factory": "^1.0.1",
3291                 "vimeo/psalm": "^5.0"
3292             },
3293             "suggest": {
3294                 "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
3295                 "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
3296                 "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
3297                 "laminas/laminas-i18n-resources": "Translations of validator messages",
3298                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
3299                 "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
3300                 "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
3301                 "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
3302             },
3303             "type": "library",
3304             "extra": {
3305                 "laminas": {
3306                     "component": "Laminas\\Validator",
3307                     "config-provider": "Laminas\\Validator\\ConfigProvider"
3308                 }
3309             },
3310             "autoload": {
3311                 "psr-4": {
3312                     "Laminas\\Validator\\": "src/"
3313                 }
3314             },
3315             "notification-url": "https://packagist.org/downloads/",
3316             "license": [
3317                 "BSD-3-Clause"
3318             ],
3319             "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
3320             "homepage": "https://laminas.dev",
3321             "keywords": [
3322                 "laminas",
3323                 "validator"
3324             ],
3325             "support": {
3326                 "chat": "https://laminas.dev/chat",
3327                 "docs": "https://docs.laminas.dev/laminas-validator/",
3328                 "forum": "https://discourse.laminas.dev",
3329                 "issues": "https://github.com/laminas/laminas-validator/issues",
3330                 "rss": "https://github.com/laminas/laminas-validator/releases.atom",
3331                 "source": "https://github.com/laminas/laminas-validator"
3332             },
3333             "funding": [
3334                 {
3335                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3336                     "type": "community_bridge"
3337                 }
3338             ],
3339             "time": "2023-01-30T22:41:19+00:00"
3340         },
3341         {
3342             "name": "laminas/laminas-view",
3343             "version": "2.27.0",
3344             "source": {
3345                 "type": "git",
3346                 "url": "https://github.com/laminas/laminas-view.git",
3347                 "reference": "b7e66e148ccd55c815b9626ee0cfd358dbb28be4"
3348             },
3349             "dist": {
3350                 "type": "zip",
3351                 "url": "https://api.github.com/repos/laminas/laminas-view/zipball/b7e66e148ccd55c815b9626ee0cfd358dbb28be4",
3352                 "reference": "b7e66e148ccd55c815b9626ee0cfd358dbb28be4",
3353                 "shasum": ""
3354             },
3355             "require": {
3356                 "ext-dom": "*",
3357                 "ext-filter": "*",
3358                 "ext-json": "*",
3359                 "laminas/laminas-escaper": "^2.5",
3360                 "laminas/laminas-eventmanager": "^3.4",
3361                 "laminas/laminas-json": "^3.3",
3362                 "laminas/laminas-servicemanager": "^3.14.0",
3363                 "laminas/laminas-stdlib": "^3.10.1",
3364                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3365                 "psr/container": "^1 || ^2"
3366             },
3367             "conflict": {
3368                 "container-interop/container-interop": "<1.2",
3369                 "laminas/laminas-router": "<3.0.1",
3370                 "laminas/laminas-session": "<2.12",
3371                 "zendframework/zend-view": "*"
3372             },
3373             "require-dev": {
3374                 "laminas/laminas-authentication": "^2.13",
3375                 "laminas/laminas-coding-standard": "~2.5.0",
3376                 "laminas/laminas-feed": "^2.20",
3377                 "laminas/laminas-filter": "^2.31",
3378                 "laminas/laminas-http": "^2.18",
3379                 "laminas/laminas-i18n": "^2.21",
3380                 "laminas/laminas-modulemanager": "^2.14",
3381                 "laminas/laminas-mvc": "^3.6",
3382                 "laminas/laminas-mvc-i18n": "^1.7",
3383                 "laminas/laminas-mvc-plugin-flashmessenger": "^1.9",
3384                 "laminas/laminas-navigation": "^2.18.1",
3385                 "laminas/laminas-paginator": "^2.17",
3386                 "laminas/laminas-permissions-acl": "^2.13",
3387                 "laminas/laminas-router": "^3.11.1",
3388                 "laminas/laminas-uri": "^2.10",
3389                 "phpunit/phpunit": "^9.5.28",
3390                 "psalm/plugin-phpunit": "^0.18.4",
3391                 "vimeo/psalm": "^5.4"
3392             },
3393             "suggest": {
3394                 "laminas/laminas-authentication": "Laminas\\Authentication component",
3395                 "laminas/laminas-feed": "Laminas\\Feed component",
3396                 "laminas/laminas-filter": "Laminas\\Filter component",
3397                 "laminas/laminas-http": "Laminas\\Http component",
3398                 "laminas/laminas-i18n": "Laminas\\I18n component",
3399                 "laminas/laminas-mvc": "Laminas\\Mvc component",
3400                 "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",
3401                 "laminas/laminas-navigation": "Laminas\\Navigation component",
3402                 "laminas/laminas-paginator": "Laminas\\Paginator component",
3403                 "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
3404                 "laminas/laminas-uri": "Laminas\\Uri component"
3405             },
3406             "bin": [
3407                 "bin/templatemap_generator.php"
3408             ],
3409             "type": "library",
3410             "autoload": {
3411                 "psr-4": {
3412                     "Laminas\\View\\": "src/"
3413                 }
3414             },
3415             "notification-url": "https://packagist.org/downloads/",
3416             "license": [
3417                 "BSD-3-Clause"
3418             ],
3419             "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
3420             "homepage": "https://laminas.dev",
3421             "keywords": [
3422                 "laminas",
3423                 "view"
3424             ],
3425             "support": {
3426                 "chat": "https://laminas.dev/chat",
3427                 "docs": "https://docs.laminas.dev/laminas-view/",
3428                 "forum": "https://discourse.laminas.dev",
3429                 "issues": "https://github.com/laminas/laminas-view/issues",
3430                 "rss": "https://github.com/laminas/laminas-view/releases.atom",
3431                 "source": "https://github.com/laminas/laminas-view"
3432             },
3433             "funding": [
3434                 {
3435                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3436                     "type": "community_bridge"
3437                 }
3438             ],
3439             "time": "2023-02-09T16:07:15+00:00"
3440         },
3441         {
3442             "name": "laminas/laminas-xml",
3443             "version": "1.5.0",
3444             "source": {
3445                 "type": "git",
3446                 "url": "https://github.com/laminas/laminas-xml.git",
3447                 "reference": "30a4da5a003971de8f54e6810e742fe375e5d5d3"
3448             },
3449             "dist": {
3450                 "type": "zip",
3451                 "url": "https://api.github.com/repos/laminas/laminas-xml/zipball/30a4da5a003971de8f54e6810e742fe375e5d5d3",
3452                 "reference": "30a4da5a003971de8f54e6810e742fe375e5d5d3",
3453                 "shasum": ""
3454             },
3455             "require": {
3456                 "ext-dom": "*",
3457                 "ext-simplexml": "*",
3458                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3459             },
3460             "conflict": {
3461                 "zendframework/zendxml": "*"
3462             },
3463             "require-dev": {
3464                 "ext-iconv": "*",
3465                 "laminas/laminas-coding-standard": "~1.0.0",
3466                 "phpunit/phpunit": "^9.5.8",
3467                 "squizlabs/php_codesniffer": "3.6.1 as 2.9999999.9999999"
3468             },
3469             "type": "library",
3470             "autoload": {
3471                 "psr-4": {
3472                     "Laminas\\Xml\\": "src/"
3473                 }
3474             },
3475             "notification-url": "https://packagist.org/downloads/",
3476             "license": [
3477                 "BSD-3-Clause"
3478             ],
3479             "description": "Utility library for XML usage, best practices, and security in PHP",
3480             "homepage": "https://laminas.dev",
3481             "keywords": [
3482                 "laminas",
3483                 "security",
3484                 "xml"
3485             ],
3486             "support": {
3487                 "chat": "https://laminas.dev/chat",
3488                 "forum": "https://discourse.laminas.dev",
3489                 "issues": "https://github.com/laminas/laminas-xml/issues",
3490                 "rss": "https://github.com/laminas/laminas-xml/releases.atom",
3491                 "source": "https://github.com/laminas/laminas-xml"
3492             },
3493             "funding": [
3494                 {
3495                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3496                     "type": "community_bridge"
3497                 }
3498             ],
3499             "time": "2022-11-16T00:17:18+00:00"
3500         },
3501         {
3502             "name": "laminas/laminas-xmlrpc",
3503             "version": "2.15.0",
3504             "source": {
3505                 "type": "git",
3506                 "url": "https://github.com/laminas/laminas-xmlrpc.git",
3507                 "reference": "101362ec6a542f5c4d034d7541a89ee7bde5fd51"
3508             },
3509             "dist": {
3510                 "type": "zip",
3511                 "url": "https://api.github.com/repos/laminas/laminas-xmlrpc/zipball/101362ec6a542f5c4d034d7541a89ee7bde5fd51",
3512                 "reference": "101362ec6a542f5c4d034d7541a89ee7bde5fd51",
3513                 "shasum": ""
3514             },
3515             "require": {
3516                 "laminas/laminas-code": "^4.4",
3517                 "laminas/laminas-http": "^2.15",
3518                 "laminas/laminas-math": "^3.4.0",
3519                 "laminas/laminas-server": "^2.11",
3520                 "laminas/laminas-stdlib": "^3.10.1",
3521                 "laminas/laminas-xml": "^1.4.0",
3522                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3523             },
3524             "conflict": {
3525                 "zendframework/zend-xmlrpc": "*"
3526             },
3527             "require-dev": {
3528                 "laminas/laminas-coding-standard": "~2.4.0",
3529                 "phpunit/phpunit": "^9.5.26",
3530                 "psalm/plugin-phpunit": "^0.18.0",
3531                 "vimeo/psalm": "^4.29.0"
3532             },
3533             "suggest": {
3534                 "laminas/laminas-cache": "To support Laminas\\XmlRpc\\Server\\Cache usage"
3535             },
3536             "type": "library",
3537             "autoload": {
3538                 "psr-4": {
3539                     "Laminas\\XmlRpc\\": "src/"
3540                 }
3541             },
3542             "notification-url": "https://packagist.org/downloads/",
3543             "license": [
3544                 "BSD-3-Clause"
3545             ],
3546             "description": "Fully-featured XML-RPC server and client implementations",
3547             "homepage": "https://laminas.dev",
3548             "keywords": [
3549                 "laminas",
3550                 "xmlrpc"
3551             ],
3552             "support": {
3553                 "chat": "https://laminas.dev/chat",
3554                 "docs": "https://docs.laminas.dev/laminas-xmlrpc/",
3555                 "forum": "https://discourse.laminas.dev",
3556                 "issues": "https://github.com/laminas/laminas-xmlrpc/issues",
3557                 "rss": "https://github.com/laminas/laminas-xmlrpc/releases.atom",
3558                 "source": "https://github.com/laminas/laminas-xmlrpc"
3559             },
3560             "funding": [
3561                 {
3562                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3563                     "type": "community_bridge"
3564                 }
3565             ],
3566             "time": "2022-11-16T00:27:53+00:00"
3567         },
3568         {
3569             "name": "laminas/laminas-zendframework-bridge",
3570             "version": "1.7.0",
3571             "source": {
3572                 "type": "git",
3573                 "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
3574                 "reference": "5ef52e26392777a26dbb8f20fe24f91b406459f6"
3575             },
3576             "dist": {
3577                 "type": "zip",
3578                 "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/5ef52e26392777a26dbb8f20fe24f91b406459f6",
3579                 "reference": "5ef52e26392777a26dbb8f20fe24f91b406459f6",
3580                 "shasum": ""
3581             },
3582             "require": {
3583                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3584             },
3585             "require-dev": {
3586                 "phpunit/phpunit": "^9.5.26",
3587                 "psalm/plugin-phpunit": "^0.18.0",
3588                 "squizlabs/php_codesniffer": "^3.7.1",
3589                 "vimeo/psalm": "^4.29.0"
3590             },
3591             "type": "library",
3592             "extra": {
3593                 "laminas": {
3594                     "module": "Laminas\\ZendFrameworkBridge"
3595                 }
3596             },
3597             "autoload": {
3598                 "files": [
3599                     "src/autoload.php"
3600                 ],
3601                 "psr-4": {
3602                     "Laminas\\ZendFrameworkBridge\\": "src//"
3603                 }
3604             },
3605             "notification-url": "https://packagist.org/downloads/",
3606             "license": [
3607                 "BSD-3-Clause"
3608             ],
3609             "description": "Alias legacy ZF class names to Laminas Project equivalents.",
3610             "keywords": [
3611                 "ZendFramework",
3612                 "autoloading",
3613                 "laminas",
3614                 "zf"
3615             ],
3616             "support": {
3617                 "forum": "https://discourse.laminas.dev/",
3618                 "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
3619                 "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
3620                 "source": "https://github.com/laminas/laminas-zendframework-bridge"
3621             },
3622             "funding": [
3623                 {
3624                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3625                     "type": "community_bridge"
3626                 }
3627             ],
3628             "time": "2022-12-12T11:44:10+00:00"
3629         },
3630         {
3631             "name": "lcobucci/clock",
3632             "version": "2.2.0",
3633             "source": {
3634                 "type": "git",
3635                 "url": "https://github.com/lcobucci/clock.git",
3636                 "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3"
3637             },
3638             "dist": {
3639                 "type": "zip",
3640                 "url": "https://api.github.com/repos/lcobucci/clock/zipball/fb533e093fd61321bfcbac08b131ce805fe183d3",
3641                 "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3",
3642                 "shasum": ""
3643             },
3644             "require": {
3645                 "php": "^8.0",
3646                 "stella-maris/clock": "^0.1.4"
3647             },
3648             "require-dev": {
3649                 "infection/infection": "^0.26",
3650                 "lcobucci/coding-standard": "^8.0",
3651                 "phpstan/extension-installer": "^1.1",
3652                 "phpstan/phpstan": "^0.12",
3653                 "phpstan/phpstan-deprecation-rules": "^0.12",
3654                 "phpstan/phpstan-phpunit": "^0.12",
3655                 "phpstan/phpstan-strict-rules": "^0.12",
3656                 "phpunit/phpunit": "^9.5"
3657             },
3658             "type": "library",
3659             "autoload": {
3660                 "psr-4": {
3661                     "Lcobucci\\Clock\\": "src"
3662                 }
3663             },
3664             "notification-url": "https://packagist.org/downloads/",
3665             "license": [
3666                 "MIT"
3667             ],
3668             "authors": [
3669                 {
3670                     "name": "Luís Cobucci",
3671                     "email": "lcobucci@gmail.com"
3672                 }
3673             ],
3674             "description": "Yet another clock abstraction",
3675             "support": {
3676                 "issues": "https://github.com/lcobucci/clock/issues",
3677                 "source": "https://github.com/lcobucci/clock/tree/2.2.0"
3678             },
3679             "funding": [
3680                 {
3681                     "url": "https://github.com/lcobucci",
3682                     "type": "github"
3683                 },
3684                 {
3685                     "url": "https://www.patreon.com/lcobucci",
3686                     "type": "patreon"
3687                 }
3688             ],
3689             "time": "2022-04-19T19:34:17+00:00"
3690         },
3691         {
3692             "name": "lcobucci/jwt",
3693             "version": "4.2.1",
3694             "source": {
3695                 "type": "git",
3696                 "url": "https://github.com/lcobucci/jwt.git",
3697                 "reference": "72ac6d807ee51a70ad376ee03a2387e8646e10f3"
3698             },
3699             "dist": {
3700                 "type": "zip",
3701                 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/72ac6d807ee51a70ad376ee03a2387e8646e10f3",
3702                 "reference": "72ac6d807ee51a70ad376ee03a2387e8646e10f3",
3703                 "shasum": ""
3704             },
3705             "require": {
3706                 "ext-hash": "*",
3707                 "ext-json": "*",
3708                 "ext-mbstring": "*",
3709                 "ext-openssl": "*",
3710                 "ext-sodium": "*",
3711                 "lcobucci/clock": "^2.0",
3712                 "php": "^7.4 || ^8.0"
3713             },
3714             "require-dev": {
3715                 "infection/infection": "^0.21",
3716                 "lcobucci/coding-standard": "^6.0",
3717                 "mikey179/vfsstream": "^1.6.7",
3718                 "phpbench/phpbench": "^1.2",
3719                 "phpstan/extension-installer": "^1.0",
3720                 "phpstan/phpstan": "^1.4",
3721                 "phpstan/phpstan-deprecation-rules": "^1.0",
3722                 "phpstan/phpstan-phpunit": "^1.0",
3723                 "phpstan/phpstan-strict-rules": "^1.0",
3724                 "phpunit/php-invoker": "^3.1",
3725                 "phpunit/phpunit": "^9.5"
3726             },
3727             "type": "library",
3728             "autoload": {
3729                 "psr-4": {
3730                     "Lcobucci\\JWT\\": "src"
3731                 }
3732             },
3733             "notification-url": "https://packagist.org/downloads/",
3734             "license": [
3735                 "BSD-3-Clause"
3736             ],
3737             "authors": [
3738                 {
3739                     "name": "Luís Cobucci",
3740                     "email": "lcobucci@gmail.com",
3741                     "role": "Developer"
3742                 }
3743             ],
3744             "description": "A simple library to work with JSON Web Token and JSON Web Signature",
3745             "keywords": [
3746                 "JWS",
3747                 "jwt"
3748             ],
3749             "support": {
3750                 "issues": "https://github.com/lcobucci/jwt/issues",
3751                 "source": "https://github.com/lcobucci/jwt/tree/4.2.1"
3752             },
3753             "funding": [
3754                 {
3755                     "url": "https://github.com/lcobucci",
3756                     "type": "github"
3757                 },
3758                 {
3759                     "url": "https://www.patreon.com/lcobucci",
3760                     "type": "patreon"
3761                 }
3762             ],
3763             "time": "2022-08-19T23:14:07+00:00"
3764         },
3765         {
3766             "name": "league/event",
3767             "version": "2.2.0",
3768             "source": {
3769                 "type": "git",
3770                 "url": "https://github.com/thephpleague/event.git",
3771                 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
3772             },
3773             "dist": {
3774                 "type": "zip",
3775                 "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3776                 "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
3777                 "shasum": ""
3778             },
3779             "require": {
3780                 "php": ">=5.4.0"
3781             },
3782             "require-dev": {
3783                 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
3784                 "phpspec/phpspec": "^2.2"
3785             },
3786             "type": "library",
3787             "extra": {
3788                 "branch-alias": {
3789                     "dev-master": "2.2-dev"
3790                 }
3791             },
3792             "autoload": {
3793                 "psr-4": {
3794                     "League\\Event\\": "src/"
3795                 }
3796             },
3797             "notification-url": "https://packagist.org/downloads/",
3798             "license": [
3799                 "MIT"
3800             ],
3801             "authors": [
3802                 {
3803                     "name": "Frank de Jonge",
3804                     "email": "info@frenky.net"
3805                 }
3806             ],
3807             "description": "Event package",
3808             "keywords": [
3809                 "emitter",
3810                 "event",
3811                 "listener"
3812             ],
3813             "support": {
3814                 "issues": "https://github.com/thephpleague/event/issues",
3815                 "source": "https://github.com/thephpleague/event/tree/master"
3816             },
3817             "time": "2018-11-26T11:52:41+00:00"
3818         },
3819         {
3820             "name": "league/oauth2-server",
3821             "version": "8.4.1",
3822             "source": {
3823                 "type": "git",
3824                 "url": "https://github.com/thephpleague/oauth2-server.git",
3825                 "reference": "eed31d86d8cc8e6e9c9f58fbb2113494f8b41e24"
3826             },
3827             "dist": {
3828                 "type": "zip",
3829                 "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/eed31d86d8cc8e6e9c9f58fbb2113494f8b41e24",
3830                 "reference": "eed31d86d8cc8e6e9c9f58fbb2113494f8b41e24",
3831                 "shasum": ""
3832             },
3833             "require": {
3834                 "defuse/php-encryption": "^2.2.1",
3835                 "ext-json": "*",
3836                 "ext-openssl": "*",
3837                 "lcobucci/jwt": "^3.4.6 || ^4.0.4",
3838                 "league/event": "^2.2",
3839                 "league/uri": "^6.4",
3840                 "php": "^7.2 || ^8.0",
3841                 "psr/http-message": "^1.0.1"
3842             },
3843             "replace": {
3844                 "league/oauth2server": "*",
3845                 "lncd/oauth2": "*"
3846             },
3847             "require-dev": {
3848                 "laminas/laminas-diactoros": "^2.4.1",
3849                 "phpstan/phpstan": "^0.12.57",
3850                 "phpstan/phpstan-phpunit": "^0.12.16",
3851                 "phpunit/phpunit": "^8.5.13",
3852                 "roave/security-advisories": "dev-master"
3853             },
3854             "type": "library",
3855             "autoload": {
3856                 "psr-4": {
3857                     "League\\OAuth2\\Server\\": "src/"
3858                 }
3859             },
3860             "notification-url": "https://packagist.org/downloads/",
3861             "license": [
3862                 "MIT"
3863             ],
3864             "authors": [
3865                 {
3866                     "name": "Alex Bilbie",
3867                     "email": "hello@alexbilbie.com",
3868                     "homepage": "http://www.alexbilbie.com",
3869                     "role": "Developer"
3870                 },
3871                 {
3872                     "name": "Andy Millington",
3873                     "email": "andrew@noexceptions.io",
3874                     "homepage": "https://www.noexceptions.io",
3875                     "role": "Developer"
3876                 }
3877             ],
3878             "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.",
3879             "homepage": "https://oauth2.thephpleague.com/",
3880             "keywords": [
3881                 "Authentication",
3882                 "api",
3883                 "auth",
3884                 "authorisation",
3885                 "authorization",
3886                 "oauth",
3887                 "oauth 2",
3888                 "oauth 2.0",
3889                 "oauth2",
3890                 "protect",
3891                 "resource",
3892                 "secure",
3893                 "server"
3894             ],
3895             "support": {
3896                 "issues": "https://github.com/thephpleague/oauth2-server/issues",
3897                 "source": "https://github.com/thephpleague/oauth2-server/tree/8.4.1"
3898             },
3899             "funding": [
3900                 {
3901                     "url": "https://github.com/sephster",
3902                     "type": "github"
3903                 }
3904             ],
3905             "time": "2023-03-22T11:47:53+00:00"
3906         },
3907         {
3908             "name": "league/omnipay",
3909             "version": "v3.2.1",
3910             "source": {
3911                 "type": "git",
3912                 "url": "https://github.com/thephpleague/omnipay.git",
3913                 "reference": "38f66a0cc043ed51d6edf7956d6439a2f263501f"
3914             },
3915             "dist": {
3916                 "type": "zip",
3917                 "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/38f66a0cc043ed51d6edf7956d6439a2f263501f",
3918                 "reference": "38f66a0cc043ed51d6edf7956d6439a2f263501f",
3919                 "shasum": ""
3920             },
3921             "require": {
3922                 "omnipay/common": "^3.1",
3923                 "php": "^7.2|^8.0",
3924                 "php-http/discovery": "^1.14",
3925                 "php-http/guzzle7-adapter": "^1"
3926             },
3927             "require-dev": {
3928                 "omnipay/tests": "^3|^4"
3929             },
3930             "type": "metapackage",
3931             "extra": {
3932                 "branch-alias": {
3933                     "dev-master": "3.2.x-dev"
3934                 }
3935             },
3936             "notification-url": "https://packagist.org/downloads/",
3937             "license": [
3938                 "MIT"
3939             ],
3940             "authors": [
3941                 {
3942                     "name": "Adrian Macneil",
3943                     "email": "adrian@adrianmacneil.com"
3944                 },
3945                 {
3946                     "name": "Barry vd. Heuvel",
3947                     "email": "barryvdh@gmail.com"
3948                 }
3949             ],
3950             "description": "Omnipay payment processing library",
3951             "homepage": "https://omnipay.thephpleague.com/",
3952             "keywords": [
3953                 "checkout",
3954                 "creditcard",
3955                 "omnipay",
3956                 "payment"
3957             ],
3958             "support": {
3959                 "issues": "https://github.com/thephpleague/omnipay/issues",
3960                 "source": "https://github.com/thephpleague/omnipay/tree/v3.2.1"
3961             },
3962             "funding": [
3963                 {
3964                     "url": "https://github.com/barryvdh",
3965                     "type": "github"
3966                 }
3967             ],
3968             "time": "2021-06-05T11:34:12+00:00"
3969         },
3970         {
3971             "name": "league/uri",
3972             "version": "6.7.2",
3973             "source": {
3974                 "type": "git",
3975                 "url": "https://github.com/thephpleague/uri.git",
3976                 "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06"
3977             },
3978             "dist": {
3979                 "type": "zip",
3980                 "url": "https://api.github.com/repos/thephpleague/uri/zipball/d3b50812dd51f3fbf176344cc2981db03d10fe06",
3981                 "reference": "d3b50812dd51f3fbf176344cc2981db03d10fe06",
3982                 "shasum": ""
3983             },
3984             "require": {
3985                 "ext-json": "*",
3986                 "league/uri-interfaces": "^2.3",
3987                 "php": "^7.4 || ^8.0",
3988                 "psr/http-message": "^1.0"
3989             },
3990             "conflict": {
3991                 "league/uri-schemes": "^1.0"
3992             },
3993             "require-dev": {
3994                 "friendsofphp/php-cs-fixer": "^v3.3.2",
3995                 "nyholm/psr7": "^1.5",
3996                 "php-http/psr7-integration-tests": "^1.1",
3997                 "phpstan/phpstan": "^1.2.0",
3998                 "phpstan/phpstan-deprecation-rules": "^1.0",
3999                 "phpstan/phpstan-phpunit": "^1.0.0",
4000                 "phpstan/phpstan-strict-rules": "^1.1.0",
4001                 "phpunit/phpunit": "^9.5.10",
4002                 "psr/http-factory": "^1.0"
4003             },
4004             "suggest": {
4005                 "ext-fileinfo": "Needed to create Data URI from a filepath",
4006                 "ext-intl": "Needed to improve host validation",
4007                 "league/uri-components": "Needed to easily manipulate URI objects",
4008                 "psr/http-factory": "Needed to use the URI factory"
4009             },
4010             "type": "library",
4011             "extra": {
4012                 "branch-alias": {
4013                     "dev-master": "6.x-dev"
4014                 }
4015             },
4016             "autoload": {
4017                 "psr-4": {
4018                     "League\\Uri\\": "src"
4019                 }
4020             },
4021             "notification-url": "https://packagist.org/downloads/",
4022             "license": [
4023                 "MIT"
4024             ],
4025             "authors": [
4026                 {
4027                     "name": "Ignace Nyamagana Butera",
4028                     "email": "nyamsprod@gmail.com",
4029                     "homepage": "https://nyamsprod.com"
4030                 }
4031             ],
4032             "description": "URI manipulation library",
4033             "homepage": "https://uri.thephpleague.com",
4034             "keywords": [
4035                 "data-uri",
4036                 "file-uri",
4037                 "ftp",
4038                 "hostname",
4039                 "http",
4040                 "https",
4041                 "middleware",
4042                 "parse_str",
4043                 "parse_url",
4044                 "psr-7",
4045                 "query-string",
4046                 "querystring",
4047                 "rfc3986",
4048                 "rfc3987",
4049                 "rfc6570",
4050                 "uri",
4051                 "uri-template",
4052                 "url",
4053                 "ws"
4054             ],
4055             "support": {
4056                 "docs": "https://uri.thephpleague.com",
4057                 "forum": "https://thephpleague.slack.com",
4058                 "issues": "https://github.com/thephpleague/uri/issues",
4059                 "source": "https://github.com/thephpleague/uri/tree/6.7.2"
4060             },
4061             "funding": [
4062                 {
4063                     "url": "https://github.com/sponsors/nyamsprod",
4064                     "type": "github"
4065                 }
4066             ],
4067             "time": "2022-09-13T19:50:42+00:00"
4068         },
4069         {
4070             "name": "league/uri-interfaces",
4071             "version": "2.3.0",
4072             "source": {
4073                 "type": "git",
4074                 "url": "https://github.com/thephpleague/uri-interfaces.git",
4075                 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
4076             },
4077             "dist": {
4078                 "type": "zip",
4079                 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
4080                 "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
4081                 "shasum": ""
4082             },
4083             "require": {
4084                 "ext-json": "*",
4085                 "php": "^7.2 || ^8.0"
4086             },
4087             "require-dev": {
4088                 "friendsofphp/php-cs-fixer": "^2.19",
4089                 "phpstan/phpstan": "^0.12.90",
4090                 "phpstan/phpstan-phpunit": "^0.12.19",
4091                 "phpstan/phpstan-strict-rules": "^0.12.9",
4092                 "phpunit/phpunit": "^8.5.15 || ^9.5"
4093             },
4094             "suggest": {
4095                 "ext-intl": "to use the IDNA feature",
4096                 "symfony/intl": "to use the IDNA feature via Symfony Polyfill"
4097             },
4098             "type": "library",
4099             "extra": {
4100                 "branch-alias": {
4101                     "dev-master": "2.x-dev"
4102                 }
4103             },
4104             "autoload": {
4105                 "psr-4": {
4106                     "League\\Uri\\": "src/"
4107                 }
4108             },
4109             "notification-url": "https://packagist.org/downloads/",
4110             "license": [
4111                 "MIT"
4112             ],
4113             "authors": [
4114                 {
4115                     "name": "Ignace Nyamagana Butera",
4116                     "email": "nyamsprod@gmail.com",
4117                     "homepage": "https://nyamsprod.com"
4118                 }
4119             ],
4120             "description": "Common interface for URI representation",
4121             "homepage": "http://github.com/thephpleague/uri-interfaces",
4122             "keywords": [
4123                 "rfc3986",
4124                 "rfc3987",
4125                 "uri",
4126                 "url"
4127             ],
4128             "support": {
4129                 "issues": "https://github.com/thephpleague/uri-interfaces/issues",
4130                 "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
4131             },
4132             "funding": [
4133                 {
4134                     "url": "https://github.com/sponsors/nyamsprod",
4135                     "type": "github"
4136                 }
4137             ],
4138             "time": "2021-06-28T04:27:21+00:00"
4139         },
4140         {
4141             "name": "maennchen/zipstream-php",
4142             "version": "v2.4.0",
4143             "source": {
4144                 "type": "git",
4145                 "url": "https://github.com/maennchen/ZipStream-PHP.git",
4146                 "reference": "3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3"
4147             },
4148             "dist": {
4149                 "type": "zip",
4150                 "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3",
4151                 "reference": "3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3",
4152                 "shasum": ""
4153             },
4154             "require": {
4155                 "ext-mbstring": "*",
4156                 "myclabs/php-enum": "^1.5",
4157                 "php": "^8.0",
4158                 "psr/http-message": "^1.0"
4159             },
4160             "require-dev": {
4161                 "ext-zip": "*",
4162                 "friendsofphp/php-cs-fixer": "^3.9",
4163                 "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0",
4164                 "mikey179/vfsstream": "^1.6",
4165                 "php-coveralls/php-coveralls": "^2.4",
4166                 "phpunit/phpunit": "^8.5.8 || ^9.4.2",
4167                 "vimeo/psalm": "^5.0"
4168             },
4169             "type": "library",
4170             "autoload": {
4171                 "psr-4": {
4172                     "ZipStream\\": "src/"
4173                 }
4174             },
4175             "notification-url": "https://packagist.org/downloads/",
4176             "license": [
4177                 "MIT"
4178             ],
4179             "authors": [
4180                 {
4181                     "name": "Paul Duncan",
4182                     "email": "pabs@pablotron.org"
4183                 },
4184                 {
4185                     "name": "Jonatan Männchen",
4186                     "email": "jonatan@maennchen.ch"
4187                 },
4188                 {
4189                     "name": "Jesse Donat",
4190                     "email": "donatj@gmail.com"
4191                 },
4192                 {
4193                     "name": "András Kolesár",
4194                     "email": "kolesar@kolesar.hu"
4195                 }
4196             ],
4197             "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
4198             "keywords": [
4199                 "stream",
4200                 "zip"
4201             ],
4202             "support": {
4203                 "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
4204                 "source": "https://github.com/maennchen/ZipStream-PHP/tree/v2.4.0"
4205             },
4206             "funding": [
4207                 {
4208                     "url": "https://github.com/maennchen",
4209                     "type": "github"
4210                 },
4211                 {
4212                     "url": "https://opencollective.com/zipstream",
4213                     "type": "open_collective"
4214                 }
4215             ],
4216             "time": "2022-12-08T12:29:14+00:00"
4217         },
4218         {
4219             "name": "markbaker/complex",
4220             "version": "3.0.2",
4221             "source": {
4222                 "type": "git",
4223                 "url": "https://github.com/MarkBaker/PHPComplex.git",
4224                 "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
4225             },
4226             "dist": {
4227                 "type": "zip",
4228                 "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
4229                 "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
4230                 "shasum": ""
4231             },
4232             "require": {
4233                 "php": "^7.2 || ^8.0"
4234             },
4235             "require-dev": {
4236                 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
4237                 "phpcompatibility/php-compatibility": "^9.3",
4238                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
4239                 "squizlabs/php_codesniffer": "^3.7"
4240             },
4241             "type": "library",
4242             "autoload": {
4243                 "psr-4": {
4244                     "Complex\\": "classes/src/"
4245                 }
4246             },
4247             "notification-url": "https://packagist.org/downloads/",
4248             "license": [
4249                 "MIT"
4250             ],
4251             "authors": [
4252                 {
4253                     "name": "Mark Baker",
4254                     "email": "mark@lange.demon.co.uk"
4255                 }
4256             ],
4257             "description": "PHP Class for working with complex numbers",
4258             "homepage": "https://github.com/MarkBaker/PHPComplex",
4259             "keywords": [
4260                 "complex",
4261                 "mathematics"
4262             ],
4263             "support": {
4264                 "issues": "https://github.com/MarkBaker/PHPComplex/issues",
4265                 "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
4266             },
4267             "time": "2022-12-06T16:21:08+00:00"
4268         },
4269         {
4270             "name": "markbaker/matrix",
4271             "version": "3.0.1",
4272             "source": {
4273                 "type": "git",
4274                 "url": "https://github.com/MarkBaker/PHPMatrix.git",
4275                 "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
4276             },
4277             "dist": {
4278                 "type": "zip",
4279                 "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
4280                 "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
4281                 "shasum": ""
4282             },
4283             "require": {
4284                 "php": "^7.1 || ^8.0"
4285             },
4286             "require-dev": {
4287                 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
4288                 "phpcompatibility/php-compatibility": "^9.3",
4289                 "phpdocumentor/phpdocumentor": "2.*",
4290                 "phploc/phploc": "^4.0",
4291                 "phpmd/phpmd": "2.*",
4292                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
4293                 "sebastian/phpcpd": "^4.0",
4294                 "squizlabs/php_codesniffer": "^3.7"
4295             },
4296             "type": "library",
4297             "autoload": {
4298                 "psr-4": {
4299                     "Matrix\\": "classes/src/"
4300                 }
4301             },
4302             "notification-url": "https://packagist.org/downloads/",
4303             "license": [
4304                 "MIT"
4305             ],
4306             "authors": [
4307                 {
4308                     "name": "Mark Baker",
4309                     "email": "mark@demon-angel.eu"
4310                 }
4311             ],
4312             "description": "PHP Class for working with matrices",
4313             "homepage": "https://github.com/MarkBaker/PHPMatrix",
4314             "keywords": [
4315                 "mathematics",
4316                 "matrix",
4317                 "vector"
4318             ],
4319             "support": {
4320                 "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
4321                 "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
4322             },
4323             "time": "2022-12-02T22:17:43+00:00"
4324         },
4325         {
4326             "name": "masterminds/html5",
4327             "version": "2.7.6",
4328             "source": {
4329                 "type": "git",
4330                 "url": "https://github.com/Masterminds/html5-php.git",
4331                 "reference": "897eb517a343a2281f11bc5556d6548db7d93947"
4332             },
4333             "dist": {
4334                 "type": "zip",
4335                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947",
4336                 "reference": "897eb517a343a2281f11bc5556d6548db7d93947",
4337                 "shasum": ""
4338             },
4339             "require": {
4340                 "ext-ctype": "*",
4341                 "ext-dom": "*",
4342                 "ext-libxml": "*",
4343                 "php": ">=5.3.0"
4344             },
4345             "require-dev": {
4346                 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
4347             },
4348             "type": "library",
4349             "extra": {
4350                 "branch-alias": {
4351                     "dev-master": "2.7-dev"
4352                 }
4353             },
4354             "autoload": {
4355                 "psr-4": {
4356                     "Masterminds\\": "src"
4357                 }
4358             },
4359             "notification-url": "https://packagist.org/downloads/",
4360             "license": [
4361                 "MIT"
4362             ],
4363             "authors": [
4364                 {
4365                     "name": "Matt Butcher",
4366                     "email": "technosophos@gmail.com"
4367                 },
4368                 {
4369                     "name": "Matt Farina",
4370                     "email": "matt@mattfarina.com"
4371                 },
4372                 {
4373                     "name": "Asmir Mustafic",
4374                     "email": "goetas@gmail.com"
4375                 }
4376             ],
4377             "description": "An HTML5 parser and serializer.",
4378             "homepage": "http://masterminds.github.io/html5-php",
4379             "keywords": [
4380                 "HTML5",
4381                 "dom",
4382                 "html",
4383                 "parser",
4384                 "querypath",
4385                 "serializer",
4386                 "xml"
4387             ],
4388             "support": {
4389                 "issues": "https://github.com/Masterminds/html5-php/issues",
4390                 "source": "https://github.com/Masterminds/html5-php/tree/2.7.6"
4391             },
4392             "time": "2022-08-18T16:18:26+00:00"
4393         },
4394         {
4395             "name": "mobiledetect/mobiledetectlib",
4396             "version": "3.74.0",
4397             "source": {
4398                 "type": "git",
4399                 "url": "https://github.com/serbanghita/Mobile-Detect.git",
4400                 "reference": "812a4aa4605c63fc33d7fe32ca82f29275940b9d"
4401             },
4402             "dist": {
4403                 "type": "zip",
4404                 "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/812a4aa4605c63fc33d7fe32ca82f29275940b9d",
4405                 "reference": "812a4aa4605c63fc33d7fe32ca82f29275940b9d",
4406                 "shasum": ""
4407             },
4408             "require": {
4409                 "php": ">=7.4"
4410             },
4411             "require-dev": {
4412                 "friendsofphp/php-cs-fixer": "v2.19.3",
4413                 "phpunit/phpunit": "^7.0.0",
4414                 "squizlabs/php_codesniffer": "3.*"
4415             },
4416             "type": "library",
4417             "autoload": {
4418                 "psr-4": {
4419                     "Detection\\": "src/"
4420                 },
4421                 "classmap": [
4422                     "src/MobileDetect.php"
4423                 ]
4424             },
4425             "notification-url": "https://packagist.org/downloads/",
4426             "license": [
4427                 "MIT"
4428             ],
4429             "authors": [
4430                 {
4431                     "name": "Serban Ghita",
4432                     "email": "serbanghita@gmail.com",
4433                     "homepage": "http://mobiledetect.net",
4434                     "role": "Developer"
4435                 }
4436             ],
4437             "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.",
4438             "homepage": "https://github.com/serbanghita/Mobile-Detect",
4439             "keywords": [
4440                 "detect mobile devices",
4441                 "mobile",
4442                 "mobile detect",
4443                 "mobile detector",
4444                 "php mobile detect"
4445             ],
4446             "support": {
4447                 "issues": "https://github.com/serbanghita/Mobile-Detect/issues",
4448                 "source": "https://github.com/serbanghita/Mobile-Detect/tree/3.74.0"
4449             },
4450             "time": "2022-12-04T15:37:32+00:00"
4451         },
4452         {
4453             "name": "moneyphp/money",
4454             "version": "v3.3.3",
4455             "source": {
4456                 "type": "git",
4457                 "url": "https://github.com/moneyphp/money.git",
4458                 "reference": "0dc40e3791c67e8793e3aa13fead8cf4661ec9cd"
4459             },
4460             "dist": {
4461                 "type": "zip",
4462                 "url": "https://api.github.com/repos/moneyphp/money/zipball/0dc40e3791c67e8793e3aa13fead8cf4661ec9cd",
4463                 "reference": "0dc40e3791c67e8793e3aa13fead8cf4661ec9cd",
4464                 "shasum": ""
4465             },
4466             "require": {
4467                 "ext-json": "*",
4468                 "php": ">=5.6"
4469             },
4470             "require-dev": {
4471                 "cache/taggable-cache": "^0.4.0",
4472                 "doctrine/instantiator": "^1.0.5",
4473                 "ext-bcmath": "*",
4474                 "ext-gmp": "*",
4475                 "ext-intl": "*",
4476                 "florianv/exchanger": "^1.0",
4477                 "florianv/swap": "^3.0",
4478                 "friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
4479                 "moneyphp/iso-currencies": "^3.2.1",
4480                 "php-http/message": "^1.4",
4481                 "php-http/mock-client": "^1.0.0",
4482                 "phpspec/phpspec": "^3.4.3",
4483                 "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
4484                 "psr/cache": "^1.0",
4485                 "symfony/phpunit-bridge": "^4"
4486             },
4487             "suggest": {
4488                 "ext-bcmath": "Calculate without integer limits",
4489                 "ext-gmp": "Calculate without integer limits",
4490                 "ext-intl": "Format Money objects with intl",
4491                 "florianv/exchanger": "Exchange rates library for PHP",
4492                 "florianv/swap": "Exchange rates library for PHP",
4493                 "psr/cache-implementation": "Used for Currency caching"
4494             },
4495             "type": "library",
4496             "extra": {
4497                 "branch-alias": {
4498                     "dev-master": "3.x-dev"
4499                 }
4500             },
4501             "autoload": {
4502                 "psr-4": {
4503                     "Money\\": "src/"
4504                 }
4505             },
4506             "notification-url": "https://packagist.org/downloads/",
4507             "license": [
4508                 "MIT"
4509             ],
4510             "authors": [
4511                 {
4512                     "name": "Mathias Verraes",
4513                     "email": "mathias@verraes.net",
4514                     "homepage": "http://verraes.net"
4515                 },
4516                 {
4517                     "name": "Márk Sági-Kazár",
4518                     "email": "mark.sagikazar@gmail.com"
4519                 },
4520                 {
4521                     "name": "Frederik Bosch",
4522                     "email": "f.bosch@genkgo.nl"
4523                 }
4524             ],
4525             "description": "PHP implementation of Fowler's Money pattern",
4526             "homepage": "http://moneyphp.org",
4527             "keywords": [
4528                 "Value Object",
4529                 "money",
4530                 "vo"
4531             ],
4532             "support": {
4533                 "issues": "https://github.com/moneyphp/money/issues",
4534                 "source": "https://github.com/moneyphp/money/tree/v3.3.3"
4535             },
4536             "time": "2022-09-21T07:43:36+00:00"
4537         },
4538         {
4539             "name": "monolog/monolog",
4540             "version": "2.9.1",
4541             "source": {
4542                 "type": "git",
4543                 "url": "https://github.com/Seldaek/monolog.git",
4544                 "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1"
4545             },
4546             "dist": {
4547                 "type": "zip",
4548                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
4549                 "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
4550                 "shasum": ""
4551             },
4552             "require": {
4553                 "php": ">=7.2",
4554                 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
4555             },
4556             "provide": {
4557                 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
4558             },
4559             "require-dev": {
4560                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
4561                 "doctrine/couchdb": "~1.0@dev",
4562                 "elasticsearch/elasticsearch": "^7 || ^8",
4563                 "ext-json": "*",
4564                 "graylog2/gelf-php": "^1.4.2 || ^2@dev",
4565                 "guzzlehttp/guzzle": "^7.4",
4566                 "guzzlehttp/psr7": "^2.2",
4567                 "mongodb/mongodb": "^1.8",
4568                 "php-amqplib/php-amqplib": "~2.4 || ^3",
4569                 "phpspec/prophecy": "^1.15",
4570                 "phpstan/phpstan": "^0.12.91",
4571                 "phpunit/phpunit": "^8.5.14",
4572                 "predis/predis": "^1.1 || ^2.0",
4573                 "rollbar/rollbar": "^1.3 || ^2 || ^3",
4574                 "ruflin/elastica": "^7",
4575                 "swiftmailer/swiftmailer": "^5.3|^6.0",
4576                 "symfony/mailer": "^5.4 || ^6",
4577                 "symfony/mime": "^5.4 || ^6"
4578             },
4579             "suggest": {
4580                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
4581                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
4582                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
4583                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
4584                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
4585                 "ext-mbstring": "Allow to work properly with unicode symbols",
4586                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
4587                 "ext-openssl": "Required to send log messages using SSL",
4588                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
4589                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
4590                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
4591                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
4592                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
4593                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
4594             },
4595             "type": "library",
4596             "extra": {
4597                 "branch-alias": {
4598                     "dev-main": "2.x-dev"
4599                 }
4600             },
4601             "autoload": {
4602                 "psr-4": {
4603                     "Monolog\\": "src/Monolog"
4604                 }
4605             },
4606             "notification-url": "https://packagist.org/downloads/",
4607             "license": [
4608                 "MIT"
4609             ],
4610             "authors": [
4611                 {
4612                     "name": "Jordi Boggiano",
4613                     "email": "j.boggiano@seld.be",
4614                     "homepage": "https://seld.be"
4615                 }
4616             ],
4617             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
4618             "homepage": "https://github.com/Seldaek/monolog",
4619             "keywords": [
4620                 "log",
4621                 "logging",
4622                 "psr-3"
4623             ],
4624             "support": {
4625                 "issues": "https://github.com/Seldaek/monolog/issues",
4626                 "source": "https://github.com/Seldaek/monolog/tree/2.9.1"
4627             },
4628             "funding": [
4629                 {
4630                     "url": "https://github.com/Seldaek",
4631                     "type": "github"
4632                 },
4633                 {
4634                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
4635                     "type": "tidelift"
4636                 }
4637             ],
4638             "time": "2023-02-06T13:44:46+00:00"
4639         },
4640         {
4641             "name": "mpdf/mpdf",
4642             "version": "v8.1.4",
4643             "source": {
4644                 "type": "git",
4645                 "url": "https://github.com/mpdf/mpdf.git",
4646                 "reference": "add590e93b7502efafd9839a68cff99f3497b318"
4647             },
4648             "dist": {
4649                 "type": "zip",
4650                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/add590e93b7502efafd9839a68cff99f3497b318",
4651                 "reference": "add590e93b7502efafd9839a68cff99f3497b318",
4652                 "shasum": ""
4653             },
4654             "require": {
4655                 "ext-gd": "*",
4656                 "ext-mbstring": "*",
4657                 "myclabs/deep-copy": "^1.7",
4658                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
4659                 "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
4660                 "php-http/message-factory": "^1.0",
4661                 "psr/http-message": "^1.0",
4662                 "psr/log": "^1.0 || ^2.0",
4663                 "setasign/fpdi": "^2.1"
4664             },
4665             "require-dev": {
4666                 "mockery/mockery": "^1.3.0",
4667                 "mpdf/qrcode": "^1.1.0",
4668                 "squizlabs/php_codesniffer": "^3.5.0",
4669                 "tracy/tracy": "~2.5",
4670                 "yoast/phpunit-polyfills": "^1.0"
4671             },
4672             "suggest": {
4673                 "ext-bcmath": "Needed for generation of some types of barcodes",
4674                 "ext-xml": "Needed mainly for SVG manipulation",
4675                 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
4676             },
4677             "type": "library",
4678             "autoload": {
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": "2022-12-15T11:24:39+00:00"
4716         },
4717         {
4718             "name": "myclabs/deep-copy",
4719             "version": "1.11.1",
4720             "source": {
4721                 "type": "git",
4722                 "url": "https://github.com/myclabs/DeepCopy.git",
4723                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
4724             },
4725             "dist": {
4726                 "type": "zip",
4727                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
4728                 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
4729                 "shasum": ""
4730             },
4731             "require": {
4732                 "php": "^7.1 || ^8.0"
4733             },
4734             "conflict": {
4735                 "doctrine/collections": "<1.6.8",
4736                 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
4737             },
4738             "require-dev": {
4739                 "doctrine/collections": "^1.6.8",
4740                 "doctrine/common": "^2.13.3 || ^3.2.2",
4741                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
4742             },
4743             "type": "library",
4744             "autoload": {
4745                 "files": [
4746                     "src/DeepCopy/deep_copy.php"
4747                 ],
4748                 "psr-4": {
4749                     "DeepCopy\\": "src/DeepCopy/"
4750                 }
4751             },
4752             "notification-url": "https://packagist.org/downloads/",
4753             "license": [
4754                 "MIT"
4755             ],
4756             "description": "Create deep copies (clones) of your objects",
4757             "keywords": [
4758                 "clone",
4759                 "copy",
4760                 "duplicate",
4761                 "object",
4762                 "object graph"
4763             ],
4764             "support": {
4765                 "issues": "https://github.com/myclabs/DeepCopy/issues",
4766                 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
4767             },
4768             "funding": [
4769                 {
4770                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4771                     "type": "tidelift"
4772                 }
4773             ],
4774             "time": "2023-03-08T13:26:56+00:00"
4775         },
4776         {
4777             "name": "myclabs/php-enum",
4778             "version": "1.8.4",
4779             "source": {
4780                 "type": "git",
4781                 "url": "https://github.com/myclabs/php-enum.git",
4782                 "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
4783             },
4784             "dist": {
4785                 "type": "zip",
4786                 "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
4787                 "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
4788                 "shasum": ""
4789             },
4790             "require": {
4791                 "ext-json": "*",
4792                 "php": "^7.3 || ^8.0"
4793             },
4794             "require-dev": {
4795                 "phpunit/phpunit": "^9.5",
4796                 "squizlabs/php_codesniffer": "1.*",
4797                 "vimeo/psalm": "^4.6.2"
4798             },
4799             "type": "library",
4800             "autoload": {
4801                 "psr-4": {
4802                     "MyCLabs\\Enum\\": "src/"
4803                 },
4804                 "classmap": [
4805                     "stubs/Stringable.php"
4806                 ]
4807             },
4808             "notification-url": "https://packagist.org/downloads/",
4809             "license": [
4810                 "MIT"
4811             ],
4812             "authors": [
4813                 {
4814                     "name": "PHP Enum contributors",
4815                     "homepage": "https://github.com/myclabs/php-enum/graphs/contributors"
4816                 }
4817             ],
4818             "description": "PHP Enum implementation",
4819             "homepage": "http://github.com/myclabs/php-enum",
4820             "keywords": [
4821                 "enum"
4822             ],
4823             "support": {
4824                 "issues": "https://github.com/myclabs/php-enum/issues",
4825                 "source": "https://github.com/myclabs/php-enum/tree/1.8.4"
4826             },
4827             "funding": [
4828                 {
4829                     "url": "https://github.com/mnapoli",
4830                     "type": "github"
4831                 },
4832                 {
4833                     "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum",
4834                     "type": "tidelift"
4835                 }
4836             ],
4837             "time": "2022-08-04T09:53:51+00:00"
4838         },
4839         {
4840             "name": "nikic/php-parser",
4841             "version": "v4.15.4",
4842             "source": {
4843                 "type": "git",
4844                 "url": "https://github.com/nikic/PHP-Parser.git",
4845                 "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
4846             },
4847             "dist": {
4848                 "type": "zip",
4849                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
4850                 "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
4851                 "shasum": ""
4852             },
4853             "require": {
4854                 "ext-tokenizer": "*",
4855                 "php": ">=7.0"
4856             },
4857             "require-dev": {
4858                 "ircmaxell/php-yacc": "^0.0.7",
4859                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
4860             },
4861             "bin": [
4862                 "bin/php-parse"
4863             ],
4864             "type": "library",
4865             "extra": {
4866                 "branch-alias": {
4867                     "dev-master": "4.9-dev"
4868                 }
4869             },
4870             "autoload": {
4871                 "psr-4": {
4872                     "PhpParser\\": "lib/PhpParser"
4873                 }
4874             },
4875             "notification-url": "https://packagist.org/downloads/",
4876             "license": [
4877                 "BSD-3-Clause"
4878             ],
4879             "authors": [
4880                 {
4881                     "name": "Nikita Popov"
4882                 }
4883             ],
4884             "description": "A PHP parser written in PHP",
4885             "keywords": [
4886                 "parser",
4887                 "php"
4888             ],
4889             "support": {
4890                 "issues": "https://github.com/nikic/PHP-Parser/issues",
4891                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
4892             },
4893             "time": "2023-03-05T19:49:14+00:00"
4894         },
4895         {
4896             "name": "nyholm/psr7",
4897             "version": "1.5.1",
4898             "source": {
4899                 "type": "git",
4900                 "url": "https://github.com/Nyholm/psr7.git",
4901                 "reference": "f734364e38a876a23be4d906a2a089e1315be18a"
4902             },
4903             "dist": {
4904                 "type": "zip",
4905                 "url": "https://api.github.com/repos/Nyholm/psr7/zipball/f734364e38a876a23be4d906a2a089e1315be18a",
4906                 "reference": "f734364e38a876a23be4d906a2a089e1315be18a",
4907                 "shasum": ""
4908             },
4909             "require": {
4910                 "php": ">=7.1",
4911                 "php-http/message-factory": "^1.0",
4912                 "psr/http-factory": "^1.0",
4913                 "psr/http-message": "^1.0"
4914             },
4915             "provide": {
4916                 "psr/http-factory-implementation": "1.0",
4917                 "psr/http-message-implementation": "1.0"
4918             },
4919             "require-dev": {
4920                 "http-interop/http-factory-tests": "^0.9",
4921                 "php-http/psr7-integration-tests": "^1.0",
4922                 "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
4923                 "symfony/error-handler": "^4.4"
4924             },
4925             "type": "library",
4926             "extra": {
4927                 "branch-alias": {
4928                     "dev-master": "1.4-dev"
4929                 }
4930             },
4931             "autoload": {
4932                 "psr-4": {
4933                     "Nyholm\\Psr7\\": "src/"
4934                 }
4935             },
4936             "notification-url": "https://packagist.org/downloads/",
4937             "license": [
4938                 "MIT"
4939             ],
4940             "authors": [
4941                 {
4942                     "name": "Tobias Nyholm",
4943                     "email": "tobias.nyholm@gmail.com"
4944                 },
4945                 {
4946                     "name": "Martijn van der Ven",
4947                     "email": "martijn@vanderven.se"
4948                 }
4949             ],
4950             "description": "A fast PHP7 implementation of PSR-7",
4951             "homepage": "https://tnyholm.se",
4952             "keywords": [
4953                 "psr-17",
4954                 "psr-7"
4955             ],
4956             "support": {
4957                 "issues": "https://github.com/Nyholm/psr7/issues",
4958                 "source": "https://github.com/Nyholm/psr7/tree/1.5.1"
4959             },
4960             "funding": [
4961                 {
4962                     "url": "https://github.com/Zegnat",
4963                     "type": "github"
4964                 },
4965                 {
4966                     "url": "https://github.com/nyholm",
4967                     "type": "github"
4968                 }
4969             ],
4970             "time": "2022-06-22T07:13:36+00:00"
4971         },
4972         {
4973             "name": "nyholm/psr7-server",
4974             "version": "1.0.2",
4975             "source": {
4976                 "type": "git",
4977                 "url": "https://github.com/Nyholm/psr7-server.git",
4978                 "reference": "b846a689844cef114e8079d8c80f0afd96745ae3"
4979             },
4980             "dist": {
4981                 "type": "zip",
4982                 "url": "https://api.github.com/repos/Nyholm/psr7-server/zipball/b846a689844cef114e8079d8c80f0afd96745ae3",
4983                 "reference": "b846a689844cef114e8079d8c80f0afd96745ae3",
4984                 "shasum": ""
4985             },
4986             "require": {
4987                 "php": "^7.1 || ^8.0",
4988                 "psr/http-factory": "^1.0",
4989                 "psr/http-message": "^1.0"
4990             },
4991             "require-dev": {
4992                 "nyholm/nsa": "^1.1",
4993                 "nyholm/psr7": "^1.3",
4994                 "phpunit/phpunit": "^7.0 || ^8.5 || ^9.3"
4995             },
4996             "type": "library",
4997             "autoload": {
4998                 "psr-4": {
4999                     "Nyholm\\Psr7Server\\": "src/"
5000                 }
5001             },
5002             "notification-url": "https://packagist.org/downloads/",
5003             "license": [
5004                 "MIT"
5005             ],
5006             "authors": [
5007                 {
5008                     "name": "Tobias Nyholm",
5009                     "email": "tobias.nyholm@gmail.com"
5010                 },
5011                 {
5012                     "name": "Martijn van der Ven",
5013                     "email": "martijn@vanderven.se"
5014                 }
5015             ],
5016             "description": "Helper classes to handle PSR-7 server requests",
5017             "homepage": "http://tnyholm.se",
5018             "keywords": [
5019                 "psr-17",
5020                 "psr-7"
5021             ],
5022             "support": {
5023                 "issues": "https://github.com/Nyholm/psr7-server/issues",
5024                 "source": "https://github.com/Nyholm/psr7-server/tree/1.0.2"
5025             },
5026             "funding": [
5027                 {
5028                     "url": "https://github.com/Zegnat",
5029                     "type": "github"
5030                 },
5031                 {
5032                     "url": "https://github.com/nyholm",
5033                     "type": "github"
5034                 }
5035             ],
5036             "time": "2021-05-12T11:11:27+00:00"
5037         },
5038         {
5039             "name": "omnipay/common",
5040             "version": "v3.2.0",
5041             "source": {
5042                 "type": "git",
5043                 "url": "https://github.com/thephpleague/omnipay-common.git",
5044                 "reference": "e278ff00676c05cd0f4aaaf6189a226f26ae056e"
5045             },
5046             "dist": {
5047                 "type": "zip",
5048                 "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/e278ff00676c05cd0f4aaaf6189a226f26ae056e",
5049                 "reference": "e278ff00676c05cd0f4aaaf6189a226f26ae056e",
5050                 "shasum": ""
5051             },
5052             "require": {
5053                 "moneyphp/money": "^3.1|^4.0.3",
5054                 "php": "^7.2|^8",
5055                 "php-http/client-implementation": "^1",
5056                 "php-http/discovery": "^1.14",
5057                 "php-http/message": "^1.5",
5058                 "symfony/http-foundation": "^2.1|^3|^4|^5|^6"
5059             },
5060             "require-dev": {
5061                 "omnipay/tests": "^4.1",
5062                 "php-http/guzzle7-adapter": "^1",
5063                 "php-http/mock-client": "^1",
5064                 "squizlabs/php_codesniffer": "^3.5"
5065             },
5066             "suggest": {
5067                 "league/omnipay": "The default Omnipay package provides a default HTTP Adapter."
5068             },
5069             "type": "library",
5070             "extra": {
5071                 "branch-alias": {
5072                     "dev-master": "3.1.x-dev"
5073                 }
5074             },
5075             "autoload": {
5076                 "psr-4": {
5077                     "Omnipay\\Common\\": "src/Common"
5078                 },
5079                 "classmap": [
5080                     "src/Omnipay.php"
5081                 ]
5082             },
5083             "notification-url": "https://packagist.org/downloads/",
5084             "license": [
5085                 "MIT"
5086             ],
5087             "authors": [
5088                 {
5089                     "name": "Adrian Macneil",
5090                     "email": "adrian@adrianmacneil.com"
5091                 },
5092                 {
5093                     "name": "Barry vd. Heuvel",
5094                     "email": "barryvdh@gmail.com"
5095                 },
5096                 {
5097                     "name": "Jason Judge",
5098                     "email": "jason.judge@consil.co.uk"
5099                 },
5100                 {
5101                     "name": "Del"
5102                 },
5103                 {
5104                     "name": "Omnipay Contributors",
5105                     "homepage": "https://github.com/thephpleague/omnipay-common/contributors"
5106                 }
5107             ],
5108             "description": "Common components for Omnipay payment processing library",
5109             "homepage": "https://github.com/thephpleague/omnipay-common",
5110             "keywords": [
5111                 "gateway",
5112                 "merchant",
5113                 "omnipay",
5114                 "pay",
5115                 "payment",
5116                 "purchase"
5117             ],
5118             "support": {
5119                 "issues": "https://github.com/thephpleague/omnipay-common/issues",
5120                 "source": "https://github.com/thephpleague/omnipay-common/tree/v3.2.0"
5121             },
5122             "funding": [
5123                 {
5124                     "url": "https://github.com/barryvdh",
5125                     "type": "github"
5126                 }
5127             ],
5128             "time": "2021-12-30T11:32:00+00:00"
5129         },
5130         {
5131             "name": "omnipay/stripe",
5132             "version": "v3.2.0",
5133             "source": {
5134                 "type": "git",
5135                 "url": "https://github.com/thephpleague/omnipay-stripe.git",
5136                 "reference": "20812498efedc1079baae5fea96567fefd669105"
5137             },
5138             "dist": {
5139                 "type": "zip",
5140                 "url": "https://api.github.com/repos/thephpleague/omnipay-stripe/zipball/20812498efedc1079baae5fea96567fefd669105",
5141                 "reference": "20812498efedc1079baae5fea96567fefd669105",
5142                 "shasum": ""
5143             },
5144             "require": {
5145                 "omnipay/common": "^3"
5146             },
5147             "require-dev": {
5148                 "omnipay/tests": "^3",
5149                 "phpro/grumphp": "^0.14",
5150                 "squizlabs/php_codesniffer": "^3"
5151             },
5152             "type": "library",
5153             "extra": {
5154                 "branch-alias": {
5155                     "dev-master": "3.2-dev"
5156                 }
5157             },
5158             "autoload": {
5159                 "psr-4": {
5160                     "Omnipay\\Stripe\\": "src/"
5161                 }
5162             },
5163             "notification-url": "https://packagist.org/downloads/",
5164             "license": [
5165                 "MIT"
5166             ],
5167             "authors": [
5168                 {
5169                     "name": "Adrian Macneil",
5170                     "email": "adrian@adrianmacneil.com"
5171                 },
5172                 {
5173                     "name": "Omnipay Contributors",
5174                     "homepage": "https://github.com/thephpleague/omnipay-stripe/contributors"
5175                 }
5176             ],
5177             "description": "Stripe driver for the Omnipay payment processing library",
5178             "homepage": "https://github.com/thephpleague/omnipay-stripe",
5179             "keywords": [
5180                 "gateway",
5181                 "merchant",
5182                 "omnipay",
5183                 "pay",
5184                 "payment",
5185                 "stripe"
5186             ],
5187             "support": {
5188                 "issues": "https://github.com/thephpleague/omnipay-stripe/issues",
5189                 "source": "https://github.com/thephpleague/omnipay-stripe/tree/v3.2.0"
5190             },
5191             "time": "2022-03-22T10:58:41+00:00"
5192         },
5193         {
5194             "name": "openemr/mustache",
5195             "version": "v2.15.2",
5196             "source": {
5197                 "type": "git",
5198                 "url": "https://github.com/openemr/mustache.php.git",
5199                 "reference": "936596936d306725f34bb13f11e9a16bdbe99887"
5200             },
5201             "dist": {
5202                 "type": "zip",
5203                 "url": "https://api.github.com/repos/openemr/mustache.php/zipball/936596936d306725f34bb13f11e9a16bdbe99887",
5204                 "reference": "936596936d306725f34bb13f11e9a16bdbe99887",
5205                 "shasum": ""
5206             },
5207             "require": {
5208                 "php": ">=5.2.4"
5209             },
5210             "require-dev": {
5211                 "friendsofphp/php-cs-fixer": "~1.11",
5212                 "phpunit/phpunit": "~3.7|~4.0|~5.0"
5213             },
5214             "type": "library",
5215             "autoload": {
5216                 "psr-0": {
5217                     "Mustache": "src/"
5218                 }
5219             },
5220             "notification-url": "https://packagist.org/downloads/",
5221             "license": [
5222                 "MIT"
5223             ],
5224             "authors": [
5225                 {
5226                     "name": "Justin Hileman",
5227                     "email": "justin@justinhileman.info",
5228                     "homepage": "http://justinhileman.com"
5229                 },
5230                 {
5231                     "name": "OpenEMR",
5232                     "email": "hello@open-emr.org",
5233                     "homepage": "https://open-emr.org"
5234                 }
5235             ],
5236             "description": "A Mustache implementation in PHP.",
5237             "homepage": "https://github.com/openemr/mustache.php",
5238             "keywords": [
5239                 "mustache",
5240                 "templating"
5241             ],
5242             "support": {
5243                 "issues": "https://github.com/openemr/mustache.php/issues",
5244                 "source": "https://github.com/openemr/mustache.php/tree/v2.15.2"
5245             },
5246             "time": "2022-03-03T14:53:09+00:00"
5247         },
5248         {
5249             "name": "paragonie/random_compat",
5250             "version": "v9.99.100",
5251             "source": {
5252                 "type": "git",
5253                 "url": "https://github.com/paragonie/random_compat.git",
5254                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
5255             },
5256             "dist": {
5257                 "type": "zip",
5258                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
5259                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
5260                 "shasum": ""
5261             },
5262             "require": {
5263                 "php": ">= 7"
5264             },
5265             "require-dev": {
5266                 "phpunit/phpunit": "4.*|5.*",
5267                 "vimeo/psalm": "^1"
5268             },
5269             "suggest": {
5270                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
5271             },
5272             "type": "library",
5273             "notification-url": "https://packagist.org/downloads/",
5274             "license": [
5275                 "MIT"
5276             ],
5277             "authors": [
5278                 {
5279                     "name": "Paragon Initiative Enterprises",
5280                     "email": "security@paragonie.com",
5281                     "homepage": "https://paragonie.com"
5282                 }
5283             ],
5284             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
5285             "keywords": [
5286                 "csprng",
5287                 "polyfill",
5288                 "pseudorandom",
5289                 "random"
5290             ],
5291             "support": {
5292                 "email": "info@paragonie.com",
5293                 "issues": "https://github.com/paragonie/random_compat/issues",
5294                 "source": "https://github.com/paragonie/random_compat"
5295             },
5296             "time": "2020-10-15T08:29:30+00:00"
5297         },
5298         {
5299             "name": "particle/validator",
5300             "version": "v2.3.5",
5301             "source": {
5302                 "type": "git",
5303                 "url": "https://github.com/particle-php/Validator.git",
5304                 "reference": "aab07e734bc40e8777fb4a1f9d9037dc11fb60b6"
5305             },
5306             "dist": {
5307                 "type": "zip",
5308                 "url": "https://api.github.com/repos/particle-php/Validator/zipball/aab07e734bc40e8777fb4a1f9d9037dc11fb60b6",
5309                 "reference": "aab07e734bc40e8777fb4a1f9d9037dc11fb60b6",
5310                 "shasum": ""
5311             },
5312             "require": {
5313                 "php": ">=5.4"
5314             },
5315             "require-dev": {
5316                 "byrokrat/checkdigit": "^1.0",
5317                 "giggsey/libphonenumber-for-php": "^7.2",
5318                 "phpunit/phpunit": "~4.0",
5319                 "squizlabs/php_codesniffer": "2.*"
5320             },
5321             "suggest": {
5322                 "byrokrat/checkdigit": "If you want to use CreditCard validation rule, this library must be installed.",
5323                 "giggsey/libphonenumber-for-php": "If you want to use Phone validation rule, this library must be installed."
5324             },
5325             "type": "library",
5326             "extra": {
5327                 "branch-alias": {
5328                     "dev-master": "2.0-dev"
5329                 }
5330             },
5331             "autoload": {
5332                 "psr-4": {
5333                     "Particle\\Validator\\": "src/"
5334                 }
5335             },
5336             "notification-url": "https://packagist.org/downloads/",
5337             "license": [
5338                 "BSD-3-Clause"
5339             ],
5340             "authors": [
5341                 {
5342                     "name": "Berry Langerak",
5343                     "email": "berry@berryllium.nl",
5344                     "role": "developer"
5345                 },
5346                 {
5347                     "name": "Rick van der Staaij",
5348                     "homepage": "http://rickvanderstaaij.nl",
5349                     "role": "Developer"
5350                 }
5351             ],
5352             "description": "Flexible and highly usable validation library with no dependencies.",
5353             "homepage": "http://github.com/particle-php/validator",
5354             "keywords": [
5355                 "validation",
5356                 "validator"
5357             ],
5358             "support": {
5359                 "issues": "https://github.com/particle-php/Validator/issues",
5360                 "source": "https://github.com/particle-php/Validator/tree/v2.3.5"
5361             },
5362             "time": "2022-12-12T19:35:42+00:00"
5363         },
5364         {
5365             "name": "pear/archive_tar",
5366             "version": "1.4.14",
5367             "source": {
5368                 "type": "git",
5369                 "url": "https://github.com/pear/Archive_Tar.git",
5370                 "reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
5371             },
5372             "dist": {
5373                 "type": "zip",
5374                 "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
5375                 "reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
5376                 "shasum": ""
5377             },
5378             "require": {
5379                 "pear/pear-core-minimal": "^1.10.0alpha2",
5380                 "php": ">=5.2.0"
5381             },
5382             "require-dev": {
5383                 "phpunit/phpunit": "*"
5384             },
5385             "suggest": {
5386                 "ext-bz2": "Bz2 compression support.",
5387                 "ext-xz": "Lzma2 compression support.",
5388                 "ext-zlib": "Gzip compression support."
5389             },
5390             "type": "library",
5391             "extra": {
5392                 "branch-alias": {
5393                     "dev-master": "1.4.x-dev"
5394                 }
5395             },
5396             "autoload": {
5397                 "psr-0": {
5398                     "Archive_Tar": ""
5399                 }
5400             },
5401             "notification-url": "https://packagist.org/downloads/",
5402             "include-path": [
5403                 "./"
5404             ],
5405             "license": [
5406                 "BSD-3-Clause"
5407             ],
5408             "authors": [
5409                 {
5410                     "name": "Vincent Blavet",
5411                     "email": "vincent@phpconcept.net"
5412                 },
5413                 {
5414                     "name": "Greg Beaver",
5415                     "email": "greg@chiaraquartet.net"
5416                 },
5417                 {
5418                     "name": "Michiel Rook",
5419                     "email": "mrook@php.net"
5420                 }
5421             ],
5422             "description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
5423             "homepage": "https://github.com/pear/Archive_Tar",
5424             "keywords": [
5425                 "archive",
5426                 "tar"
5427             ],
5428             "support": {
5429                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
5430                 "source": "https://github.com/pear/Archive_Tar"
5431             },
5432             "funding": [
5433                 {
5434                     "url": "https://github.com/mrook",
5435                     "type": "github"
5436                 },
5437                 {
5438                     "url": "https://www.patreon.com/michielrook",
5439                     "type": "patreon"
5440                 }
5441             ],
5442             "time": "2021-07-20T13:53:39+00:00"
5443         },
5444         {
5445             "name": "pear/console_getopt",
5446             "version": "v1.4.3",
5447             "source": {
5448                 "type": "git",
5449                 "url": "https://github.com/pear/Console_Getopt.git",
5450                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
5451             },
5452             "dist": {
5453                 "type": "zip",
5454                 "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
5455                 "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
5456                 "shasum": ""
5457             },
5458             "type": "library",
5459             "autoload": {
5460                 "psr-0": {
5461                     "Console": "./"
5462                 }
5463             },
5464             "notification-url": "https://packagist.org/downloads/",
5465             "include-path": [
5466                 "./"
5467             ],
5468             "license": [
5469                 "BSD-2-Clause"
5470             ],
5471             "authors": [
5472                 {
5473                     "name": "Andrei Zmievski",
5474                     "email": "andrei@php.net",
5475                     "role": "Lead"
5476                 },
5477                 {
5478                     "name": "Stig Bakken",
5479                     "email": "stig@php.net",
5480                     "role": "Developer"
5481                 },
5482                 {
5483                     "name": "Greg Beaver",
5484                     "email": "cellog@php.net",
5485                     "role": "Helper"
5486                 }
5487             ],
5488             "description": "More info available on: http://pear.php.net/package/Console_Getopt",
5489             "support": {
5490                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
5491                 "source": "https://github.com/pear/Console_Getopt"
5492             },
5493             "time": "2019-11-20T18:27:48+00:00"
5494         },
5495         {
5496             "name": "pear/pear-core-minimal",
5497             "version": "v1.10.11",
5498             "source": {
5499                 "type": "git",
5500                 "url": "https://github.com/pear/pear-core-minimal.git",
5501                 "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d"
5502             },
5503             "dist": {
5504                 "type": "zip",
5505                 "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d",
5506                 "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d",
5507                 "shasum": ""
5508             },
5509             "require": {
5510                 "pear/console_getopt": "~1.4",
5511                 "pear/pear_exception": "~1.0"
5512             },
5513             "replace": {
5514                 "rsky/pear-core-min": "self.version"
5515             },
5516             "type": "library",
5517             "autoload": {
5518                 "psr-0": {
5519                     "": "src/"
5520                 }
5521             },
5522             "notification-url": "https://packagist.org/downloads/",
5523             "include-path": [
5524                 "src/"
5525             ],
5526             "license": [
5527                 "BSD-3-Clause"
5528             ],
5529             "authors": [
5530                 {
5531                     "name": "Christian Weiske",
5532                     "email": "cweiske@php.net",
5533                     "role": "Lead"
5534                 }
5535             ],
5536             "description": "Minimal set of PEAR core files to be used as composer dependency",
5537             "support": {
5538                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
5539                 "source": "https://github.com/pear/pear-core-minimal"
5540             },
5541             "time": "2021-08-10T22:31:03+00:00"
5542         },
5543         {
5544             "name": "pear/pear_exception",
5545             "version": "v1.0.2",
5546             "source": {
5547                 "type": "git",
5548                 "url": "https://github.com/pear/PEAR_Exception.git",
5549                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
5550             },
5551             "dist": {
5552                 "type": "zip",
5553                 "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
5554                 "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
5555                 "shasum": ""
5556             },
5557             "require": {
5558                 "php": ">=5.2.0"
5559             },
5560             "require-dev": {
5561                 "phpunit/phpunit": "<9"
5562             },
5563             "type": "class",
5564             "extra": {
5565                 "branch-alias": {
5566                     "dev-master": "1.0.x-dev"
5567                 }
5568             },
5569             "autoload": {
5570                 "classmap": [
5571                     "PEAR/"
5572                 ]
5573             },
5574             "notification-url": "https://packagist.org/downloads/",
5575             "include-path": [
5576                 "."
5577             ],
5578             "license": [
5579                 "BSD-2-Clause"
5580             ],
5581             "authors": [
5582                 {
5583                     "name": "Helgi Thormar",
5584                     "email": "dufuz@php.net"
5585                 },
5586                 {
5587                     "name": "Greg Beaver",
5588                     "email": "cellog@php.net"
5589                 }
5590             ],
5591             "description": "The PEAR Exception base class.",
5592             "homepage": "https://github.com/pear/PEAR_Exception",
5593             "keywords": [
5594                 "exception"
5595             ],
5596             "support": {
5597                 "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
5598                 "source": "https://github.com/pear/PEAR_Exception"
5599             },
5600             "time": "2021-03-21T15:43:46+00:00"
5601         },
5602         {
5603             "name": "phenx/php-font-lib",
5604             "version": "0.5.4",
5605             "source": {
5606                 "type": "git",
5607                 "url": "https://github.com/dompdf/php-font-lib.git",
5608                 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
5609             },
5610             "dist": {
5611                 "type": "zip",
5612                 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
5613                 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
5614                 "shasum": ""
5615             },
5616             "require": {
5617                 "ext-mbstring": "*"
5618             },
5619             "require-dev": {
5620                 "symfony/phpunit-bridge": "^3 || ^4 || ^5"
5621             },
5622             "type": "library",
5623             "autoload": {
5624                 "psr-4": {
5625                     "FontLib\\": "src/FontLib"
5626                 }
5627             },
5628             "notification-url": "https://packagist.org/downloads/",
5629             "license": [
5630                 "LGPL-3.0"
5631             ],
5632             "authors": [
5633                 {
5634                     "name": "Fabien Ménager",
5635                     "email": "fabien.menager@gmail.com"
5636                 }
5637             ],
5638             "description": "A library to read, parse, export and make subsets of different types of font files.",
5639             "homepage": "https://github.com/PhenX/php-font-lib",
5640             "support": {
5641                 "issues": "https://github.com/dompdf/php-font-lib/issues",
5642                 "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
5643             },
5644             "time": "2021-12-17T19:44:54+00:00"
5645         },
5646         {
5647             "name": "phenx/php-svg-lib",
5648             "version": "0.5.0",
5649             "source": {
5650                 "type": "git",
5651                 "url": "https://github.com/dompdf/php-svg-lib.git",
5652                 "reference": "76876c6cf3080bcb6f249d7d59705108166a6685"
5653             },
5654             "dist": {
5655                 "type": "zip",
5656                 "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/76876c6cf3080bcb6f249d7d59705108166a6685",
5657                 "reference": "76876c6cf3080bcb6f249d7d59705108166a6685",
5658                 "shasum": ""
5659             },
5660             "require": {
5661                 "ext-mbstring": "*",
5662                 "php": "^7.1 || ^8.0",
5663                 "sabberworm/php-css-parser": "^8.4"
5664             },
5665             "require-dev": {
5666                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
5667             },
5668             "type": "library",
5669             "autoload": {
5670                 "psr-4": {
5671                     "Svg\\": "src/Svg"
5672                 }
5673             },
5674             "notification-url": "https://packagist.org/downloads/",
5675             "license": [
5676                 "LGPL-3.0"
5677             ],
5678             "authors": [
5679                 {
5680                     "name": "Fabien Ménager",
5681                     "email": "fabien.menager@gmail.com"
5682                 }
5683             ],
5684             "description": "A library to read, parse and export to PDF SVG files.",
5685             "homepage": "https://github.com/PhenX/php-svg-lib",
5686             "support": {
5687                 "issues": "https://github.com/dompdf/php-svg-lib/issues",
5688                 "source": "https://github.com/dompdf/php-svg-lib/tree/0.5.0"
5689             },
5690             "time": "2022-09-06T12:16:56+00:00"
5691         },
5692         {
5693             "name": "php-http/discovery",
5694             "version": "1.14.3",
5695             "source": {
5696                 "type": "git",
5697                 "url": "https://github.com/php-http/discovery.git",
5698                 "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735"
5699             },
5700             "dist": {
5701                 "type": "zip",
5702                 "url": "https://api.github.com/repos/php-http/discovery/zipball/31d8ee46d0215108df16a8527c7438e96a4d7735",
5703                 "reference": "31d8ee46d0215108df16a8527c7438e96a4d7735",
5704                 "shasum": ""
5705             },
5706             "require": {
5707                 "php": "^7.1 || ^8.0"
5708             },
5709             "conflict": {
5710                 "nyholm/psr7": "<1.0"
5711             },
5712             "require-dev": {
5713                 "graham-campbell/phpspec-skip-example-extension": "^5.0",
5714                 "php-http/httplug": "^1.0 || ^2.0",
5715                 "php-http/message-factory": "^1.0",
5716                 "phpspec/phpspec": "^5.1 || ^6.1"
5717             },
5718             "suggest": {
5719                 "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
5720             },
5721             "type": "library",
5722             "extra": {
5723                 "branch-alias": {
5724                     "dev-master": "1.9-dev"
5725                 }
5726             },
5727             "autoload": {
5728                 "psr-4": {
5729                     "Http\\Discovery\\": "src/"
5730                 }
5731             },
5732             "notification-url": "https://packagist.org/downloads/",
5733             "license": [
5734                 "MIT"
5735             ],
5736             "authors": [
5737                 {
5738                     "name": "Márk Sági-Kazár",
5739                     "email": "mark.sagikazar@gmail.com"
5740                 }
5741             ],
5742             "description": "Finds installed HTTPlug implementations and PSR-7 message factories",
5743             "homepage": "http://php-http.org",
5744             "keywords": [
5745                 "adapter",
5746                 "client",
5747                 "discovery",
5748                 "factory",
5749                 "http",
5750                 "message",
5751                 "psr7"
5752             ],
5753             "support": {
5754                 "issues": "https://github.com/php-http/discovery/issues",
5755                 "source": "https://github.com/php-http/discovery/tree/1.14.3"
5756             },
5757             "time": "2022-07-11T14:04:40+00:00"
5758         },
5759         {
5760             "name": "php-http/guzzle7-adapter",
5761             "version": "1.0.0",
5762             "source": {
5763                 "type": "git",
5764                 "url": "https://github.com/php-http/guzzle7-adapter.git",
5765                 "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01"
5766             },
5767             "dist": {
5768                 "type": "zip",
5769                 "url": "https://api.github.com/repos/php-http/guzzle7-adapter/zipball/fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01",
5770                 "reference": "fb075a71dbfa4847cf0c2938c4e5a9c478ef8b01",
5771                 "shasum": ""
5772             },
5773             "require": {
5774                 "guzzlehttp/guzzle": "^7.0",
5775                 "php": "^7.2 | ^8.0",
5776                 "php-http/httplug": "^2.0",
5777                 "psr/http-client": "^1.0"
5778             },
5779             "provide": {
5780                 "php-http/async-client-implementation": "1.0",
5781                 "php-http/client-implementation": "1.0",
5782                 "psr/http-client-implementation": "1.0"
5783             },
5784             "require-dev": {
5785                 "php-http/client-integration-tests": "^3.0",
5786                 "phpunit/phpunit": "^8.0|^9.3"
5787             },
5788             "type": "library",
5789             "extra": {
5790                 "branch-alias": {
5791                     "dev-master": "0.2.x-dev"
5792                 }
5793             },
5794             "autoload": {
5795                 "psr-4": {
5796                     "Http\\Adapter\\Guzzle7\\": "src/"
5797                 }
5798             },
5799             "notification-url": "https://packagist.org/downloads/",
5800             "license": [
5801                 "MIT"
5802             ],
5803             "authors": [
5804                 {
5805                     "name": "Tobias Nyholm",
5806                     "email": "tobias.nyholm@gmail.com"
5807                 }
5808             ],
5809             "description": "Guzzle 7 HTTP Adapter",
5810             "homepage": "http://httplug.io",
5811             "keywords": [
5812                 "Guzzle",
5813                 "http"
5814             ],
5815             "support": {
5816                 "issues": "https://github.com/php-http/guzzle7-adapter/issues",
5817                 "source": "https://github.com/php-http/guzzle7-adapter/tree/1.0.0"
5818             },
5819             "time": "2021-03-09T07:35:15+00:00"
5820         },
5821         {
5822             "name": "php-http/httplug",
5823             "version": "2.4.0",
5824             "source": {
5825                 "type": "git",
5826                 "url": "https://github.com/php-http/httplug.git",
5827                 "reference": "625ad742c360c8ac580fcc647a1541d29e257f67"
5828             },
5829             "dist": {
5830                 "type": "zip",
5831                 "url": "https://api.github.com/repos/php-http/httplug/zipball/625ad742c360c8ac580fcc647a1541d29e257f67",
5832                 "reference": "625ad742c360c8ac580fcc647a1541d29e257f67",
5833                 "shasum": ""
5834             },
5835             "require": {
5836                 "php": "^7.1 || ^8.0",
5837                 "php-http/promise": "^1.1",
5838                 "psr/http-client": "^1.0",
5839                 "psr/http-message": "^1.0 || ^2.0"
5840             },
5841             "require-dev": {
5842                 "friends-of-phpspec/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
5843                 "phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
5844             },
5845             "type": "library",
5846             "autoload": {
5847                 "psr-4": {
5848                     "Http\\Client\\": "src/"
5849                 }
5850             },
5851             "notification-url": "https://packagist.org/downloads/",
5852             "license": [
5853                 "MIT"
5854             ],
5855             "authors": [
5856                 {
5857                     "name": "Eric GELOEN",
5858                     "email": "geloen.eric@gmail.com"
5859                 },
5860                 {
5861                     "name": "Márk Sági-Kazár",
5862                     "email": "mark.sagikazar@gmail.com",
5863                     "homepage": "https://sagikazarmark.hu"
5864                 }
5865             ],
5866             "description": "HTTPlug, the HTTP client abstraction for PHP",
5867             "homepage": "http://httplug.io",
5868             "keywords": [
5869                 "client",
5870                 "http"
5871             ],
5872             "support": {
5873                 "issues": "https://github.com/php-http/httplug/issues",
5874                 "source": "https://github.com/php-http/httplug/tree/2.4.0"
5875             },
5876             "time": "2023-04-14T15:10:03+00:00"
5877         },
5878         {
5879             "name": "php-http/message",
5880             "version": "1.14.0",
5881             "source": {
5882                 "type": "git",
5883                 "url": "https://github.com/php-http/message.git",
5884                 "reference": "2ccee04a28c3d98eb3f2b85ce1e2fcff70c0e63b"
5885             },
5886             "dist": {
5887                 "type": "zip",
5888                 "url": "https://api.github.com/repos/php-http/message/zipball/2ccee04a28c3d98eb3f2b85ce1e2fcff70c0e63b",
5889                 "reference": "2ccee04a28c3d98eb3f2b85ce1e2fcff70c0e63b",
5890                 "shasum": ""
5891             },
5892             "require": {
5893                 "clue/stream-filter": "^1.5",
5894                 "php": "^7.1 || ^8.0",
5895                 "php-http/message-factory": "^1.0.2",
5896                 "psr/http-message": "^1.0 || ^2.0"
5897             },
5898             "provide": {
5899                 "php-http/message-factory-implementation": "1.0"
5900             },
5901             "require-dev": {
5902                 "ergebnis/composer-normalize": "^2.6",
5903                 "ext-zlib": "*",
5904                 "guzzlehttp/psr7": "^1.0",
5905                 "laminas/laminas-diactoros": "^2.0",
5906                 "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
5907                 "slim/slim": "^3.0"
5908             },
5909             "suggest": {
5910                 "ext-zlib": "Used with compressor/decompressor streams",
5911                 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
5912                 "laminas/laminas-diactoros": "Used with Diactoros Factories",
5913                 "slim/slim": "Used with Slim Framework PSR-7 implementation"
5914             },
5915             "type": "library",
5916             "autoload": {
5917                 "files": [
5918                     "src/filters.php"
5919                 ],
5920                 "psr-4": {
5921                     "Http\\Message\\": "src/"
5922                 }
5923             },
5924             "notification-url": "https://packagist.org/downloads/",
5925             "license": [
5926                 "MIT"
5927             ],
5928             "authors": [
5929                 {
5930                     "name": "Márk Sági-Kazár",
5931                     "email": "mark.sagikazar@gmail.com"
5932                 }
5933             ],
5934             "description": "HTTP Message related tools",
5935             "homepage": "http://php-http.org",
5936             "keywords": [
5937                 "http",
5938                 "message",
5939                 "psr-7"
5940             ],
5941             "support": {
5942                 "issues": "https://github.com/php-http/message/issues",
5943                 "source": "https://github.com/php-http/message/tree/1.14.0"
5944             },
5945             "time": "2023-04-14T14:26:18+00:00"
5946         },
5947         {
5948             "name": "php-http/message-factory",
5949             "version": "1.1.0",
5950             "source": {
5951                 "type": "git",
5952                 "url": "https://github.com/php-http/message-factory.git",
5953                 "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57"
5954             },
5955             "dist": {
5956                 "type": "zip",
5957                 "url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
5958                 "reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
5959                 "shasum": ""
5960             },
5961             "require": {
5962                 "php": ">=5.4",
5963                 "psr/http-message": "^1.0 || ^2.0"
5964             },
5965             "type": "library",
5966             "extra": {
5967                 "branch-alias": {
5968                     "dev-master": "1.x-dev"
5969                 }
5970             },
5971             "autoload": {
5972                 "psr-4": {
5973                     "Http\\Message\\": "src/"
5974                 }
5975             },
5976             "notification-url": "https://packagist.org/downloads/",
5977             "license": [
5978                 "MIT"
5979             ],
5980             "authors": [
5981                 {
5982                     "name": "Márk Sági-Kazár",
5983                     "email": "mark.sagikazar@gmail.com"
5984                 }
5985             ],
5986             "description": "Factory interfaces for PSR-7 HTTP Message",
5987             "homepage": "http://php-http.org",
5988             "keywords": [
5989                 "factory",
5990                 "http",
5991                 "message",
5992                 "stream",
5993                 "uri"
5994             ],
5995             "support": {
5996                 "issues": "https://github.com/php-http/message-factory/issues",
5997                 "source": "https://github.com/php-http/message-factory/tree/1.1.0"
5998             },
5999             "time": "2023-04-14T14:16:17+00:00"
6000         },
6001         {
6002             "name": "php-http/promise",
6003             "version": "1.1.0",
6004             "source": {
6005                 "type": "git",
6006                 "url": "https://github.com/php-http/promise.git",
6007                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
6008             },
6009             "dist": {
6010                 "type": "zip",
6011                 "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
6012                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
6013                 "shasum": ""
6014             },
6015             "require": {
6016                 "php": "^7.1 || ^8.0"
6017             },
6018             "require-dev": {
6019                 "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
6020                 "phpspec/phpspec": "^5.1.2 || ^6.2"
6021             },
6022             "type": "library",
6023             "extra": {
6024                 "branch-alias": {
6025                     "dev-master": "1.1-dev"
6026                 }
6027             },
6028             "autoload": {
6029                 "psr-4": {
6030                     "Http\\Promise\\": "src/"
6031                 }
6032             },
6033             "notification-url": "https://packagist.org/downloads/",
6034             "license": [
6035                 "MIT"
6036             ],
6037             "authors": [
6038                 {
6039                     "name": "Joel Wurtz",
6040                     "email": "joel.wurtz@gmail.com"
6041                 },
6042                 {
6043                     "name": "Márk Sági-Kazár",
6044                     "email": "mark.sagikazar@gmail.com"
6045                 }
6046             ],
6047             "description": "Promise used for asynchronous HTTP requests",
6048             "homepage": "http://httplug.io",
6049             "keywords": [
6050                 "promise"
6051             ],
6052             "support": {
6053                 "issues": "https://github.com/php-http/promise/issues",
6054                 "source": "https://github.com/php-http/promise/tree/1.1.0"
6055             },
6056             "time": "2020-07-07T09:29:14+00:00"
6057         },
6058         {
6059             "name": "php81_bc/strftime",
6060             "version": "0.5.0",
6061             "source": {
6062                 "type": "git",
6063                 "url": "https://github.com/alphp/strftime.git",
6064                 "reference": "4c1b56eaae4bb3f02f994ba47c2e5a225378e62f"
6065             },
6066             "dist": {
6067                 "type": "zip",
6068                 "url": "https://api.github.com/repos/alphp/strftime/zipball/4c1b56eaae4bb3f02f994ba47c2e5a225378e62f",
6069                 "reference": "4c1b56eaae4bb3f02f994ba47c2e5a225378e62f",
6070                 "shasum": ""
6071             },
6072             "require": {
6073                 "ext-intl": "*",
6074                 "php": ">=7.1.0"
6075             },
6076             "require-dev": {
6077                 "phpunit/phpunit": "@stable"
6078             },
6079             "type": "library",
6080             "autoload": {
6081                 "files": [
6082                     "src/php-8.1-strftime.php"
6083                 ]
6084             },
6085             "notification-url": "https://packagist.org/downloads/",
6086             "license": [
6087                 "MIT"
6088             ],
6089             "authors": [
6090                 {
6091                     "name": "Fernando Herrero",
6092                     "homepage": "https://github.com/alphp/strftime/graphs/contributors"
6093                 }
6094             ],
6095             "description": "Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)",
6096             "support": {
6097                 "issues": "https://github.com/alphp/strftime/issues",
6098                 "source": "https://github.com/alphp/strftime"
6099             },
6100             "time": "2022-04-10T22:31:16+00:00"
6101         },
6102         {
6103             "name": "phpmailer/phpmailer",
6104             "version": "v6.8.0",
6105             "source": {
6106                 "type": "git",
6107                 "url": "https://github.com/PHPMailer/PHPMailer.git",
6108                 "reference": "df16b615e371d81fb79e506277faea67a1be18f1"
6109             },
6110             "dist": {
6111                 "type": "zip",
6112                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/df16b615e371d81fb79e506277faea67a1be18f1",
6113                 "reference": "df16b615e371d81fb79e506277faea67a1be18f1",
6114                 "shasum": ""
6115             },
6116             "require": {
6117                 "ext-ctype": "*",
6118                 "ext-filter": "*",
6119                 "ext-hash": "*",
6120                 "php": ">=5.5.0"
6121             },
6122             "require-dev": {
6123                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
6124                 "doctrine/annotations": "^1.2.6 || ^1.13.3",
6125                 "php-parallel-lint/php-console-highlighter": "^1.0.0",
6126                 "php-parallel-lint/php-parallel-lint": "^1.3.2",
6127                 "phpcompatibility/php-compatibility": "^9.3.5",
6128                 "roave/security-advisories": "dev-latest",
6129                 "squizlabs/php_codesniffer": "^3.7.1",
6130                 "yoast/phpunit-polyfills": "^1.0.4"
6131             },
6132             "suggest": {
6133                 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
6134                 "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
6135                 "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
6136                 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
6137                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
6138                 "psr/log": "For optional PSR-3 debug logging",
6139                 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
6140                 "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
6141             },
6142             "type": "library",
6143             "autoload": {
6144                 "psr-4": {
6145                     "PHPMailer\\PHPMailer\\": "src/"
6146                 }
6147             },
6148             "notification-url": "https://packagist.org/downloads/",
6149             "license": [
6150                 "LGPL-2.1-only"
6151             ],
6152             "authors": [
6153                 {
6154                     "name": "Marcus Bointon",
6155                     "email": "phpmailer@synchromedia.co.uk"
6156                 },
6157                 {
6158                     "name": "Jim Jagielski",
6159                     "email": "jimjag@gmail.com"
6160                 },
6161                 {
6162                     "name": "Andy Prevost",
6163                     "email": "codeworxtech@users.sourceforge.net"
6164                 },
6165                 {
6166                     "name": "Brent R. Matzelle"
6167                 }
6168             ],
6169             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
6170             "support": {
6171                 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
6172                 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.0"
6173             },
6174             "funding": [
6175                 {
6176                     "url": "https://github.com/Synchro",
6177                     "type": "github"
6178                 }
6179             ],
6180             "time": "2023-03-06T14:43:22+00:00"
6181         },
6182         {
6183             "name": "phpoffice/phpspreadsheet",
6184             "version": "1.28.0",
6185             "source": {
6186                 "type": "git",
6187                 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
6188                 "reference": "6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a"
6189             },
6190             "dist": {
6191                 "type": "zip",
6192                 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a",
6193                 "reference": "6e81cf39bbd93ebc3a4e8150444c41e8aa9b769a",
6194                 "shasum": ""
6195             },
6196             "require": {
6197                 "ext-ctype": "*",
6198                 "ext-dom": "*",
6199                 "ext-fileinfo": "*",
6200                 "ext-gd": "*",
6201                 "ext-iconv": "*",
6202                 "ext-libxml": "*",
6203                 "ext-mbstring": "*",
6204                 "ext-simplexml": "*",
6205                 "ext-xml": "*",
6206                 "ext-xmlreader": "*",
6207                 "ext-xmlwriter": "*",
6208                 "ext-zip": "*",
6209                 "ext-zlib": "*",
6210                 "ezyang/htmlpurifier": "^4.15",
6211                 "maennchen/zipstream-php": "^2.1",
6212                 "markbaker/complex": "^3.0",
6213                 "markbaker/matrix": "^3.0",
6214                 "php": "^7.4 || ^8.0",
6215                 "psr/http-client": "^1.0",
6216                 "psr/http-factory": "^1.0",
6217                 "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
6218             },
6219             "require-dev": {
6220                 "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
6221                 "dompdf/dompdf": "^1.0 || ^2.0",
6222                 "friendsofphp/php-cs-fixer": "^3.2",
6223                 "mitoteam/jpgraph": "^10.2.4",
6224                 "mpdf/mpdf": "^8.1.1",
6225                 "phpcompatibility/php-compatibility": "^9.3",
6226                 "phpstan/phpstan": "^1.1",
6227                 "phpstan/phpstan-phpunit": "^1.0",
6228                 "phpunit/phpunit": "^8.5 || ^9.0",
6229                 "squizlabs/php_codesniffer": "^3.7",
6230                 "tecnickcom/tcpdf": "^6.5"
6231             },
6232             "suggest": {
6233                 "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
6234                 "ext-intl": "PHP Internationalization Functions",
6235                 "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
6236                 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
6237                 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
6238             },
6239             "type": "library",
6240             "autoload": {
6241                 "psr-4": {
6242                     "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
6243                 }
6244             },
6245             "notification-url": "https://packagist.org/downloads/",
6246             "license": [
6247                 "MIT"
6248             ],
6249             "authors": [
6250                 {
6251                     "name": "Maarten Balliauw",
6252                     "homepage": "https://blog.maartenballiauw.be"
6253                 },
6254                 {
6255                     "name": "Mark Baker",
6256                     "homepage": "https://markbakeruk.net"
6257                 },
6258                 {
6259                     "name": "Franck Lefevre",
6260                     "homepage": "https://rootslabs.net"
6261                 },
6262                 {
6263                     "name": "Erik Tilt"
6264                 },
6265                 {
6266                     "name": "Adrien Crivelli"
6267                 }
6268             ],
6269             "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
6270             "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
6271             "keywords": [
6272                 "OpenXML",
6273                 "excel",
6274                 "gnumeric",
6275                 "ods",
6276                 "php",
6277                 "spreadsheet",
6278                 "xls",
6279                 "xlsx"
6280             ],
6281             "support": {
6282                 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
6283                 "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.28.0"
6284             },
6285             "time": "2023-02-25T12:24:49+00:00"
6286         },
6287         {
6288             "name": "phpoption/phpoption",
6289             "version": "1.9.1",
6290             "source": {
6291                 "type": "git",
6292                 "url": "https://github.com/schmittjoh/php-option.git",
6293                 "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
6294             },
6295             "dist": {
6296                 "type": "zip",
6297                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
6298                 "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
6299                 "shasum": ""
6300             },
6301             "require": {
6302                 "php": "^7.2.5 || ^8.0"
6303             },
6304             "require-dev": {
6305                 "bamarni/composer-bin-plugin": "^1.8.2",
6306                 "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
6307             },
6308             "type": "library",
6309             "extra": {
6310                 "bamarni-bin": {
6311                     "bin-links": true,
6312                     "forward-command": true
6313                 },
6314                 "branch-alias": {
6315                     "dev-master": "1.9-dev"
6316                 }
6317             },
6318             "autoload": {
6319                 "psr-4": {
6320                     "PhpOption\\": "src/PhpOption/"
6321                 }
6322             },
6323             "notification-url": "https://packagist.org/downloads/",
6324             "license": [
6325                 "Apache-2.0"
6326             ],
6327             "authors": [
6328                 {
6329                     "name": "Johannes M. Schmitt",
6330                     "email": "schmittjoh@gmail.com",
6331                     "homepage": "https://github.com/schmittjoh"
6332                 },
6333                 {
6334                     "name": "Graham Campbell",
6335                     "email": "hello@gjcampbell.co.uk",
6336                     "homepage": "https://github.com/GrahamCampbell"
6337                 }
6338             ],
6339             "description": "Option Type for PHP",
6340             "keywords": [
6341                 "language",
6342                 "option",
6343                 "php",
6344                 "type"
6345             ],
6346             "support": {
6347                 "issues": "https://github.com/schmittjoh/php-option/issues",
6348                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
6349             },
6350             "funding": [
6351                 {
6352                     "url": "https://github.com/GrahamCampbell",
6353                     "type": "github"
6354                 },
6355                 {
6356                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
6357                     "type": "tidelift"
6358                 }
6359             ],
6360             "time": "2023-02-25T19:38:58+00:00"
6361         },
6362         {
6363             "name": "phpseclib/phpseclib",
6364             "version": "2.0.42",
6365             "source": {
6366                 "type": "git",
6367                 "url": "https://github.com/phpseclib/phpseclib.git",
6368                 "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b"
6369             },
6370             "dist": {
6371                 "type": "zip",
6372                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/665d289f59e646a259ebf13f29be7f6f54cab24b",
6373                 "reference": "665d289f59e646a259ebf13f29be7f6f54cab24b",
6374                 "shasum": ""
6375             },
6376             "require": {
6377                 "php": ">=5.3.3"
6378             },
6379             "require-dev": {
6380                 "phing/phing": "~2.7",
6381                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
6382                 "squizlabs/php_codesniffer": "~2.0"
6383             },
6384             "suggest": {
6385                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6386                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6387                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6388                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
6389                 "ext-xml": "Install the XML extension to load XML formatted public keys."
6390             },
6391             "type": "library",
6392             "autoload": {
6393                 "files": [
6394                     "phpseclib/bootstrap.php"
6395                 ],
6396                 "psr-4": {
6397                     "phpseclib\\": "phpseclib/"
6398                 }
6399             },
6400             "notification-url": "https://packagist.org/downloads/",
6401             "license": [
6402                 "MIT"
6403             ],
6404             "authors": [
6405                 {
6406                     "name": "Jim Wigginton",
6407                     "email": "terrafrost@php.net",
6408                     "role": "Lead Developer"
6409                 },
6410                 {
6411                     "name": "Patrick Monnerat",
6412                     "email": "pm@datasphere.ch",
6413                     "role": "Developer"
6414                 },
6415                 {
6416                     "name": "Andreas Fischer",
6417                     "email": "bantu@phpbb.com",
6418                     "role": "Developer"
6419                 },
6420                 {
6421                     "name": "Hans-Jürgen Petrich",
6422                     "email": "petrich@tronic-media.com",
6423                     "role": "Developer"
6424                 },
6425                 {
6426                     "name": "Graham Campbell",
6427                     "email": "graham@alt-three.com",
6428                     "role": "Developer"
6429                 }
6430             ],
6431             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6432             "homepage": "http://phpseclib.sourceforge.net",
6433             "keywords": [
6434                 "BigInteger",
6435                 "aes",
6436                 "asn.1",
6437                 "asn1",
6438                 "blowfish",
6439                 "crypto",
6440                 "cryptography",
6441                 "encryption",
6442                 "rsa",
6443                 "security",
6444                 "sftp",
6445                 "signature",
6446                 "signing",
6447                 "ssh",
6448                 "twofish",
6449                 "x.509",
6450                 "x509"
6451             ],
6452             "support": {
6453                 "issues": "https://github.com/phpseclib/phpseclib/issues",
6454                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.42"
6455             },
6456             "funding": [
6457                 {
6458                     "url": "https://github.com/terrafrost",
6459                     "type": "github"
6460                 },
6461                 {
6462                     "url": "https://www.patreon.com/phpseclib",
6463                     "type": "patreon"
6464                 },
6465                 {
6466                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6467                     "type": "tidelift"
6468                 }
6469             ],
6470             "time": "2023-03-06T12:45:53+00:00"
6471         },
6472         {
6473             "name": "psr/cache",
6474             "version": "3.0.0",
6475             "source": {
6476                 "type": "git",
6477                 "url": "https://github.com/php-fig/cache.git",
6478                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
6479             },
6480             "dist": {
6481                 "type": "zip",
6482                 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
6483                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
6484                 "shasum": ""
6485             },
6486             "require": {
6487                 "php": ">=8.0.0"
6488             },
6489             "type": "library",
6490             "extra": {
6491                 "branch-alias": {
6492                     "dev-master": "1.0.x-dev"
6493                 }
6494             },
6495             "autoload": {
6496                 "psr-4": {
6497                     "Psr\\Cache\\": "src/"
6498                 }
6499             },
6500             "notification-url": "https://packagist.org/downloads/",
6501             "license": [
6502                 "MIT"
6503             ],
6504             "authors": [
6505                 {
6506                     "name": "PHP-FIG",
6507                     "homepage": "https://www.php-fig.org/"
6508                 }
6509             ],
6510             "description": "Common interface for caching libraries",
6511             "keywords": [
6512                 "cache",
6513                 "psr",
6514                 "psr-6"
6515             ],
6516             "support": {
6517                 "source": "https://github.com/php-fig/cache/tree/3.0.0"
6518             },
6519             "time": "2021-02-03T23:26:27+00:00"
6520         },
6521         {
6522             "name": "psr/clock",
6523             "version": "1.0.0",
6524             "source": {
6525                 "type": "git",
6526                 "url": "https://github.com/php-fig/clock.git",
6527                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
6528             },
6529             "dist": {
6530                 "type": "zip",
6531                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
6532                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
6533                 "shasum": ""
6534             },
6535             "require": {
6536                 "php": "^7.0 || ^8.0"
6537             },
6538             "type": "library",
6539             "autoload": {
6540                 "psr-4": {
6541                     "Psr\\Clock\\": "src/"
6542                 }
6543             },
6544             "notification-url": "https://packagist.org/downloads/",
6545             "license": [
6546                 "MIT"
6547             ],
6548             "authors": [
6549                 {
6550                     "name": "PHP-FIG",
6551                     "homepage": "https://www.php-fig.org/"
6552                 }
6553             ],
6554             "description": "Common interface for reading the clock.",
6555             "homepage": "https://github.com/php-fig/clock",
6556             "keywords": [
6557                 "clock",
6558                 "now",
6559                 "psr",
6560                 "psr-20",
6561                 "time"
6562             ],
6563             "support": {
6564                 "issues": "https://github.com/php-fig/clock/issues",
6565                 "source": "https://github.com/php-fig/clock/tree/1.0.0"
6566             },
6567             "time": "2022-11-25T14:36:26+00:00"
6568         },
6569         {
6570             "name": "psr/container",
6571             "version": "1.1.2",
6572             "source": {
6573                 "type": "git",
6574                 "url": "https://github.com/php-fig/container.git",
6575                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
6576             },
6577             "dist": {
6578                 "type": "zip",
6579                 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
6580                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
6581                 "shasum": ""
6582             },
6583             "require": {
6584                 "php": ">=7.4.0"
6585             },
6586             "type": "library",
6587             "autoload": {
6588                 "psr-4": {
6589                     "Psr\\Container\\": "src/"
6590                 }
6591             },
6592             "notification-url": "https://packagist.org/downloads/",
6593             "license": [
6594                 "MIT"
6595             ],
6596             "authors": [
6597                 {
6598                     "name": "PHP-FIG",
6599                     "homepage": "https://www.php-fig.org/"
6600                 }
6601             ],
6602             "description": "Common Container Interface (PHP FIG PSR-11)",
6603             "homepage": "https://github.com/php-fig/container",
6604             "keywords": [
6605                 "PSR-11",
6606                 "container",
6607                 "container-interface",
6608                 "container-interop",
6609                 "psr"
6610             ],
6611             "support": {
6612                 "issues": "https://github.com/php-fig/container/issues",
6613                 "source": "https://github.com/php-fig/container/tree/1.1.2"
6614             },
6615             "time": "2021-11-05T16:50:12+00:00"
6616         },
6617         {
6618             "name": "psr/event-dispatcher",
6619             "version": "1.0.0",
6620             "source": {
6621                 "type": "git",
6622                 "url": "https://github.com/php-fig/event-dispatcher.git",
6623                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
6624             },
6625             "dist": {
6626                 "type": "zip",
6627                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
6628                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
6629                 "shasum": ""
6630             },
6631             "require": {
6632                 "php": ">=7.2.0"
6633             },
6634             "type": "library",
6635             "extra": {
6636                 "branch-alias": {
6637                     "dev-master": "1.0.x-dev"
6638                 }
6639             },
6640             "autoload": {
6641                 "psr-4": {
6642                     "Psr\\EventDispatcher\\": "src/"
6643                 }
6644             },
6645             "notification-url": "https://packagist.org/downloads/",
6646             "license": [
6647                 "MIT"
6648             ],
6649             "authors": [
6650                 {
6651                     "name": "PHP-FIG",
6652                     "homepage": "http://www.php-fig.org/"
6653                 }
6654             ],
6655             "description": "Standard interfaces for event handling.",
6656             "keywords": [
6657                 "events",
6658                 "psr",
6659                 "psr-14"
6660             ],
6661             "support": {
6662                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
6663                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
6664             },
6665             "time": "2019-01-08T18:20:26+00:00"
6666         },
6667         {
6668             "name": "psr/http-client",
6669             "version": "1.0.2",
6670             "source": {
6671                 "type": "git",
6672                 "url": "https://github.com/php-fig/http-client.git",
6673                 "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
6674             },
6675             "dist": {
6676                 "type": "zip",
6677                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
6678                 "reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
6679                 "shasum": ""
6680             },
6681             "require": {
6682                 "php": "^7.0 || ^8.0",
6683                 "psr/http-message": "^1.0 || ^2.0"
6684             },
6685             "type": "library",
6686             "extra": {
6687                 "branch-alias": {
6688                     "dev-master": "1.0.x-dev"
6689                 }
6690             },
6691             "autoload": {
6692                 "psr-4": {
6693                     "Psr\\Http\\Client\\": "src/"
6694                 }
6695             },
6696             "notification-url": "https://packagist.org/downloads/",
6697             "license": [
6698                 "MIT"
6699             ],
6700             "authors": [
6701                 {
6702                     "name": "PHP-FIG",
6703                     "homepage": "https://www.php-fig.org/"
6704                 }
6705             ],
6706             "description": "Common interface for HTTP clients",
6707             "homepage": "https://github.com/php-fig/http-client",
6708             "keywords": [
6709                 "http",
6710                 "http-client",
6711                 "psr",
6712                 "psr-18"
6713             ],
6714             "support": {
6715                 "source": "https://github.com/php-fig/http-client/tree/1.0.2"
6716             },
6717             "time": "2023-04-10T20:12:12+00:00"
6718         },
6719         {
6720             "name": "psr/http-factory",
6721             "version": "1.0.2",
6722             "source": {
6723                 "type": "git",
6724                 "url": "https://github.com/php-fig/http-factory.git",
6725                 "reference": "e616d01114759c4c489f93b099585439f795fe35"
6726             },
6727             "dist": {
6728                 "type": "zip",
6729                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
6730                 "reference": "e616d01114759c4c489f93b099585439f795fe35",
6731                 "shasum": ""
6732             },
6733             "require": {
6734                 "php": ">=7.0.0",
6735                 "psr/http-message": "^1.0 || ^2.0"
6736             },
6737             "type": "library",
6738             "extra": {
6739                 "branch-alias": {
6740                     "dev-master": "1.0.x-dev"
6741                 }
6742             },
6743             "autoload": {
6744                 "psr-4": {
6745                     "Psr\\Http\\Message\\": "src/"
6746                 }
6747             },
6748             "notification-url": "https://packagist.org/downloads/",
6749             "license": [
6750                 "MIT"
6751             ],
6752             "authors": [
6753                 {
6754                     "name": "PHP-FIG",
6755                     "homepage": "https://www.php-fig.org/"
6756                 }
6757             ],
6758             "description": "Common interfaces for PSR-7 HTTP message factories",
6759             "keywords": [
6760                 "factory",
6761                 "http",
6762                 "message",
6763                 "psr",
6764                 "psr-17",
6765                 "psr-7",
6766                 "request",
6767                 "response"
6768             ],
6769             "support": {
6770                 "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
6771             },
6772             "time": "2023-04-10T20:10:41+00:00"
6773         },
6774         {
6775             "name": "psr/http-message",
6776             "version": "1.1",
6777             "source": {
6778                 "type": "git",
6779                 "url": "https://github.com/php-fig/http-message.git",
6780                 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
6781             },
6782             "dist": {
6783                 "type": "zip",
6784                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
6785                 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
6786                 "shasum": ""
6787             },
6788             "require": {
6789                 "php": "^7.2 || ^8.0"
6790             },
6791             "type": "library",
6792             "extra": {
6793                 "branch-alias": {
6794                     "dev-master": "1.1.x-dev"
6795                 }
6796             },
6797             "autoload": {
6798                 "psr-4": {
6799                     "Psr\\Http\\Message\\": "src/"
6800                 }
6801             },
6802             "notification-url": "https://packagist.org/downloads/",
6803             "license": [
6804                 "MIT"
6805             ],
6806             "authors": [
6807                 {
6808                     "name": "PHP-FIG",
6809                     "homepage": "http://www.php-fig.org/"
6810                 }
6811             ],
6812             "description": "Common interface for HTTP messages",
6813             "homepage": "https://github.com/php-fig/http-message",
6814             "keywords": [
6815                 "http",
6816                 "http-message",
6817                 "psr",
6818                 "psr-7",
6819                 "request",
6820                 "response"
6821             ],
6822             "support": {
6823                 "source": "https://github.com/php-fig/http-message/tree/1.1"
6824             },
6825             "time": "2023-04-04T09:50:52+00:00"
6826         },
6827         {
6828             "name": "psr/log",
6829             "version": "1.1.4",
6830             "source": {
6831                 "type": "git",
6832                 "url": "https://github.com/php-fig/log.git",
6833                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
6834             },
6835             "dist": {
6836                 "type": "zip",
6837                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
6838                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
6839                 "shasum": ""
6840             },
6841             "require": {
6842                 "php": ">=5.3.0"
6843             },
6844             "type": "library",
6845             "extra": {
6846                 "branch-alias": {
6847                     "dev-master": "1.1.x-dev"
6848                 }
6849             },
6850             "autoload": {
6851                 "psr-4": {
6852                     "Psr\\Log\\": "Psr/Log/"
6853                 }
6854             },
6855             "notification-url": "https://packagist.org/downloads/",
6856             "license": [
6857                 "MIT"
6858             ],
6859             "authors": [
6860                 {
6861                     "name": "PHP-FIG",
6862                     "homepage": "https://www.php-fig.org/"
6863                 }
6864             ],
6865             "description": "Common interface for logging libraries",
6866             "homepage": "https://github.com/php-fig/log",
6867             "keywords": [
6868                 "log",
6869                 "psr",
6870                 "psr-3"
6871             ],
6872             "support": {
6873                 "source": "https://github.com/php-fig/log/tree/1.1.4"
6874             },
6875             "time": "2021-05-03T11:20:27+00:00"
6876         },
6877         {
6878             "name": "psr/simple-cache",
6879             "version": "3.0.0",
6880             "source": {
6881                 "type": "git",
6882                 "url": "https://github.com/php-fig/simple-cache.git",
6883                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
6884             },
6885             "dist": {
6886                 "type": "zip",
6887                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
6888                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
6889                 "shasum": ""
6890             },
6891             "require": {
6892                 "php": ">=8.0.0"
6893             },
6894             "type": "library",
6895             "extra": {
6896                 "branch-alias": {
6897                     "dev-master": "3.0.x-dev"
6898                 }
6899             },
6900             "autoload": {
6901                 "psr-4": {
6902                     "Psr\\SimpleCache\\": "src/"
6903                 }
6904             },
6905             "notification-url": "https://packagist.org/downloads/",
6906             "license": [
6907                 "MIT"
6908             ],
6909             "authors": [
6910                 {
6911                     "name": "PHP-FIG",
6912                     "homepage": "https://www.php-fig.org/"
6913                 }
6914             ],
6915             "description": "Common interfaces for simple caching",
6916             "keywords": [
6917                 "cache",
6918                 "caching",
6919                 "psr",
6920                 "psr-16",
6921                 "simple-cache"
6922             ],
6923             "support": {
6924                 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
6925             },
6926             "time": "2021-10-29T13:26:27+00:00"
6927         },
6928         {
6929             "name": "ralouphie/getallheaders",
6930             "version": "3.0.3",
6931             "source": {
6932                 "type": "git",
6933                 "url": "https://github.com/ralouphie/getallheaders.git",
6934                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
6935             },
6936             "dist": {
6937                 "type": "zip",
6938                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
6939                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
6940                 "shasum": ""
6941             },
6942             "require": {
6943                 "php": ">=5.6"
6944             },
6945             "require-dev": {
6946                 "php-coveralls/php-coveralls": "^2.1",
6947                 "phpunit/phpunit": "^5 || ^6.5"
6948             },
6949             "type": "library",
6950             "autoload": {
6951                 "files": [
6952                     "src/getallheaders.php"
6953                 ]
6954             },
6955             "notification-url": "https://packagist.org/downloads/",
6956             "license": [
6957                 "MIT"
6958             ],
6959             "authors": [
6960                 {
6961                     "name": "Ralph Khattar",
6962                     "email": "ralph.khattar@gmail.com"
6963                 }
6964             ],
6965             "description": "A polyfill for getallheaders.",
6966             "support": {
6967                 "issues": "https://github.com/ralouphie/getallheaders/issues",
6968                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
6969             },
6970             "time": "2019-03-08T08:55:37+00:00"
6971         },
6972         {
6973             "name": "ramsey/collection",
6974             "version": "1.3.0",
6975             "source": {
6976                 "type": "git",
6977                 "url": "https://github.com/ramsey/collection.git",
6978                 "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4"
6979             },
6980             "dist": {
6981                 "type": "zip",
6982                 "url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4",
6983                 "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4",
6984                 "shasum": ""
6985             },
6986             "require": {
6987                 "php": "^7.4 || ^8.0",
6988                 "symfony/polyfill-php81": "^1.23"
6989             },
6990             "require-dev": {
6991                 "captainhook/plugin-composer": "^5.3",
6992                 "ergebnis/composer-normalize": "^2.28.3",
6993                 "fakerphp/faker": "^1.21",
6994                 "hamcrest/hamcrest-php": "^2.0",
6995                 "jangregor/phpstan-prophecy": "^1.0",
6996                 "mockery/mockery": "^1.5",
6997                 "php-parallel-lint/php-console-highlighter": "^1.0",
6998                 "php-parallel-lint/php-parallel-lint": "^1.3",
6999                 "phpcsstandards/phpcsutils": "^1.0.0-rc1",
7000                 "phpspec/prophecy-phpunit": "^2.0",
7001                 "phpstan/extension-installer": "^1.2",
7002                 "phpstan/phpstan": "^1.9",
7003                 "phpstan/phpstan-mockery": "^1.1",
7004                 "phpstan/phpstan-phpunit": "^1.3",
7005                 "phpunit/phpunit": "^9.5",
7006                 "psalm/plugin-mockery": "^1.1",
7007                 "psalm/plugin-phpunit": "^0.18.4",
7008                 "ramsey/coding-standard": "^2.0.3",
7009                 "ramsey/conventional-commits": "^1.3",
7010                 "vimeo/psalm": "^5.4"
7011             },
7012             "type": "library",
7013             "extra": {
7014                 "captainhook": {
7015                     "force-install": true
7016                 },
7017                 "ramsey/conventional-commits": {
7018                     "configFile": "conventional-commits.json"
7019                 }
7020             },
7021             "autoload": {
7022                 "psr-4": {
7023                     "Ramsey\\Collection\\": "src/"
7024                 }
7025             },
7026             "notification-url": "https://packagist.org/downloads/",
7027             "license": [
7028                 "MIT"
7029             ],
7030             "authors": [
7031                 {
7032                     "name": "Ben Ramsey",
7033                     "email": "ben@benramsey.com",
7034                     "homepage": "https://benramsey.com"
7035                 }
7036             ],
7037             "description": "A PHP library for representing and manipulating collections.",
7038             "keywords": [
7039                 "array",
7040                 "collection",
7041                 "hash",
7042                 "map",
7043                 "queue",
7044                 "set"
7045             ],
7046             "support": {
7047                 "issues": "https://github.com/ramsey/collection/issues",
7048                 "source": "https://github.com/ramsey/collection/tree/1.3.0"
7049             },
7050             "funding": [
7051                 {
7052                     "url": "https://github.com/ramsey",
7053                     "type": "github"
7054                 },
7055                 {
7056                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
7057                     "type": "tidelift"
7058                 }
7059             ],
7060             "time": "2022-12-27T19:12:24+00:00"
7061         },
7062         {
7063             "name": "ramsey/uuid",
7064             "version": "4.7.3",
7065             "source": {
7066                 "type": "git",
7067                 "url": "https://github.com/ramsey/uuid.git",
7068                 "reference": "433b2014e3979047db08a17a205f410ba3869cf2"
7069             },
7070             "dist": {
7071                 "type": "zip",
7072                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/433b2014e3979047db08a17a205f410ba3869cf2",
7073                 "reference": "433b2014e3979047db08a17a205f410ba3869cf2",
7074                 "shasum": ""
7075             },
7076             "require": {
7077                 "brick/math": "^0.8.8 || ^0.9 || ^0.10",
7078                 "ext-json": "*",
7079                 "php": "^8.0",
7080                 "ramsey/collection": "^1.2 || ^2.0"
7081             },
7082             "replace": {
7083                 "rhumsaa/uuid": "self.version"
7084             },
7085             "require-dev": {
7086                 "captainhook/captainhook": "^5.10",
7087                 "captainhook/plugin-composer": "^5.3",
7088                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
7089                 "doctrine/annotations": "^1.8",
7090                 "ergebnis/composer-normalize": "^2.15",
7091                 "mockery/mockery": "^1.3",
7092                 "paragonie/random-lib": "^2",
7093                 "php-mock/php-mock": "^2.2",
7094                 "php-mock/php-mock-mockery": "^1.3",
7095                 "php-parallel-lint/php-parallel-lint": "^1.1",
7096                 "phpbench/phpbench": "^1.0",
7097                 "phpstan/extension-installer": "^1.1",
7098                 "phpstan/phpstan": "^1.8",
7099                 "phpstan/phpstan-mockery": "^1.1",
7100                 "phpstan/phpstan-phpunit": "^1.1",
7101                 "phpunit/phpunit": "^8.5 || ^9",
7102                 "ramsey/composer-repl": "^1.4",
7103                 "slevomat/coding-standard": "^8.4",
7104                 "squizlabs/php_codesniffer": "^3.5",
7105                 "vimeo/psalm": "^4.9"
7106             },
7107             "suggest": {
7108                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
7109                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
7110                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
7111                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7112                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7113             },
7114             "type": "library",
7115             "extra": {
7116                 "captainhook": {
7117                     "force-install": true
7118                 }
7119             },
7120             "autoload": {
7121                 "files": [
7122                     "src/functions.php"
7123                 ],
7124                 "psr-4": {
7125                     "Ramsey\\Uuid\\": "src/"
7126                 }
7127             },
7128             "notification-url": "https://packagist.org/downloads/",
7129             "license": [
7130                 "MIT"
7131             ],
7132             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
7133             "keywords": [
7134                 "guid",
7135                 "identifier",
7136                 "uuid"
7137             ],
7138             "support": {
7139                 "issues": "https://github.com/ramsey/uuid/issues",
7140                 "source": "https://github.com/ramsey/uuid/tree/4.7.3"
7141             },
7142             "funding": [
7143                 {
7144                     "url": "https://github.com/ramsey",
7145                     "type": "github"
7146                 },
7147                 {
7148                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
7149                     "type": "tidelift"
7150                 }
7151             ],
7152             "time": "2023-01-12T18:13:24+00:00"
7153         },
7154         {
7155             "name": "robthree/twofactorauth",
7156             "version": "1.8.2",
7157             "source": {
7158                 "type": "git",
7159                 "url": "https://github.com/RobThree/TwoFactorAuth.git",
7160                 "reference": "65681de5a324eae05140ac58b08648a60212afc0"
7161             },
7162             "dist": {
7163                 "type": "zip",
7164                 "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/65681de5a324eae05140ac58b08648a60212afc0",
7165                 "reference": "65681de5a324eae05140ac58b08648a60212afc0",
7166                 "shasum": ""
7167             },
7168             "require": {
7169                 "php": ">=5.6.0"
7170             },
7171             "require-dev": {
7172                 "php-parallel-lint/php-parallel-lint": "^1.2",
7173                 "phpunit/phpunit": "@stable"
7174             },
7175             "suggest": {
7176                 "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
7177                 "endroid/qr-code": "Needed for EndroidQrCodeProvider"
7178             },
7179             "type": "library",
7180             "autoload": {
7181                 "psr-4": {
7182                     "RobThree\\Auth\\": "lib"
7183                 }
7184             },
7185             "notification-url": "https://packagist.org/downloads/",
7186             "license": [
7187                 "MIT"
7188             ],
7189             "authors": [
7190                 {
7191                     "name": "Rob Janssen",
7192                     "homepage": "http://robiii.me",
7193                     "role": "Developer"
7194                 }
7195             ],
7196             "description": "Two Factor Authentication",
7197             "homepage": "https://github.com/RobThree/TwoFactorAuth",
7198             "keywords": [
7199                 "Authentication",
7200                 "MFA",
7201                 "Multi Factor Authentication",
7202                 "Two Factor Authentication",
7203                 "authenticator",
7204                 "authy",
7205                 "php",
7206                 "tfa"
7207             ],
7208             "support": {
7209                 "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
7210                 "source": "https://github.com/RobThree/TwoFactorAuth"
7211             },
7212             "funding": [
7213                 {
7214                     "url": "https://paypal.me/robiii",
7215                     "type": "custom"
7216                 },
7217                 {
7218                     "url": "https://github.com/RobThree",
7219                     "type": "github"
7220                 }
7221             ],
7222             "time": "2022-03-22T16:11:07+00:00"
7223         },
7224         {
7225             "name": "rospdf/pdf-php",
7226             "version": "0.12.65",
7227             "source": {
7228                 "type": "git",
7229                 "url": "https://github.com/rospdf/pdf-php.git",
7230                 "reference": "d9d468977260538ca999cbf561cae690d8330c4b"
7231             },
7232             "dist": {
7233                 "type": "zip",
7234                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/d9d468977260538ca999cbf561cae690d8330c4b",
7235                 "reference": "d9d468977260538ca999cbf561cae690d8330c4b",
7236                 "shasum": ""
7237             },
7238             "require": {
7239                 "php": ">=5.6.0"
7240             },
7241             "require-dev": {
7242                 "phpcompatibility/php-compatibility": "^9.3",
7243                 "phpunit/phpunit": "^9.5",
7244                 "squizlabs/php_codesniffer": "^3.7"
7245             },
7246             "type": "library",
7247             "extra": {
7248                 "branch-alias": {
7249                     "dev-experimental": "0.13.x-dev",
7250                     "dev-master": "0.12.x-dev"
7251                 }
7252             },
7253             "autoload": {
7254                 "files": [
7255                     "src/Cpdf.php",
7256                     "src/Cezpdf.php"
7257                 ]
7258             },
7259             "notification-url": "https://packagist.org/downloads/",
7260             "license": [
7261                 "MIT"
7262             ],
7263             "authors": [
7264                 {
7265                     "name": "Ole Koeckemann",
7266                     "email": "ole.k@web.de",
7267                     "role": "Project Head / Developer"
7268                 },
7269                 {
7270                     "name": "Lars Olesen",
7271                     "email": "lars@intraface.dk",
7272                     "role": "Developer"
7273                 },
7274                 {
7275                     "name": "Sune Jensen",
7276                     "email": "sj@sunet.dk",
7277                     "role": "Developer"
7278                 },
7279                 {
7280                     "name": "Nicola Asuni",
7281                     "email": "info@tecnick.com",
7282                     "role": "Developer"
7283                 },
7284                 {
7285                     "name": "Wayne Munro",
7286                     "email": "pdf@ros.co.nz",
7287                     "role": "Founder / Inactive"
7288                 }
7289             ],
7290             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
7291             "homepage": "https://github.com/rospdf/pdf-php",
7292             "support": {
7293                 "issues": "https://github.com/rospdf/pdf-php/issues",
7294                 "source": "https://github.com/rospdf/pdf-php/tree/0.12.65"
7295             },
7296             "time": "2022-11-16T17:07:58+00:00"
7297         },
7298         {
7299             "name": "sabberworm/php-css-parser",
7300             "version": "8.4.0",
7301             "source": {
7302                 "type": "git",
7303                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
7304                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
7305             },
7306             "dist": {
7307                 "type": "zip",
7308                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
7309                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
7310                 "shasum": ""
7311             },
7312             "require": {
7313                 "ext-iconv": "*",
7314                 "php": ">=5.6.20"
7315             },
7316             "require-dev": {
7317                 "codacy/coverage": "^1.4",
7318                 "phpunit/phpunit": "^4.8.36"
7319             },
7320             "suggest": {
7321                 "ext-mbstring": "for parsing UTF-8 CSS"
7322             },
7323             "type": "library",
7324             "autoload": {
7325                 "psr-4": {
7326                     "Sabberworm\\CSS\\": "src/"
7327                 }
7328             },
7329             "notification-url": "https://packagist.org/downloads/",
7330             "license": [
7331                 "MIT"
7332             ],
7333             "authors": [
7334                 {
7335                     "name": "Raphael Schweikert"
7336                 }
7337             ],
7338             "description": "Parser for CSS Files written in PHP",
7339             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
7340             "keywords": [
7341                 "css",
7342                 "parser",
7343                 "stylesheet"
7344             ],
7345             "support": {
7346                 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
7347                 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
7348             },
7349             "time": "2021-12-11T13:40:54+00:00"
7350         },
7351         {
7352             "name": "setasign/fpdi",
7353             "version": "v2.3.7",
7354             "source": {
7355                 "type": "git",
7356                 "url": "https://github.com/Setasign/FPDI.git",
7357                 "reference": "bccc892d5fa1f48c43f8ba7db5ed4ba6f30c8c05"
7358             },
7359             "dist": {
7360                 "type": "zip",
7361                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/bccc892d5fa1f48c43f8ba7db5ed4ba6f30c8c05",
7362                 "reference": "bccc892d5fa1f48c43f8ba7db5ed4ba6f30c8c05",
7363                 "shasum": ""
7364             },
7365             "require": {
7366                 "ext-zlib": "*",
7367                 "php": "^5.6 || ^7.0 || ^8.0"
7368             },
7369             "conflict": {
7370                 "setasign/tfpdf": "<1.31"
7371             },
7372             "require-dev": {
7373                 "phpunit/phpunit": "~5.7",
7374                 "setasign/fpdf": "~1.8",
7375                 "setasign/tfpdf": "1.31",
7376                 "squizlabs/php_codesniffer": "^3.5",
7377                 "tecnickcom/tcpdf": "~6.2"
7378             },
7379             "suggest": {
7380                 "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."
7381             },
7382             "type": "library",
7383             "autoload": {
7384                 "psr-4": {
7385                     "setasign\\Fpdi\\": "src/"
7386                 }
7387             },
7388             "notification-url": "https://packagist.org/downloads/",
7389             "license": [
7390                 "MIT"
7391             ],
7392             "authors": [
7393                 {
7394                     "name": "Jan Slabon",
7395                     "email": "jan.slabon@setasign.com",
7396                     "homepage": "https://www.setasign.com"
7397                 },
7398                 {
7399                     "name": "Maximilian Kresse",
7400                     "email": "maximilian.kresse@setasign.com",
7401                     "homepage": "https://www.setasign.com"
7402                 }
7403             ],
7404             "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.",
7405             "homepage": "https://www.setasign.com/fpdi",
7406             "keywords": [
7407                 "fpdf",
7408                 "fpdi",
7409                 "pdf"
7410             ],
7411             "support": {
7412                 "issues": "https://github.com/Setasign/FPDI/issues",
7413                 "source": "https://github.com/Setasign/FPDI/tree/v2.3.7"
7414             },
7415             "funding": [
7416                 {
7417                     "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
7418                     "type": "tidelift"
7419                 }
7420             ],
7421             "time": "2023-02-09T10:38:43+00:00"
7422         },
7423         {
7424             "name": "smarty/smarty",
7425             "version": "v4.3.1",
7426             "source": {
7427                 "type": "git",
7428                 "url": "https://github.com/smarty-php/smarty.git",
7429                 "reference": "e28cb0915b4e3749bf57d4ebae2984e25395cfe5"
7430             },
7431             "dist": {
7432                 "type": "zip",
7433                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/e28cb0915b4e3749bf57d4ebae2984e25395cfe5",
7434                 "reference": "e28cb0915b4e3749bf57d4ebae2984e25395cfe5",
7435                 "shasum": ""
7436             },
7437             "require": {
7438                 "php": "^7.1 || ^8.0"
7439             },
7440             "require-dev": {
7441                 "phpunit/phpunit": "^8.5 || ^7.5",
7442                 "smarty/smarty-lexer": "^3.1"
7443             },
7444             "type": "library",
7445             "extra": {
7446                 "branch-alias": {
7447                     "dev-master": "4.0.x-dev"
7448                 }
7449             },
7450             "autoload": {
7451                 "classmap": [
7452                     "libs/"
7453                 ]
7454             },
7455             "notification-url": "https://packagist.org/downloads/",
7456             "license": [
7457                 "LGPL-3.0"
7458             ],
7459             "authors": [
7460                 {
7461                     "name": "Monte Ohrt",
7462                     "email": "monte@ohrt.com"
7463                 },
7464                 {
7465                     "name": "Uwe Tews",
7466                     "email": "uwe.tews@googlemail.com"
7467                 },
7468                 {
7469                     "name": "Rodney Rehm",
7470                     "email": "rodney.rehm@medialize.de"
7471                 },
7472                 {
7473                     "name": "Simon Wisselink",
7474                     "homepage": "https://www.iwink.nl/"
7475                 }
7476             ],
7477             "description": "Smarty - the compiling PHP template engine",
7478             "homepage": "https://smarty-php.github.io/smarty/",
7479             "keywords": [
7480                 "templating"
7481             ],
7482             "support": {
7483                 "forum": "https://github.com/smarty-php/smarty/discussions",
7484                 "issues": "https://github.com/smarty-php/smarty/issues",
7485                 "source": "https://github.com/smarty-php/smarty/tree/v4.3.1"
7486             },
7487             "time": "2023-03-28T19:47:03+00:00"
7488         },
7489         {
7490             "name": "stella-maris/clock",
7491             "version": "0.1.7",
7492             "source": {
7493                 "type": "git",
7494                 "url": "https://github.com/stella-maris-solutions/clock.git",
7495                 "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8"
7496             },
7497             "dist": {
7498                 "type": "zip",
7499                 "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8",
7500                 "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8",
7501                 "shasum": ""
7502             },
7503             "require": {
7504                 "php": "^7.0|^8.0",
7505                 "psr/clock": "^1.0"
7506             },
7507             "type": "library",
7508             "autoload": {
7509                 "psr-4": {
7510                     "StellaMaris\\Clock\\": "src"
7511                 }
7512             },
7513             "notification-url": "https://packagist.org/downloads/",
7514             "license": [
7515                 "MIT"
7516             ],
7517             "authors": [
7518                 {
7519                     "name": "Andreas Heigl",
7520                     "role": "Maintainer"
7521                 }
7522             ],
7523             "description": "A pre-release of the proposed PSR-20 Clock-Interface",
7524             "homepage": "https://gitlab.com/stella-maris/clock",
7525             "keywords": [
7526                 "clock",
7527                 "datetime",
7528                 "point in time",
7529                 "psr20"
7530             ],
7531             "support": {
7532                 "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7"
7533             },
7534             "time": "2022-11-25T16:15:06+00:00"
7535         },
7536         {
7537             "name": "steverhoades/oauth2-openid-connect-server",
7538             "version": "v2.5.0",
7539             "source": {
7540                 "type": "git",
7541                 "url": "https://github.com/steverhoades/oauth2-openid-connect-server.git",
7542                 "reference": "23381585ebb410ffa11ca9eb0fdba3895fb23119"
7543             },
7544             "dist": {
7545                 "type": "zip",
7546                 "url": "https://api.github.com/repos/steverhoades/oauth2-openid-connect-server/zipball/23381585ebb410ffa11ca9eb0fdba3895fb23119",
7547                 "reference": "23381585ebb410ffa11ca9eb0fdba3895fb23119",
7548                 "shasum": ""
7549             },
7550             "require": {
7551                 "lcobucci/jwt": "4.1.5|^4.2",
7552                 "league/oauth2-server": "^5.1|^6.0|^7.0|^8.0"
7553             },
7554             "require-dev": {
7555                 "laminas/laminas-diactoros": "^1.3.2",
7556                 "phpunit/phpunit": "^5.0|^9.5"
7557             },
7558             "type": "library",
7559             "autoload": {
7560                 "psr-4": {
7561                     "OpenIDConnectServer\\": "src/"
7562                 }
7563             },
7564             "notification-url": "https://packagist.org/downloads/",
7565             "license": [
7566                 "MIT"
7567             ],
7568             "authors": [
7569                 {
7570                     "name": "Steve Rhoades",
7571                     "email": "sedonami@gmail.com"
7572                 }
7573             ],
7574             "description": "An OpenID Connect Server that sites on The PHP League's OAuth2 Server",
7575             "support": {
7576                 "issues": "https://github.com/steverhoades/oauth2-openid-connect-server/issues",
7577                 "source": "https://github.com/steverhoades/oauth2-openid-connect-server/tree/v2.5.0"
7578             },
7579             "time": "2023-01-19T16:49:09+00:00"
7580         },
7581         {
7582             "name": "stripe/stripe-php",
7583             "version": "v7.128.0",
7584             "source": {
7585                 "type": "git",
7586                 "url": "https://github.com/stripe/stripe-php.git",
7587                 "reference": "c704949c49b72985c76cc61063aa26fefbd2724e"
7588             },
7589             "dist": {
7590                 "type": "zip",
7591                 "url": "https://api.github.com/repos/stripe/stripe-php/zipball/c704949c49b72985c76cc61063aa26fefbd2724e",
7592                 "reference": "c704949c49b72985c76cc61063aa26fefbd2724e",
7593                 "shasum": ""
7594             },
7595             "require": {
7596                 "ext-curl": "*",
7597                 "ext-json": "*",
7598                 "ext-mbstring": "*",
7599                 "php": ">=5.6.0"
7600             },
7601             "require-dev": {
7602                 "friendsofphp/php-cs-fixer": "3.5.0",
7603                 "phpstan/phpstan": "^1.2",
7604                 "phpunit/phpunit": "^5.7 || ^9.0",
7605                 "squizlabs/php_codesniffer": "^3.3"
7606             },
7607             "type": "library",
7608             "extra": {
7609                 "branch-alias": {
7610                     "dev-master": "2.0-dev"
7611                 }
7612             },
7613             "autoload": {
7614                 "psr-4": {
7615                     "Stripe\\": "lib/"
7616                 }
7617             },
7618             "notification-url": "https://packagist.org/downloads/",
7619             "license": [
7620                 "MIT"
7621             ],
7622             "authors": [
7623                 {
7624                     "name": "Stripe and contributors",
7625                     "homepage": "https://github.com/stripe/stripe-php/contributors"
7626                 }
7627             ],
7628             "description": "Stripe PHP Library",
7629             "homepage": "https://stripe.com/",
7630             "keywords": [
7631                 "api",
7632                 "payment processing",
7633                 "stripe"
7634             ],
7635             "support": {
7636                 "issues": "https://github.com/stripe/stripe-php/issues",
7637                 "source": "https://github.com/stripe/stripe-php/tree/v7.128.0"
7638             },
7639             "time": "2022-05-05T17:18:02+00:00"
7640         },
7641         {
7642             "name": "symfony/config",
7643             "version": "v5.4.21",
7644             "source": {
7645                 "type": "git",
7646                 "url": "https://github.com/symfony/config.git",
7647                 "reference": "2a6b1111d038adfa15d52c0871e540f3b352d1e4"
7648             },
7649             "dist": {
7650                 "type": "zip",
7651                 "url": "https://api.github.com/repos/symfony/config/zipball/2a6b1111d038adfa15d52c0871e540f3b352d1e4",
7652                 "reference": "2a6b1111d038adfa15d52c0871e540f3b352d1e4",
7653                 "shasum": ""
7654             },
7655             "require": {
7656                 "php": ">=7.2.5",
7657                 "symfony/deprecation-contracts": "^2.1|^3",
7658                 "symfony/filesystem": "^4.4|^5.0|^6.0",
7659                 "symfony/polyfill-ctype": "~1.8",
7660                 "symfony/polyfill-php80": "^1.16",
7661                 "symfony/polyfill-php81": "^1.22"
7662             },
7663             "conflict": {
7664                 "symfony/finder": "<4.4"
7665             },
7666             "require-dev": {
7667                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
7668                 "symfony/finder": "^4.4|^5.0|^6.0",
7669                 "symfony/messenger": "^4.4|^5.0|^6.0",
7670                 "symfony/service-contracts": "^1.1|^2|^3",
7671                 "symfony/yaml": "^4.4|^5.0|^6.0"
7672             },
7673             "suggest": {
7674                 "symfony/yaml": "To use the yaml reference dumper"
7675             },
7676             "type": "library",
7677             "autoload": {
7678                 "psr-4": {
7679                     "Symfony\\Component\\Config\\": ""
7680                 },
7681                 "exclude-from-classmap": [
7682                     "/Tests/"
7683                 ]
7684             },
7685             "notification-url": "https://packagist.org/downloads/",
7686             "license": [
7687                 "MIT"
7688             ],
7689             "authors": [
7690                 {
7691                     "name": "Fabien Potencier",
7692                     "email": "fabien@symfony.com"
7693                 },
7694                 {
7695                     "name": "Symfony Community",
7696                     "homepage": "https://symfony.com/contributors"
7697                 }
7698             ],
7699             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
7700             "homepage": "https://symfony.com",
7701             "support": {
7702                 "source": "https://github.com/symfony/config/tree/v5.4.21"
7703             },
7704             "funding": [
7705                 {
7706                     "url": "https://symfony.com/sponsor",
7707                     "type": "custom"
7708                 },
7709                 {
7710                     "url": "https://github.com/fabpot",
7711                     "type": "github"
7712                 },
7713                 {
7714                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7715                     "type": "tidelift"
7716                 }
7717             ],
7718             "time": "2023-02-14T08:03:56+00:00"
7719         },
7720         {
7721             "name": "symfony/console",
7722             "version": "v5.4.21",
7723             "source": {
7724                 "type": "git",
7725                 "url": "https://github.com/symfony/console.git",
7726                 "reference": "c77433ddc6cdc689caf48065d9ea22ca0853fbd9"
7727             },
7728             "dist": {
7729                 "type": "zip",
7730                 "url": "https://api.github.com/repos/symfony/console/zipball/c77433ddc6cdc689caf48065d9ea22ca0853fbd9",
7731                 "reference": "c77433ddc6cdc689caf48065d9ea22ca0853fbd9",
7732                 "shasum": ""
7733             },
7734             "require": {
7735                 "php": ">=7.2.5",
7736                 "symfony/deprecation-contracts": "^2.1|^3",
7737                 "symfony/polyfill-mbstring": "~1.0",
7738                 "symfony/polyfill-php73": "^1.9",
7739                 "symfony/polyfill-php80": "^1.16",
7740                 "symfony/service-contracts": "^1.1|^2|^3",
7741                 "symfony/string": "^5.1|^6.0"
7742             },
7743             "conflict": {
7744                 "psr/log": ">=3",
7745                 "symfony/dependency-injection": "<4.4",
7746                 "symfony/dotenv": "<5.1",
7747                 "symfony/event-dispatcher": "<4.4",
7748                 "symfony/lock": "<4.4",
7749                 "symfony/process": "<4.4"
7750             },
7751             "provide": {
7752                 "psr/log-implementation": "1.0|2.0"
7753             },
7754             "require-dev": {
7755                 "psr/log": "^1|^2",
7756                 "symfony/config": "^4.4|^5.0|^6.0",
7757                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
7758                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
7759                 "symfony/lock": "^4.4|^5.0|^6.0",
7760                 "symfony/process": "^4.4|^5.0|^6.0",
7761                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
7762             },
7763             "suggest": {
7764                 "psr/log": "For using the console logger",
7765                 "symfony/event-dispatcher": "",
7766                 "symfony/lock": "",
7767                 "symfony/process": ""
7768             },
7769             "type": "library",
7770             "autoload": {
7771                 "psr-4": {
7772                     "Symfony\\Component\\Console\\": ""
7773                 },
7774                 "exclude-from-classmap": [
7775                     "/Tests/"
7776                 ]
7777             },
7778             "notification-url": "https://packagist.org/downloads/",
7779             "license": [
7780                 "MIT"
7781             ],
7782             "authors": [
7783                 {
7784                     "name": "Fabien Potencier",
7785                     "email": "fabien@symfony.com"
7786                 },
7787                 {
7788                     "name": "Symfony Community",
7789                     "homepage": "https://symfony.com/contributors"
7790                 }
7791             ],
7792             "description": "Eases the creation of beautiful and testable command line interfaces",
7793             "homepage": "https://symfony.com",
7794             "keywords": [
7795                 "cli",
7796                 "command line",
7797                 "console",
7798                 "terminal"
7799             ],
7800             "support": {
7801                 "source": "https://github.com/symfony/console/tree/v5.4.21"
7802             },
7803             "funding": [
7804                 {
7805                     "url": "https://symfony.com/sponsor",
7806                     "type": "custom"
7807                 },
7808                 {
7809                     "url": "https://github.com/fabpot",
7810                     "type": "github"
7811                 },
7812                 {
7813                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7814                     "type": "tidelift"
7815                 }
7816             ],
7817             "time": "2023-02-25T16:59:41+00:00"
7818         },
7819         {
7820             "name": "symfony/dependency-injection",
7821             "version": "v5.4.21",
7822             "source": {
7823                 "type": "git",
7824                 "url": "https://github.com/symfony/dependency-injection.git",
7825                 "reference": "5bc403d96622cf0091abd92c939eadecd4d07f94"
7826             },
7827             "dist": {
7828                 "type": "zip",
7829                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5bc403d96622cf0091abd92c939eadecd4d07f94",
7830                 "reference": "5bc403d96622cf0091abd92c939eadecd4d07f94",
7831                 "shasum": ""
7832             },
7833             "require": {
7834                 "php": ">=7.2.5",
7835                 "psr/container": "^1.1.1",
7836                 "symfony/deprecation-contracts": "^2.1|^3",
7837                 "symfony/polyfill-php80": "^1.16",
7838                 "symfony/polyfill-php81": "^1.22",
7839                 "symfony/service-contracts": "^1.1.6|^2"
7840             },
7841             "conflict": {
7842                 "ext-psr": "<1.1|>=2",
7843                 "symfony/config": "<5.3",
7844                 "symfony/finder": "<4.4",
7845                 "symfony/proxy-manager-bridge": "<4.4",
7846                 "symfony/yaml": "<4.4.26"
7847             },
7848             "provide": {
7849                 "psr/container-implementation": "1.0",
7850                 "symfony/service-implementation": "1.0|2.0"
7851             },
7852             "require-dev": {
7853                 "symfony/config": "^5.3|^6.0",
7854                 "symfony/expression-language": "^4.4|^5.0|^6.0",
7855                 "symfony/yaml": "^4.4.26|^5.0|^6.0"
7856             },
7857             "suggest": {
7858                 "symfony/config": "",
7859                 "symfony/expression-language": "For using expressions in service container configuration",
7860                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
7861                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
7862                 "symfony/yaml": ""
7863             },
7864             "type": "library",
7865             "autoload": {
7866                 "psr-4": {
7867                     "Symfony\\Component\\DependencyInjection\\": ""
7868                 },
7869                 "exclude-from-classmap": [
7870                     "/Tests/"
7871                 ]
7872             },
7873             "notification-url": "https://packagist.org/downloads/",
7874             "license": [
7875                 "MIT"
7876             ],
7877             "authors": [
7878                 {
7879                     "name": "Fabien Potencier",
7880                     "email": "fabien@symfony.com"
7881                 },
7882                 {
7883                     "name": "Symfony Community",
7884                     "homepage": "https://symfony.com/contributors"
7885                 }
7886             ],
7887             "description": "Allows you to standardize and centralize the way objects are constructed in your application",
7888             "homepage": "https://symfony.com",
7889             "support": {
7890                 "source": "https://github.com/symfony/dependency-injection/tree/v5.4.21"
7891             },
7892             "funding": [
7893                 {
7894                     "url": "https://symfony.com/sponsor",
7895                     "type": "custom"
7896                 },
7897                 {
7898                     "url": "https://github.com/fabpot",
7899                     "type": "github"
7900                 },
7901                 {
7902                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7903                     "type": "tidelift"
7904                 }
7905             ],
7906             "time": "2023-02-16T09:33:00+00:00"
7907         },
7908         {
7909             "name": "symfony/deprecation-contracts",
7910             "version": "v2.5.2",
7911             "source": {
7912                 "type": "git",
7913                 "url": "https://github.com/symfony/deprecation-contracts.git",
7914                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
7915             },
7916             "dist": {
7917                 "type": "zip",
7918                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
7919                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
7920                 "shasum": ""
7921             },
7922             "require": {
7923                 "php": ">=7.1"
7924             },
7925             "type": "library",
7926             "extra": {
7927                 "branch-alias": {
7928                     "dev-main": "2.5-dev"
7929                 },
7930                 "thanks": {
7931                     "name": "symfony/contracts",
7932                     "url": "https://github.com/symfony/contracts"
7933                 }
7934             },
7935             "autoload": {
7936                 "files": [
7937                     "function.php"
7938                 ]
7939             },
7940             "notification-url": "https://packagist.org/downloads/",
7941             "license": [
7942                 "MIT"
7943             ],
7944             "authors": [
7945                 {
7946                     "name": "Nicolas Grekas",
7947                     "email": "p@tchwork.com"
7948                 },
7949                 {
7950                     "name": "Symfony Community",
7951                     "homepage": "https://symfony.com/contributors"
7952                 }
7953             ],
7954             "description": "A generic function and convention to trigger deprecation notices",
7955             "homepage": "https://symfony.com",
7956             "support": {
7957                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
7958             },
7959             "funding": [
7960                 {
7961                     "url": "https://symfony.com/sponsor",
7962                     "type": "custom"
7963                 },
7964                 {
7965                     "url": "https://github.com/fabpot",
7966                     "type": "github"
7967                 },
7968                 {
7969                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7970                     "type": "tidelift"
7971                 }
7972             ],
7973             "time": "2022-01-02T09:53:40+00:00"
7974         },
7975         {
7976             "name": "symfony/event-dispatcher",
7977             "version": "v5.4.21",
7978             "source": {
7979                 "type": "git",
7980                 "url": "https://github.com/symfony/event-dispatcher.git",
7981                 "reference": "f0ae1383a8285dfc6752b8d8602790953118ff5a"
7982             },
7983             "dist": {
7984                 "type": "zip",
7985                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f0ae1383a8285dfc6752b8d8602790953118ff5a",
7986                 "reference": "f0ae1383a8285dfc6752b8d8602790953118ff5a",
7987                 "shasum": ""
7988             },
7989             "require": {
7990                 "php": ">=7.2.5",
7991                 "symfony/deprecation-contracts": "^2.1|^3",
7992                 "symfony/event-dispatcher-contracts": "^2|^3",
7993                 "symfony/polyfill-php80": "^1.16"
7994             },
7995             "conflict": {
7996                 "symfony/dependency-injection": "<4.4"
7997             },
7998             "provide": {
7999                 "psr/event-dispatcher-implementation": "1.0",
8000                 "symfony/event-dispatcher-implementation": "2.0"
8001             },
8002             "require-dev": {
8003                 "psr/log": "^1|^2|^3",
8004                 "symfony/config": "^4.4|^5.0|^6.0",
8005                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
8006                 "symfony/error-handler": "^4.4|^5.0|^6.0",
8007                 "symfony/expression-language": "^4.4|^5.0|^6.0",
8008                 "symfony/http-foundation": "^4.4|^5.0|^6.0",
8009                 "symfony/service-contracts": "^1.1|^2|^3",
8010                 "symfony/stopwatch": "^4.4|^5.0|^6.0"
8011             },
8012             "suggest": {
8013                 "symfony/dependency-injection": "",
8014                 "symfony/http-kernel": ""
8015             },
8016             "type": "library",
8017             "autoload": {
8018                 "psr-4": {
8019                     "Symfony\\Component\\EventDispatcher\\": ""
8020                 },
8021                 "exclude-from-classmap": [
8022                     "/Tests/"
8023                 ]
8024             },
8025             "notification-url": "https://packagist.org/downloads/",
8026             "license": [
8027                 "MIT"
8028             ],
8029             "authors": [
8030                 {
8031                     "name": "Fabien Potencier",
8032                     "email": "fabien@symfony.com"
8033                 },
8034                 {
8035                     "name": "Symfony Community",
8036                     "homepage": "https://symfony.com/contributors"
8037                 }
8038             ],
8039             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
8040             "homepage": "https://symfony.com",
8041             "support": {
8042                 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.21"
8043             },
8044             "funding": [
8045                 {
8046                     "url": "https://symfony.com/sponsor",
8047                     "type": "custom"
8048                 },
8049                 {
8050                     "url": "https://github.com/fabpot",
8051                     "type": "github"
8052                 },
8053                 {
8054                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8055                     "type": "tidelift"
8056                 }
8057             ],
8058             "time": "2023-02-14T08:03:56+00:00"
8059         },
8060         {
8061             "name": "symfony/event-dispatcher-contracts",
8062             "version": "v2.5.2",
8063             "source": {
8064                 "type": "git",
8065                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
8066                 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
8067             },
8068             "dist": {
8069                 "type": "zip",
8070                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
8071                 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
8072                 "shasum": ""
8073             },
8074             "require": {
8075                 "php": ">=7.2.5",
8076                 "psr/event-dispatcher": "^1"
8077             },
8078             "suggest": {
8079                 "symfony/event-dispatcher-implementation": ""
8080             },
8081             "type": "library",
8082             "extra": {
8083                 "branch-alias": {
8084                     "dev-main": "2.5-dev"
8085                 },
8086                 "thanks": {
8087                     "name": "symfony/contracts",
8088                     "url": "https://github.com/symfony/contracts"
8089                 }
8090             },
8091             "autoload": {
8092                 "psr-4": {
8093                     "Symfony\\Contracts\\EventDispatcher\\": ""
8094                 }
8095             },
8096             "notification-url": "https://packagist.org/downloads/",
8097             "license": [
8098                 "MIT"
8099             ],
8100             "authors": [
8101                 {
8102                     "name": "Nicolas Grekas",
8103                     "email": "p@tchwork.com"
8104                 },
8105                 {
8106                     "name": "Symfony Community",
8107                     "homepage": "https://symfony.com/contributors"
8108                 }
8109             ],
8110             "description": "Generic abstractions related to dispatching event",
8111             "homepage": "https://symfony.com",
8112             "keywords": [
8113                 "abstractions",
8114                 "contracts",
8115                 "decoupling",
8116                 "interfaces",
8117                 "interoperability",
8118                 "standards"
8119             ],
8120             "support": {
8121                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
8122             },
8123             "funding": [
8124                 {
8125                     "url": "https://symfony.com/sponsor",
8126                     "type": "custom"
8127                 },
8128                 {
8129                     "url": "https://github.com/fabpot",
8130                     "type": "github"
8131                 },
8132                 {
8133                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8134                     "type": "tidelift"
8135                 }
8136             ],
8137             "time": "2022-01-02T09:53:40+00:00"
8138         },
8139         {
8140             "name": "symfony/filesystem",
8141             "version": "v5.4.21",
8142             "source": {
8143                 "type": "git",
8144                 "url": "https://github.com/symfony/filesystem.git",
8145                 "reference": "e75960b1bbfd2b8c9e483e0d74811d555ca3de9f"
8146             },
8147             "dist": {
8148                 "type": "zip",
8149                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/e75960b1bbfd2b8c9e483e0d74811d555ca3de9f",
8150                 "reference": "e75960b1bbfd2b8c9e483e0d74811d555ca3de9f",
8151                 "shasum": ""
8152             },
8153             "require": {
8154                 "php": ">=7.2.5",
8155                 "symfony/polyfill-ctype": "~1.8",
8156                 "symfony/polyfill-mbstring": "~1.8",
8157                 "symfony/polyfill-php80": "^1.16"
8158             },
8159             "type": "library",
8160             "autoload": {
8161                 "psr-4": {
8162                     "Symfony\\Component\\Filesystem\\": ""
8163                 },
8164                 "exclude-from-classmap": [
8165                     "/Tests/"
8166                 ]
8167             },
8168             "notification-url": "https://packagist.org/downloads/",
8169             "license": [
8170                 "MIT"
8171             ],
8172             "authors": [
8173                 {
8174                     "name": "Fabien Potencier",
8175                     "email": "fabien@symfony.com"
8176                 },
8177                 {
8178                     "name": "Symfony Community",
8179                     "homepage": "https://symfony.com/contributors"
8180                 }
8181             ],
8182             "description": "Provides basic utilities for the filesystem",
8183             "homepage": "https://symfony.com",
8184             "support": {
8185                 "source": "https://github.com/symfony/filesystem/tree/v5.4.21"
8186             },
8187             "funding": [
8188                 {
8189                     "url": "https://symfony.com/sponsor",
8190                     "type": "custom"
8191                 },
8192                 {
8193                     "url": "https://github.com/fabpot",
8194                     "type": "github"
8195                 },
8196                 {
8197                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8198                     "type": "tidelift"
8199                 }
8200             ],
8201             "time": "2023-02-14T08:03:56+00:00"
8202         },
8203         {
8204             "name": "symfony/finder",
8205             "version": "v5.4.21",
8206             "source": {
8207                 "type": "git",
8208                 "url": "https://github.com/symfony/finder.git",
8209                 "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19"
8210             },
8211             "dist": {
8212                 "type": "zip",
8213                 "url": "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19",
8214                 "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19",
8215                 "shasum": ""
8216             },
8217             "require": {
8218                 "php": ">=7.2.5",
8219                 "symfony/deprecation-contracts": "^2.1|^3",
8220                 "symfony/polyfill-php80": "^1.16"
8221             },
8222             "type": "library",
8223             "autoload": {
8224                 "psr-4": {
8225                     "Symfony\\Component\\Finder\\": ""
8226                 },
8227                 "exclude-from-classmap": [
8228                     "/Tests/"
8229                 ]
8230             },
8231             "notification-url": "https://packagist.org/downloads/",
8232             "license": [
8233                 "MIT"
8234             ],
8235             "authors": [
8236                 {
8237                     "name": "Fabien Potencier",
8238                     "email": "fabien@symfony.com"
8239                 },
8240                 {
8241                     "name": "Symfony Community",
8242                     "homepage": "https://symfony.com/contributors"
8243                 }
8244             ],
8245             "description": "Finds files and directories via an intuitive fluent interface",
8246             "homepage": "https://symfony.com",
8247             "support": {
8248                 "source": "https://github.com/symfony/finder/tree/v5.4.21"
8249             },
8250             "funding": [
8251                 {
8252                     "url": "https://symfony.com/sponsor",
8253                     "type": "custom"
8254                 },
8255                 {
8256                     "url": "https://github.com/fabpot",
8257                     "type": "github"
8258                 },
8259                 {
8260                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8261                     "type": "tidelift"
8262                 }
8263             ],
8264             "time": "2023-02-16T09:33:00+00:00"
8265         },
8266         {
8267             "name": "symfony/http-client",
8268             "version": "v5.4.21",
8269             "source": {
8270                 "type": "git",
8271                 "url": "https://github.com/symfony/http-client.git",
8272                 "reference": "6b88914a7f1bf144df15904f60a19be78a67a3b2"
8273             },
8274             "dist": {
8275                 "type": "zip",
8276                 "url": "https://api.github.com/repos/symfony/http-client/zipball/6b88914a7f1bf144df15904f60a19be78a67a3b2",
8277                 "reference": "6b88914a7f1bf144df15904f60a19be78a67a3b2",
8278                 "shasum": ""
8279             },
8280             "require": {
8281                 "php": ">=7.2.5",
8282                 "psr/log": "^1|^2|^3",
8283                 "symfony/deprecation-contracts": "^2.1|^3",
8284                 "symfony/http-client-contracts": "^2.4",
8285                 "symfony/polyfill-php73": "^1.11",
8286                 "symfony/polyfill-php80": "^1.16",
8287                 "symfony/service-contracts": "^1.0|^2|^3"
8288             },
8289             "provide": {
8290                 "php-http/async-client-implementation": "*",
8291                 "php-http/client-implementation": "*",
8292                 "psr/http-client-implementation": "1.0",
8293                 "symfony/http-client-implementation": "2.4"
8294             },
8295             "require-dev": {
8296                 "amphp/amp": "^2.5",
8297                 "amphp/http-client": "^4.2.1",
8298                 "amphp/http-tunnel": "^1.0",
8299                 "amphp/socket": "^1.1",
8300                 "guzzlehttp/promises": "^1.4",
8301                 "nyholm/psr7": "^1.0",
8302                 "php-http/httplug": "^1.0|^2.0",
8303                 "psr/http-client": "^1.0",
8304                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
8305                 "symfony/http-kernel": "^4.4.13|^5.1.5|^6.0",
8306                 "symfony/process": "^4.4|^5.0|^6.0",
8307                 "symfony/stopwatch": "^4.4|^5.0|^6.0"
8308             },
8309             "type": "library",
8310             "autoload": {
8311                 "psr-4": {
8312                     "Symfony\\Component\\HttpClient\\": ""
8313                 },
8314                 "exclude-from-classmap": [
8315                     "/Tests/"
8316                 ]
8317             },
8318             "notification-url": "https://packagist.org/downloads/",
8319             "license": [
8320                 "MIT"
8321             ],
8322             "authors": [
8323                 {
8324                     "name": "Nicolas Grekas",
8325                     "email": "p@tchwork.com"
8326                 },
8327                 {
8328                     "name": "Symfony Community",
8329                     "homepage": "https://symfony.com/contributors"
8330                 }
8331             ],
8332             "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
8333             "homepage": "https://symfony.com",
8334             "support": {
8335                 "source": "https://github.com/symfony/http-client/tree/v5.4.21"
8336             },
8337             "funding": [
8338                 {
8339                     "url": "https://symfony.com/sponsor",
8340                     "type": "custom"
8341                 },
8342                 {
8343                     "url": "https://github.com/fabpot",
8344                     "type": "github"
8345                 },
8346                 {
8347                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8348                     "type": "tidelift"
8349                 }
8350             ],
8351             "time": "2023-02-17T21:35:35+00:00"
8352         },
8353         {
8354             "name": "symfony/http-client-contracts",
8355             "version": "v2.5.2",
8356             "source": {
8357                 "type": "git",
8358                 "url": "https://github.com/symfony/http-client-contracts.git",
8359                 "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
8360             },
8361             "dist": {
8362                 "type": "zip",
8363                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
8364                 "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
8365                 "shasum": ""
8366             },
8367             "require": {
8368                 "php": ">=7.2.5"
8369             },
8370             "suggest": {
8371                 "symfony/http-client-implementation": ""
8372             },
8373             "type": "library",
8374             "extra": {
8375                 "branch-alias": {
8376                     "dev-main": "2.5-dev"
8377                 },
8378                 "thanks": {
8379                     "name": "symfony/contracts",
8380                     "url": "https://github.com/symfony/contracts"
8381                 }
8382             },
8383             "autoload": {
8384                 "psr-4": {
8385                     "Symfony\\Contracts\\HttpClient\\": ""
8386                 }
8387             },
8388             "notification-url": "https://packagist.org/downloads/",
8389             "license": [
8390                 "MIT"
8391             ],
8392             "authors": [
8393                 {
8394                     "name": "Nicolas Grekas",
8395                     "email": "p@tchwork.com"
8396                 },
8397                 {
8398                     "name": "Symfony Community",
8399                     "homepage": "https://symfony.com/contributors"
8400                 }
8401             ],
8402             "description": "Generic abstractions related to HTTP clients",
8403             "homepage": "https://symfony.com",
8404             "keywords": [
8405                 "abstractions",
8406                 "contracts",
8407                 "decoupling",
8408                 "interfaces",
8409                 "interoperability",
8410                 "standards"
8411             ],
8412             "support": {
8413                 "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2"
8414             },
8415             "funding": [
8416                 {
8417                     "url": "https://symfony.com/sponsor",
8418                     "type": "custom"
8419                 },
8420                 {
8421                     "url": "https://github.com/fabpot",
8422                     "type": "github"
8423                 },
8424                 {
8425                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8426                     "type": "tidelift"
8427                 }
8428             ],
8429             "time": "2022-04-12T15:48:08+00:00"
8430         },
8431         {
8432             "name": "symfony/http-foundation",
8433             "version": "v5.4.21",
8434             "source": {
8435                 "type": "git",
8436                 "url": "https://github.com/symfony/http-foundation.git",
8437                 "reference": "3bb6ee5582366c4176d5ce596b380117c8200bbf"
8438             },
8439             "dist": {
8440                 "type": "zip",
8441                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3bb6ee5582366c4176d5ce596b380117c8200bbf",
8442                 "reference": "3bb6ee5582366c4176d5ce596b380117c8200bbf",
8443                 "shasum": ""
8444             },
8445             "require": {
8446                 "php": ">=7.2.5",
8447                 "symfony/deprecation-contracts": "^2.1|^3",
8448                 "symfony/polyfill-mbstring": "~1.1",
8449                 "symfony/polyfill-php80": "^1.16"
8450             },
8451             "require-dev": {
8452                 "predis/predis": "~1.0",
8453                 "symfony/cache": "^4.4|^5.0|^6.0",
8454                 "symfony/dependency-injection": "^5.4|^6.0",
8455                 "symfony/expression-language": "^4.4|^5.0|^6.0",
8456                 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
8457                 "symfony/mime": "^4.4|^5.0|^6.0",
8458                 "symfony/rate-limiter": "^5.2|^6.0"
8459             },
8460             "suggest": {
8461                 "symfony/mime": "To use the file extension guesser"
8462             },
8463             "type": "library",
8464             "autoload": {
8465                 "psr-4": {
8466                     "Symfony\\Component\\HttpFoundation\\": ""
8467                 },
8468                 "exclude-from-classmap": [
8469                     "/Tests/"
8470                 ]
8471             },
8472             "notification-url": "https://packagist.org/downloads/",
8473             "license": [
8474                 "MIT"
8475             ],
8476             "authors": [
8477                 {
8478                     "name": "Fabien Potencier",
8479                     "email": "fabien@symfony.com"
8480                 },
8481                 {
8482                     "name": "Symfony Community",
8483                     "homepage": "https://symfony.com/contributors"
8484                 }
8485             ],
8486             "description": "Defines an object-oriented layer for the HTTP specification",
8487             "homepage": "https://symfony.com",
8488             "support": {
8489                 "source": "https://github.com/symfony/http-foundation/tree/v5.4.21"
8490             },
8491             "funding": [
8492                 {
8493                     "url": "https://symfony.com/sponsor",
8494                     "type": "custom"
8495                 },
8496                 {
8497                     "url": "https://github.com/fabpot",
8498                     "type": "github"
8499                 },
8500                 {
8501                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8502                     "type": "tidelift"
8503                 }
8504             ],
8505             "time": "2023-02-17T21:35:35+00:00"
8506         },
8507         {
8508             "name": "symfony/inflector",
8509             "version": "v5.4.21",
8510             "source": {
8511                 "type": "git",
8512                 "url": "https://github.com/symfony/inflector.git",
8513                 "reference": "d56964e2b19253ba331a829c20d911dd27aa61b6"
8514             },
8515             "dist": {
8516                 "type": "zip",
8517                 "url": "https://api.github.com/repos/symfony/inflector/zipball/d56964e2b19253ba331a829c20d911dd27aa61b6",
8518                 "reference": "d56964e2b19253ba331a829c20d911dd27aa61b6",
8519                 "shasum": ""
8520             },
8521             "require": {
8522                 "php": ">=7.2.5",
8523                 "symfony/deprecation-contracts": "^2.1|^3",
8524                 "symfony/polyfill-php80": "^1.16",
8525                 "symfony/string": "^5.3.10|^6.0"
8526             },
8527             "type": "library",
8528             "autoload": {
8529                 "psr-4": {
8530                     "Symfony\\Component\\Inflector\\": ""
8531                 },
8532                 "exclude-from-classmap": [
8533                     "/Tests/"
8534                 ]
8535             },
8536             "notification-url": "https://packagist.org/downloads/",
8537             "license": [
8538                 "MIT"
8539             ],
8540             "authors": [
8541                 {
8542                     "name": "Bernhard Schussek",
8543                     "email": "bschussek@gmail.com"
8544                 },
8545                 {
8546                     "name": "Symfony Community",
8547                     "homepage": "https://symfony.com/contributors"
8548                 }
8549             ],
8550             "description": "Converts words between their singular and plural forms (English only)",
8551             "homepage": "https://symfony.com",
8552             "keywords": [
8553                 "inflection",
8554                 "pluralize",
8555                 "singularize",
8556                 "string",
8557                 "symfony",
8558                 "words"
8559             ],
8560             "support": {
8561                 "source": "https://github.com/symfony/inflector/tree/v5.4.21"
8562             },
8563             "funding": [
8564                 {
8565                     "url": "https://symfony.com/sponsor",
8566                     "type": "custom"
8567                 },
8568                 {
8569                     "url": "https://github.com/fabpot",
8570                     "type": "github"
8571                 },
8572                 {
8573                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8574                     "type": "tidelift"
8575                 }
8576             ],
8577             "abandoned": "EnglishInflector from the String component",
8578             "time": "2023-02-14T08:03:56+00:00"
8579         },
8580         {
8581             "name": "symfony/polyfill-ctype",
8582             "version": "v1.27.0",
8583             "source": {
8584                 "type": "git",
8585                 "url": "https://github.com/symfony/polyfill-ctype.git",
8586                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
8587             },
8588             "dist": {
8589                 "type": "zip",
8590                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
8591                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
8592                 "shasum": ""
8593             },
8594             "require": {
8595                 "php": ">=7.1"
8596             },
8597             "provide": {
8598                 "ext-ctype": "*"
8599             },
8600             "suggest": {
8601                 "ext-ctype": "For best performance"
8602             },
8603             "type": "library",
8604             "extra": {
8605                 "branch-alias": {
8606                     "dev-main": "1.27-dev"
8607                 },
8608                 "thanks": {
8609                     "name": "symfony/polyfill",
8610                     "url": "https://github.com/symfony/polyfill"
8611                 }
8612             },
8613             "autoload": {
8614                 "files": [
8615                     "bootstrap.php"
8616                 ],
8617                 "psr-4": {
8618                     "Symfony\\Polyfill\\Ctype\\": ""
8619                 }
8620             },
8621             "notification-url": "https://packagist.org/downloads/",
8622             "license": [
8623                 "MIT"
8624             ],
8625             "authors": [
8626                 {
8627                     "name": "Gert de Pagter",
8628                     "email": "BackEndTea@gmail.com"
8629                 },
8630                 {
8631                     "name": "Symfony Community",
8632                     "homepage": "https://symfony.com/contributors"
8633                 }
8634             ],
8635             "description": "Symfony polyfill for ctype functions",
8636             "homepage": "https://symfony.com",
8637             "keywords": [
8638                 "compatibility",
8639                 "ctype",
8640                 "polyfill",
8641                 "portable"
8642             ],
8643             "support": {
8644                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
8645             },
8646             "funding": [
8647                 {
8648                     "url": "https://symfony.com/sponsor",
8649                     "type": "custom"
8650                 },
8651                 {
8652                     "url": "https://github.com/fabpot",
8653                     "type": "github"
8654                 },
8655                 {
8656                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8657                     "type": "tidelift"
8658                 }
8659             ],
8660             "time": "2022-11-03T14:55:06+00:00"
8661         },
8662         {
8663             "name": "symfony/polyfill-intl-grapheme",
8664             "version": "v1.27.0",
8665             "source": {
8666                 "type": "git",
8667                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
8668                 "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
8669             },
8670             "dist": {
8671                 "type": "zip",
8672                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
8673                 "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
8674                 "shasum": ""
8675             },
8676             "require": {
8677                 "php": ">=7.1"
8678             },
8679             "suggest": {
8680                 "ext-intl": "For best performance"
8681             },
8682             "type": "library",
8683             "extra": {
8684                 "branch-alias": {
8685                     "dev-main": "1.27-dev"
8686                 },
8687                 "thanks": {
8688                     "name": "symfony/polyfill",
8689                     "url": "https://github.com/symfony/polyfill"
8690                 }
8691             },
8692             "autoload": {
8693                 "files": [
8694                     "bootstrap.php"
8695                 ],
8696                 "psr-4": {
8697                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
8698                 }
8699             },
8700             "notification-url": "https://packagist.org/downloads/",
8701             "license": [
8702                 "MIT"
8703             ],
8704             "authors": [
8705                 {
8706                     "name": "Nicolas Grekas",
8707                     "email": "p@tchwork.com"
8708                 },
8709                 {
8710                     "name": "Symfony Community",
8711                     "homepage": "https://symfony.com/contributors"
8712                 }
8713             ],
8714             "description": "Symfony polyfill for intl's grapheme_* functions",
8715             "homepage": "https://symfony.com",
8716             "keywords": [
8717                 "compatibility",
8718                 "grapheme",
8719                 "intl",
8720                 "polyfill",
8721                 "portable",
8722                 "shim"
8723             ],
8724             "support": {
8725                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
8726             },
8727             "funding": [
8728                 {
8729                     "url": "https://symfony.com/sponsor",
8730                     "type": "custom"
8731                 },
8732                 {
8733                     "url": "https://github.com/fabpot",
8734                     "type": "github"
8735                 },
8736                 {
8737                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8738                     "type": "tidelift"
8739                 }
8740             ],
8741             "time": "2022-11-03T14:55:06+00:00"
8742         },
8743         {
8744             "name": "symfony/polyfill-intl-normalizer",
8745             "version": "v1.27.0",
8746             "source": {
8747                 "type": "git",
8748                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
8749                 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
8750             },
8751             "dist": {
8752                 "type": "zip",
8753                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
8754                 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
8755                 "shasum": ""
8756             },
8757             "require": {
8758                 "php": ">=7.1"
8759             },
8760             "suggest": {
8761                 "ext-intl": "For best performance"
8762             },
8763             "type": "library",
8764             "extra": {
8765                 "branch-alias": {
8766                     "dev-main": "1.27-dev"
8767                 },
8768                 "thanks": {
8769                     "name": "symfony/polyfill",
8770                     "url": "https://github.com/symfony/polyfill"
8771                 }
8772             },
8773             "autoload": {
8774                 "files": [
8775                     "bootstrap.php"
8776                 ],
8777                 "psr-4": {
8778                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
8779                 },
8780                 "classmap": [
8781                     "Resources/stubs"
8782                 ]
8783             },
8784             "notification-url": "https://packagist.org/downloads/",
8785             "license": [
8786                 "MIT"
8787             ],
8788             "authors": [
8789                 {
8790                     "name": "Nicolas Grekas",
8791                     "email": "p@tchwork.com"
8792                 },
8793                 {
8794                     "name": "Symfony Community",
8795                     "homepage": "https://symfony.com/contributors"
8796                 }
8797             ],
8798             "description": "Symfony polyfill for intl's Normalizer class and related functions",
8799             "homepage": "https://symfony.com",
8800             "keywords": [
8801                 "compatibility",
8802                 "intl",
8803                 "normalizer",
8804                 "polyfill",
8805                 "portable",
8806                 "shim"
8807             ],
8808             "support": {
8809                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
8810             },
8811             "funding": [
8812                 {
8813                     "url": "https://symfony.com/sponsor",
8814                     "type": "custom"
8815                 },
8816                 {
8817                     "url": "https://github.com/fabpot",
8818                     "type": "github"
8819                 },
8820                 {
8821                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8822                     "type": "tidelift"
8823                 }
8824             ],
8825             "time": "2022-11-03T14:55:06+00:00"
8826         },
8827         {
8828             "name": "symfony/polyfill-mbstring",
8829             "version": "v1.27.0",
8830             "source": {
8831                 "type": "git",
8832                 "url": "https://github.com/symfony/polyfill-mbstring.git",
8833                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
8834             },
8835             "dist": {
8836                 "type": "zip",
8837                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
8838                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
8839                 "shasum": ""
8840             },
8841             "require": {
8842                 "php": ">=7.1"
8843             },
8844             "provide": {
8845                 "ext-mbstring": "*"
8846             },
8847             "suggest": {
8848                 "ext-mbstring": "For best performance"
8849             },
8850             "type": "library",
8851             "extra": {
8852                 "branch-alias": {
8853                     "dev-main": "1.27-dev"
8854                 },
8855                 "thanks": {
8856                     "name": "symfony/polyfill",
8857                     "url": "https://github.com/symfony/polyfill"
8858                 }
8859             },
8860             "autoload": {
8861                 "files": [
8862                     "bootstrap.php"
8863                 ],
8864                 "psr-4": {
8865                     "Symfony\\Polyfill\\Mbstring\\": ""
8866                 }
8867             },
8868             "notification-url": "https://packagist.org/downloads/",
8869             "license": [
8870                 "MIT"
8871             ],
8872             "authors": [
8873                 {
8874                     "name": "Nicolas Grekas",
8875                     "email": "p@tchwork.com"
8876                 },
8877                 {
8878                     "name": "Symfony Community",
8879                     "homepage": "https://symfony.com/contributors"
8880                 }
8881             ],
8882             "description": "Symfony polyfill for the Mbstring extension",
8883             "homepage": "https://symfony.com",
8884             "keywords": [
8885                 "compatibility",
8886                 "mbstring",
8887                 "polyfill",
8888                 "portable",
8889                 "shim"
8890             ],
8891             "support": {
8892                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
8893             },
8894             "funding": [
8895                 {
8896                     "url": "https://symfony.com/sponsor",
8897                     "type": "custom"
8898                 },
8899                 {
8900                     "url": "https://github.com/fabpot",
8901                     "type": "github"
8902                 },
8903                 {
8904                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8905                     "type": "tidelift"
8906                 }
8907             ],
8908             "time": "2022-11-03T14:55:06+00:00"
8909         },
8910         {
8911             "name": "symfony/polyfill-php73",
8912             "version": "v1.27.0",
8913             "source": {
8914                 "type": "git",
8915                 "url": "https://github.com/symfony/polyfill-php73.git",
8916                 "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
8917             },
8918             "dist": {
8919                 "type": "zip",
8920                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
8921                 "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
8922                 "shasum": ""
8923             },
8924             "require": {
8925                 "php": ">=7.1"
8926             },
8927             "type": "library",
8928             "extra": {
8929                 "branch-alias": {
8930                     "dev-main": "1.27-dev"
8931                 },
8932                 "thanks": {
8933                     "name": "symfony/polyfill",
8934                     "url": "https://github.com/symfony/polyfill"
8935                 }
8936             },
8937             "autoload": {
8938                 "files": [
8939                     "bootstrap.php"
8940                 ],
8941                 "psr-4": {
8942                     "Symfony\\Polyfill\\Php73\\": ""
8943                 },
8944                 "classmap": [
8945                     "Resources/stubs"
8946                 ]
8947             },
8948             "notification-url": "https://packagist.org/downloads/",
8949             "license": [
8950                 "MIT"
8951             ],
8952             "authors": [
8953                 {
8954                     "name": "Nicolas Grekas",
8955                     "email": "p@tchwork.com"
8956                 },
8957                 {
8958                     "name": "Symfony Community",
8959                     "homepage": "https://symfony.com/contributors"
8960                 }
8961             ],
8962             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8963             "homepage": "https://symfony.com",
8964             "keywords": [
8965                 "compatibility",
8966                 "polyfill",
8967                 "portable",
8968                 "shim"
8969             ],
8970             "support": {
8971                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
8972             },
8973             "funding": [
8974                 {
8975                     "url": "https://symfony.com/sponsor",
8976                     "type": "custom"
8977                 },
8978                 {
8979                     "url": "https://github.com/fabpot",
8980                     "type": "github"
8981                 },
8982                 {
8983                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8984                     "type": "tidelift"
8985                 }
8986             ],
8987             "time": "2022-11-03T14:55:06+00:00"
8988         },
8989         {
8990             "name": "symfony/polyfill-php80",
8991             "version": "v1.27.0",
8992             "source": {
8993                 "type": "git",
8994                 "url": "https://github.com/symfony/polyfill-php80.git",
8995                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
8996             },
8997             "dist": {
8998                 "type": "zip",
8999                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
9000                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
9001                 "shasum": ""
9002             },
9003             "require": {
9004                 "php": ">=7.1"
9005             },
9006             "type": "library",
9007             "extra": {
9008                 "branch-alias": {
9009                     "dev-main": "1.27-dev"
9010                 },
9011                 "thanks": {
9012                     "name": "symfony/polyfill",
9013                     "url": "https://github.com/symfony/polyfill"
9014                 }
9015             },
9016             "autoload": {
9017                 "files": [
9018                     "bootstrap.php"
9019                 ],
9020                 "psr-4": {
9021                     "Symfony\\Polyfill\\Php80\\": ""
9022                 },
9023                 "classmap": [
9024                     "Resources/stubs"
9025                 ]
9026             },
9027             "notification-url": "https://packagist.org/downloads/",
9028             "license": [
9029                 "MIT"
9030             ],
9031             "authors": [
9032                 {
9033                     "name": "Ion Bazan",
9034                     "email": "ion.bazan@gmail.com"
9035                 },
9036                 {
9037                     "name": "Nicolas Grekas",
9038                     "email": "p@tchwork.com"
9039                 },
9040                 {
9041                     "name": "Symfony Community",
9042                     "homepage": "https://symfony.com/contributors"
9043                 }
9044             ],
9045             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
9046             "homepage": "https://symfony.com",
9047             "keywords": [
9048                 "compatibility",
9049                 "polyfill",
9050                 "portable",
9051                 "shim"
9052             ],
9053             "support": {
9054                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
9055             },
9056             "funding": [
9057                 {
9058                     "url": "https://symfony.com/sponsor",
9059                     "type": "custom"
9060                 },
9061                 {
9062                     "url": "https://github.com/fabpot",
9063                     "type": "github"
9064                 },
9065                 {
9066                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9067                     "type": "tidelift"
9068                 }
9069             ],
9070             "time": "2022-11-03T14:55:06+00:00"
9071         },
9072         {
9073             "name": "symfony/polyfill-php81",
9074             "version": "v1.27.0",
9075             "source": {
9076                 "type": "git",
9077                 "url": "https://github.com/symfony/polyfill-php81.git",
9078                 "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
9079             },
9080             "dist": {
9081                 "type": "zip",
9082                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
9083                 "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
9084                 "shasum": ""
9085             },
9086             "require": {
9087                 "php": ">=7.1"
9088             },
9089             "type": "library",
9090             "extra": {
9091                 "branch-alias": {
9092                     "dev-main": "1.27-dev"
9093                 },
9094                 "thanks": {
9095                     "name": "symfony/polyfill",
9096                     "url": "https://github.com/symfony/polyfill"
9097                 }
9098             },
9099             "autoload": {
9100                 "files": [
9101                     "bootstrap.php"
9102                 ],
9103                 "psr-4": {
9104                     "Symfony\\Polyfill\\Php81\\": ""
9105                 },
9106                 "classmap": [
9107                     "Resources/stubs"
9108                 ]
9109             },
9110             "notification-url": "https://packagist.org/downloads/",
9111             "license": [
9112                 "MIT"
9113             ],
9114             "authors": [
9115                 {
9116                     "name": "Nicolas Grekas",
9117                     "email": "p@tchwork.com"
9118                 },
9119                 {
9120                     "name": "Symfony Community",
9121                     "homepage": "https://symfony.com/contributors"
9122                 }
9123             ],
9124             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
9125             "homepage": "https://symfony.com",
9126             "keywords": [
9127                 "compatibility",
9128                 "polyfill",
9129                 "portable",
9130                 "shim"
9131             ],
9132             "support": {
9133                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
9134             },
9135             "funding": [
9136                 {
9137                     "url": "https://symfony.com/sponsor",
9138                     "type": "custom"
9139                 },
9140                 {
9141                     "url": "https://github.com/fabpot",
9142                     "type": "github"
9143                 },
9144                 {
9145                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9146                     "type": "tidelift"
9147                 }
9148             ],
9149             "time": "2022-11-03T14:55:06+00:00"
9150         },
9151         {
9152             "name": "symfony/process",
9153             "version": "v5.4.22",
9154             "source": {
9155                 "type": "git",
9156                 "url": "https://github.com/symfony/process.git",
9157                 "reference": "4b850da0cc3a2a9181c1ed407adbca4733dc839b"
9158             },
9159             "dist": {
9160                 "type": "zip",
9161                 "url": "https://api.github.com/repos/symfony/process/zipball/4b850da0cc3a2a9181c1ed407adbca4733dc839b",
9162                 "reference": "4b850da0cc3a2a9181c1ed407adbca4733dc839b",
9163                 "shasum": ""
9164             },
9165             "require": {
9166                 "php": ">=7.2.5",
9167                 "symfony/polyfill-php80": "^1.16"
9168             },
9169             "type": "library",
9170             "autoload": {
9171                 "psr-4": {
9172                     "Symfony\\Component\\Process\\": ""
9173                 },
9174                 "exclude-from-classmap": [
9175                     "/Tests/"
9176                 ]
9177             },
9178             "notification-url": "https://packagist.org/downloads/",
9179             "license": [
9180                 "MIT"
9181             ],
9182             "authors": [
9183                 {
9184                     "name": "Fabien Potencier",
9185                     "email": "fabien@symfony.com"
9186                 },
9187                 {
9188                     "name": "Symfony Community",
9189                     "homepage": "https://symfony.com/contributors"
9190                 }
9191             ],
9192             "description": "Executes commands in sub-processes",
9193             "homepage": "https://symfony.com",
9194             "support": {
9195                 "source": "https://github.com/symfony/process/tree/v5.4.22"
9196             },
9197             "funding": [
9198                 {
9199                     "url": "https://symfony.com/sponsor",
9200                     "type": "custom"
9201                 },
9202                 {
9203                     "url": "https://github.com/fabpot",
9204                     "type": "github"
9205                 },
9206                 {
9207                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9208                     "type": "tidelift"
9209                 }
9210             ],
9211             "time": "2023-03-06T21:29:33+00:00"
9212         },
9213         {
9214             "name": "symfony/property-access",
9215             "version": "v4.4.44",
9216             "source": {
9217                 "type": "git",
9218                 "url": "https://github.com/symfony/property-access.git",
9219                 "reference": "d49682f6f0764df725c95128213a38f7e0a9f358"
9220             },
9221             "dist": {
9222                 "type": "zip",
9223                 "url": "https://api.github.com/repos/symfony/property-access/zipball/d49682f6f0764df725c95128213a38f7e0a9f358",
9224                 "reference": "d49682f6f0764df725c95128213a38f7e0a9f358",
9225                 "shasum": ""
9226             },
9227             "require": {
9228                 "php": ">=7.1.3",
9229                 "symfony/inflector": "^3.4|^4.0|^5.0",
9230                 "symfony/polyfill-php80": "^1.16"
9231             },
9232             "require-dev": {
9233                 "symfony/cache": "^3.4|^4.0|^5.0"
9234             },
9235             "suggest": {
9236                 "psr/cache-implementation": "To cache access methods."
9237             },
9238             "type": "library",
9239             "autoload": {
9240                 "psr-4": {
9241                     "Symfony\\Component\\PropertyAccess\\": ""
9242                 },
9243                 "exclude-from-classmap": [
9244                     "/Tests/"
9245                 ]
9246             },
9247             "notification-url": "https://packagist.org/downloads/",
9248             "license": [
9249                 "MIT"
9250             ],
9251             "authors": [
9252                 {
9253                     "name": "Fabien Potencier",
9254                     "email": "fabien@symfony.com"
9255                 },
9256                 {
9257                     "name": "Symfony Community",
9258                     "homepage": "https://symfony.com/contributors"
9259                 }
9260             ],
9261             "description": "Provides functions to read and write from/to an object or array using a simple string notation",
9262             "homepage": "https://symfony.com",
9263             "keywords": [
9264                 "access",
9265                 "array",
9266                 "extraction",
9267                 "index",
9268                 "injection",
9269                 "object",
9270                 "property",
9271                 "property path",
9272                 "reflection"
9273             ],
9274             "support": {
9275                 "source": "https://github.com/symfony/property-access/tree/v4.4.44"
9276             },
9277             "funding": [
9278                 {
9279                     "url": "https://symfony.com/sponsor",
9280                     "type": "custom"
9281                 },
9282                 {
9283                     "url": "https://github.com/fabpot",
9284                     "type": "github"
9285                 },
9286                 {
9287                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9288                     "type": "tidelift"
9289                 }
9290             ],
9291             "time": "2022-06-27T13:16:42+00:00"
9292         },
9293         {
9294             "name": "symfony/service-contracts",
9295             "version": "v2.5.2",
9296             "source": {
9297                 "type": "git",
9298                 "url": "https://github.com/symfony/service-contracts.git",
9299                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
9300             },
9301             "dist": {
9302                 "type": "zip",
9303                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
9304                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
9305                 "shasum": ""
9306             },
9307             "require": {
9308                 "php": ">=7.2.5",
9309                 "psr/container": "^1.1",
9310                 "symfony/deprecation-contracts": "^2.1|^3"
9311             },
9312             "conflict": {
9313                 "ext-psr": "<1.1|>=2"
9314             },
9315             "suggest": {
9316                 "symfony/service-implementation": ""
9317             },
9318             "type": "library",
9319             "extra": {
9320                 "branch-alias": {
9321                     "dev-main": "2.5-dev"
9322                 },
9323                 "thanks": {
9324                     "name": "symfony/contracts",
9325                     "url": "https://github.com/symfony/contracts"
9326                 }
9327             },
9328             "autoload": {
9329                 "psr-4": {
9330                     "Symfony\\Contracts\\Service\\": ""
9331                 }
9332             },
9333             "notification-url": "https://packagist.org/downloads/",
9334             "license": [
9335                 "MIT"
9336             ],
9337             "authors": [
9338                 {
9339                     "name": "Nicolas Grekas",
9340                     "email": "p@tchwork.com"
9341                 },
9342                 {
9343                     "name": "Symfony Community",
9344                     "homepage": "https://symfony.com/contributors"
9345                 }
9346             ],
9347             "description": "Generic abstractions related to writing services",
9348             "homepage": "https://symfony.com",
9349             "keywords": [
9350                 "abstractions",
9351                 "contracts",
9352                 "decoupling",
9353                 "interfaces",
9354                 "interoperability",
9355                 "standards"
9356             ],
9357             "support": {
9358                 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
9359             },
9360             "funding": [
9361                 {
9362                     "url": "https://symfony.com/sponsor",
9363                     "type": "custom"
9364                 },
9365                 {
9366                     "url": "https://github.com/fabpot",
9367                     "type": "github"
9368                 },
9369                 {
9370                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9371                     "type": "tidelift"
9372                 }
9373             ],
9374             "time": "2022-05-30T19:17:29+00:00"
9375         },
9376         {
9377             "name": "symfony/string",
9378             "version": "v5.4.22",
9379             "source": {
9380                 "type": "git",
9381                 "url": "https://github.com/symfony/string.git",
9382                 "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62"
9383             },
9384             "dist": {
9385                 "type": "zip",
9386                 "url": "https://api.github.com/repos/symfony/string/zipball/8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",
9387                 "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62",
9388                 "shasum": ""
9389             },
9390             "require": {
9391                 "php": ">=7.2.5",
9392                 "symfony/polyfill-ctype": "~1.8",
9393                 "symfony/polyfill-intl-grapheme": "~1.0",
9394                 "symfony/polyfill-intl-normalizer": "~1.0",
9395                 "symfony/polyfill-mbstring": "~1.0",
9396                 "symfony/polyfill-php80": "~1.15"
9397             },
9398             "conflict": {
9399                 "symfony/translation-contracts": ">=3.0"
9400             },
9401             "require-dev": {
9402                 "symfony/error-handler": "^4.4|^5.0|^6.0",
9403                 "symfony/http-client": "^4.4|^5.0|^6.0",
9404                 "symfony/translation-contracts": "^1.1|^2",
9405                 "symfony/var-exporter": "^4.4|^5.0|^6.0"
9406             },
9407             "type": "library",
9408             "autoload": {
9409                 "files": [
9410                     "Resources/functions.php"
9411                 ],
9412                 "psr-4": {
9413                     "Symfony\\Component\\String\\": ""
9414                 },
9415                 "exclude-from-classmap": [
9416                     "/Tests/"
9417                 ]
9418             },
9419             "notification-url": "https://packagist.org/downloads/",
9420             "license": [
9421                 "MIT"
9422             ],
9423             "authors": [
9424                 {
9425                     "name": "Nicolas Grekas",
9426                     "email": "p@tchwork.com"
9427                 },
9428                 {
9429                     "name": "Symfony Community",
9430                     "homepage": "https://symfony.com/contributors"
9431                 }
9432             ],
9433             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
9434             "homepage": "https://symfony.com",
9435             "keywords": [
9436                 "grapheme",
9437                 "i18n",
9438                 "string",
9439                 "unicode",
9440                 "utf-8",
9441                 "utf8"
9442             ],
9443             "support": {
9444                 "source": "https://github.com/symfony/string/tree/v5.4.22"
9445             },
9446             "funding": [
9447                 {
9448                     "url": "https://symfony.com/sponsor",
9449                     "type": "custom"
9450                 },
9451                 {
9452                     "url": "https://github.com/fabpot",
9453                     "type": "github"
9454                 },
9455                 {
9456                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9457                     "type": "tidelift"
9458                 }
9459             ],
9460             "time": "2023-03-14T06:11:53+00:00"
9461         },
9462         {
9463             "name": "symfony/yaml",
9464             "version": "v5.4.21",
9465             "source": {
9466                 "type": "git",
9467                 "url": "https://github.com/symfony/yaml.git",
9468                 "reference": "3713e20d93e46e681e51605d213027e48dab3469"
9469             },
9470             "dist": {
9471                 "type": "zip",
9472                 "url": "https://api.github.com/repos/symfony/yaml/zipball/3713e20d93e46e681e51605d213027e48dab3469",
9473                 "reference": "3713e20d93e46e681e51605d213027e48dab3469",
9474                 "shasum": ""
9475             },
9476             "require": {
9477                 "php": ">=7.2.5",
9478                 "symfony/deprecation-contracts": "^2.1|^3",
9479                 "symfony/polyfill-ctype": "^1.8"
9480             },
9481             "conflict": {
9482                 "symfony/console": "<5.3"
9483             },
9484             "require-dev": {
9485                 "symfony/console": "^5.3|^6.0"
9486             },
9487             "suggest": {
9488                 "symfony/console": "For validating YAML files using the lint command"
9489             },
9490             "bin": [
9491                 "Resources/bin/yaml-lint"
9492             ],
9493             "type": "library",
9494             "autoload": {
9495                 "psr-4": {
9496                     "Symfony\\Component\\Yaml\\": ""
9497                 },
9498                 "exclude-from-classmap": [
9499                     "/Tests/"
9500                 ]
9501             },
9502             "notification-url": "https://packagist.org/downloads/",
9503             "license": [
9504                 "MIT"
9505             ],
9506             "authors": [
9507                 {
9508                     "name": "Fabien Potencier",
9509                     "email": "fabien@symfony.com"
9510                 },
9511                 {
9512                     "name": "Symfony Community",
9513                     "homepage": "https://symfony.com/contributors"
9514                 }
9515             ],
9516             "description": "Loads and dumps YAML files",
9517             "homepage": "https://symfony.com",
9518             "support": {
9519                 "source": "https://github.com/symfony/yaml/tree/v5.4.21"
9520             },
9521             "funding": [
9522                 {
9523                     "url": "https://symfony.com/sponsor",
9524                     "type": "custom"
9525                 },
9526                 {
9527                     "url": "https://github.com/fabpot",
9528                     "type": "github"
9529                 },
9530                 {
9531                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9532                     "type": "tidelift"
9533                 }
9534             ],
9535             "time": "2023-02-21T19:46:44+00:00"
9536         },
9537         {
9538             "name": "twig/twig",
9539             "version": "v3.5.1",
9540             "source": {
9541                 "type": "git",
9542                 "url": "https://github.com/twigphp/Twig.git",
9543                 "reference": "a6e0510cc793912b451fd40ab983a1d28f611c15"
9544             },
9545             "dist": {
9546                 "type": "zip",
9547                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/a6e0510cc793912b451fd40ab983a1d28f611c15",
9548                 "reference": "a6e0510cc793912b451fd40ab983a1d28f611c15",
9549                 "shasum": ""
9550             },
9551             "require": {
9552                 "php": ">=7.2.5",
9553                 "symfony/polyfill-ctype": "^1.8",
9554                 "symfony/polyfill-mbstring": "^1.3"
9555             },
9556             "require-dev": {
9557                 "psr/container": "^1.0",
9558                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
9559             },
9560             "type": "library",
9561             "extra": {
9562                 "branch-alias": {
9563                     "dev-master": "3.5-dev"
9564                 }
9565             },
9566             "autoload": {
9567                 "psr-4": {
9568                     "Twig\\": "src/"
9569                 }
9570             },
9571             "notification-url": "https://packagist.org/downloads/",
9572             "license": [
9573                 "BSD-3-Clause"
9574             ],
9575             "authors": [
9576                 {
9577                     "name": "Fabien Potencier",
9578                     "email": "fabien@symfony.com",
9579                     "homepage": "http://fabien.potencier.org",
9580                     "role": "Lead Developer"
9581                 },
9582                 {
9583                     "name": "Twig Team",
9584                     "role": "Contributors"
9585                 },
9586                 {
9587                     "name": "Armin Ronacher",
9588                     "email": "armin.ronacher@active-4.com",
9589                     "role": "Project Founder"
9590                 }
9591             ],
9592             "description": "Twig, the flexible, fast, and secure template language for PHP",
9593             "homepage": "https://twig.symfony.com",
9594             "keywords": [
9595                 "templating"
9596             ],
9597             "support": {
9598                 "issues": "https://github.com/twigphp/Twig/issues",
9599                 "source": "https://github.com/twigphp/Twig/tree/v3.5.1"
9600             },
9601             "funding": [
9602                 {
9603                     "url": "https://github.com/fabpot",
9604                     "type": "github"
9605                 },
9606                 {
9607                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
9608                     "type": "tidelift"
9609                 }
9610             ],
9611             "time": "2023-02-08T07:49:20+00:00"
9612         },
9613         {
9614             "name": "twilio/sdk",
9615             "version": "6.44.3",
9616             "source": {
9617                 "type": "git",
9618                 "url": "git@github.com:twilio/twilio-php.git",
9619                 "reference": "0e3e513d3c428f08bde195c579cbc0788415190f"
9620             },
9621             "dist": {
9622                 "type": "zip",
9623                 "url": "https://api.github.com/repos/twilio/twilio-php/zipball/0e3e513d3c428f08bde195c579cbc0788415190f",
9624                 "reference": "0e3e513d3c428f08bde195c579cbc0788415190f",
9625                 "shasum": ""
9626             },
9627             "require": {
9628                 "php": ">=7.1.0"
9629             },
9630             "require-dev": {
9631                 "guzzlehttp/guzzle": "^6.3 || ^7.0",
9632                 "phpunit/phpunit": ">=7.0 < 10"
9633             },
9634             "suggest": {
9635                 "guzzlehttp/guzzle": "An HTTP client to execute the API requests"
9636             },
9637             "type": "library",
9638             "autoload": {
9639                 "psr-4": {
9640                     "Twilio\\": "src/Twilio/"
9641                 }
9642             },
9643             "notification-url": "https://packagist.org/downloads/",
9644             "license": [
9645                 "MIT"
9646             ],
9647             "authors": [
9648                 {
9649                     "name": "Twilio API Team",
9650                     "email": "api@twilio.com"
9651                 }
9652             ],
9653             "description": "A PHP wrapper for Twilio's API",
9654             "homepage": "https://github.com/twilio/twilio-php",
9655             "keywords": [
9656                 "api",
9657                 "sms",
9658                 "twilio"
9659             ],
9660             "time": "2023-02-08T20:09:20+00:00"
9661         },
9662         {
9663             "name": "vlucas/phpdotenv",
9664             "version": "v5.5.0",
9665             "source": {
9666                 "type": "git",
9667                 "url": "https://github.com/vlucas/phpdotenv.git",
9668                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
9669             },
9670             "dist": {
9671                 "type": "zip",
9672                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
9673                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
9674                 "shasum": ""
9675             },
9676             "require": {
9677                 "ext-pcre": "*",
9678                 "graham-campbell/result-type": "^1.0.2",
9679                 "php": "^7.1.3 || ^8.0",
9680                 "phpoption/phpoption": "^1.8",
9681                 "symfony/polyfill-ctype": "^1.23",
9682                 "symfony/polyfill-mbstring": "^1.23.1",
9683                 "symfony/polyfill-php80": "^1.23.1"
9684             },
9685             "require-dev": {
9686                 "bamarni/composer-bin-plugin": "^1.4.1",
9687                 "ext-filter": "*",
9688                 "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
9689             },
9690             "suggest": {
9691                 "ext-filter": "Required to use the boolean validator."
9692             },
9693             "type": "library",
9694             "extra": {
9695                 "bamarni-bin": {
9696                     "bin-links": true,
9697                     "forward-command": true
9698                 },
9699                 "branch-alias": {
9700                     "dev-master": "5.5-dev"
9701                 }
9702             },
9703             "autoload": {
9704                 "psr-4": {
9705                     "Dotenv\\": "src/"
9706                 }
9707             },
9708             "notification-url": "https://packagist.org/downloads/",
9709             "license": [
9710                 "BSD-3-Clause"
9711             ],
9712             "authors": [
9713                 {
9714                     "name": "Graham Campbell",
9715                     "email": "hello@gjcampbell.co.uk",
9716                     "homepage": "https://github.com/GrahamCampbell"
9717                 },
9718                 {
9719                     "name": "Vance Lucas",
9720                     "email": "vance@vancelucas.com",
9721                     "homepage": "https://github.com/vlucas"
9722                 }
9723             ],
9724             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
9725             "keywords": [
9726                 "dotenv",
9727                 "env",
9728                 "environment"
9729             ],
9730             "support": {
9731                 "issues": "https://github.com/vlucas/phpdotenv/issues",
9732                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
9733             },
9734             "funding": [
9735                 {
9736                     "url": "https://github.com/GrahamCampbell",
9737                     "type": "github"
9738                 },
9739                 {
9740                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
9741                     "type": "tidelift"
9742                 }
9743             ],
9744             "time": "2022-10-16T01:01:54+00:00"
9745         },
9746         {
9747             "name": "waryway/php-traits-library",
9748             "version": "1.0.4",
9749             "source": {
9750                 "type": "git",
9751                 "url": "https://github.com/Waryway/PhpTraitsLibrary.git",
9752                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035"
9753             },
9754             "dist": {
9755                 "type": "zip",
9756                 "url": "https://api.github.com/repos/Waryway/PhpTraitsLibrary/zipball/ec0b630770bdd84168d2cd5e61bd93f45095e035",
9757                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035",
9758                 "shasum": ""
9759             },
9760             "require-dev": {
9761                 "phpunit/phpunit": "6.4.3"
9762             },
9763             "type": "library",
9764             "autoload": {
9765                 "psr-4": {
9766                     "Waryway\\PhpTraitsLibrary\\": "src/"
9767                 }
9768             },
9769             "notification-url": "https://packagist.org/downloads/",
9770             "license": [
9771                 "MIT"
9772             ],
9773             "authors": [
9774                 {
9775                     "name": "Kyle Wiering",
9776                     "email": "kyle@waryway.com"
9777                 }
9778             ],
9779             "description": "General use traits",
9780             "support": {
9781                 "issues": "https://github.com/Waryway/PhpTraitsLibrary/issues",
9782                 "source": "https://github.com/Waryway/PhpTraitsLibrary/tree/1.0.4"
9783             },
9784             "time": "2017-12-23T14:22:07+00:00"
9785         },
9786         {
9787             "name": "webimpress/safe-writer",
9788             "version": "2.2.0",
9789             "source": {
9790                 "type": "git",
9791                 "url": "https://github.com/webimpress/safe-writer.git",
9792                 "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
9793             },
9794             "dist": {
9795                 "type": "zip",
9796                 "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
9797                 "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
9798                 "shasum": ""
9799             },
9800             "require": {
9801                 "php": "^7.3 || ^8.0"
9802             },
9803             "require-dev": {
9804                 "phpunit/phpunit": "^9.5.4",
9805                 "vimeo/psalm": "^4.7",
9806                 "webimpress/coding-standard": "^1.2.2"
9807             },
9808             "type": "library",
9809             "extra": {
9810                 "branch-alias": {
9811                     "dev-master": "2.2.x-dev",
9812                     "dev-develop": "2.3.x-dev",
9813                     "dev-release-1.0": "1.0.x-dev"
9814                 }
9815             },
9816             "autoload": {
9817                 "psr-4": {
9818                     "Webimpress\\SafeWriter\\": "src/"
9819                 }
9820             },
9821             "notification-url": "https://packagist.org/downloads/",
9822             "license": [
9823                 "BSD-2-Clause"
9824             ],
9825             "description": "Tool to write files safely, to avoid race conditions",
9826             "keywords": [
9827                 "concurrent write",
9828                 "file writer",
9829                 "race condition",
9830                 "safe writer",
9831                 "webimpress"
9832             ],
9833             "support": {
9834                 "issues": "https://github.com/webimpress/safe-writer/issues",
9835                 "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
9836             },
9837             "funding": [
9838                 {
9839                     "url": "https://github.com/michalbundyra",
9840                     "type": "github"
9841                 }
9842             ],
9843             "time": "2021-04-19T16:34:45+00:00"
9844         },
9845         {
9846             "name": "webmozart/assert",
9847             "version": "1.11.0",
9848             "source": {
9849                 "type": "git",
9850                 "url": "https://github.com/webmozarts/assert.git",
9851                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
9852             },
9853             "dist": {
9854                 "type": "zip",
9855                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
9856                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
9857                 "shasum": ""
9858             },
9859             "require": {
9860                 "ext-ctype": "*",
9861                 "php": "^7.2 || ^8.0"
9862             },
9863             "conflict": {
9864                 "phpstan/phpstan": "<0.12.20",
9865                 "vimeo/psalm": "<4.6.1 || 4.6.2"
9866             },
9867             "require-dev": {
9868                 "phpunit/phpunit": "^8.5.13"
9869             },
9870             "type": "library",
9871             "extra": {
9872                 "branch-alias": {
9873                     "dev-master": "1.10-dev"
9874                 }
9875             },
9876             "autoload": {
9877                 "psr-4": {
9878                     "Webmozart\\Assert\\": "src/"
9879                 }
9880             },
9881             "notification-url": "https://packagist.org/downloads/",
9882             "license": [
9883                 "MIT"
9884             ],
9885             "authors": [
9886                 {
9887                     "name": "Bernhard Schussek",
9888                     "email": "bschussek@gmail.com"
9889                 }
9890             ],
9891             "description": "Assertions to validate method input/output with nice error messages.",
9892             "keywords": [
9893                 "assert",
9894                 "check",
9895                 "validate"
9896             ],
9897             "support": {
9898                 "issues": "https://github.com/webmozarts/assert/issues",
9899                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
9900             },
9901             "time": "2022-06-03T18:03:27+00:00"
9902         },
9903         {
9904             "name": "yubico/u2flib-server",
9905             "version": "1.0.2",
9906             "source": {
9907                 "type": "git",
9908                 "url": "https://github.com/Yubico/php-u2flib-server.git",
9909                 "reference": "55d813acf68212ad2cadecde07551600d6971939"
9910             },
9911             "dist": {
9912                 "type": "zip",
9913                 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
9914                 "reference": "55d813acf68212ad2cadecde07551600d6971939",
9915                 "shasum": ""
9916             },
9917             "require": {
9918                 "ext-openssl": "*",
9919                 "paragonie/random_compat": ">= 1",
9920                 "php": ">=5.6"
9921             },
9922             "require-dev": {
9923                 "phpunit/phpunit": "~5.7",
9924                 "vimeo/psalm": "^0|^1|^2"
9925             },
9926             "type": "library",
9927             "autoload": {
9928                 "classmap": [
9929                     "src/"
9930                 ]
9931             },
9932             "notification-url": "https://packagist.org/downloads/",
9933             "license": [
9934                 "BSD-2-Clause"
9935             ],
9936             "description": "Library for U2F implementation",
9937             "homepage": "https://developers.yubico.com/php-u2flib-server",
9938             "support": {
9939                 "issues": "https://github.com/Yubico/php-u2flib-server/issues",
9940                 "source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2"
9941             },
9942             "abandoned": true,
9943             "time": "2018-09-07T08:16:44+00:00"
9944         }
9945     ],
9946     "packages-dev": [
9947         {
9948             "name": "doctrine/annotations",
9949             "version": "1.14.3",
9950             "source": {
9951                 "type": "git",
9952                 "url": "https://github.com/doctrine/annotations.git",
9953                 "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af"
9954             },
9955             "dist": {
9956                 "type": "zip",
9957                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
9958                 "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af",
9959                 "shasum": ""
9960             },
9961             "require": {
9962                 "doctrine/lexer": "^1 || ^2",
9963                 "ext-tokenizer": "*",
9964                 "php": "^7.1 || ^8.0",
9965                 "psr/cache": "^1 || ^2 || ^3"
9966             },
9967             "require-dev": {
9968                 "doctrine/cache": "^1.11 || ^2.0",
9969                 "doctrine/coding-standard": "^9 || ^10",
9970                 "phpstan/phpstan": "~1.4.10 || ^1.8.0",
9971                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
9972                 "symfony/cache": "^4.4 || ^5.4 || ^6",
9973                 "vimeo/psalm": "^4.10"
9974             },
9975             "suggest": {
9976                 "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
9977             },
9978             "type": "library",
9979             "autoload": {
9980                 "psr-4": {
9981                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
9982                 }
9983             },
9984             "notification-url": "https://packagist.org/downloads/",
9985             "license": [
9986                 "MIT"
9987             ],
9988             "authors": [
9989                 {
9990                     "name": "Guilherme Blanco",
9991                     "email": "guilhermeblanco@gmail.com"
9992                 },
9993                 {
9994                     "name": "Roman Borschel",
9995                     "email": "roman@code-factory.org"
9996                 },
9997                 {
9998                     "name": "Benjamin Eberlei",
9999                     "email": "kontakt@beberlei.de"
10000                 },
10001                 {
10002                     "name": "Jonathan Wage",
10003                     "email": "jonwage@gmail.com"
10004                 },
10005                 {
10006                     "name": "Johannes Schmitt",
10007                     "email": "schmittjoh@gmail.com"
10008                 }
10009             ],
10010             "description": "Docblock Annotations Parser",
10011             "homepage": "https://www.doctrine-project.org/projects/annotations.html",
10012             "keywords": [
10013                 "annotations",
10014                 "docblock",
10015                 "parser"
10016             ],
10017             "support": {
10018                 "issues": "https://github.com/doctrine/annotations/issues",
10019                 "source": "https://github.com/doctrine/annotations/tree/1.14.3"
10020             },
10021             "time": "2023-02-01T09:20:38+00:00"
10022         },
10023         {
10024             "name": "doctrine/deprecations",
10025             "version": "v1.0.0",
10026             "source": {
10027                 "type": "git",
10028                 "url": "https://github.com/doctrine/deprecations.git",
10029                 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
10030             },
10031             "dist": {
10032                 "type": "zip",
10033                 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
10034                 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
10035                 "shasum": ""
10036             },
10037             "require": {
10038                 "php": "^7.1|^8.0"
10039             },
10040             "require-dev": {
10041                 "doctrine/coding-standard": "^9",
10042                 "phpunit/phpunit": "^7.5|^8.5|^9.5",
10043                 "psr/log": "^1|^2|^3"
10044             },
10045             "suggest": {
10046                 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
10047             },
10048             "type": "library",
10049             "autoload": {
10050                 "psr-4": {
10051                     "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
10052                 }
10053             },
10054             "notification-url": "https://packagist.org/downloads/",
10055             "license": [
10056                 "MIT"
10057             ],
10058             "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.",
10059             "homepage": "https://www.doctrine-project.org/",
10060             "support": {
10061                 "issues": "https://github.com/doctrine/deprecations/issues",
10062                 "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
10063             },
10064             "time": "2022-05-02T15:47:09+00:00"
10065         },
10066         {
10067             "name": "doctrine/instantiator",
10068             "version": "1.5.0",
10069             "source": {
10070                 "type": "git",
10071                 "url": "https://github.com/doctrine/instantiator.git",
10072                 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
10073             },
10074             "dist": {
10075                 "type": "zip",
10076                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
10077                 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
10078                 "shasum": ""
10079             },
10080             "require": {
10081                 "php": "^7.1 || ^8.0"
10082             },
10083             "require-dev": {
10084                 "doctrine/coding-standard": "^9 || ^11",
10085                 "ext-pdo": "*",
10086                 "ext-phar": "*",
10087                 "phpbench/phpbench": "^0.16 || ^1",
10088                 "phpstan/phpstan": "^1.4",
10089                 "phpstan/phpstan-phpunit": "^1",
10090                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
10091                 "vimeo/psalm": "^4.30 || ^5.4"
10092             },
10093             "type": "library",
10094             "autoload": {
10095                 "psr-4": {
10096                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
10097                 }
10098             },
10099             "notification-url": "https://packagist.org/downloads/",
10100             "license": [
10101                 "MIT"
10102             ],
10103             "authors": [
10104                 {
10105                     "name": "Marco Pivetta",
10106                     "email": "ocramius@gmail.com",
10107                     "homepage": "https://ocramius.github.io/"
10108                 }
10109             ],
10110             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
10111             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
10112             "keywords": [
10113                 "constructor",
10114                 "instantiate"
10115             ],
10116             "support": {
10117                 "issues": "https://github.com/doctrine/instantiator/issues",
10118                 "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
10119             },
10120             "funding": [
10121                 {
10122                     "url": "https://www.doctrine-project.org/sponsorship.html",
10123                     "type": "custom"
10124                 },
10125                 {
10126                     "url": "https://www.patreon.com/phpdoctrine",
10127                     "type": "patreon"
10128                 },
10129                 {
10130                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
10131                     "type": "tidelift"
10132                 }
10133             ],
10134             "time": "2022-12-30T00:15:36+00:00"
10135         },
10136         {
10137             "name": "doctrine/lexer",
10138             "version": "2.1.0",
10139             "source": {
10140                 "type": "git",
10141                 "url": "https://github.com/doctrine/lexer.git",
10142                 "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124"
10143             },
10144             "dist": {
10145                 "type": "zip",
10146                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
10147                 "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124",
10148                 "shasum": ""
10149             },
10150             "require": {
10151                 "doctrine/deprecations": "^1.0",
10152                 "php": "^7.1 || ^8.0"
10153             },
10154             "require-dev": {
10155                 "doctrine/coding-standard": "^9 || ^10",
10156                 "phpstan/phpstan": "^1.3",
10157                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
10158                 "psalm/plugin-phpunit": "^0.18.3",
10159                 "vimeo/psalm": "^4.11 || ^5.0"
10160             },
10161             "type": "library",
10162             "autoload": {
10163                 "psr-4": {
10164                     "Doctrine\\Common\\Lexer\\": "src"
10165                 }
10166             },
10167             "notification-url": "https://packagist.org/downloads/",
10168             "license": [
10169                 "MIT"
10170             ],
10171             "authors": [
10172                 {
10173                     "name": "Guilherme Blanco",
10174                     "email": "guilhermeblanco@gmail.com"
10175                 },
10176                 {
10177                     "name": "Roman Borschel",
10178                     "email": "roman@code-factory.org"
10179                 },
10180                 {
10181                     "name": "Johannes Schmitt",
10182                     "email": "schmittjoh@gmail.com"
10183                 }
10184             ],
10185             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
10186             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
10187             "keywords": [
10188                 "annotations",
10189                 "docblock",
10190                 "lexer",
10191                 "parser",
10192                 "php"
10193             ],
10194             "support": {
10195                 "issues": "https://github.com/doctrine/lexer/issues",
10196                 "source": "https://github.com/doctrine/lexer/tree/2.1.0"
10197             },
10198             "funding": [
10199                 {
10200                     "url": "https://www.doctrine-project.org/sponsorship.html",
10201                     "type": "custom"
10202                 },
10203                 {
10204                     "url": "https://www.patreon.com/phpdoctrine",
10205                     "type": "patreon"
10206                 },
10207                 {
10208                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
10209                     "type": "tidelift"
10210                 }
10211             ],
10212             "time": "2022-12-14T08:49:07+00:00"
10213         },
10214         {
10215             "name": "phar-io/manifest",
10216             "version": "2.0.3",
10217             "source": {
10218                 "type": "git",
10219                 "url": "https://github.com/phar-io/manifest.git",
10220                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
10221             },
10222             "dist": {
10223                 "type": "zip",
10224                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
10225                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
10226                 "shasum": ""
10227             },
10228             "require": {
10229                 "ext-dom": "*",
10230                 "ext-phar": "*",
10231                 "ext-xmlwriter": "*",
10232                 "phar-io/version": "^3.0.1",
10233                 "php": "^7.2 || ^8.0"
10234             },
10235             "type": "library",
10236             "extra": {
10237                 "branch-alias": {
10238                     "dev-master": "2.0.x-dev"
10239                 }
10240             },
10241             "autoload": {
10242                 "classmap": [
10243                     "src/"
10244                 ]
10245             },
10246             "notification-url": "https://packagist.org/downloads/",
10247             "license": [
10248                 "BSD-3-Clause"
10249             ],
10250             "authors": [
10251                 {
10252                     "name": "Arne Blankerts",
10253                     "email": "arne@blankerts.de",
10254                     "role": "Developer"
10255                 },
10256                 {
10257                     "name": "Sebastian Heuer",
10258                     "email": "sebastian@phpeople.de",
10259                     "role": "Developer"
10260                 },
10261                 {
10262                     "name": "Sebastian Bergmann",
10263                     "email": "sebastian@phpunit.de",
10264                     "role": "Developer"
10265                 }
10266             ],
10267             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
10268             "support": {
10269                 "issues": "https://github.com/phar-io/manifest/issues",
10270                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
10271             },
10272             "time": "2021-07-20T11:28:43+00:00"
10273         },
10274         {
10275             "name": "phar-io/version",
10276             "version": "3.2.1",
10277             "source": {
10278                 "type": "git",
10279                 "url": "https://github.com/phar-io/version.git",
10280                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
10281             },
10282             "dist": {
10283                 "type": "zip",
10284                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
10285                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
10286                 "shasum": ""
10287             },
10288             "require": {
10289                 "php": "^7.2 || ^8.0"
10290             },
10291             "type": "library",
10292             "autoload": {
10293                 "classmap": [
10294                     "src/"
10295                 ]
10296             },
10297             "notification-url": "https://packagist.org/downloads/",
10298             "license": [
10299                 "BSD-3-Clause"
10300             ],
10301             "authors": [
10302                 {
10303                     "name": "Arne Blankerts",
10304                     "email": "arne@blankerts.de",
10305                     "role": "Developer"
10306                 },
10307                 {
10308                     "name": "Sebastian Heuer",
10309                     "email": "sebastian@phpeople.de",
10310                     "role": "Developer"
10311                 },
10312                 {
10313                     "name": "Sebastian Bergmann",
10314                     "email": "sebastian@phpunit.de",
10315                     "role": "Developer"
10316                 }
10317             ],
10318             "description": "Library for handling version information and constraints",
10319             "support": {
10320                 "issues": "https://github.com/phar-io/version/issues",
10321                 "source": "https://github.com/phar-io/version/tree/3.2.1"
10322             },
10323             "time": "2022-02-21T01:04:05+00:00"
10324         },
10325         {
10326             "name": "php-webdriver/webdriver",
10327             "version": "1.14.0",
10328             "source": {
10329                 "type": "git",
10330                 "url": "https://github.com/php-webdriver/php-webdriver.git",
10331                 "reference": "3ea4f924afb43056bf9c630509e657d951608563"
10332             },
10333             "dist": {
10334                 "type": "zip",
10335                 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/3ea4f924afb43056bf9c630509e657d951608563",
10336                 "reference": "3ea4f924afb43056bf9c630509e657d951608563",
10337                 "shasum": ""
10338             },
10339             "require": {
10340                 "ext-curl": "*",
10341                 "ext-json": "*",
10342                 "ext-zip": "*",
10343                 "php": "^7.3 || ^8.0",
10344                 "symfony/polyfill-mbstring": "^1.12",
10345                 "symfony/process": "^5.0 || ^6.0"
10346             },
10347             "replace": {
10348                 "facebook/webdriver": "*"
10349             },
10350             "require-dev": {
10351                 "ergebnis/composer-normalize": "^2.20.0",
10352                 "ondram/ci-detector": "^4.0",
10353                 "php-coveralls/php-coveralls": "^2.4",
10354                 "php-mock/php-mock-phpunit": "^2.0",
10355                 "php-parallel-lint/php-parallel-lint": "^1.2",
10356                 "phpunit/phpunit": "^9.3",
10357                 "squizlabs/php_codesniffer": "^3.5",
10358                 "symfony/var-dumper": "^5.0 || ^6.0"
10359             },
10360             "suggest": {
10361                 "ext-SimpleXML": "For Firefox profile creation"
10362             },
10363             "type": "library",
10364             "autoload": {
10365                 "files": [
10366                     "lib/Exception/TimeoutException.php"
10367                 ],
10368                 "psr-4": {
10369                     "Facebook\\WebDriver\\": "lib/"
10370                 }
10371             },
10372             "notification-url": "https://packagist.org/downloads/",
10373             "license": [
10374                 "MIT"
10375             ],
10376             "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
10377             "homepage": "https://github.com/php-webdriver/php-webdriver",
10378             "keywords": [
10379                 "Chromedriver",
10380                 "geckodriver",
10381                 "php",
10382                 "selenium",
10383                 "webdriver"
10384             ],
10385             "support": {
10386                 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
10387                 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.14.0"
10388             },
10389             "time": "2023-02-09T12:12:19+00:00"
10390         },
10391         {
10392             "name": "phpunit/php-code-coverage",
10393             "version": "9.2.26",
10394             "source": {
10395                 "type": "git",
10396                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
10397                 "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"
10398             },
10399             "dist": {
10400                 "type": "zip",
10401                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
10402                 "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
10403                 "shasum": ""
10404             },
10405             "require": {
10406                 "ext-dom": "*",
10407                 "ext-libxml": "*",
10408                 "ext-xmlwriter": "*",
10409                 "nikic/php-parser": "^4.15",
10410                 "php": ">=7.3",
10411                 "phpunit/php-file-iterator": "^3.0.3",
10412                 "phpunit/php-text-template": "^2.0.2",
10413                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
10414                 "sebastian/complexity": "^2.0",
10415                 "sebastian/environment": "^5.1.2",
10416                 "sebastian/lines-of-code": "^1.0.3",
10417                 "sebastian/version": "^3.0.1",
10418                 "theseer/tokenizer": "^1.2.0"
10419             },
10420             "require-dev": {
10421                 "phpunit/phpunit": "^9.3"
10422             },
10423             "suggest": {
10424                 "ext-pcov": "PHP extension that provides line coverage",
10425                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
10426             },
10427             "type": "library",
10428             "extra": {
10429                 "branch-alias": {
10430                     "dev-master": "9.2-dev"
10431                 }
10432             },
10433             "autoload": {
10434                 "classmap": [
10435                     "src/"
10436                 ]
10437             },
10438             "notification-url": "https://packagist.org/downloads/",
10439             "license": [
10440                 "BSD-3-Clause"
10441             ],
10442             "authors": [
10443                 {
10444                     "name": "Sebastian Bergmann",
10445                     "email": "sebastian@phpunit.de",
10446                     "role": "lead"
10447                 }
10448             ],
10449             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
10450             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
10451             "keywords": [
10452                 "coverage",
10453                 "testing",
10454                 "xunit"
10455             ],
10456             "support": {
10457                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
10458                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26"
10459             },
10460             "funding": [
10461                 {
10462                     "url": "https://github.com/sebastianbergmann",
10463                     "type": "github"
10464                 }
10465             ],
10466             "time": "2023-03-06T12:58:08+00:00"
10467         },
10468         {
10469             "name": "phpunit/php-file-iterator",
10470             "version": "3.0.6",
10471             "source": {
10472                 "type": "git",
10473                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
10474                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
10475             },
10476             "dist": {
10477                 "type": "zip",
10478                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
10479                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
10480                 "shasum": ""
10481             },
10482             "require": {
10483                 "php": ">=7.3"
10484             },
10485             "require-dev": {
10486                 "phpunit/phpunit": "^9.3"
10487             },
10488             "type": "library",
10489             "extra": {
10490                 "branch-alias": {
10491                     "dev-master": "3.0-dev"
10492                 }
10493             },
10494             "autoload": {
10495                 "classmap": [
10496                     "src/"
10497                 ]
10498             },
10499             "notification-url": "https://packagist.org/downloads/",
10500             "license": [
10501                 "BSD-3-Clause"
10502             ],
10503             "authors": [
10504                 {
10505                     "name": "Sebastian Bergmann",
10506                     "email": "sebastian@phpunit.de",
10507                     "role": "lead"
10508                 }
10509             ],
10510             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
10511             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
10512             "keywords": [
10513                 "filesystem",
10514                 "iterator"
10515             ],
10516             "support": {
10517                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
10518                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
10519             },
10520             "funding": [
10521                 {
10522                     "url": "https://github.com/sebastianbergmann",
10523                     "type": "github"
10524                 }
10525             ],
10526             "time": "2021-12-02T12:48:52+00:00"
10527         },
10528         {
10529             "name": "phpunit/php-invoker",
10530             "version": "3.1.1",
10531             "source": {
10532                 "type": "git",
10533                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
10534                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
10535             },
10536             "dist": {
10537                 "type": "zip",
10538                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
10539                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
10540                 "shasum": ""
10541             },
10542             "require": {
10543                 "php": ">=7.3"
10544             },
10545             "require-dev": {
10546                 "ext-pcntl": "*",
10547                 "phpunit/phpunit": "^9.3"
10548             },
10549             "suggest": {
10550                 "ext-pcntl": "*"
10551             },
10552             "type": "library",
10553             "extra": {
10554                 "branch-alias": {
10555                     "dev-master": "3.1-dev"
10556                 }
10557             },
10558             "autoload": {
10559                 "classmap": [
10560                     "src/"
10561                 ]
10562             },
10563             "notification-url": "https://packagist.org/downloads/",
10564             "license": [
10565                 "BSD-3-Clause"
10566             ],
10567             "authors": [
10568                 {
10569                     "name": "Sebastian Bergmann",
10570                     "email": "sebastian@phpunit.de",
10571                     "role": "lead"
10572                 }
10573             ],
10574             "description": "Invoke callables with a timeout",
10575             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
10576             "keywords": [
10577                 "process"
10578             ],
10579             "support": {
10580                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
10581                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
10582             },
10583             "funding": [
10584                 {
10585                     "url": "https://github.com/sebastianbergmann",
10586                     "type": "github"
10587                 }
10588             ],
10589             "time": "2020-09-28T05:58:55+00:00"
10590         },
10591         {
10592             "name": "phpunit/php-text-template",
10593             "version": "2.0.4",
10594             "source": {
10595                 "type": "git",
10596                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
10597                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
10598             },
10599             "dist": {
10600                 "type": "zip",
10601                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
10602                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
10603                 "shasum": ""
10604             },
10605             "require": {
10606                 "php": ">=7.3"
10607             },
10608             "require-dev": {
10609                 "phpunit/phpunit": "^9.3"
10610             },
10611             "type": "library",
10612             "extra": {
10613                 "branch-alias": {
10614                     "dev-master": "2.0-dev"
10615                 }
10616             },
10617             "autoload": {
10618                 "classmap": [
10619                     "src/"
10620                 ]
10621             },
10622             "notification-url": "https://packagist.org/downloads/",
10623             "license": [
10624                 "BSD-3-Clause"
10625             ],
10626             "authors": [
10627                 {
10628                     "name": "Sebastian Bergmann",
10629                     "email": "sebastian@phpunit.de",
10630                     "role": "lead"
10631                 }
10632             ],
10633             "description": "Simple template engine.",
10634             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
10635             "keywords": [
10636                 "template"
10637             ],
10638             "support": {
10639                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
10640                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
10641             },
10642             "funding": [
10643                 {
10644                     "url": "https://github.com/sebastianbergmann",
10645                     "type": "github"
10646                 }
10647             ],
10648             "time": "2020-10-26T05:33:50+00:00"
10649         },
10650         {
10651             "name": "phpunit/php-timer",
10652             "version": "5.0.3",
10653             "source": {
10654                 "type": "git",
10655                 "url": "https://github.com/sebastianbergmann/php-timer.git",
10656                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
10657             },
10658             "dist": {
10659                 "type": "zip",
10660                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
10661                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
10662                 "shasum": ""
10663             },
10664             "require": {
10665                 "php": ">=7.3"
10666             },
10667             "require-dev": {
10668                 "phpunit/phpunit": "^9.3"
10669             },
10670             "type": "library",
10671             "extra": {
10672                 "branch-alias": {
10673                     "dev-master": "5.0-dev"
10674                 }
10675             },
10676             "autoload": {
10677                 "classmap": [
10678                     "src/"
10679                 ]
10680             },
10681             "notification-url": "https://packagist.org/downloads/",
10682             "license": [
10683                 "BSD-3-Clause"
10684             ],
10685             "authors": [
10686                 {
10687                     "name": "Sebastian Bergmann",
10688                     "email": "sebastian@phpunit.de",
10689                     "role": "lead"
10690                 }
10691             ],
10692             "description": "Utility class for timing",
10693             "homepage": "https://github.com/sebastianbergmann/php-timer/",
10694             "keywords": [
10695                 "timer"
10696             ],
10697             "support": {
10698                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
10699                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
10700             },
10701             "funding": [
10702                 {
10703                     "url": "https://github.com/sebastianbergmann",
10704                     "type": "github"
10705                 }
10706             ],
10707             "time": "2020-10-26T13:16:10+00:00"
10708         },
10709         {
10710             "name": "phpunit/phpunit",
10711             "version": "9.6.7",
10712             "source": {
10713                 "type": "git",
10714                 "url": "https://github.com/sebastianbergmann/phpunit.git",
10715                 "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2"
10716             },
10717             "dist": {
10718                 "type": "zip",
10719                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2",
10720                 "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2",
10721                 "shasum": ""
10722             },
10723             "require": {
10724                 "doctrine/instantiator": "^1.3.1 || ^2",
10725                 "ext-dom": "*",
10726                 "ext-json": "*",
10727                 "ext-libxml": "*",
10728                 "ext-mbstring": "*",
10729                 "ext-xml": "*",
10730                 "ext-xmlwriter": "*",
10731                 "myclabs/deep-copy": "^1.10.1",
10732                 "phar-io/manifest": "^2.0.3",
10733                 "phar-io/version": "^3.0.2",
10734                 "php": ">=7.3",
10735                 "phpunit/php-code-coverage": "^9.2.13",
10736                 "phpunit/php-file-iterator": "^3.0.5",
10737                 "phpunit/php-invoker": "^3.1.1",
10738                 "phpunit/php-text-template": "^2.0.3",
10739                 "phpunit/php-timer": "^5.0.2",
10740                 "sebastian/cli-parser": "^1.0.1",
10741                 "sebastian/code-unit": "^1.0.6",
10742                 "sebastian/comparator": "^4.0.8",
10743                 "sebastian/diff": "^4.0.3",
10744                 "sebastian/environment": "^5.1.3",
10745                 "sebastian/exporter": "^4.0.5",
10746                 "sebastian/global-state": "^5.0.1",
10747                 "sebastian/object-enumerator": "^4.0.3",
10748                 "sebastian/resource-operations": "^3.0.3",
10749                 "sebastian/type": "^3.2",
10750                 "sebastian/version": "^3.0.2"
10751             },
10752             "suggest": {
10753                 "ext-soap": "To be able to generate mocks based on WSDL files",
10754                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
10755             },
10756             "bin": [
10757                 "phpunit"
10758             ],
10759             "type": "library",
10760             "extra": {
10761                 "branch-alias": {
10762                     "dev-master": "9.6-dev"
10763                 }
10764             },
10765             "autoload": {
10766                 "files": [
10767                     "src/Framework/Assert/Functions.php"
10768                 ],
10769                 "classmap": [
10770                     "src/"
10771                 ]
10772             },
10773             "notification-url": "https://packagist.org/downloads/",
10774             "license": [
10775                 "BSD-3-Clause"
10776             ],
10777             "authors": [
10778                 {
10779                     "name": "Sebastian Bergmann",
10780                     "email": "sebastian@phpunit.de",
10781                     "role": "lead"
10782                 }
10783             ],
10784             "description": "The PHP Unit Testing framework.",
10785             "homepage": "https://phpunit.de/",
10786             "keywords": [
10787                 "phpunit",
10788                 "testing",
10789                 "xunit"
10790             ],
10791             "support": {
10792                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
10793                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
10794                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.7"
10795             },
10796             "funding": [
10797                 {
10798                     "url": "https://phpunit.de/sponsors.html",
10799                     "type": "custom"
10800                 },
10801                 {
10802                     "url": "https://github.com/sebastianbergmann",
10803                     "type": "github"
10804                 },
10805                 {
10806                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
10807                     "type": "tidelift"
10808                 }
10809             ],
10810             "time": "2023-04-14T08:58:40+00:00"
10811         },
10812         {
10813             "name": "sebastian/cli-parser",
10814             "version": "1.0.1",
10815             "source": {
10816                 "type": "git",
10817                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
10818                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
10819             },
10820             "dist": {
10821                 "type": "zip",
10822                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
10823                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
10824                 "shasum": ""
10825             },
10826             "require": {
10827                 "php": ">=7.3"
10828             },
10829             "require-dev": {
10830                 "phpunit/phpunit": "^9.3"
10831             },
10832             "type": "library",
10833             "extra": {
10834                 "branch-alias": {
10835                     "dev-master": "1.0-dev"
10836                 }
10837             },
10838             "autoload": {
10839                 "classmap": [
10840                     "src/"
10841                 ]
10842             },
10843             "notification-url": "https://packagist.org/downloads/",
10844             "license": [
10845                 "BSD-3-Clause"
10846             ],
10847             "authors": [
10848                 {
10849                     "name": "Sebastian Bergmann",
10850                     "email": "sebastian@phpunit.de",
10851                     "role": "lead"
10852                 }
10853             ],
10854             "description": "Library for parsing CLI options",
10855             "homepage": "https://github.com/sebastianbergmann/cli-parser",
10856             "support": {
10857                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
10858                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
10859             },
10860             "funding": [
10861                 {
10862                     "url": "https://github.com/sebastianbergmann",
10863                     "type": "github"
10864                 }
10865             ],
10866             "time": "2020-09-28T06:08:49+00:00"
10867         },
10868         {
10869             "name": "sebastian/code-unit",
10870             "version": "1.0.8",
10871             "source": {
10872                 "type": "git",
10873                 "url": "https://github.com/sebastianbergmann/code-unit.git",
10874                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
10875             },
10876             "dist": {
10877                 "type": "zip",
10878                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
10879                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
10880                 "shasum": ""
10881             },
10882             "require": {
10883                 "php": ">=7.3"
10884             },
10885             "require-dev": {
10886                 "phpunit/phpunit": "^9.3"
10887             },
10888             "type": "library",
10889             "extra": {
10890                 "branch-alias": {
10891                     "dev-master": "1.0-dev"
10892                 }
10893             },
10894             "autoload": {
10895                 "classmap": [
10896                     "src/"
10897                 ]
10898             },
10899             "notification-url": "https://packagist.org/downloads/",
10900             "license": [
10901                 "BSD-3-Clause"
10902             ],
10903             "authors": [
10904                 {
10905                     "name": "Sebastian Bergmann",
10906                     "email": "sebastian@phpunit.de",
10907                     "role": "lead"
10908                 }
10909             ],
10910             "description": "Collection of value objects that represent the PHP code units",
10911             "homepage": "https://github.com/sebastianbergmann/code-unit",
10912             "support": {
10913                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
10914                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
10915             },
10916             "funding": [
10917                 {
10918                     "url": "https://github.com/sebastianbergmann",
10919                     "type": "github"
10920                 }
10921             ],
10922             "time": "2020-10-26T13:08:54+00:00"
10923         },
10924         {
10925             "name": "sebastian/code-unit-reverse-lookup",
10926             "version": "2.0.3",
10927             "source": {
10928                 "type": "git",
10929                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
10930                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
10931             },
10932             "dist": {
10933                 "type": "zip",
10934                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
10935                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
10936                 "shasum": ""
10937             },
10938             "require": {
10939                 "php": ">=7.3"
10940             },
10941             "require-dev": {
10942                 "phpunit/phpunit": "^9.3"
10943             },
10944             "type": "library",
10945             "extra": {
10946                 "branch-alias": {
10947                     "dev-master": "2.0-dev"
10948                 }
10949             },
10950             "autoload": {
10951                 "classmap": [
10952                     "src/"
10953                 ]
10954             },
10955             "notification-url": "https://packagist.org/downloads/",
10956             "license": [
10957                 "BSD-3-Clause"
10958             ],
10959             "authors": [
10960                 {
10961                     "name": "Sebastian Bergmann",
10962                     "email": "sebastian@phpunit.de"
10963                 }
10964             ],
10965             "description": "Looks up which function or method a line of code belongs to",
10966             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
10967             "support": {
10968                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
10969                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
10970             },
10971             "funding": [
10972                 {
10973                     "url": "https://github.com/sebastianbergmann",
10974                     "type": "github"
10975                 }
10976             ],
10977             "time": "2020-09-28T05:30:19+00:00"
10978         },
10979         {
10980             "name": "sebastian/comparator",
10981             "version": "4.0.8",
10982             "source": {
10983                 "type": "git",
10984                 "url": "https://github.com/sebastianbergmann/comparator.git",
10985                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
10986             },
10987             "dist": {
10988                 "type": "zip",
10989                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
10990                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
10991                 "shasum": ""
10992             },
10993             "require": {
10994                 "php": ">=7.3",
10995                 "sebastian/diff": "^4.0",
10996                 "sebastian/exporter": "^4.0"
10997             },
10998             "require-dev": {
10999                 "phpunit/phpunit": "^9.3"
11000             },
11001             "type": "library",
11002             "extra": {
11003                 "branch-alias": {
11004                     "dev-master": "4.0-dev"
11005                 }
11006             },
11007             "autoload": {
11008                 "classmap": [
11009                     "src/"
11010                 ]
11011             },
11012             "notification-url": "https://packagist.org/downloads/",
11013             "license": [
11014                 "BSD-3-Clause"
11015             ],
11016             "authors": [
11017                 {
11018                     "name": "Sebastian Bergmann",
11019                     "email": "sebastian@phpunit.de"
11020                 },
11021                 {
11022                     "name": "Jeff Welch",
11023                     "email": "whatthejeff@gmail.com"
11024                 },
11025                 {
11026                     "name": "Volker Dusch",
11027                     "email": "github@wallbash.com"
11028                 },
11029                 {
11030                     "name": "Bernhard Schussek",
11031                     "email": "bschussek@2bepublished.at"
11032                 }
11033             ],
11034             "description": "Provides the functionality to compare PHP values for equality",
11035             "homepage": "https://github.com/sebastianbergmann/comparator",
11036             "keywords": [
11037                 "comparator",
11038                 "compare",
11039                 "equality"
11040             ],
11041             "support": {
11042                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
11043                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
11044             },
11045             "funding": [
11046                 {
11047                     "url": "https://github.com/sebastianbergmann",
11048                     "type": "github"
11049                 }
11050             ],
11051             "time": "2022-09-14T12:41:17+00:00"
11052         },
11053         {
11054             "name": "sebastian/complexity",
11055             "version": "2.0.2",
11056             "source": {
11057                 "type": "git",
11058                 "url": "https://github.com/sebastianbergmann/complexity.git",
11059                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
11060             },
11061             "dist": {
11062                 "type": "zip",
11063                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
11064                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
11065                 "shasum": ""
11066             },
11067             "require": {
11068                 "nikic/php-parser": "^4.7",
11069                 "php": ">=7.3"
11070             },
11071             "require-dev": {
11072                 "phpunit/phpunit": "^9.3"
11073             },
11074             "type": "library",
11075             "extra": {
11076                 "branch-alias": {
11077                     "dev-master": "2.0-dev"
11078                 }
11079             },
11080             "autoload": {
11081                 "classmap": [
11082                     "src/"
11083                 ]
11084             },
11085             "notification-url": "https://packagist.org/downloads/",
11086             "license": [
11087                 "BSD-3-Clause"
11088             ],
11089             "authors": [
11090                 {
11091                     "name": "Sebastian Bergmann",
11092                     "email": "sebastian@phpunit.de",
11093                     "role": "lead"
11094                 }
11095             ],
11096             "description": "Library for calculating the complexity of PHP code units",
11097             "homepage": "https://github.com/sebastianbergmann/complexity",
11098             "support": {
11099                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
11100                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
11101             },
11102             "funding": [
11103                 {
11104                     "url": "https://github.com/sebastianbergmann",
11105                     "type": "github"
11106                 }
11107             ],
11108             "time": "2020-10-26T15:52:27+00:00"
11109         },
11110         {
11111             "name": "sebastian/diff",
11112             "version": "4.0.4",
11113             "source": {
11114                 "type": "git",
11115                 "url": "https://github.com/sebastianbergmann/diff.git",
11116                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
11117             },
11118             "dist": {
11119                 "type": "zip",
11120                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
11121                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
11122                 "shasum": ""
11123             },
11124             "require": {
11125                 "php": ">=7.3"
11126             },
11127             "require-dev": {
11128                 "phpunit/phpunit": "^9.3",
11129                 "symfony/process": "^4.2 || ^5"
11130             },
11131             "type": "library",
11132             "extra": {
11133                 "branch-alias": {
11134                     "dev-master": "4.0-dev"
11135                 }
11136             },
11137             "autoload": {
11138                 "classmap": [
11139                     "src/"
11140                 ]
11141             },
11142             "notification-url": "https://packagist.org/downloads/",
11143             "license": [
11144                 "BSD-3-Clause"
11145             ],
11146             "authors": [
11147                 {
11148                     "name": "Sebastian Bergmann",
11149                     "email": "sebastian@phpunit.de"
11150                 },
11151                 {
11152                     "name": "Kore Nordmann",
11153                     "email": "mail@kore-nordmann.de"
11154                 }
11155             ],
11156             "description": "Diff implementation",
11157             "homepage": "https://github.com/sebastianbergmann/diff",
11158             "keywords": [
11159                 "diff",
11160                 "udiff",
11161                 "unidiff",
11162                 "unified diff"
11163             ],
11164             "support": {
11165                 "issues": "https://github.com/sebastianbergmann/diff/issues",
11166                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
11167             },
11168             "funding": [
11169                 {
11170                     "url": "https://github.com/sebastianbergmann",
11171                     "type": "github"
11172                 }
11173             ],
11174             "time": "2020-10-26T13:10:38+00:00"
11175         },
11176         {
11177             "name": "sebastian/environment",
11178             "version": "5.1.5",
11179             "source": {
11180                 "type": "git",
11181                 "url": "https://github.com/sebastianbergmann/environment.git",
11182                 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
11183             },
11184             "dist": {
11185                 "type": "zip",
11186                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
11187                 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
11188                 "shasum": ""
11189             },
11190             "require": {
11191                 "php": ">=7.3"
11192             },
11193             "require-dev": {
11194                 "phpunit/phpunit": "^9.3"
11195             },
11196             "suggest": {
11197                 "ext-posix": "*"
11198             },
11199             "type": "library",
11200             "extra": {
11201                 "branch-alias": {
11202                     "dev-master": "5.1-dev"
11203                 }
11204             },
11205             "autoload": {
11206                 "classmap": [
11207                     "src/"
11208                 ]
11209             },
11210             "notification-url": "https://packagist.org/downloads/",
11211             "license": [
11212                 "BSD-3-Clause"
11213             ],
11214             "authors": [
11215                 {
11216                     "name": "Sebastian Bergmann",
11217                     "email": "sebastian@phpunit.de"
11218                 }
11219             ],
11220             "description": "Provides functionality to handle HHVM/PHP environments",
11221             "homepage": "http://www.github.com/sebastianbergmann/environment",
11222             "keywords": [
11223                 "Xdebug",
11224                 "environment",
11225                 "hhvm"
11226             ],
11227             "support": {
11228                 "issues": "https://github.com/sebastianbergmann/environment/issues",
11229                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
11230             },
11231             "funding": [
11232                 {
11233                     "url": "https://github.com/sebastianbergmann",
11234                     "type": "github"
11235                 }
11236             ],
11237             "time": "2023-02-03T06:03:51+00:00"
11238         },
11239         {
11240             "name": "sebastian/exporter",
11241             "version": "4.0.5",
11242             "source": {
11243                 "type": "git",
11244                 "url": "https://github.com/sebastianbergmann/exporter.git",
11245                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
11246             },
11247             "dist": {
11248                 "type": "zip",
11249                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
11250                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
11251                 "shasum": ""
11252             },
11253             "require": {
11254                 "php": ">=7.3",
11255                 "sebastian/recursion-context": "^4.0"
11256             },
11257             "require-dev": {
11258                 "ext-mbstring": "*",
11259                 "phpunit/phpunit": "^9.3"
11260             },
11261             "type": "library",
11262             "extra": {
11263                 "branch-alias": {
11264                     "dev-master": "4.0-dev"
11265                 }
11266             },
11267             "autoload": {
11268                 "classmap": [
11269                     "src/"
11270                 ]
11271             },
11272             "notification-url": "https://packagist.org/downloads/",
11273             "license": [
11274                 "BSD-3-Clause"
11275             ],
11276             "authors": [
11277                 {
11278                     "name": "Sebastian Bergmann",
11279                     "email": "sebastian@phpunit.de"
11280                 },
11281                 {
11282                     "name": "Jeff Welch",
11283                     "email": "whatthejeff@gmail.com"
11284                 },
11285                 {
11286                     "name": "Volker Dusch",
11287                     "email": "github@wallbash.com"
11288                 },
11289                 {
11290                     "name": "Adam Harvey",
11291                     "email": "aharvey@php.net"
11292                 },
11293                 {
11294                     "name": "Bernhard Schussek",
11295                     "email": "bschussek@gmail.com"
11296                 }
11297             ],
11298             "description": "Provides the functionality to export PHP variables for visualization",
11299             "homepage": "https://www.github.com/sebastianbergmann/exporter",
11300             "keywords": [
11301                 "export",
11302                 "exporter"
11303             ],
11304             "support": {
11305                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
11306                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
11307             },
11308             "funding": [
11309                 {
11310                     "url": "https://github.com/sebastianbergmann",
11311                     "type": "github"
11312                 }
11313             ],
11314             "time": "2022-09-14T06:03:37+00:00"
11315         },
11316         {
11317             "name": "sebastian/global-state",
11318             "version": "5.0.5",
11319             "source": {
11320                 "type": "git",
11321                 "url": "https://github.com/sebastianbergmann/global-state.git",
11322                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
11323             },
11324             "dist": {
11325                 "type": "zip",
11326                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
11327                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
11328                 "shasum": ""
11329             },
11330             "require": {
11331                 "php": ">=7.3",
11332                 "sebastian/object-reflector": "^2.0",
11333                 "sebastian/recursion-context": "^4.0"
11334             },
11335             "require-dev": {
11336                 "ext-dom": "*",
11337                 "phpunit/phpunit": "^9.3"
11338             },
11339             "suggest": {
11340                 "ext-uopz": "*"
11341             },
11342             "type": "library",
11343             "extra": {
11344                 "branch-alias": {
11345                     "dev-master": "5.0-dev"
11346                 }
11347             },
11348             "autoload": {
11349                 "classmap": [
11350                     "src/"
11351                 ]
11352             },
11353             "notification-url": "https://packagist.org/downloads/",
11354             "license": [
11355                 "BSD-3-Clause"
11356             ],
11357             "authors": [
11358                 {
11359                     "name": "Sebastian Bergmann",
11360                     "email": "sebastian@phpunit.de"
11361                 }
11362             ],
11363             "description": "Snapshotting of global state",
11364             "homepage": "http://www.github.com/sebastianbergmann/global-state",
11365             "keywords": [
11366                 "global state"
11367             ],
11368             "support": {
11369                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
11370                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
11371             },
11372             "funding": [
11373                 {
11374                     "url": "https://github.com/sebastianbergmann",
11375                     "type": "github"
11376                 }
11377             ],
11378             "time": "2022-02-14T08:28:10+00:00"
11379         },
11380         {
11381             "name": "sebastian/lines-of-code",
11382             "version": "1.0.3",
11383             "source": {
11384                 "type": "git",
11385                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
11386                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
11387             },
11388             "dist": {
11389                 "type": "zip",
11390                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
11391                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
11392                 "shasum": ""
11393             },
11394             "require": {
11395                 "nikic/php-parser": "^4.6",
11396                 "php": ">=7.3"
11397             },
11398             "require-dev": {
11399                 "phpunit/phpunit": "^9.3"
11400             },
11401             "type": "library",
11402             "extra": {
11403                 "branch-alias": {
11404                     "dev-master": "1.0-dev"
11405                 }
11406             },
11407             "autoload": {
11408                 "classmap": [
11409                     "src/"
11410                 ]
11411             },
11412             "notification-url": "https://packagist.org/downloads/",
11413             "license": [
11414                 "BSD-3-Clause"
11415             ],
11416             "authors": [
11417                 {
11418                     "name": "Sebastian Bergmann",
11419                     "email": "sebastian@phpunit.de",
11420                     "role": "lead"
11421                 }
11422             ],
11423             "description": "Library for counting the lines of code in PHP source code",
11424             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
11425             "support": {
11426                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
11427                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
11428             },
11429             "funding": [
11430                 {
11431                     "url": "https://github.com/sebastianbergmann",
11432                     "type": "github"
11433                 }
11434             ],
11435             "time": "2020-11-28T06:42:11+00:00"
11436         },
11437         {
11438             "name": "sebastian/object-enumerator",
11439             "version": "4.0.4",
11440             "source": {
11441                 "type": "git",
11442                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
11443                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
11444             },
11445             "dist": {
11446                 "type": "zip",
11447                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
11448                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
11449                 "shasum": ""
11450             },
11451             "require": {
11452                 "php": ">=7.3",
11453                 "sebastian/object-reflector": "^2.0",
11454                 "sebastian/recursion-context": "^4.0"
11455             },
11456             "require-dev": {
11457                 "phpunit/phpunit": "^9.3"
11458             },
11459             "type": "library",
11460             "extra": {
11461                 "branch-alias": {
11462                     "dev-master": "4.0-dev"
11463                 }
11464             },
11465             "autoload": {
11466                 "classmap": [
11467                     "src/"
11468                 ]
11469             },
11470             "notification-url": "https://packagist.org/downloads/",
11471             "license": [
11472                 "BSD-3-Clause"
11473             ],
11474             "authors": [
11475                 {
11476                     "name": "Sebastian Bergmann",
11477                     "email": "sebastian@phpunit.de"
11478                 }
11479             ],
11480             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
11481             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
11482             "support": {
11483                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
11484                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
11485             },
11486             "funding": [
11487                 {
11488                     "url": "https://github.com/sebastianbergmann",
11489                     "type": "github"
11490                 }
11491             ],
11492             "time": "2020-10-26T13:12:34+00:00"
11493         },
11494         {
11495             "name": "sebastian/object-reflector",
11496             "version": "2.0.4",
11497             "source": {
11498                 "type": "git",
11499                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
11500                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
11501             },
11502             "dist": {
11503                 "type": "zip",
11504                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
11505                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
11506                 "shasum": ""
11507             },
11508             "require": {
11509                 "php": ">=7.3"
11510             },
11511             "require-dev": {
11512                 "phpunit/phpunit": "^9.3"
11513             },
11514             "type": "library",
11515             "extra": {
11516                 "branch-alias": {
11517                     "dev-master": "2.0-dev"
11518                 }
11519             },
11520             "autoload": {
11521                 "classmap": [
11522                     "src/"
11523                 ]
11524             },
11525             "notification-url": "https://packagist.org/downloads/",
11526             "license": [
11527                 "BSD-3-Clause"
11528             ],
11529             "authors": [
11530                 {
11531                     "name": "Sebastian Bergmann",
11532                     "email": "sebastian@phpunit.de"
11533                 }
11534             ],
11535             "description": "Allows reflection of object attributes, including inherited and non-public ones",
11536             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
11537             "support": {
11538                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
11539                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
11540             },
11541             "funding": [
11542                 {
11543                     "url": "https://github.com/sebastianbergmann",
11544                     "type": "github"
11545                 }
11546             ],
11547             "time": "2020-10-26T13:14:26+00:00"
11548         },
11549         {
11550             "name": "sebastian/recursion-context",
11551             "version": "4.0.5",
11552             "source": {
11553                 "type": "git",
11554                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
11555                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
11556             },
11557             "dist": {
11558                 "type": "zip",
11559                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
11560                 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
11561                 "shasum": ""
11562             },
11563             "require": {
11564                 "php": ">=7.3"
11565             },
11566             "require-dev": {
11567                 "phpunit/phpunit": "^9.3"
11568             },
11569             "type": "library",
11570             "extra": {
11571                 "branch-alias": {
11572                     "dev-master": "4.0-dev"
11573                 }
11574             },
11575             "autoload": {
11576                 "classmap": [
11577                     "src/"
11578                 ]
11579             },
11580             "notification-url": "https://packagist.org/downloads/",
11581             "license": [
11582                 "BSD-3-Clause"
11583             ],
11584             "authors": [
11585                 {
11586                     "name": "Sebastian Bergmann",
11587                     "email": "sebastian@phpunit.de"
11588                 },
11589                 {
11590                     "name": "Jeff Welch",
11591                     "email": "whatthejeff@gmail.com"
11592                 },
11593                 {
11594                     "name": "Adam Harvey",
11595                     "email": "aharvey@php.net"
11596                 }
11597             ],
11598             "description": "Provides functionality to recursively process PHP variables",
11599             "homepage": "https://github.com/sebastianbergmann/recursion-context",
11600             "support": {
11601                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
11602                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
11603             },
11604             "funding": [
11605                 {
11606                     "url": "https://github.com/sebastianbergmann",
11607                     "type": "github"
11608                 }
11609             ],
11610             "time": "2023-02-03T06:07:39+00:00"
11611         },
11612         {
11613             "name": "sebastian/resource-operations",
11614             "version": "3.0.3",
11615             "source": {
11616                 "type": "git",
11617                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
11618                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
11619             },
11620             "dist": {
11621                 "type": "zip",
11622                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
11623                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
11624                 "shasum": ""
11625             },
11626             "require": {
11627                 "php": ">=7.3"
11628             },
11629             "require-dev": {
11630                 "phpunit/phpunit": "^9.0"
11631             },
11632             "type": "library",
11633             "extra": {
11634                 "branch-alias": {
11635                     "dev-master": "3.0-dev"
11636                 }
11637             },
11638             "autoload": {
11639                 "classmap": [
11640                     "src/"
11641                 ]
11642             },
11643             "notification-url": "https://packagist.org/downloads/",
11644             "license": [
11645                 "BSD-3-Clause"
11646             ],
11647             "authors": [
11648                 {
11649                     "name": "Sebastian Bergmann",
11650                     "email": "sebastian@phpunit.de"
11651                 }
11652             ],
11653             "description": "Provides a list of PHP built-in functions that operate on resources",
11654             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
11655             "support": {
11656                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
11657                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
11658             },
11659             "funding": [
11660                 {
11661                     "url": "https://github.com/sebastianbergmann",
11662                     "type": "github"
11663                 }
11664             ],
11665             "time": "2020-09-28T06:45:17+00:00"
11666         },
11667         {
11668             "name": "sebastian/type",
11669             "version": "3.2.1",
11670             "source": {
11671                 "type": "git",
11672                 "url": "https://github.com/sebastianbergmann/type.git",
11673                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
11674             },
11675             "dist": {
11676                 "type": "zip",
11677                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
11678                 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
11679                 "shasum": ""
11680             },
11681             "require": {
11682                 "php": ">=7.3"
11683             },
11684             "require-dev": {
11685                 "phpunit/phpunit": "^9.5"
11686             },
11687             "type": "library",
11688             "extra": {
11689                 "branch-alias": {
11690                     "dev-master": "3.2-dev"
11691                 }
11692             },
11693             "autoload": {
11694                 "classmap": [
11695                     "src/"
11696                 ]
11697             },
11698             "notification-url": "https://packagist.org/downloads/",
11699             "license": [
11700                 "BSD-3-Clause"
11701             ],
11702             "authors": [
11703                 {
11704                     "name": "Sebastian Bergmann",
11705                     "email": "sebastian@phpunit.de",
11706                     "role": "lead"
11707                 }
11708             ],
11709             "description": "Collection of value objects that represent the types of the PHP type system",
11710             "homepage": "https://github.com/sebastianbergmann/type",
11711             "support": {
11712                 "issues": "https://github.com/sebastianbergmann/type/issues",
11713                 "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
11714             },
11715             "funding": [
11716                 {
11717                     "url": "https://github.com/sebastianbergmann",
11718                     "type": "github"
11719                 }
11720             ],
11721             "time": "2023-02-03T06:13:03+00:00"
11722         },
11723         {
11724             "name": "sebastian/version",
11725             "version": "3.0.2",
11726             "source": {
11727                 "type": "git",
11728                 "url": "https://github.com/sebastianbergmann/version.git",
11729                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
11730             },
11731             "dist": {
11732                 "type": "zip",
11733                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
11734                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
11735                 "shasum": ""
11736             },
11737             "require": {
11738                 "php": ">=7.3"
11739             },
11740             "type": "library",
11741             "extra": {
11742                 "branch-alias": {
11743                     "dev-master": "3.0-dev"
11744                 }
11745             },
11746             "autoload": {
11747                 "classmap": [
11748                     "src/"
11749                 ]
11750             },
11751             "notification-url": "https://packagist.org/downloads/",
11752             "license": [
11753                 "BSD-3-Clause"
11754             ],
11755             "authors": [
11756                 {
11757                     "name": "Sebastian Bergmann",
11758                     "email": "sebastian@phpunit.de",
11759                     "role": "lead"
11760                 }
11761             ],
11762             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
11763             "homepage": "https://github.com/sebastianbergmann/version",
11764             "support": {
11765                 "issues": "https://github.com/sebastianbergmann/version/issues",
11766                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
11767             },
11768             "funding": [
11769                 {
11770                     "url": "https://github.com/sebastianbergmann",
11771                     "type": "github"
11772                 }
11773             ],
11774             "time": "2020-09-28T06:39:44+00:00"
11775         },
11776         {
11777             "name": "symfony/browser-kit",
11778             "version": "v5.4.21",
11779             "source": {
11780                 "type": "git",
11781                 "url": "https://github.com/symfony/browser-kit.git",
11782                 "reference": "a866ca7e396f15d7efb6d74a8a7d364d4e05b704"
11783             },
11784             "dist": {
11785                 "type": "zip",
11786                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/a866ca7e396f15d7efb6d74a8a7d364d4e05b704",
11787                 "reference": "a866ca7e396f15d7efb6d74a8a7d364d4e05b704",
11788                 "shasum": ""
11789             },
11790             "require": {
11791                 "php": ">=7.2.5",
11792                 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
11793                 "symfony/polyfill-php80": "^1.16"
11794             },
11795             "require-dev": {
11796                 "symfony/css-selector": "^4.4|^5.0|^6.0",
11797                 "symfony/http-client": "^4.4|^5.0|^6.0",
11798                 "symfony/mime": "^4.4|^5.0|^6.0",
11799                 "symfony/process": "^4.4|^5.0|^6.0"
11800             },
11801             "suggest": {
11802                 "symfony/process": ""
11803             },
11804             "type": "library",
11805             "autoload": {
11806                 "psr-4": {
11807                     "Symfony\\Component\\BrowserKit\\": ""
11808                 },
11809                 "exclude-from-classmap": [
11810                     "/Tests/"
11811                 ]
11812             },
11813             "notification-url": "https://packagist.org/downloads/",
11814             "license": [
11815                 "MIT"
11816             ],
11817             "authors": [
11818                 {
11819                     "name": "Fabien Potencier",
11820                     "email": "fabien@symfony.com"
11821                 },
11822                 {
11823                     "name": "Symfony Community",
11824                     "homepage": "https://symfony.com/contributors"
11825                 }
11826             ],
11827             "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
11828             "homepage": "https://symfony.com",
11829             "support": {
11830                 "source": "https://github.com/symfony/browser-kit/tree/v5.4.21"
11831             },
11832             "funding": [
11833                 {
11834                     "url": "https://symfony.com/sponsor",
11835                     "type": "custom"
11836                 },
11837                 {
11838                     "url": "https://github.com/fabpot",
11839                     "type": "github"
11840                 },
11841                 {
11842                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11843                     "type": "tidelift"
11844                 }
11845             ],
11846             "time": "2023-02-14T08:03:56+00:00"
11847         },
11848         {
11849             "name": "symfony/dom-crawler",
11850             "version": "v5.4.22",
11851             "source": {
11852                 "type": "git",
11853                 "url": "https://github.com/symfony/dom-crawler.git",
11854                 "reference": "4c633facee8da59998e0c90e337a586cf07a21e7"
11855             },
11856             "dist": {
11857                 "type": "zip",
11858                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4c633facee8da59998e0c90e337a586cf07a21e7",
11859                 "reference": "4c633facee8da59998e0c90e337a586cf07a21e7",
11860                 "shasum": ""
11861             },
11862             "require": {
11863                 "php": ">=7.2.5",
11864                 "symfony/deprecation-contracts": "^2.1|^3",
11865                 "symfony/polyfill-ctype": "~1.8",
11866                 "symfony/polyfill-mbstring": "~1.0",
11867                 "symfony/polyfill-php80": "^1.16"
11868             },
11869             "conflict": {
11870                 "masterminds/html5": "<2.6"
11871             },
11872             "require-dev": {
11873                 "masterminds/html5": "^2.6",
11874                 "symfony/css-selector": "^4.4|^5.0|^6.0"
11875             },
11876             "suggest": {
11877                 "symfony/css-selector": ""
11878             },
11879             "type": "library",
11880             "autoload": {
11881                 "psr-4": {
11882                     "Symfony\\Component\\DomCrawler\\": ""
11883                 },
11884                 "exclude-from-classmap": [
11885                     "/Tests/"
11886                 ]
11887             },
11888             "notification-url": "https://packagist.org/downloads/",
11889             "license": [
11890                 "MIT"
11891             ],
11892             "authors": [
11893                 {
11894                     "name": "Fabien Potencier",
11895                     "email": "fabien@symfony.com"
11896                 },
11897                 {
11898                     "name": "Symfony Community",
11899                     "homepage": "https://symfony.com/contributors"
11900                 }
11901             ],
11902             "description": "Eases DOM navigation for HTML and XML documents",
11903             "homepage": "https://symfony.com",
11904             "support": {
11905                 "source": "https://github.com/symfony/dom-crawler/tree/v5.4.22"
11906             },
11907             "funding": [
11908                 {
11909                     "url": "https://symfony.com/sponsor",
11910                     "type": "custom"
11911                 },
11912                 {
11913                     "url": "https://github.com/fabpot",
11914                     "type": "github"
11915                 },
11916                 {
11917                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11918                     "type": "tidelift"
11919                 }
11920             ],
11921             "time": "2023-03-06T21:29:33+00:00"
11922         },
11923         {
11924             "name": "symfony/error-handler",
11925             "version": "v5.4.21",
11926             "source": {
11927                 "type": "git",
11928                 "url": "https://github.com/symfony/error-handler.git",
11929                 "reference": "56a94aa8cb5a5fbc411551d8d014a296b5456549"
11930             },
11931             "dist": {
11932                 "type": "zip",
11933                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/56a94aa8cb5a5fbc411551d8d014a296b5456549",
11934                 "reference": "56a94aa8cb5a5fbc411551d8d014a296b5456549",
11935                 "shasum": ""
11936             },
11937             "require": {
11938                 "php": ">=7.2.5",
11939                 "psr/log": "^1|^2|^3",
11940                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
11941             },
11942             "require-dev": {
11943                 "symfony/deprecation-contracts": "^2.1|^3",
11944                 "symfony/http-kernel": "^4.4|^5.0|^6.0",
11945                 "symfony/serializer": "^4.4|^5.0|^6.0"
11946             },
11947             "bin": [
11948                 "Resources/bin/patch-type-declarations"
11949             ],
11950             "type": "library",
11951             "autoload": {
11952                 "psr-4": {
11953                     "Symfony\\Component\\ErrorHandler\\": ""
11954                 },
11955                 "exclude-from-classmap": [
11956                     "/Tests/"
11957                 ]
11958             },
11959             "notification-url": "https://packagist.org/downloads/",
11960             "license": [
11961                 "MIT"
11962             ],
11963             "authors": [
11964                 {
11965                     "name": "Fabien Potencier",
11966                     "email": "fabien@symfony.com"
11967                 },
11968                 {
11969                     "name": "Symfony Community",
11970                     "homepage": "https://symfony.com/contributors"
11971                 }
11972             ],
11973             "description": "Provides tools to manage errors and ease debugging PHP code",
11974             "homepage": "https://symfony.com",
11975             "support": {
11976                 "source": "https://github.com/symfony/error-handler/tree/v5.4.21"
11977             },
11978             "funding": [
11979                 {
11980                     "url": "https://symfony.com/sponsor",
11981                     "type": "custom"
11982                 },
11983                 {
11984                     "url": "https://github.com/fabpot",
11985                     "type": "github"
11986                 },
11987                 {
11988                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11989                     "type": "tidelift"
11990                 }
11991             ],
11992             "time": "2023-02-14T08:03:56+00:00"
11993         },
11994         {
11995             "name": "symfony/http-kernel",
11996             "version": "v5.4.22",
11997             "source": {
11998                 "type": "git",
11999                 "url": "https://github.com/symfony/http-kernel.git",
12000                 "reference": "2d3a8be2c756353627398827c409af6f126c096d"
12001             },
12002             "dist": {
12003                 "type": "zip",
12004                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2d3a8be2c756353627398827c409af6f126c096d",
12005                 "reference": "2d3a8be2c756353627398827c409af6f126c096d",
12006                 "shasum": ""
12007             },
12008             "require": {
12009                 "php": ">=7.2.5",
12010                 "psr/log": "^1|^2",
12011                 "symfony/deprecation-contracts": "^2.1|^3",
12012                 "symfony/error-handler": "^4.4|^5.0|^6.0",
12013                 "symfony/event-dispatcher": "^5.0|^6.0",
12014                 "symfony/http-foundation": "^5.4.21|^6.2.7",
12015                 "symfony/polyfill-ctype": "^1.8",
12016                 "symfony/polyfill-php73": "^1.9",
12017                 "symfony/polyfill-php80": "^1.16"
12018             },
12019             "conflict": {
12020                 "symfony/browser-kit": "<5.4",
12021                 "symfony/cache": "<5.0",
12022                 "symfony/config": "<5.0",
12023                 "symfony/console": "<4.4",
12024                 "symfony/dependency-injection": "<5.3",
12025                 "symfony/doctrine-bridge": "<5.0",
12026                 "symfony/form": "<5.0",
12027                 "symfony/http-client": "<5.0",
12028                 "symfony/mailer": "<5.0",
12029                 "symfony/messenger": "<5.0",
12030                 "symfony/translation": "<5.0",
12031                 "symfony/twig-bridge": "<5.0",
12032                 "symfony/validator": "<5.0",
12033                 "twig/twig": "<2.13"
12034             },
12035             "provide": {
12036                 "psr/log-implementation": "1.0|2.0"
12037             },
12038             "require-dev": {
12039                 "psr/cache": "^1.0|^2.0|^3.0",
12040                 "symfony/browser-kit": "^5.4|^6.0",
12041                 "symfony/config": "^5.0|^6.0",
12042                 "symfony/console": "^4.4|^5.0|^6.0",
12043                 "symfony/css-selector": "^4.4|^5.0|^6.0",
12044                 "symfony/dependency-injection": "^5.3|^6.0",
12045                 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
12046                 "symfony/expression-language": "^4.4|^5.0|^6.0",
12047                 "symfony/finder": "^4.4|^5.0|^6.0",
12048                 "symfony/http-client-contracts": "^1.1|^2|^3",
12049                 "symfony/process": "^4.4|^5.0|^6.0",
12050                 "symfony/routing": "^4.4|^5.0|^6.0",
12051                 "symfony/stopwatch": "^4.4|^5.0|^6.0",
12052                 "symfony/translation": "^4.4|^5.0|^6.0",
12053                 "symfony/translation-contracts": "^1.1|^2|^3",
12054                 "twig/twig": "^2.13|^3.0.4"
12055             },
12056             "suggest": {
12057                 "symfony/browser-kit": "",
12058                 "symfony/config": "",
12059                 "symfony/console": "",
12060                 "symfony/dependency-injection": ""
12061             },
12062             "type": "library",
12063             "autoload": {
12064                 "psr-4": {
12065                     "Symfony\\Component\\HttpKernel\\": ""
12066                 },
12067                 "exclude-from-classmap": [
12068                     "/Tests/"
12069                 ]
12070             },
12071             "notification-url": "https://packagist.org/downloads/",
12072             "license": [
12073                 "MIT"
12074             ],
12075             "authors": [
12076                 {
12077                     "name": "Fabien Potencier",
12078                     "email": "fabien@symfony.com"
12079                 },
12080                 {
12081                     "name": "Symfony Community",
12082                     "homepage": "https://symfony.com/contributors"
12083                 }
12084             ],
12085             "description": "Provides a structured process for converting a Request into a Response",
12086             "homepage": "https://symfony.com",
12087             "support": {
12088                 "source": "https://github.com/symfony/http-kernel/tree/v5.4.22"
12089             },
12090             "funding": [
12091                 {
12092                     "url": "https://symfony.com/sponsor",
12093                     "type": "custom"
12094                 },
12095                 {
12096                     "url": "https://github.com/fabpot",
12097                     "type": "github"
12098                 },
12099                 {
12100                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12101                     "type": "tidelift"
12102                 }
12103             ],
12104             "time": "2023-03-31T11:54:37+00:00"
12105         },
12106         {
12107             "name": "symfony/panther",
12108             "version": "v1.1.2",
12109             "source": {
12110                 "type": "git",
12111                 "url": "https://github.com/symfony/panther.git",
12112                 "reference": "8716dd7c1c26a592a4e0440047a7967c21ef71e5"
12113             },
12114             "dist": {
12115                 "type": "zip",
12116                 "url": "https://api.github.com/repos/symfony/panther/zipball/8716dd7c1c26a592a4e0440047a7967c21ef71e5",
12117                 "reference": "8716dd7c1c26a592a4e0440047a7967c21ef71e5",
12118                 "shasum": ""
12119             },
12120             "require": {
12121                 "ext-dom": "*",
12122                 "ext-libxml": "*",
12123                 "php": ">=7.1",
12124                 "php-webdriver/webdriver": "^1.8.2",
12125                 "symfony/browser-kit": "^4.4 || ^5.0",
12126                 "symfony/dependency-injection": "^4.4 || ^5.0",
12127                 "symfony/deprecation-contracts": "^2.4 || ^3.0",
12128                 "symfony/dom-crawler": "^4.4 || ^5.0",
12129                 "symfony/http-client": "^4.4.11 || ^5.2",
12130                 "symfony/http-kernel": "^4.4 || ^5.0",
12131                 "symfony/polyfill-php72": "^1.9",
12132                 "symfony/process": "^4.4 || ^5.0"
12133             },
12134             "require-dev": {
12135                 "symfony/css-selector": "^4.4 || ^5.0",
12136                 "symfony/framework-bundle": "^4.4 || ^5.0",
12137                 "symfony/mime": "^4.4 || ^5.0",
12138                 "symfony/phpunit-bridge": "^5.2"
12139             },
12140             "type": "library",
12141             "extra": {
12142                 "branch-alias": {
12143                     "dev-main": "1.1.x-dev"
12144                 }
12145             },
12146             "autoload": {
12147                 "psr-4": {
12148                     "Symfony\\Component\\Panther\\": "src/"
12149                 }
12150             },
12151             "notification-url": "https://packagist.org/downloads/",
12152             "license": [
12153                 "MIT"
12154             ],
12155             "authors": [
12156                 {
12157                     "name": "Kévin Dunglas",
12158                     "email": "dunglas@gmail.com",
12159                     "homepage": "https://dunglas.fr"
12160                 },
12161                 {
12162                     "name": "Symfony Community",
12163                     "homepage": "https://symfony.com/contributors"
12164                 }
12165             ],
12166             "description": "A browser testing and web scraping library for PHP and Symfony.",
12167             "homepage": "https://dunglas.fr",
12168             "keywords": [
12169                 "e2e",
12170                 "scraping",
12171                 "selenium",
12172                 "symfony",
12173                 "testing",
12174                 "webdriver"
12175             ],
12176             "support": {
12177                 "issues": "https://github.com/symfony/panther/issues",
12178                 "source": "https://github.com/symfony/panther/tree/v1.1.2"
12179             },
12180             "funding": [
12181                 {
12182                     "url": "https://www.panthera.org/donate",
12183                     "type": "custom"
12184                 },
12185                 {
12186                     "url": "https://github.com/dunglas",
12187                     "type": "github"
12188                 },
12189                 {
12190                     "url": "https://tidelift.com/funding/github/packagist/symfony/panther",
12191                     "type": "tidelift"
12192                 }
12193             ],
12194             "time": "2021-11-30T15:51:25+00:00"
12195         },
12196         {
12197             "name": "symfony/polyfill-php72",
12198             "version": "v1.27.0",
12199             "source": {
12200                 "type": "git",
12201                 "url": "https://github.com/symfony/polyfill-php72.git",
12202                 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
12203             },
12204             "dist": {
12205                 "type": "zip",
12206                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
12207                 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
12208                 "shasum": ""
12209             },
12210             "require": {
12211                 "php": ">=7.1"
12212             },
12213             "type": "library",
12214             "extra": {
12215                 "branch-alias": {
12216                     "dev-main": "1.27-dev"
12217                 },
12218                 "thanks": {
12219                     "name": "symfony/polyfill",
12220                     "url": "https://github.com/symfony/polyfill"
12221                 }
12222             },
12223             "autoload": {
12224                 "files": [
12225                     "bootstrap.php"
12226                 ],
12227                 "psr-4": {
12228                     "Symfony\\Polyfill\\Php72\\": ""
12229                 }
12230             },
12231             "notification-url": "https://packagist.org/downloads/",
12232             "license": [
12233                 "MIT"
12234             ],
12235             "authors": [
12236                 {
12237                     "name": "Nicolas Grekas",
12238                     "email": "p@tchwork.com"
12239                 },
12240                 {
12241                     "name": "Symfony Community",
12242                     "homepage": "https://symfony.com/contributors"
12243                 }
12244             ],
12245             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
12246             "homepage": "https://symfony.com",
12247             "keywords": [
12248                 "compatibility",
12249                 "polyfill",
12250                 "portable",
12251                 "shim"
12252             ],
12253             "support": {
12254                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
12255             },
12256             "funding": [
12257                 {
12258                     "url": "https://symfony.com/sponsor",
12259                     "type": "custom"
12260                 },
12261                 {
12262                     "url": "https://github.com/fabpot",
12263                     "type": "github"
12264                 },
12265                 {
12266                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12267                     "type": "tidelift"
12268                 }
12269             ],
12270             "time": "2022-11-03T14:55:06+00:00"
12271         },
12272         {
12273             "name": "symfony/var-dumper",
12274             "version": "v5.4.22",
12275             "source": {
12276                 "type": "git",
12277                 "url": "https://github.com/symfony/var-dumper.git",
12278                 "reference": "e2edac9ce47e6df07e38143c7cfa6bdbc1a6dcc4"
12279             },
12280             "dist": {
12281                 "type": "zip",
12282                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e2edac9ce47e6df07e38143c7cfa6bdbc1a6dcc4",
12283                 "reference": "e2edac9ce47e6df07e38143c7cfa6bdbc1a6dcc4",
12284                 "shasum": ""
12285             },
12286             "require": {
12287                 "php": ">=7.2.5",
12288                 "symfony/polyfill-mbstring": "~1.0",
12289                 "symfony/polyfill-php80": "^1.16"
12290             },
12291             "conflict": {
12292                 "phpunit/phpunit": "<5.4.3",
12293                 "symfony/console": "<4.4"
12294             },
12295             "require-dev": {
12296                 "ext-iconv": "*",
12297                 "symfony/console": "^4.4|^5.0|^6.0",
12298                 "symfony/process": "^4.4|^5.0|^6.0",
12299                 "symfony/uid": "^5.1|^6.0",
12300                 "twig/twig": "^2.13|^3.0.4"
12301             },
12302             "suggest": {
12303                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
12304                 "ext-intl": "To show region name in time zone dump",
12305                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
12306             },
12307             "bin": [
12308                 "Resources/bin/var-dump-server"
12309             ],
12310             "type": "library",
12311             "autoload": {
12312                 "files": [
12313                     "Resources/functions/dump.php"
12314                 ],
12315                 "psr-4": {
12316                     "Symfony\\Component\\VarDumper\\": ""
12317                 },
12318                 "exclude-from-classmap": [
12319                     "/Tests/"
12320                 ]
12321             },
12322             "notification-url": "https://packagist.org/downloads/",
12323             "license": [
12324                 "MIT"
12325             ],
12326             "authors": [
12327                 {
12328                     "name": "Nicolas Grekas",
12329                     "email": "p@tchwork.com"
12330                 },
12331                 {
12332                     "name": "Symfony Community",
12333                     "homepage": "https://symfony.com/contributors"
12334                 }
12335             ],
12336             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
12337             "homepage": "https://symfony.com",
12338             "keywords": [
12339                 "debug",
12340                 "dump"
12341             ],
12342             "support": {
12343                 "source": "https://github.com/symfony/var-dumper/tree/v5.4.22"
12344             },
12345             "funding": [
12346                 {
12347                     "url": "https://symfony.com/sponsor",
12348                     "type": "custom"
12349                 },
12350                 {
12351                     "url": "https://github.com/fabpot",
12352                     "type": "github"
12353                 },
12354                 {
12355                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12356                     "type": "tidelift"
12357                 }
12358             ],
12359             "time": "2023-03-25T09:27:28+00:00"
12360         },
12361         {
12362             "name": "theseer/tokenizer",
12363             "version": "1.2.1",
12364             "source": {
12365                 "type": "git",
12366                 "url": "https://github.com/theseer/tokenizer.git",
12367                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
12368             },
12369             "dist": {
12370                 "type": "zip",
12371                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
12372                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
12373                 "shasum": ""
12374             },
12375             "require": {
12376                 "ext-dom": "*",
12377                 "ext-tokenizer": "*",
12378                 "ext-xmlwriter": "*",
12379                 "php": "^7.2 || ^8.0"
12380             },
12381             "type": "library",
12382             "autoload": {
12383                 "classmap": [
12384                     "src/"
12385                 ]
12386             },
12387             "notification-url": "https://packagist.org/downloads/",
12388             "license": [
12389                 "BSD-3-Clause"
12390             ],
12391             "authors": [
12392                 {
12393                     "name": "Arne Blankerts",
12394                     "email": "arne@blankerts.de",
12395                     "role": "Developer"
12396                 }
12397             ],
12398             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
12399             "support": {
12400                 "issues": "https://github.com/theseer/tokenizer/issues",
12401                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
12402             },
12403             "funding": [
12404                 {
12405                     "url": "https://github.com/theseer",
12406                     "type": "github"
12407                 }
12408             ],
12409             "time": "2021-07-28T10:34:58+00:00"
12410         },
12411         {
12412             "name": "zircote/swagger-php",
12413             "version": "3.3.7",
12414             "source": {
12415                 "type": "git",
12416                 "url": "https://github.com/zircote/swagger-php.git",
12417                 "reference": "e8c3bb316e385e93a0c7e8b2aa0681079244c381"
12418             },
12419             "dist": {
12420                 "type": "zip",
12421                 "url": "https://api.github.com/repos/zircote/swagger-php/zipball/e8c3bb316e385e93a0c7e8b2aa0681079244c381",
12422                 "reference": "e8c3bb316e385e93a0c7e8b2aa0681079244c381",
12423                 "shasum": ""
12424             },
12425             "require": {
12426                 "doctrine/annotations": "^1.7",
12427                 "ext-json": "*",
12428                 "php": ">=7.2",
12429                 "psr/log": "^1.1 || ^2.0 || ^3.0",
12430                 "symfony/finder": ">=2.2",
12431                 "symfony/yaml": ">=3.3"
12432             },
12433             "require-dev": {
12434                 "composer/package-versions-deprecated": "1.11.99.2",
12435                 "friendsofphp/php-cs-fixer": "^2.17 || ^3.0",
12436                 "phpunit/phpunit": ">=8.5.14"
12437             },
12438             "bin": [
12439                 "bin/openapi"
12440             ],
12441             "type": "library",
12442             "autoload": {
12443                 "files": [
12444                     "src/functions.php"
12445                 ],
12446                 "psr-4": {
12447                     "OpenApi\\": "src"
12448                 }
12449             },
12450             "notification-url": "https://packagist.org/downloads/",
12451             "license": [
12452                 "Apache-2.0"
12453             ],
12454             "authors": [
12455                 {
12456                     "name": "Robert Allen",
12457                     "email": "zircote@gmail.com"
12458                 },
12459                 {
12460                     "name": "Bob Fanger",
12461                     "email": "bfanger@gmail.com",
12462                     "homepage": "https://bfanger.nl"
12463                 },
12464                 {
12465                     "name": "Martin Rademacher",
12466                     "email": "mano@radebatz.net",
12467                     "homepage": "https://radebatz.net"
12468                 }
12469             ],
12470             "description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations",
12471             "homepage": "https://github.com/zircote/swagger-php/",
12472             "keywords": [
12473                 "api",
12474                 "json",
12475                 "rest",
12476                 "service discovery"
12477             ],
12478             "support": {
12479                 "issues": "https://github.com/zircote/swagger-php/issues",
12480                 "source": "https://github.com/zircote/swagger-php/tree/3.3.7"
12481             },
12482             "time": "2023-01-03T21:17:10+00:00"
12483         }
12484     ],
12485     "aliases": [],
12486     "minimum-stability": "stable",
12487     "stability-flags": [],
12488     "prefer-stable": false,
12489     "prefer-lowest": false,
12490     "platform": {
12491         "php": ">=8.0.0"
12492     },
12493     "platform-dev": [],
12494     "platform-overrides": {
12495         "php": "8.0"
12496     },
12497     "plugin-api-version": "2.3.0"