UI improvements to Messages (#6054)
[openemr.git] / composer.lock
blobe2913c7b4ccb9b7cf30e9e6b8657f22e7bcdc711
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": "90a264d10b8a3ff0049a79947adbd440",
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.4",
136             "source": {
137                 "type": "git",
138                 "url": "https://github.com/ADOdb/ADOdb.git",
139                 "reference": "bb87e83338c99038986878ac78f680becf9e8091"
140             },
141             "dist": {
142                 "type": "zip",
143                 "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/bb87e83338c99038986878ac78f680becf9e8091",
144                 "reference": "bb87e83338c99038986878ac78f680becf9e8091",
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": "2022-10-28T17:34:17+00:00"
193         },
194         {
195             "name": "aranyasen/hl7",
196             "version": "2.1.7",
197             "source": {
198                 "type": "git",
199                 "url": "https://github.com/senaranya/HL7.git",
200                 "reference": "f4a1cef7d048f888c247d2ff862e832514d39844"
201             },
202             "dist": {
203                 "type": "zip",
204                 "url": "https://api.github.com/repos/senaranya/HL7/zipball/f4a1cef7d048f888c247d2ff862e832514d39844",
205                 "reference": "f4a1cef7d048f888c247d2ff862e832514d39844",
206                 "shasum": ""
207             },
208             "require": {
209                 "ext-mbstring": "*",
210                 "php": ">=7.3"
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/2.1.7"
245             },
246             "time": "2022-09-17T06:38:34+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.7",
361             "source": {
362                 "type": "git",
363                 "url": "https://github.com/brick/varexporter.git",
364                 "reference": "3e263cd718d242594c52963760fee2059fd5833c"
365             },
366             "dist": {
367                 "type": "zip",
368                 "url": "https://api.github.com/repos/brick/varexporter/zipball/3e263cd718d242594c52963760fee2059fd5833c",
369                 "reference": "3e263cd718d242594c52963760fee2059fd5833c",
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.7"
398             },
399             "funding": [
400                 {
401                     "url": "https://github.com/BenMorel",
402                     "type": "github"
403                 }
404             ],
405             "time": "2022-06-29T23:37:57+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.3",
476             "source": {
477                 "type": "git",
478                 "url": "https://github.com/DASPRiD/Enum.git",
479                 "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
480             },
481             "dist": {
482                 "type": "zip",
483                 "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
484                 "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
485                 "shasum": ""
486             },
487             "require-dev": {
488                 "phpunit/phpunit": "^7 | ^8 | ^9",
489                 "squizlabs/php_codesniffer": "^3.4"
490             },
491             "type": "library",
492             "autoload": {
493                 "psr-4": {
494                     "DASPRiD\\Enum\\": "src/"
495                 }
496             },
497             "notification-url": "https://packagist.org/downloads/",
498             "license": [
499                 "BSD-2-Clause"
500             ],
501             "authors": [
502                 {
503                     "name": "Ben Scholzen 'DASPRiD'",
504                     "email": "mail@dasprids.de",
505                     "homepage": "https://dasprids.de/",
506                     "role": "Developer"
507                 }
508             ],
509             "description": "PHP 7.1 enum implementation",
510             "keywords": [
511                 "enum",
512                 "map"
513             ],
514             "support": {
515                 "issues": "https://github.com/DASPRiD/Enum/issues",
516                 "source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
517             },
518             "time": "2020-10-02T16:03:48+00:00"
519         },
520         {
521             "name": "defuse/php-encryption",
522             "version": "v2.3.1",
523             "source": {
524                 "type": "git",
525                 "url": "https://github.com/defuse/php-encryption.git",
526                 "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
527             },
528             "dist": {
529                 "type": "zip",
530                 "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
531                 "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
532                 "shasum": ""
533             },
534             "require": {
535                 "ext-openssl": "*",
536                 "paragonie/random_compat": ">= 2",
537                 "php": ">=5.6.0"
538             },
539             "require-dev": {
540                 "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
541             },
542             "bin": [
543                 "bin/generate-defuse-key"
544             ],
545             "type": "library",
546             "autoload": {
547                 "psr-4": {
548                     "Defuse\\Crypto\\": "src"
549                 }
550             },
551             "notification-url": "https://packagist.org/downloads/",
552             "license": [
553                 "MIT"
554             ],
555             "authors": [
556                 {
557                     "name": "Taylor Hornby",
558                     "email": "taylor@defuse.ca",
559                     "homepage": "https://defuse.ca/"
560                 },
561                 {
562                     "name": "Scott Arciszewski",
563                     "email": "info@paragonie.com",
564                     "homepage": "https://paragonie.com"
565                 }
566             ],
567             "description": "Secure PHP Encryption Library",
568             "keywords": [
569                 "aes",
570                 "authenticated encryption",
571                 "cipher",
572                 "crypto",
573                 "cryptography",
574                 "encrypt",
575                 "encryption",
576                 "openssl",
577                 "security",
578                 "symmetric key cryptography"
579             ],
580             "support": {
581                 "issues": "https://github.com/defuse/php-encryption/issues",
582                 "source": "https://github.com/defuse/php-encryption/tree/v2.3.1"
583             },
584             "time": "2021-04-09T23:57:26+00:00"
585         },
586         {
587             "name": "digitickets/lalit",
588             "version": "3.3.0",
589             "source": {
590                 "type": "git",
591                 "url": "https://github.com/digitickets/lalit.git",
592                 "reference": "c42d6ba903ee78ea4210582fb8401aafa9858678"
593             },
594             "dist": {
595                 "type": "zip",
596                 "url": "https://api.github.com/repos/digitickets/lalit/zipball/c42d6ba903ee78ea4210582fb8401aafa9858678",
597                 "reference": "c42d6ba903ee78ea4210582fb8401aafa9858678",
598                 "shasum": ""
599             },
600             "require": {
601                 "ext-dom": "*",
602                 "php": ">=7"
603             },
604             "require-dev": {
605                 "mockery/mockery": "^0",
606                 "phpunit/phpunit": "^6"
607             },
608             "type": "library",
609             "autoload": {
610                 "psr-4": {
611                     "LaLit\\": "src"
612                 }
613             },
614             "notification-url": "https://packagist.org/downloads/",
615             "license": [
616                 "CC0-1.0"
617             ],
618             "authors": [
619                 {
620                     "name": "Lalit Patel",
621                     "role": "Lead Developer"
622                 },
623                 {
624                     "name": "Richard Quadling",
625                     "role": "Developer"
626                 }
627             ],
628             "description": "GitHub copy of LaLit's XML2Array and Array2XML",
629             "homepage": "http://www.lalit.org/lab",
630             "keywords": [
631                 "array",
632                 "xml"
633             ],
634             "support": {
635                 "issues": "https://github.com/digitickets/lalit/issues",
636                 "source": "https://github.com/digitickets/lalit/tree/3.3.0"
637             },
638             "time": "2022-03-10T17:19:42+00:00"
639         },
640         {
641             "name": "dompdf/dompdf",
642             "version": "v2.0.1",
643             "source": {
644                 "type": "git",
645                 "url": "https://github.com/dompdf/dompdf.git",
646                 "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085"
647             },
648             "dist": {
649                 "type": "zip",
650                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/c5310df0e22c758c85ea5288175fc6cd777bc085",
651                 "reference": "c5310df0e22c758c85ea5288175fc6cd777bc085",
652                 "shasum": ""
653             },
654             "require": {
655                 "ext-dom": "*",
656                 "ext-mbstring": "*",
657                 "masterminds/html5": "^2.0",
658                 "phenx/php-font-lib": ">=0.5.4 <1.0.0",
659                 "phenx/php-svg-lib": ">=0.3.3 <1.0.0",
660                 "php": "^7.1 || ^8.0"
661             },
662             "require-dev": {
663                 "ext-json": "*",
664                 "ext-zip": "*",
665                 "mockery/mockery": "^1.3",
666                 "phpunit/phpunit": "^7.5 || ^8 || ^9",
667                 "squizlabs/php_codesniffer": "^3.5"
668             },
669             "suggest": {
670                 "ext-gd": "Needed to process images",
671                 "ext-gmagick": "Improves image processing performance",
672                 "ext-imagick": "Improves image processing performance",
673                 "ext-zlib": "Needed for pdf stream compression"
674             },
675             "type": "library",
676             "autoload": {
677                 "psr-4": {
678                     "Dompdf\\": "src/"
679                 },
680                 "classmap": [
681                     "lib/"
682                 ]
683             },
684             "notification-url": "https://packagist.org/downloads/",
685             "license": [
686                 "LGPL-2.1"
687             ],
688             "authors": [
689                 {
690                     "name": "The Dompdf Community",
691                     "homepage": "https://github.com/dompdf/dompdf/blob/master/AUTHORS.md"
692                 }
693             ],
694             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
695             "homepage": "https://github.com/dompdf/dompdf",
696             "support": {
697                 "issues": "https://github.com/dompdf/dompdf/issues",
698                 "source": "https://github.com/dompdf/dompdf/tree/v2.0.1"
699             },
700             "time": "2022-09-22T13:43:41+00:00"
701         },
702         {
703             "name": "ezyang/htmlpurifier",
704             "version": "v4.16.0",
705             "source": {
706                 "type": "git",
707                 "url": "https://github.com/ezyang/htmlpurifier.git",
708                 "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
709             },
710             "dist": {
711                 "type": "zip",
712                 "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
713                 "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
714                 "shasum": ""
715             },
716             "require": {
717                 "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"
718             },
719             "require-dev": {
720                 "cerdic/css-tidy": "^1.7 || ^2.0",
721                 "simpletest/simpletest": "dev-master"
722             },
723             "suggest": {
724                 "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
725                 "ext-bcmath": "Used for unit conversion and imagecrash protection",
726                 "ext-iconv": "Converts text to and from non-UTF-8 encodings",
727                 "ext-tidy": "Used for pretty-printing HTML"
728             },
729             "type": "library",
730             "autoload": {
731                 "files": [
732                     "library/HTMLPurifier.composer.php"
733                 ],
734                 "psr-0": {
735                     "HTMLPurifier": "library/"
736                 },
737                 "exclude-from-classmap": [
738                     "/library/HTMLPurifier/Language/"
739                 ]
740             },
741             "notification-url": "https://packagist.org/downloads/",
742             "license": [
743                 "LGPL-2.1-or-later"
744             ],
745             "authors": [
746                 {
747                     "name": "Edward Z. Yang",
748                     "email": "admin@htmlpurifier.org",
749                     "homepage": "http://ezyang.com"
750                 }
751             ],
752             "description": "Standards compliant HTML filter written in PHP",
753             "homepage": "http://htmlpurifier.org/",
754             "keywords": [
755                 "html"
756             ],
757             "support": {
758                 "issues": "https://github.com/ezyang/htmlpurifier/issues",
759                 "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
760             },
761             "time": "2022-09-18T07:06:19+00:00"
762         },
763         {
764             "name": "firebase/php-jwt",
765             "version": "v6.3.1",
766             "source": {
767                 "type": "git",
768                 "url": "https://github.com/firebase/php-jwt.git",
769                 "reference": "ddfaddcb520488b42bca3a75e17e9dd53c3667da"
770             },
771             "dist": {
772                 "type": "zip",
773                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ddfaddcb520488b42bca3a75e17e9dd53c3667da",
774                 "reference": "ddfaddcb520488b42bca3a75e17e9dd53c3667da",
775                 "shasum": ""
776             },
777             "require": {
778                 "php": "^7.1||^8.0"
779             },
780             "require-dev": {
781                 "guzzlehttp/guzzle": "^6.5||^7.4",
782                 "phpspec/prophecy-phpunit": "^1.1",
783                 "phpunit/phpunit": "^7.5||^9.5",
784                 "psr/cache": "^1.0||^2.0",
785                 "psr/http-client": "^1.0",
786                 "psr/http-factory": "^1.0"
787             },
788             "suggest": {
789                 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
790             },
791             "type": "library",
792             "autoload": {
793                 "psr-4": {
794                     "Firebase\\JWT\\": "src"
795                 }
796             },
797             "notification-url": "https://packagist.org/downloads/",
798             "license": [
799                 "BSD-3-Clause"
800             ],
801             "authors": [
802                 {
803                     "name": "Neuman Vong",
804                     "email": "neuman+pear@twilio.com",
805                     "role": "Developer"
806                 },
807                 {
808                     "name": "Anant Narayanan",
809                     "email": "anant@php.net",
810                     "role": "Developer"
811                 }
812             ],
813             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
814             "homepage": "https://github.com/firebase/php-jwt",
815             "keywords": [
816                 "jwt",
817                 "php"
818             ],
819             "support": {
820                 "issues": "https://github.com/firebase/php-jwt/issues",
821                 "source": "https://github.com/firebase/php-jwt/tree/v6.3.1"
822             },
823             "time": "2022-11-01T21:20:08+00:00"
824         },
825         {
826             "name": "google/apiclient",
827             "version": "v2.12.6",
828             "source": {
829                 "type": "git",
830                 "url": "https://github.com/googleapis/google-api-php-client.git",
831                 "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e"
832             },
833             "dist": {
834                 "type": "zip",
835                 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/f92aa126903a9e2da5bd41a280d9633cb249e79e",
836                 "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e",
837                 "shasum": ""
838             },
839             "require": {
840                 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
841                 "google/apiclient-services": "~0.200",
842                 "google/auth": "^1.10",
843                 "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
844                 "guzzlehttp/psr7": "^1.8.4||^2.2.1",
845                 "monolog/monolog": "^1.17||^2.0||^3.0",
846                 "php": "^5.6|^7.0|^8.0",
847                 "phpseclib/phpseclib": "~2.0||^3.0.2"
848             },
849             "require-dev": {
850                 "cache/filesystem-adapter": "^0.3.2|^1.1",
851                 "composer/composer": "^1.10.22",
852                 "phpcompatibility/php-compatibility": "^9.2",
853                 "phpspec/prophecy-phpunit": "^1.1||^2.0",
854                 "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
855                 "squizlabs/php_codesniffer": "^3.0",
856                 "symfony/css-selector": "~2.1",
857                 "symfony/dom-crawler": "~2.1",
858                 "yoast/phpunit-polyfills": "^1.0"
859             },
860             "suggest": {
861                 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
862             },
863             "type": "library",
864             "extra": {
865                 "branch-alias": {
866                     "dev-main": "2.x-dev"
867                 }
868             },
869             "autoload": {
870                 "files": [
871                     "src/aliases.php"
872                 ],
873                 "psr-4": {
874                     "Google\\": "src/"
875                 },
876                 "classmap": [
877                     "src/aliases.php"
878                 ]
879             },
880             "notification-url": "https://packagist.org/downloads/",
881             "license": [
882                 "Apache-2.0"
883             ],
884             "description": "Client library for Google APIs",
885             "homepage": "http://developers.google.com/api-client-library/php",
886             "keywords": [
887                 "google"
888             ],
889             "support": {
890                 "issues": "https://github.com/googleapis/google-api-php-client/issues",
891                 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.6"
892             },
893             "time": "2022-06-06T20:00:19+00:00"
894         },
895         {
896             "name": "google/apiclient-services",
897             "version": "v0.278.0",
898             "source": {
899                 "type": "git",
900                 "url": "https://github.com/googleapis/google-api-php-client-services.git",
901                 "reference": "3da85d2066b5a8042663e96e7cba3a3f83655961"
902             },
903             "dist": {
904                 "type": "zip",
905                 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/3da85d2066b5a8042663e96e7cba3a3f83655961",
906                 "reference": "3da85d2066b5a8042663e96e7cba3a3f83655961",
907                 "shasum": ""
908             },
909             "require": {
910                 "php": ">=5.6"
911             },
912             "require-dev": {
913                 "phpunit/phpunit": "^5.7||^8.5.13"
914             },
915             "type": "library",
916             "autoload": {
917                 "files": [
918                     "autoload.php"
919                 ],
920                 "psr-4": {
921                     "Google\\Service\\": "src"
922                 }
923             },
924             "notification-url": "https://packagist.org/downloads/",
925             "license": [
926                 "Apache-2.0"
927             ],
928             "description": "Client library for Google APIs",
929             "homepage": "http://developers.google.com/api-client-library/php",
930             "keywords": [
931                 "google"
932             ],
933             "support": {
934                 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
935                 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.278.0"
936             },
937             "time": "2022-12-12T01:28:13+00:00"
938         },
939         {
940             "name": "google/auth",
941             "version": "v1.24.0",
942             "source": {
943                 "type": "git",
944                 "url": "https://github.com/googleapis/google-auth-library-php.git",
945                 "reference": "1f8cff5aa324700d041efd2df1a0855112a2e7ae"
946             },
947             "dist": {
948                 "type": "zip",
949                 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/1f8cff5aa324700d041efd2df1a0855112a2e7ae",
950                 "reference": "1f8cff5aa324700d041efd2df1a0855112a2e7ae",
951                 "shasum": ""
952             },
953             "require": {
954                 "firebase/php-jwt": "^5.5||^6.0",
955                 "guzzlehttp/guzzle": "^6.2.1|^7.0",
956                 "guzzlehttp/psr7": "^1.7|^2.0",
957                 "php": "^7.1||^8.0",
958                 "psr/cache": "^1.0|^2.0|^3.0",
959                 "psr/http-message": "^1.0"
960             },
961             "require-dev": {
962                 "guzzlehttp/promises": "0.1.1|^1.3",
963                 "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
964                 "phpseclib/phpseclib": "^2.0.31",
965                 "phpspec/prophecy-phpunit": "^1.1||^2.0",
966                 "phpunit/phpunit": "^7.5||^9.0.0",
967                 "sebastian/comparator": ">=1.2.3",
968                 "squizlabs/php_codesniffer": "^3.5"
969             },
970             "suggest": {
971                 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
972             },
973             "type": "library",
974             "autoload": {
975                 "psr-4": {
976                     "Google\\Auth\\": "src"
977                 }
978             },
979             "notification-url": "https://packagist.org/downloads/",
980             "license": [
981                 "Apache-2.0"
982             ],
983             "description": "Google Auth Library for PHP",
984             "homepage": "http://github.com/google/google-auth-library-php",
985             "keywords": [
986                 "Authentication",
987                 "google",
988                 "oauth2"
989             ],
990             "support": {
991                 "docs": "https://googleapis.github.io/google-auth-library-php/main/",
992                 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
993                 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.24.0"
994             },
995             "time": "2022-11-28T18:29:23+00:00"
996         },
997         {
998             "name": "graham-campbell/result-type",
999             "version": "v1.1.0",
1000             "source": {
1001                 "type": "git",
1002                 "url": "https://github.com/GrahamCampbell/Result-Type.git",
1003                 "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8"
1004             },
1005             "dist": {
1006                 "type": "zip",
1007                 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8",
1008                 "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8",
1009                 "shasum": ""
1010             },
1011             "require": {
1012                 "php": "^7.2.5 || ^8.0",
1013                 "phpoption/phpoption": "^1.9"
1014             },
1015             "require-dev": {
1016                 "phpunit/phpunit": "^8.5.28 || ^9.5.21"
1017             },
1018             "type": "library",
1019             "autoload": {
1020                 "psr-4": {
1021                     "GrahamCampbell\\ResultType\\": "src/"
1022                 }
1023             },
1024             "notification-url": "https://packagist.org/downloads/",
1025             "license": [
1026                 "MIT"
1027             ],
1028             "authors": [
1029                 {
1030                     "name": "Graham Campbell",
1031                     "email": "hello@gjcampbell.co.uk",
1032                     "homepage": "https://github.com/GrahamCampbell"
1033                 }
1034             ],
1035             "description": "An Implementation Of The Result Type",
1036             "keywords": [
1037                 "Graham Campbell",
1038                 "GrahamCampbell",
1039                 "Result Type",
1040                 "Result-Type",
1041                 "result"
1042             ],
1043             "support": {
1044                 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
1045                 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0"
1046             },
1047             "funding": [
1048                 {
1049                     "url": "https://github.com/GrahamCampbell",
1050                     "type": "github"
1051                 },
1052                 {
1053                     "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
1054                     "type": "tidelift"
1055                 }
1056             ],
1057             "time": "2022-07-30T15:56:11+00:00"
1058         },
1059         {
1060             "name": "guzzlehttp/guzzle",
1061             "version": "7.5.0",
1062             "source": {
1063                 "type": "git",
1064                 "url": "https://github.com/guzzle/guzzle.git",
1065                 "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
1066             },
1067             "dist": {
1068                 "type": "zip",
1069                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
1070                 "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
1071                 "shasum": ""
1072             },
1073             "require": {
1074                 "ext-json": "*",
1075                 "guzzlehttp/promises": "^1.5",
1076                 "guzzlehttp/psr7": "^1.9 || ^2.4",
1077                 "php": "^7.2.5 || ^8.0",
1078                 "psr/http-client": "^1.0",
1079                 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1080             },
1081             "provide": {
1082                 "psr/http-client-implementation": "1.0"
1083             },
1084             "require-dev": {
1085                 "bamarni/composer-bin-plugin": "^1.8.1",
1086                 "ext-curl": "*",
1087                 "php-http/client-integration-tests": "^3.0",
1088                 "phpunit/phpunit": "^8.5.29 || ^9.5.23",
1089                 "psr/log": "^1.1 || ^2.0 || ^3.0"
1090             },
1091             "suggest": {
1092                 "ext-curl": "Required for CURL handler support",
1093                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1094                 "psr/log": "Required for using the Log middleware"
1095             },
1096             "type": "library",
1097             "extra": {
1098                 "bamarni-bin": {
1099                     "bin-links": true,
1100                     "forward-command": false
1101                 },
1102                 "branch-alias": {
1103                     "dev-master": "7.5-dev"
1104                 }
1105             },
1106             "autoload": {
1107                 "files": [
1108                     "src/functions_include.php"
1109                 ],
1110                 "psr-4": {
1111                     "GuzzleHttp\\": "src/"
1112                 }
1113             },
1114             "notification-url": "https://packagist.org/downloads/",
1115             "license": [
1116                 "MIT"
1117             ],
1118             "authors": [
1119                 {
1120                     "name": "Graham Campbell",
1121                     "email": "hello@gjcampbell.co.uk",
1122                     "homepage": "https://github.com/GrahamCampbell"
1123                 },
1124                 {
1125                     "name": "Michael Dowling",
1126                     "email": "mtdowling@gmail.com",
1127                     "homepage": "https://github.com/mtdowling"
1128                 },
1129                 {
1130                     "name": "Jeremy Lindblom",
1131                     "email": "jeremeamia@gmail.com",
1132                     "homepage": "https://github.com/jeremeamia"
1133                 },
1134                 {
1135                     "name": "George Mponos",
1136                     "email": "gmponos@gmail.com",
1137                     "homepage": "https://github.com/gmponos"
1138                 },
1139                 {
1140                     "name": "Tobias Nyholm",
1141                     "email": "tobias.nyholm@gmail.com",
1142                     "homepage": "https://github.com/Nyholm"
1143                 },
1144                 {
1145                     "name": "Márk Sági-Kazár",
1146                     "email": "mark.sagikazar@gmail.com",
1147                     "homepage": "https://github.com/sagikazarmark"
1148                 },
1149                 {
1150                     "name": "Tobias Schultze",
1151                     "email": "webmaster@tubo-world.de",
1152                     "homepage": "https://github.com/Tobion"
1153                 }
1154             ],
1155             "description": "Guzzle is a PHP HTTP client library",
1156             "keywords": [
1157                 "client",
1158                 "curl",
1159                 "framework",
1160                 "http",
1161                 "http client",
1162                 "psr-18",
1163                 "psr-7",
1164                 "rest",
1165                 "web service"
1166             ],
1167             "support": {
1168                 "issues": "https://github.com/guzzle/guzzle/issues",
1169                 "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
1170             },
1171             "funding": [
1172                 {
1173                     "url": "https://github.com/GrahamCampbell",
1174                     "type": "github"
1175                 },
1176                 {
1177                     "url": "https://github.com/Nyholm",
1178                     "type": "github"
1179                 },
1180                 {
1181                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1182                     "type": "tidelift"
1183                 }
1184             ],
1185             "time": "2022-08-28T15:39:27+00:00"
1186         },
1187         {
1188             "name": "guzzlehttp/promises",
1189             "version": "1.5.2",
1190             "source": {
1191                 "type": "git",
1192                 "url": "https://github.com/guzzle/promises.git",
1193                 "reference": "b94b2807d85443f9719887892882d0329d1e2598"
1194             },
1195             "dist": {
1196                 "type": "zip",
1197                 "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
1198                 "reference": "b94b2807d85443f9719887892882d0329d1e2598",
1199                 "shasum": ""
1200             },
1201             "require": {
1202                 "php": ">=5.5"
1203             },
1204             "require-dev": {
1205                 "symfony/phpunit-bridge": "^4.4 || ^5.1"
1206             },
1207             "type": "library",
1208             "extra": {
1209                 "branch-alias": {
1210                     "dev-master": "1.5-dev"
1211                 }
1212             },
1213             "autoload": {
1214                 "files": [
1215                     "src/functions_include.php"
1216                 ],
1217                 "psr-4": {
1218                     "GuzzleHttp\\Promise\\": "src/"
1219                 }
1220             },
1221             "notification-url": "https://packagist.org/downloads/",
1222             "license": [
1223                 "MIT"
1224             ],
1225             "authors": [
1226                 {
1227                     "name": "Graham Campbell",
1228                     "email": "hello@gjcampbell.co.uk",
1229                     "homepage": "https://github.com/GrahamCampbell"
1230                 },
1231                 {
1232                     "name": "Michael Dowling",
1233                     "email": "mtdowling@gmail.com",
1234                     "homepage": "https://github.com/mtdowling"
1235                 },
1236                 {
1237                     "name": "Tobias Nyholm",
1238                     "email": "tobias.nyholm@gmail.com",
1239                     "homepage": "https://github.com/Nyholm"
1240                 },
1241                 {
1242                     "name": "Tobias Schultze",
1243                     "email": "webmaster@tubo-world.de",
1244                     "homepage": "https://github.com/Tobion"
1245                 }
1246             ],
1247             "description": "Guzzle promises library",
1248             "keywords": [
1249                 "promise"
1250             ],
1251             "support": {
1252                 "issues": "https://github.com/guzzle/promises/issues",
1253                 "source": "https://github.com/guzzle/promises/tree/1.5.2"
1254             },
1255             "funding": [
1256                 {
1257                     "url": "https://github.com/GrahamCampbell",
1258                     "type": "github"
1259                 },
1260                 {
1261                     "url": "https://github.com/Nyholm",
1262                     "type": "github"
1263                 },
1264                 {
1265                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1266                     "type": "tidelift"
1267                 }
1268             ],
1269             "time": "2022-08-28T14:55:35+00:00"
1270         },
1271         {
1272             "name": "guzzlehttp/psr7",
1273             "version": "2.4.3",
1274             "source": {
1275                 "type": "git",
1276                 "url": "https://github.com/guzzle/psr7.git",
1277                 "reference": "67c26b443f348a51926030c83481b85718457d3d"
1278             },
1279             "dist": {
1280                 "type": "zip",
1281                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
1282                 "reference": "67c26b443f348a51926030c83481b85718457d3d",
1283                 "shasum": ""
1284             },
1285             "require": {
1286                 "php": "^7.2.5 || ^8.0",
1287                 "psr/http-factory": "^1.0",
1288                 "psr/http-message": "^1.0",
1289                 "ralouphie/getallheaders": "^3.0"
1290             },
1291             "provide": {
1292                 "psr/http-factory-implementation": "1.0",
1293                 "psr/http-message-implementation": "1.0"
1294             },
1295             "require-dev": {
1296                 "bamarni/composer-bin-plugin": "^1.8.1",
1297                 "http-interop/http-factory-tests": "^0.9",
1298                 "phpunit/phpunit": "^8.5.29 || ^9.5.23"
1299             },
1300             "suggest": {
1301                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1302             },
1303             "type": "library",
1304             "extra": {
1305                 "bamarni-bin": {
1306                     "bin-links": true,
1307                     "forward-command": false
1308                 },
1309                 "branch-alias": {
1310                     "dev-master": "2.4-dev"
1311                 }
1312             },
1313             "autoload": {
1314                 "psr-4": {
1315                     "GuzzleHttp\\Psr7\\": "src/"
1316                 }
1317             },
1318             "notification-url": "https://packagist.org/downloads/",
1319             "license": [
1320                 "MIT"
1321             ],
1322             "authors": [
1323                 {
1324                     "name": "Graham Campbell",
1325                     "email": "hello@gjcampbell.co.uk",
1326                     "homepage": "https://github.com/GrahamCampbell"
1327                 },
1328                 {
1329                     "name": "Michael Dowling",
1330                     "email": "mtdowling@gmail.com",
1331                     "homepage": "https://github.com/mtdowling"
1332                 },
1333                 {
1334                     "name": "George Mponos",
1335                     "email": "gmponos@gmail.com",
1336                     "homepage": "https://github.com/gmponos"
1337                 },
1338                 {
1339                     "name": "Tobias Nyholm",
1340                     "email": "tobias.nyholm@gmail.com",
1341                     "homepage": "https://github.com/Nyholm"
1342                 },
1343                 {
1344                     "name": "Márk Sági-Kazár",
1345                     "email": "mark.sagikazar@gmail.com",
1346                     "homepage": "https://github.com/sagikazarmark"
1347                 },
1348                 {
1349                     "name": "Tobias Schultze",
1350                     "email": "webmaster@tubo-world.de",
1351                     "homepage": "https://github.com/Tobion"
1352                 },
1353                 {
1354                     "name": "Márk Sági-Kazár",
1355                     "email": "mark.sagikazar@gmail.com",
1356                     "homepage": "https://sagikazarmark.hu"
1357                 }
1358             ],
1359             "description": "PSR-7 message implementation that also provides common utility methods",
1360             "keywords": [
1361                 "http",
1362                 "message",
1363                 "psr-7",
1364                 "request",
1365                 "response",
1366                 "stream",
1367                 "uri",
1368                 "url"
1369             ],
1370             "support": {
1371                 "issues": "https://github.com/guzzle/psr7/issues",
1372                 "source": "https://github.com/guzzle/psr7/tree/2.4.3"
1373             },
1374             "funding": [
1375                 {
1376                     "url": "https://github.com/GrahamCampbell",
1377                     "type": "github"
1378                 },
1379                 {
1380                     "url": "https://github.com/Nyholm",
1381                     "type": "github"
1382                 },
1383                 {
1384                     "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1385                     "type": "tidelift"
1386                 }
1387             ],
1388             "time": "2022-10-26T14:07:24+00:00"
1389         },
1390         {
1391             "name": "html2text/html2text",
1392             "version": "4.3.1",
1393             "source": {
1394                 "type": "git",
1395                 "url": "https://github.com/mtibben/html2text.git",
1396                 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
1397             },
1398             "dist": {
1399                 "type": "zip",
1400                 "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
1401                 "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
1402                 "shasum": ""
1403             },
1404             "require-dev": {
1405                 "phpunit/phpunit": "~4"
1406             },
1407             "suggest": {
1408                 "ext-mbstring": "For best performance",
1409                 "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
1410             },
1411             "type": "library",
1412             "autoload": {
1413                 "psr-4": {
1414                     "Html2Text\\": [
1415                         "src/",
1416                         "test/"
1417                     ]
1418                 }
1419             },
1420             "notification-url": "https://packagist.org/downloads/",
1421             "license": [
1422                 "GPL-2.0-or-later"
1423             ],
1424             "description": "Converts HTML to formatted plain text",
1425             "support": {
1426                 "issues": "https://github.com/mtibben/html2text/issues",
1427                 "source": "https://github.com/mtibben/html2text/tree/4.3.1"
1428             },
1429             "time": "2020-04-16T23:44:31+00:00"
1430         },
1431         {
1432             "name": "kamermans/guzzle-oauth2-subscriber",
1433             "version": "v1.0.12",
1434             "source": {
1435                 "type": "git",
1436                 "url": "https://github.com/kamermans/guzzle-oauth2-subscriber.git",
1437                 "reference": "e1f3a78155fb37410f0103ef57b51fbd4fafd806"
1438             },
1439             "dist": {
1440                 "type": "zip",
1441                 "url": "https://api.github.com/repos/kamermans/guzzle-oauth2-subscriber/zipball/e1f3a78155fb37410f0103ef57b51fbd4fafd806",
1442                 "reference": "e1f3a78155fb37410f0103ef57b51fbd4fafd806",
1443                 "shasum": ""
1444             },
1445             "require": {
1446                 "guzzlehttp/guzzle": "~4.0|~5.0|~6.0|~7.0",
1447                 "php": ">=5.4.0"
1448             },
1449             "type": "library",
1450             "autoload": {
1451                 "psr-4": {
1452                     "kamermans\\OAuth2\\": "src"
1453                 }
1454             },
1455             "notification-url": "https://packagist.org/downloads/",
1456             "license": [
1457                 "MIT"
1458             ],
1459             "authors": [
1460                 {
1461                     "name": "Steve Kamerman",
1462                     "email": "stevekamerman@gmail.com"
1463                 }
1464             ],
1465             "description": "OAuth 2.0 client for Guzzle 4, 5, 6 and 7+",
1466             "keywords": [
1467                 "Guzzle",
1468                 "oauth"
1469             ],
1470             "support": {
1471                 "issues": "https://github.com/kamermans/guzzle-oauth2-subscriber/issues",
1472                 "source": "https://github.com/kamermans/guzzle-oauth2-subscriber/tree/v1.0.12"
1473             },
1474             "time": "2022-08-17T13:15:21+00:00"
1475         },
1476         {
1477             "name": "knplabs/knp-snappy",
1478             "version": "v1.4.1",
1479             "source": {
1480                 "type": "git",
1481                 "url": "https://github.com/KnpLabs/snappy.git",
1482                 "reference": "5126fb5b335ec929a226314d40cd8dad497c3d67"
1483             },
1484             "dist": {
1485                 "type": "zip",
1486                 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/5126fb5b335ec929a226314d40cd8dad497c3d67",
1487                 "reference": "5126fb5b335ec929a226314d40cd8dad497c3d67",
1488                 "shasum": ""
1489             },
1490             "require": {
1491                 "php": ">=7.1",
1492                 "psr/log": "^1.0||^2.0||^3.0",
1493                 "symfony/process": "~3.4||~4.3||~5.0||~6.0"
1494             },
1495             "require-dev": {
1496                 "friendsofphp/php-cs-fixer": "^2.16||^3.0",
1497                 "pedrotroller/php-cs-custom-fixer": "^2.19",
1498                 "phpstan/phpstan": "^0.12.7",
1499                 "phpstan/phpstan-phpunit": "^0.12.6",
1500                 "phpunit/phpunit": "~7.4||~8.5"
1501             },
1502             "suggest": {
1503                 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1504                 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1505                 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1506                 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1507                 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1508             },
1509             "type": "library",
1510             "extra": {
1511                 "branch-alias": {
1512                     "dev-master": "1.x-dev"
1513                 }
1514             },
1515             "autoload": {
1516                 "psr-4": {
1517                     "Knp\\Snappy\\": "src/Knp/Snappy"
1518                 }
1519             },
1520             "notification-url": "https://packagist.org/downloads/",
1521             "license": [
1522                 "MIT"
1523             ],
1524             "authors": [
1525                 {
1526                     "name": "KNP Labs Team",
1527                     "homepage": "http://knplabs.com"
1528                 },
1529                 {
1530                     "name": "Symfony Community",
1531                     "homepage": "http://github.com/KnpLabs/snappy/contributors"
1532                 }
1533             ],
1534             "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1535             "homepage": "http://github.com/KnpLabs/snappy",
1536             "keywords": [
1537                 "knp",
1538                 "knplabs",
1539                 "pdf",
1540                 "snapshot",
1541                 "thumbnail",
1542                 "wkhtmltopdf"
1543             ],
1544             "support": {
1545                 "issues": "https://github.com/KnpLabs/snappy/issues",
1546                 "source": "https://github.com/KnpLabs/snappy/tree/v1.4.1"
1547             },
1548             "time": "2022-01-07T13:03:38+00:00"
1549         },
1550         {
1551             "name": "laminas/laminas-code",
1552             "version": "4.7.1",
1553             "source": {
1554                 "type": "git",
1555                 "url": "https://github.com/laminas/laminas-code.git",
1556                 "reference": "91aabc066d5620428120800c0eafc0411e441a62"
1557             },
1558             "dist": {
1559                 "type": "zip",
1560                 "url": "https://api.github.com/repos/laminas/laminas-code/zipball/91aabc066d5620428120800c0eafc0411e441a62",
1561                 "reference": "91aabc066d5620428120800c0eafc0411e441a62",
1562                 "shasum": ""
1563             },
1564             "require": {
1565                 "php": ">=7.4, <8.2"
1566             },
1567             "require-dev": {
1568                 "doctrine/annotations": "^1.13.2",
1569                 "ext-phar": "*",
1570                 "laminas/laminas-coding-standard": "^2.3.0",
1571                 "laminas/laminas-stdlib": "^3.6.1",
1572                 "phpunit/phpunit": "^9.5.10",
1573                 "psalm/plugin-phpunit": "^0.17.0",
1574                 "vimeo/psalm": "^4.13.1"
1575             },
1576             "suggest": {
1577                 "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
1578                 "laminas/laminas-stdlib": "Laminas\\Stdlib component"
1579             },
1580             "type": "library",
1581             "autoload": {
1582                 "files": [
1583                     "polyfill/ReflectionEnumPolyfill.php"
1584                 ],
1585                 "psr-4": {
1586                     "Laminas\\Code\\": "src/"
1587                 }
1588             },
1589             "notification-url": "https://packagist.org/downloads/",
1590             "license": [
1591                 "BSD-3-Clause"
1592             ],
1593             "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
1594             "homepage": "https://laminas.dev",
1595             "keywords": [
1596                 "code",
1597                 "laminas",
1598                 "laminasframework"
1599             ],
1600             "support": {
1601                 "chat": "https://laminas.dev/chat",
1602                 "docs": "https://docs.laminas.dev/laminas-code/",
1603                 "forum": "https://discourse.laminas.dev",
1604                 "issues": "https://github.com/laminas/laminas-code/issues",
1605                 "rss": "https://github.com/laminas/laminas-code/releases.atom",
1606                 "source": "https://github.com/laminas/laminas-code"
1607             },
1608             "funding": [
1609                 {
1610                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1611                     "type": "community_bridge"
1612                 }
1613             ],
1614             "time": "2022-11-21T01:32:31+00:00"
1615         },
1616         {
1617             "name": "laminas/laminas-config",
1618             "version": "3.8.0",
1619             "source": {
1620                 "type": "git",
1621                 "url": "https://github.com/laminas/laminas-config.git",
1622                 "reference": "46baad58d0b12cf98539e04334eff40a1fdfb9a0"
1623             },
1624             "dist": {
1625                 "type": "zip",
1626                 "url": "https://api.github.com/repos/laminas/laminas-config/zipball/46baad58d0b12cf98539e04334eff40a1fdfb9a0",
1627                 "reference": "46baad58d0b12cf98539e04334eff40a1fdfb9a0",
1628                 "shasum": ""
1629             },
1630             "require": {
1631                 "ext-json": "*",
1632                 "laminas/laminas-stdlib": "^3.6",
1633                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
1634                 "psr/container": "^1.0"
1635             },
1636             "conflict": {
1637                 "container-interop/container-interop": "<1.2.0",
1638                 "zendframework/zend-config": "*"
1639             },
1640             "require-dev": {
1641                 "laminas/laminas-coding-standard": "~2.4.0",
1642                 "laminas/laminas-filter": "~2.23.0",
1643                 "laminas/laminas-i18n": "~2.19.0",
1644                 "laminas/laminas-servicemanager": "~3.19.0",
1645                 "phpunit/phpunit": "~9.5.25"
1646             },
1647             "suggest": {
1648                 "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
1649                 "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
1650                 "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
1651             },
1652             "type": "library",
1653             "autoload": {
1654                 "psr-4": {
1655                     "Laminas\\Config\\": "src/"
1656                 }
1657             },
1658             "notification-url": "https://packagist.org/downloads/",
1659             "license": [
1660                 "BSD-3-Clause"
1661             ],
1662             "description": "provides a nested object property based user interface for accessing this configuration data within application code",
1663             "homepage": "https://laminas.dev",
1664             "keywords": [
1665                 "config",
1666                 "laminas"
1667             ],
1668             "support": {
1669                 "chat": "https://laminas.dev/chat",
1670                 "docs": "https://docs.laminas.dev/laminas-config/",
1671                 "forum": "https://discourse.laminas.dev",
1672                 "issues": "https://github.com/laminas/laminas-config/issues",
1673                 "rss": "https://github.com/laminas/laminas-config/releases.atom",
1674                 "source": "https://github.com/laminas/laminas-config"
1675             },
1676             "funding": [
1677                 {
1678                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1679                     "type": "community_bridge"
1680                 }
1681             ],
1682             "time": "2022-10-16T14:21:22+00:00"
1683         },
1684         {
1685             "name": "laminas/laminas-db",
1686             "version": "2.16.1",
1687             "source": {
1688                 "type": "git",
1689                 "url": "https://github.com/laminas/laminas-db.git",
1690                 "reference": "2bdc91a08d903fb981b451adfb8548eeb8a87c80"
1691             },
1692             "dist": {
1693                 "type": "zip",
1694                 "url": "https://api.github.com/repos/laminas/laminas-db/zipball/2bdc91a08d903fb981b451adfb8548eeb8a87c80",
1695                 "reference": "2bdc91a08d903fb981b451adfb8548eeb8a87c80",
1696                 "shasum": ""
1697             },
1698             "require": {
1699                 "laminas/laminas-stdlib": "^3.7.1",
1700                 "php": "~8.0.0 || ~8.1.0|| ~8.2.0"
1701             },
1702             "conflict": {
1703                 "zendframework/zend-db": "*"
1704             },
1705             "require-dev": {
1706                 "laminas/laminas-coding-standard": "^2.4.0",
1707                 "laminas/laminas-eventmanager": "^3.6.0",
1708                 "laminas/laminas-hydrator": "^4.7",
1709                 "laminas/laminas-servicemanager": "^3.19.0",
1710                 "phpunit/phpunit": "^9.5.25"
1711             },
1712             "suggest": {
1713                 "laminas/laminas-eventmanager": "Laminas\\EventManager component",
1714                 "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
1715                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
1716             },
1717             "type": "library",
1718             "extra": {
1719                 "laminas": {
1720                     "component": "Laminas\\Db",
1721                     "config-provider": "Laminas\\Db\\ConfigProvider"
1722                 }
1723             },
1724             "autoload": {
1725                 "psr-4": {
1726                     "Laminas\\Db\\": "src/"
1727                 }
1728             },
1729             "notification-url": "https://packagist.org/downloads/",
1730             "license": [
1731                 "BSD-3-Clause"
1732             ],
1733             "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
1734             "homepage": "https://laminas.dev",
1735             "keywords": [
1736                 "db",
1737                 "laminas"
1738             ],
1739             "support": {
1740                 "chat": "https://laminas.dev/chat",
1741                 "docs": "https://docs.laminas.dev/laminas-db/",
1742                 "forum": "https://discourse.laminas.dev",
1743                 "issues": "https://github.com/laminas/laminas-db/issues",
1744                 "rss": "https://github.com/laminas/laminas-db/releases.atom",
1745                 "source": "https://github.com/laminas/laminas-db"
1746             },
1747             "funding": [
1748                 {
1749                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1750                     "type": "community_bridge"
1751                 }
1752             ],
1753             "time": "2022-12-05T18:24:57+00:00"
1754         },
1755         {
1756             "name": "laminas/laminas-escaper",
1757             "version": "2.12.0",
1758             "source": {
1759                 "type": "git",
1760                 "url": "https://github.com/laminas/laminas-escaper.git",
1761                 "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
1762             },
1763             "dist": {
1764                 "type": "zip",
1765                 "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
1766                 "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
1767                 "shasum": ""
1768             },
1769             "require": {
1770                 "ext-ctype": "*",
1771                 "ext-mbstring": "*",
1772                 "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
1773             },
1774             "conflict": {
1775                 "zendframework/zend-escaper": "*"
1776             },
1777             "require-dev": {
1778                 "infection/infection": "^0.26.6",
1779                 "laminas/laminas-coding-standard": "~2.4.0",
1780                 "maglnet/composer-require-checker": "^3.8.0",
1781                 "phpunit/phpunit": "^9.5.18",
1782                 "psalm/plugin-phpunit": "^0.17.0",
1783                 "vimeo/psalm": "^4.22.0"
1784             },
1785             "type": "library",
1786             "autoload": {
1787                 "psr-4": {
1788                     "Laminas\\Escaper\\": "src/"
1789                 }
1790             },
1791             "notification-url": "https://packagist.org/downloads/",
1792             "license": [
1793                 "BSD-3-Clause"
1794             ],
1795             "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
1796             "homepage": "https://laminas.dev",
1797             "keywords": [
1798                 "escaper",
1799                 "laminas"
1800             ],
1801             "support": {
1802                 "chat": "https://laminas.dev/chat",
1803                 "docs": "https://docs.laminas.dev/laminas-escaper/",
1804                 "forum": "https://discourse.laminas.dev",
1805                 "issues": "https://github.com/laminas/laminas-escaper/issues",
1806                 "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
1807                 "source": "https://github.com/laminas/laminas-escaper"
1808             },
1809             "funding": [
1810                 {
1811                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1812                     "type": "community_bridge"
1813                 }
1814             ],
1815             "time": "2022-10-10T10:11:09+00:00"
1816         },
1817         {
1818             "name": "laminas/laminas-eventmanager",
1819             "version": "3.8.0",
1820             "source": {
1821                 "type": "git",
1822                 "url": "https://github.com/laminas/laminas-eventmanager.git",
1823                 "reference": "51e73899f14026fdf2626569a7ff04ae93554b0b"
1824             },
1825             "dist": {
1826                 "type": "zip",
1827                 "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/51e73899f14026fdf2626569a7ff04ae93554b0b",
1828                 "reference": "51e73899f14026fdf2626569a7ff04ae93554b0b",
1829                 "shasum": ""
1830             },
1831             "require": {
1832                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1833             },
1834             "conflict": {
1835                 "container-interop/container-interop": "<1.2",
1836                 "zendframework/zend-eventmanager": "*"
1837             },
1838             "require-dev": {
1839                 "laminas/laminas-coding-standard": "~2.4.0",
1840                 "laminas/laminas-stdlib": "^3.15",
1841                 "phpbench/phpbench": "^1.2.7",
1842                 "phpunit/phpunit": "^9.5.26",
1843                 "psalm/plugin-phpunit": "^0.18.0",
1844                 "psr/container": "^1.1.2 || ^2.0.2",
1845                 "vimeo/psalm": "^5.0.0"
1846             },
1847             "suggest": {
1848                 "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
1849                 "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
1850             },
1851             "type": "library",
1852             "autoload": {
1853                 "psr-4": {
1854                     "Laminas\\EventManager\\": "src/"
1855                 }
1856             },
1857             "notification-url": "https://packagist.org/downloads/",
1858             "license": [
1859                 "BSD-3-Clause"
1860             ],
1861             "description": "Trigger and listen to events within a PHP application",
1862             "homepage": "https://laminas.dev",
1863             "keywords": [
1864                 "event",
1865                 "eventmanager",
1866                 "events",
1867                 "laminas"
1868             ],
1869             "support": {
1870                 "chat": "https://laminas.dev/chat",
1871                 "docs": "https://docs.laminas.dev/laminas-eventmanager/",
1872                 "forum": "https://discourse.laminas.dev",
1873                 "issues": "https://github.com/laminas/laminas-eventmanager/issues",
1874                 "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
1875                 "source": "https://github.com/laminas/laminas-eventmanager"
1876             },
1877             "funding": [
1878                 {
1879                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1880                     "type": "community_bridge"
1881                 }
1882             ],
1883             "time": "2022-12-03T06:30:11+00:00"
1884         },
1885         {
1886             "name": "laminas/laminas-filter",
1887             "version": "2.29.0",
1888             "source": {
1889                 "type": "git",
1890                 "url": "https://github.com/laminas/laminas-filter.git",
1891                 "reference": "166e28123d19ebab7edddb9671a8376143c543c7"
1892             },
1893             "dist": {
1894                 "type": "zip",
1895                 "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/166e28123d19ebab7edddb9671a8376143c543c7",
1896                 "reference": "166e28123d19ebab7edddb9671a8376143c543c7",
1897                 "shasum": ""
1898             },
1899             "require": {
1900                 "ext-mbstring": "*",
1901                 "laminas/laminas-servicemanager": "^3.14.0",
1902                 "laminas/laminas-stdlib": "^3.13.0",
1903                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1904             },
1905             "conflict": {
1906                 "laminas/laminas-validator": "<2.10.1",
1907                 "zendframework/zend-filter": "*"
1908             },
1909             "require-dev": {
1910                 "laminas/laminas-coding-standard": "~2.4.0",
1911                 "laminas/laminas-crypt": "^3.9",
1912                 "laminas/laminas-uri": "^2.10",
1913                 "pear/archive_tar": "^1.4.14",
1914                 "phpunit/phpunit": "^9.5.26",
1915                 "psalm/plugin-phpunit": "^0.18.3",
1916                 "psr/http-factory": "^1.0.1",
1917                 "vimeo/psalm": "^5.0"
1918             },
1919             "suggest": {
1920                 "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
1921                 "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
1922                 "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter",
1923                 "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
1924             },
1925             "type": "library",
1926             "extra": {
1927                 "laminas": {
1928                     "component": "Laminas\\Filter",
1929                     "config-provider": "Laminas\\Filter\\ConfigProvider"
1930                 }
1931             },
1932             "autoload": {
1933                 "psr-4": {
1934                     "Laminas\\Filter\\": "src/"
1935                 }
1936             },
1937             "notification-url": "https://packagist.org/downloads/",
1938             "license": [
1939                 "BSD-3-Clause"
1940             ],
1941             "description": "Programmatically filter and normalize data and files",
1942             "homepage": "https://laminas.dev",
1943             "keywords": [
1944                 "filter",
1945                 "laminas"
1946             ],
1947             "support": {
1948                 "chat": "https://laminas.dev/chat",
1949                 "docs": "https://docs.laminas.dev/laminas-filter/",
1950                 "forum": "https://discourse.laminas.dev",
1951                 "issues": "https://github.com/laminas/laminas-filter/issues",
1952                 "rss": "https://github.com/laminas/laminas-filter/releases.atom",
1953                 "source": "https://github.com/laminas/laminas-filter"
1954             },
1955             "funding": [
1956                 {
1957                     "url": "https://funding.communitybridge.org/projects/laminas-project",
1958                     "type": "community_bridge"
1959                 }
1960             ],
1961             "time": "2022-12-05T13:53:32+00:00"
1962         },
1963         {
1964             "name": "laminas/laminas-form",
1965             "version": "3.8.0",
1966             "source": {
1967                 "type": "git",
1968                 "url": "https://github.com/laminas/laminas-form.git",
1969                 "reference": "087def3e3e4a70c618cdf622fbea8840280ff1c2"
1970             },
1971             "dist": {
1972                 "type": "zip",
1973                 "url": "https://api.github.com/repos/laminas/laminas-form/zipball/087def3e3e4a70c618cdf622fbea8840280ff1c2",
1974                 "reference": "087def3e3e4a70c618cdf622fbea8840280ff1c2",
1975                 "shasum": ""
1976             },
1977             "require": {
1978                 "laminas/laminas-hydrator": "^4.3.1",
1979                 "laminas/laminas-inputfilter": "^2.19.1",
1980                 "laminas/laminas-stdlib": "^3.7.1",
1981                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
1982             },
1983             "conflict": {
1984                 "doctrine/annotations": "<1.12.0",
1985                 "laminas/laminas-captcha": "<2.13.0",
1986                 "laminas/laminas-eventmanager": "<3.6.0",
1987                 "laminas/laminas-i18n": "<2.19.0",
1988                 "laminas/laminas-recaptcha": "<3.4.0",
1989                 "laminas/laminas-servicemanager": "<3.19.0",
1990                 "laminas/laminas-view": "<2.24.0"
1991             },
1992             "require-dev": {
1993                 "doctrine/annotations": "^1.13.3",
1994                 "ext-intl": "*",
1995                 "laminas/laminas-captcha": "^2.15",
1996                 "laminas/laminas-coding-standard": "^2.4",
1997                 "laminas/laminas-db": "^2.16",
1998                 "laminas/laminas-escaper": "^2.12",
1999                 "laminas/laminas-eventmanager": "^3.8",
2000                 "laminas/laminas-filter": "^2.29",
2001                 "laminas/laminas-i18n": "^2.21",
2002                 "laminas/laminas-modulemanager": "^2.14.0",
2003                 "laminas/laminas-recaptcha": "^3.5",
2004                 "laminas/laminas-servicemanager": "^3.20",
2005                 "laminas/laminas-session": "^2.16",
2006                 "laminas/laminas-text": "^2.9.0",
2007                 "laminas/laminas-validator": "^2.28",
2008                 "laminas/laminas-view": "^2.25",
2009                 "phpunit/phpunit": "^9.5.26",
2010                 "psalm/plugin-phpunit": "^0.18.4",
2011                 "vimeo/psalm": "^5.1"
2012             },
2013             "suggest": {
2014                 "doctrine/annotations": "^1.12, required to use laminas-form annotations support",
2015                 "laminas/laminas-captcha": "^2.11, required for using CAPTCHA form elements",
2016                 "laminas/laminas-eventmanager": "^3.4, reuired for laminas-form annotations support",
2017                 "laminas/laminas-i18n": "^2.12, required when using laminas-form view helpers",
2018                 "laminas/laminas-recaptcha": "^3.4, in order to use the ReCaptcha form element",
2019                 "laminas/laminas-servicemanager": "^3.10, required to use the form factories or provide services",
2020                 "laminas/laminas-view": "^2.14, required for using the laminas-form view helpers"
2021             },
2022             "type": "library",
2023             "extra": {
2024                 "laminas": {
2025                     "component": "Laminas\\Form",
2026                     "config-provider": "Laminas\\Form\\ConfigProvider"
2027                 }
2028             },
2029             "autoload": {
2030                 "psr-4": {
2031                     "Laminas\\Form\\": "src/"
2032                 }
2033             },
2034             "notification-url": "https://packagist.org/downloads/",
2035             "license": [
2036                 "BSD-3-Clause"
2037             ],
2038             "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
2039             "homepage": "https://laminas.dev",
2040             "keywords": [
2041                 "form",
2042                 "laminas"
2043             ],
2044             "support": {
2045                 "chat": "https://laminas.dev/chat",
2046                 "docs": "https://docs.laminas.dev/laminas-form/",
2047                 "forum": "https://discourse.laminas.dev",
2048                 "issues": "https://github.com/laminas/laminas-form/issues",
2049                 "rss": "https://github.com/laminas/laminas-form/releases.atom",
2050                 "source": "https://github.com/laminas/laminas-form"
2051             },
2052             "funding": [
2053                 {
2054                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2055                     "type": "community_bridge"
2056                 }
2057             ],
2058             "time": "2022-12-05T19:11:27+00:00"
2059         },
2060         {
2061             "name": "laminas/laminas-http",
2062             "version": "2.18.0",
2063             "source": {
2064                 "type": "git",
2065                 "url": "https://github.com/laminas/laminas-http.git",
2066                 "reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d"
2067             },
2068             "dist": {
2069                 "type": "zip",
2070                 "url": "https://api.github.com/repos/laminas/laminas-http/zipball/76de9008f889bc7088f85a41d0d2b06c2b59c53d",
2071                 "reference": "76de9008f889bc7088f85a41d0d2b06c2b59c53d",
2072                 "shasum": ""
2073             },
2074             "require": {
2075                 "laminas/laminas-loader": "^2.8",
2076                 "laminas/laminas-stdlib": "^3.6",
2077                 "laminas/laminas-uri": "^2.9.1",
2078                 "laminas/laminas-validator": "^2.15",
2079                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2080             },
2081             "conflict": {
2082                 "zendframework/zend-http": "*"
2083             },
2084             "require-dev": {
2085                 "ext-curl": "*",
2086                 "laminas/laminas-coding-standard": "~2.4.0",
2087                 "phpunit/phpunit": "^9.5.25"
2088             },
2089             "suggest": {
2090                 "paragonie/certainty": "For automated management of cacert.pem"
2091             },
2092             "type": "library",
2093             "autoload": {
2094                 "psr-4": {
2095                     "Laminas\\Http\\": "src/"
2096                 }
2097             },
2098             "notification-url": "https://packagist.org/downloads/",
2099             "license": [
2100                 "BSD-3-Clause"
2101             ],
2102             "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
2103             "homepage": "https://laminas.dev",
2104             "keywords": [
2105                 "http",
2106                 "http client",
2107                 "laminas"
2108             ],
2109             "support": {
2110                 "chat": "https://laminas.dev/chat",
2111                 "docs": "https://docs.laminas.dev/laminas-http/",
2112                 "forum": "https://discourse.laminas.dev",
2113                 "issues": "https://github.com/laminas/laminas-http/issues",
2114                 "rss": "https://github.com/laminas/laminas-http/releases.atom",
2115                 "source": "https://github.com/laminas/laminas-http"
2116             },
2117             "funding": [
2118                 {
2119                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2120                     "type": "community_bridge"
2121                 }
2122             ],
2123             "time": "2022-11-23T15:45:41+00:00"
2124         },
2125         {
2126             "name": "laminas/laminas-hydrator",
2127             "version": "4.10.0",
2128             "source": {
2129                 "type": "git",
2130                 "url": "https://github.com/laminas/laminas-hydrator.git",
2131                 "reference": "9917c999faa8acc13da51a9b0d12e513b5d26430"
2132             },
2133             "dist": {
2134                 "type": "zip",
2135                 "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/9917c999faa8acc13da51a9b0d12e513b5d26430",
2136                 "reference": "9917c999faa8acc13da51a9b0d12e513b5d26430",
2137                 "shasum": ""
2138             },
2139             "require": {
2140                 "laminas/laminas-stdlib": "^3.3",
2141                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2142                 "webmozart/assert": "^1.10"
2143             },
2144             "conflict": {
2145                 "laminas/laminas-servicemanager": "<3.14.0",
2146                 "zendframework/zend-hydrator": "*"
2147             },
2148             "require-dev": {
2149                 "laminas/laminas-coding-standard": "~2.4.0",
2150                 "laminas/laminas-eventmanager": "^3.6",
2151                 "laminas/laminas-modulemanager": "^2.14.0",
2152                 "laminas/laminas-serializer": "^2.14.0",
2153                 "laminas/laminas-servicemanager": "^3.19",
2154                 "phpbench/phpbench": "^1.2.7",
2155                 "phpunit/phpunit": "^9.5.26",
2156                 "psalm/plugin-phpunit": "^0.18.0",
2157                 "vimeo/psalm": "^5.0"
2158             },
2159             "suggest": {
2160                 "laminas/laminas-eventmanager": "^3.2, to support aggregate hydrator usage",
2161                 "laminas/laminas-serializer": "^2.9, to use the SerializableStrategy",
2162                 "laminas/laminas-servicemanager": "^3.14, to support hydrator plugin manager usage"
2163             },
2164             "type": "library",
2165             "extra": {
2166                 "laminas": {
2167                     "component": "Laminas\\Hydrator",
2168                     "config-provider": "Laminas\\Hydrator\\ConfigProvider"
2169                 }
2170             },
2171             "autoload": {
2172                 "psr-4": {
2173                     "Laminas\\Hydrator\\": "src/"
2174                 }
2175             },
2176             "notification-url": "https://packagist.org/downloads/",
2177             "license": [
2178                 "BSD-3-Clause"
2179             ],
2180             "description": "Serialize objects to arrays, and vice versa",
2181             "homepage": "https://laminas.dev",
2182             "keywords": [
2183                 "hydrator",
2184                 "laminas"
2185             ],
2186             "support": {
2187                 "chat": "https://laminas.dev/chat",
2188                 "docs": "https://docs.laminas.dev/laminas-hydrator/",
2189                 "forum": "https://discourse.laminas.dev",
2190                 "issues": "https://github.com/laminas/laminas-hydrator/issues",
2191                 "rss": "https://github.com/laminas/laminas-hydrator/releases.atom",
2192                 "source": "https://github.com/laminas/laminas-hydrator"
2193             },
2194             "funding": [
2195                 {
2196                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2197                     "type": "community_bridge"
2198                 }
2199             ],
2200             "time": "2022-12-05T18:17:44+00:00"
2201         },
2202         {
2203             "name": "laminas/laminas-i18n",
2204             "version": "2.21.0",
2205             "source": {
2206                 "type": "git",
2207                 "url": "https://github.com/laminas/laminas-i18n.git",
2208                 "reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1"
2209             },
2210             "dist": {
2211                 "type": "zip",
2212                 "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/fbd2d0373aaced4769cba2bf3d1425d55f68abb1",
2213                 "reference": "fbd2d0373aaced4769cba2bf3d1425d55f68abb1",
2214                 "shasum": ""
2215             },
2216             "require": {
2217                 "ext-intl": "*",
2218                 "laminas/laminas-servicemanager": "^3.14.0",
2219                 "laminas/laminas-stdlib": "^2.7 || ^3.0",
2220                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2221             },
2222             "conflict": {
2223                 "laminas/laminas-view": "<2.20.0",
2224                 "phpspec/prophecy": "<1.9.0",
2225                 "zendframework/zend-i18n": "*"
2226             },
2227             "require-dev": {
2228                 "laminas/laminas-cache": "^3.8",
2229                 "laminas/laminas-cache-storage-adapter-memory": "^2.2.0",
2230                 "laminas/laminas-cache-storage-deprecated-factory": "^1.0.1",
2231                 "laminas/laminas-coding-standard": "~2.4.0",
2232                 "laminas/laminas-config": "^3.8.0",
2233                 "laminas/laminas-eventmanager": "^3.7",
2234                 "laminas/laminas-filter": "^2.28.1",
2235                 "laminas/laminas-validator": "^2.28",
2236                 "laminas/laminas-view": "^2.25",
2237                 "phpunit/phpunit": "^9.5.26",
2238                 "psalm/plugin-phpunit": "^0.18.3",
2239                 "vimeo/psalm": "^5.0.0"
2240             },
2241             "suggest": {
2242                 "laminas/laminas-cache": "You should install this package to cache the translations",
2243                 "laminas/laminas-config": "You should install this package to use the INI translation format",
2244                 "laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
2245                 "laminas/laminas-filter": "You should install this package to use the provided filters",
2246                 "laminas/laminas-i18n-resources": "This package provides validator and captcha translations",
2247                 "laminas/laminas-validator": "You should install this package to use the provided validators",
2248                 "laminas/laminas-view": "You should install this package to use the provided view helpers"
2249             },
2250             "type": "library",
2251             "extra": {
2252                 "laminas": {
2253                     "component": "Laminas\\I18n",
2254                     "config-provider": "Laminas\\I18n\\ConfigProvider"
2255                 }
2256             },
2257             "autoload": {
2258                 "psr-4": {
2259                     "Laminas\\I18n\\": "src/"
2260                 }
2261             },
2262             "notification-url": "https://packagist.org/downloads/",
2263             "license": [
2264                 "BSD-3-Clause"
2265             ],
2266             "description": "Provide translations for your application, and filter and validate internationalized values",
2267             "homepage": "https://laminas.dev",
2268             "keywords": [
2269                 "i18n",
2270                 "laminas"
2271             ],
2272             "support": {
2273                 "chat": "https://laminas.dev/chat",
2274                 "docs": "https://docs.laminas.dev/laminas-i18n/",
2275                 "forum": "https://discourse.laminas.dev",
2276                 "issues": "https://github.com/laminas/laminas-i18n/issues",
2277                 "rss": "https://github.com/laminas/laminas-i18n/releases.atom",
2278                 "source": "https://github.com/laminas/laminas-i18n"
2279             },
2280             "funding": [
2281                 {
2282                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2283                     "type": "community_bridge"
2284                 }
2285             ],
2286             "time": "2022-12-02T17:15:52+00:00"
2287         },
2288         {
2289             "name": "laminas/laminas-inputfilter",
2290             "version": "2.22.1",
2291             "source": {
2292                 "type": "git",
2293                 "url": "https://github.com/laminas/laminas-inputfilter.git",
2294                 "reference": "ec8b923d2c6923c24e4822a9ac77b4cd0f047ad3"
2295             },
2296             "dist": {
2297                 "type": "zip",
2298                 "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/ec8b923d2c6923c24e4822a9ac77b4cd0f047ad3",
2299                 "reference": "ec8b923d2c6923c24e4822a9ac77b4cd0f047ad3",
2300                 "shasum": ""
2301             },
2302             "require": {
2303                 "laminas/laminas-filter": "^2.13",
2304                 "laminas/laminas-servicemanager": "^3.16.0",
2305                 "laminas/laminas-stdlib": "^3.0",
2306                 "laminas/laminas-validator": "^2.15",
2307                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2308             },
2309             "conflict": {
2310                 "zendframework/zend-inputfilter": "*"
2311             },
2312             "require-dev": {
2313                 "ext-json": "*",
2314                 "laminas/laminas-coding-standard": "~2.4.0",
2315                 "phpunit/phpunit": "^9.5.25",
2316                 "psalm/plugin-phpunit": "^0.17.0",
2317                 "psr/http-message": "^1.0.1",
2318                 "vimeo/psalm": "^4.28",
2319                 "webmozart/assert": "^1.11"
2320             },
2321             "suggest": {
2322                 "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
2323             },
2324             "type": "library",
2325             "extra": {
2326                 "laminas": {
2327                     "component": "Laminas\\InputFilter",
2328                     "config-provider": "Laminas\\InputFilter\\ConfigProvider"
2329                 }
2330             },
2331             "autoload": {
2332                 "psr-4": {
2333                     "Laminas\\InputFilter\\": "src/"
2334                 }
2335             },
2336             "notification-url": "https://packagist.org/downloads/",
2337             "license": [
2338                 "BSD-3-Clause"
2339             ],
2340             "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
2341             "homepage": "https://laminas.dev",
2342             "keywords": [
2343                 "inputfilter",
2344                 "laminas"
2345             ],
2346             "support": {
2347                 "chat": "https://laminas.dev/chat",
2348                 "docs": "https://docs.laminas.dev/laminas-inputfilter/",
2349                 "forum": "https://discourse.laminas.dev",
2350                 "issues": "https://github.com/laminas/laminas-inputfilter/issues",
2351                 "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom",
2352                 "source": "https://github.com/laminas/laminas-inputfilter"
2353             },
2354             "funding": [
2355                 {
2356                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2357                     "type": "community_bridge"
2358                 }
2359             ],
2360             "time": "2022-11-04T13:12:58+00:00"
2361         },
2362         {
2363             "name": "laminas/laminas-json",
2364             "version": "3.5.0",
2365             "source": {
2366                 "type": "git",
2367                 "url": "https://github.com/laminas/laminas-json.git",
2368                 "reference": "7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec"
2369             },
2370             "dist": {
2371                 "type": "zip",
2372                 "url": "https://api.github.com/repos/laminas/laminas-json/zipball/7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec",
2373                 "reference": "7a8a1d7bf2d05dd6c1fbd7c0868d3848cf2b57ec",
2374                 "shasum": ""
2375             },
2376             "require": {
2377                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2378             },
2379             "conflict": {
2380                 "zendframework/zend-json": "*"
2381             },
2382             "require-dev": {
2383                 "laminas/laminas-coding-standard": "~2.4.0",
2384                 "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
2385                 "phpunit/phpunit": "^9.5.25"
2386             },
2387             "suggest": {
2388                 "laminas/laminas-json-server": "For implementing JSON-RPC servers",
2389                 "laminas/laminas-xml2json": "For converting XML documents to JSON"
2390             },
2391             "type": "library",
2392             "autoload": {
2393                 "psr-4": {
2394                     "Laminas\\Json\\": "src/"
2395                 }
2396             },
2397             "notification-url": "https://packagist.org/downloads/",
2398             "license": [
2399                 "BSD-3-Clause"
2400             ],
2401             "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2402             "homepage": "https://laminas.dev",
2403             "keywords": [
2404                 "json",
2405                 "laminas"
2406             ],
2407             "support": {
2408                 "chat": "https://laminas.dev/chat",
2409                 "docs": "https://docs.laminas.dev/laminas-json/",
2410                 "forum": "https://discourse.laminas.dev",
2411                 "issues": "https://github.com/laminas/laminas-json/issues",
2412                 "rss": "https://github.com/laminas/laminas-json/releases.atom",
2413                 "source": "https://github.com/laminas/laminas-json"
2414             },
2415             "funding": [
2416                 {
2417                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2418                     "type": "community_bridge"
2419                 }
2420             ],
2421             "time": "2022-10-17T04:06:45+00:00"
2422         },
2423         {
2424             "name": "laminas/laminas-json-server",
2425             "version": "3.7.0",
2426             "source": {
2427                 "type": "git",
2428                 "url": "https://github.com/laminas/laminas-json-server.git",
2429                 "reference": "5c07f08c91ea2d7f6b58b1aeb32aa4bb281b81cd"
2430             },
2431             "dist": {
2432                 "type": "zip",
2433                 "url": "https://api.github.com/repos/laminas/laminas-json-server/zipball/5c07f08c91ea2d7f6b58b1aeb32aa4bb281b81cd",
2434                 "reference": "5c07f08c91ea2d7f6b58b1aeb32aa4bb281b81cd",
2435                 "shasum": ""
2436             },
2437             "require": {
2438                 "laminas/laminas-http": "^2.15.1",
2439                 "laminas/laminas-json": "^3.3.0",
2440                 "laminas/laminas-server": "^2.11.0",
2441                 "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
2442             },
2443             "conflict": {
2444                 "laminas/laminas-stdlib": "<3.2.1"
2445             },
2446             "replace": {
2447                 "zendframework/zend-json-server": "^3.2.0"
2448             },
2449             "require-dev": {
2450                 "ext-json": "*",
2451                 "laminas/laminas-coding-standard": "^2.4.0",
2452                 "phpunit/phpunit": "^9.5.26",
2453                 "psalm/plugin-phpunit": "^0.18.0",
2454                 "vimeo/psalm": "^5.0.0"
2455             },
2456             "type": "library",
2457             "autoload": {
2458                 "psr-4": {
2459                     "Laminas\\Json\\Server\\": "src/"
2460                 }
2461             },
2462             "notification-url": "https://packagist.org/downloads/",
2463             "license": [
2464                 "BSD-3-Clause"
2465             ],
2466             "description": "Laminas Json-Server is a JSON-RPC server implementation.",
2467             "homepage": "https://laminas.dev",
2468             "keywords": [
2469                 "json",
2470                 "json-server",
2471                 "laminas",
2472                 "server"
2473             ],
2474             "support": {
2475                 "chat": "https://laminas.dev/chat",
2476                 "docs": "https://docs.laminas.dev/laminas-json-server/",
2477                 "forum": "https://discourse.laminas.dev",
2478                 "issues": "https://github.com/laminas/laminas-json-server/issues",
2479                 "rss": "https://github.com/laminas/laminas-json-server/releases.atom",
2480                 "source": "https://github.com/laminas/laminas-json-server"
2481             },
2482             "funding": [
2483                 {
2484                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2485                     "type": "community_bridge"
2486                 }
2487             ],
2488             "time": "2022-12-10T00:15:16+00:00"
2489         },
2490         {
2491             "name": "laminas/laminas-loader",
2492             "version": "2.9.0",
2493             "source": {
2494                 "type": "git",
2495                 "url": "https://github.com/laminas/laminas-loader.git",
2496                 "reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3"
2497             },
2498             "dist": {
2499                 "type": "zip",
2500                 "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/51ed9c3fa42d1098a9997571730c0cbf42d078d3",
2501                 "reference": "51ed9c3fa42d1098a9997571730c0cbf42d078d3",
2502                 "shasum": ""
2503             },
2504             "require": {
2505                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2506             },
2507             "conflict": {
2508                 "zendframework/zend-loader": "*"
2509             },
2510             "require-dev": {
2511                 "laminas/laminas-coding-standard": "~2.4.0",
2512                 "phpunit/phpunit": "~9.5.25"
2513             },
2514             "type": "library",
2515             "autoload": {
2516                 "psr-4": {
2517                     "Laminas\\Loader\\": "src/"
2518                 }
2519             },
2520             "notification-url": "https://packagist.org/downloads/",
2521             "license": [
2522                 "BSD-3-Clause"
2523             ],
2524             "description": "Autoloading and plugin loading strategies",
2525             "homepage": "https://laminas.dev",
2526             "keywords": [
2527                 "laminas",
2528                 "loader"
2529             ],
2530             "support": {
2531                 "chat": "https://laminas.dev/chat",
2532                 "docs": "https://docs.laminas.dev/laminas-loader/",
2533                 "forum": "https://discourse.laminas.dev",
2534                 "issues": "https://github.com/laminas/laminas-loader/issues",
2535                 "rss": "https://github.com/laminas/laminas-loader/releases.atom",
2536                 "source": "https://github.com/laminas/laminas-loader"
2537             },
2538             "funding": [
2539                 {
2540                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2541                     "type": "community_bridge"
2542                 }
2543             ],
2544             "time": "2022-10-16T12:50:49+00:00"
2545         },
2546         {
2547             "name": "laminas/laminas-math",
2548             "version": "3.6.0",
2549             "source": {
2550                 "type": "git",
2551                 "url": "https://github.com/laminas/laminas-math.git",
2552                 "reference": "5770fc632a3614f5526632a8b70f41b65130460e"
2553             },
2554             "dist": {
2555                 "type": "zip",
2556                 "url": "https://api.github.com/repos/laminas/laminas-math/zipball/5770fc632a3614f5526632a8b70f41b65130460e",
2557                 "reference": "5770fc632a3614f5526632a8b70f41b65130460e",
2558                 "shasum": ""
2559             },
2560             "require": {
2561                 "ext-mbstring": "*",
2562                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2563             },
2564             "conflict": {
2565                 "zendframework/zend-math": "*"
2566             },
2567             "require-dev": {
2568                 "laminas/laminas-coding-standard": "~2.4.0",
2569                 "phpunit/phpunit": "~9.5.25"
2570             },
2571             "suggest": {
2572                 "ext-bcmath": "If using the bcmath functionality",
2573                 "ext-gmp": "If using the gmp functionality"
2574             },
2575             "type": "library",
2576             "extra": {
2577                 "branch-alias": {
2578                     "dev-master": "3.2.x-dev",
2579                     "dev-develop": "3.3.x-dev"
2580                 }
2581             },
2582             "autoload": {
2583                 "psr-4": {
2584                     "Laminas\\Math\\": "src/"
2585                 }
2586             },
2587             "notification-url": "https://packagist.org/downloads/",
2588             "license": [
2589                 "BSD-3-Clause"
2590             ],
2591             "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
2592             "homepage": "https://laminas.dev",
2593             "keywords": [
2594                 "laminas",
2595                 "math"
2596             ],
2597             "support": {
2598                 "chat": "https://laminas.dev/chat",
2599                 "docs": "https://docs.laminas.dev/laminas-math/",
2600                 "forum": "https://discourse.laminas.dev",
2601                 "issues": "https://github.com/laminas/laminas-math/issues",
2602                 "rss": "https://github.com/laminas/laminas-math/releases.atom",
2603                 "source": "https://github.com/laminas/laminas-math"
2604             },
2605             "funding": [
2606                 {
2607                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2608                     "type": "community_bridge"
2609                 }
2610             ],
2611             "time": "2022-10-16T14:22:28+00:00"
2612         },
2613         {
2614             "name": "laminas/laminas-modulemanager",
2615             "version": "2.14.0",
2616             "source": {
2617                 "type": "git",
2618                 "url": "https://github.com/laminas/laminas-modulemanager.git",
2619                 "reference": "fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac"
2620             },
2621             "dist": {
2622                 "type": "zip",
2623                 "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac",
2624                 "reference": "fb0a2c34423f7d3321dd7c42dc5fc4db905a99ac",
2625                 "shasum": ""
2626             },
2627             "require": {
2628                 "brick/varexporter": "^0.3.2",
2629                 "laminas/laminas-config": "^3.7",
2630                 "laminas/laminas-eventmanager": "^3.4",
2631                 "laminas/laminas-stdlib": "^3.6",
2632                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2633                 "webimpress/safe-writer": "^1.0.2 || ^2.1"
2634             },
2635             "conflict": {
2636                 "zendframework/zend-modulemanager": "*"
2637             },
2638             "require-dev": {
2639                 "laminas/laminas-coding-standard": "^2.3",
2640                 "laminas/laminas-loader": "^2.9.0",
2641                 "laminas/laminas-mvc": "^3.5.0",
2642                 "laminas/laminas-servicemanager": "^3.19.0",
2643                 "phpunit/phpunit": "^9.5.25",
2644                 "psalm/plugin-phpunit": "^0.17.0",
2645                 "vimeo/psalm": "^4.29"
2646             },
2647             "suggest": {
2648                 "laminas/laminas-console": "Laminas\\Console component",
2649                 "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
2650                 "laminas/laminas-mvc": "Laminas\\Mvc component",
2651                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
2652             },
2653             "type": "library",
2654             "autoload": {
2655                 "psr-4": {
2656                     "Laminas\\ModuleManager\\": "src/"
2657                 }
2658             },
2659             "notification-url": "https://packagist.org/downloads/",
2660             "license": [
2661                 "BSD-3-Clause"
2662             ],
2663             "description": "Modular application system for laminas-mvc applications",
2664             "homepage": "https://laminas.dev",
2665             "keywords": [
2666                 "laminas",
2667                 "modulemanager"
2668             ],
2669             "support": {
2670                 "chat": "https://laminas.dev/chat",
2671                 "docs": "https://docs.laminas.dev/laminas-modulemanager/",
2672                 "forum": "https://discourse.laminas.dev",
2673                 "issues": "https://github.com/laminas/laminas-modulemanager/issues",
2674                 "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
2675                 "source": "https://github.com/laminas/laminas-modulemanager"
2676             },
2677             "funding": [
2678                 {
2679                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2680                     "type": "community_bridge"
2681                 }
2682             ],
2683             "time": "2022-10-28T09:21:04+00:00"
2684         },
2685         {
2686             "name": "laminas/laminas-mvc",
2687             "version": "3.6.0",
2688             "source": {
2689                 "type": "git",
2690                 "url": "https://github.com/laminas/laminas-mvc.git",
2691                 "reference": "c54eaebe3810feaca834cc38ef0a962c89ff2431"
2692             },
2693             "dist": {
2694                 "type": "zip",
2695                 "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/c54eaebe3810feaca834cc38ef0a962c89ff2431",
2696                 "reference": "c54eaebe3810feaca834cc38ef0a962c89ff2431",
2697                 "shasum": ""
2698             },
2699             "require": {
2700                 "container-interop/container-interop": "^1.2",
2701                 "laminas/laminas-eventmanager": "^3.4",
2702                 "laminas/laminas-http": "^2.15",
2703                 "laminas/laminas-modulemanager": "^2.8",
2704                 "laminas/laminas-router": "^3.5",
2705                 "laminas/laminas-servicemanager": "^3.7",
2706                 "laminas/laminas-stdlib": "^3.6",
2707                 "laminas/laminas-view": "^2.14",
2708                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2709             },
2710             "conflict": {
2711                 "zendframework/zend-mvc": "*"
2712             },
2713             "require-dev": {
2714                 "http-interop/http-middleware": "^0.4.1",
2715                 "laminas/laminas-coding-standard": "^2.4.0",
2716                 "laminas/laminas-json": "^3.3",
2717                 "laminas/laminas-psr7bridge": "^1.8",
2718                 "laminas/laminas-stratigility": ">=2.0.1 <2.2",
2719                 "phpspec/prophecy": "^1.15.0",
2720                 "phpspec/prophecy-phpunit": "^2.0.1",
2721                 "phpunit/phpunit": "^9.5.25"
2722             },
2723             "suggest": {
2724                 "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
2725                 "laminas/laminas-log": "^2.9.1  To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
2726                 "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
2727                 "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
2728                 "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
2729                 "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
2730                 "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
2731                 "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
2732                 "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
2733                 "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
2734                 "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
2735             },
2736             "type": "library",
2737             "autoload": {
2738                 "psr-4": {
2739                     "Laminas\\Mvc\\": "src/"
2740                 }
2741             },
2742             "notification-url": "https://packagist.org/downloads/",
2743             "license": [
2744                 "BSD-3-Clause"
2745             ],
2746             "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
2747             "homepage": "https://laminas.dev",
2748             "keywords": [
2749                 "laminas",
2750                 "mvc"
2751             ],
2752             "support": {
2753                 "chat": "https://laminas.dev/chat",
2754                 "docs": "https://docs.laminas.dev/laminas-mvc/",
2755                 "forum": "https://discourse.laminas.dev",
2756                 "issues": "https://github.com/laminas/laminas-mvc/issues",
2757                 "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
2758                 "source": "https://github.com/laminas/laminas-mvc"
2759             },
2760             "funding": [
2761                 {
2762                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2763                     "type": "community_bridge"
2764                 }
2765             ],
2766             "time": "2022-12-05T14:02:56+00:00"
2767         },
2768         {
2769             "name": "laminas/laminas-mvc-i18n",
2770             "version": "1.7.0",
2771             "source": {
2772                 "type": "git",
2773                 "url": "https://github.com/laminas/laminas-mvc-i18n.git",
2774                 "reference": "571f3e34afbff14351677c450f872a0dd19f9d28"
2775             },
2776             "dist": {
2777                 "type": "zip",
2778                 "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/571f3e34afbff14351677c450f872a0dd19f9d28",
2779                 "reference": "571f3e34afbff14351677c450f872a0dd19f9d28",
2780                 "shasum": ""
2781             },
2782             "require": {
2783                 "container-interop/container-interop": "^1.1",
2784                 "ext-intl": "*",
2785                 "laminas/laminas-i18n": "^2.13.0",
2786                 "laminas/laminas-router": "^3.5.0",
2787                 "laminas/laminas-servicemanager": "^3.15.1",
2788                 "laminas/laminas-stdlib": "^3.10.1",
2789                 "laminas/laminas-validator": "^2.19.0",
2790                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2791             },
2792             "conflict": {
2793                 "laminas/laminas-mvc": "<3.0.0",
2794                 "phpspec/prophecy": "<1.8.0",
2795                 "zendframework/zend-mvc-i18n": "*"
2796             },
2797             "require-dev": {
2798                 "laminas/laminas-coding-standard": "~2.4.0",
2799                 "phpspec/prophecy-phpunit": "^2.0.1",
2800                 "phpunit/phpunit": "^9.5.26",
2801                 "psalm/plugin-phpunit": "^0.18.0",
2802                 "vimeo/psalm": "^5.0.0"
2803             },
2804             "suggest": {
2805                 "laminas/laminas-cache": "To enable caching of translation strings"
2806             },
2807             "type": "library",
2808             "extra": {
2809                 "laminas": {
2810                     "component": "Laminas\\Mvc\\I18n",
2811                     "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
2812                 }
2813             },
2814             "autoload": {
2815                 "psr-4": {
2816                     "Laminas\\Mvc\\I18n\\": "src/"
2817                 }
2818             },
2819             "notification-url": "https://packagist.org/downloads/",
2820             "license": [
2821                 "BSD-3-Clause"
2822             ],
2823             "description": "Integration between laminas-mvc and laminas-i18n",
2824             "homepage": "https://laminas.dev",
2825             "keywords": [
2826                 "i18n",
2827                 "laminas",
2828                 "mvc"
2829             ],
2830             "support": {
2831                 "chat": "https://laminas.dev/chat",
2832                 "docs": "https://docs.laminas.dev/laminas-mvc-i18n/",
2833                 "forum": "https://discourse.laminas.dev",
2834                 "issues": "https://github.com/laminas/laminas-mvc-i18n/issues",
2835                 "rss": "https://github.com/laminas/laminas-mvc-i18n/releases.atom",
2836                 "source": "https://github.com/laminas/laminas-mvc-i18n"
2837             },
2838             "funding": [
2839                 {
2840                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2841                     "type": "community_bridge"
2842                 }
2843             ],
2844             "time": "2022-12-02T15:45:50+00:00"
2845         },
2846         {
2847             "name": "laminas/laminas-router",
2848             "version": "3.11.0",
2849             "source": {
2850                 "type": "git",
2851                 "url": "https://github.com/laminas/laminas-router.git",
2852                 "reference": "48b6fccd63b9e04e67781c212bf3bedd75c9ca17"
2853             },
2854             "dist": {
2855                 "type": "zip",
2856                 "url": "https://api.github.com/repos/laminas/laminas-router/zipball/48b6fccd63b9e04e67781c212bf3bedd75c9ca17",
2857                 "reference": "48b6fccd63b9e04e67781c212bf3bedd75c9ca17",
2858                 "shasum": ""
2859             },
2860             "require": {
2861                 "laminas/laminas-http": "^2.15",
2862                 "laminas/laminas-servicemanager": "^3.14.0",
2863                 "laminas/laminas-stdlib": "^3.10.1",
2864                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2865             },
2866             "conflict": {
2867                 "zendframework/zend-router": "*"
2868             },
2869             "require-dev": {
2870                 "laminas/laminas-coding-standard": "~2.4.0",
2871                 "laminas/laminas-i18n": "^2.19.0",
2872                 "phpunit/phpunit": "^9.5.26",
2873                 "psalm/plugin-phpunit": "^0.18.0",
2874                 "vimeo/psalm": "^5.0.0"
2875             },
2876             "suggest": {
2877                 "laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments"
2878             },
2879             "type": "library",
2880             "extra": {
2881                 "laminas": {
2882                     "component": "Laminas\\Router",
2883                     "config-provider": "Laminas\\Router\\ConfigProvider"
2884                 }
2885             },
2886             "autoload": {
2887                 "psr-4": {
2888                     "Laminas\\Router\\": "src/"
2889                 }
2890             },
2891             "notification-url": "https://packagist.org/downloads/",
2892             "license": [
2893                 "BSD-3-Clause"
2894             ],
2895             "description": "Flexible routing system for HTTP and console applications",
2896             "homepage": "https://laminas.dev",
2897             "keywords": [
2898                 "laminas",
2899                 "routing"
2900             ],
2901             "support": {
2902                 "chat": "https://laminas.dev/chat",
2903                 "docs": "https://docs.laminas.dev/laminas-router/",
2904                 "forum": "https://discourse.laminas.dev",
2905                 "issues": "https://github.com/laminas/laminas-router/issues",
2906                 "rss": "https://github.com/laminas/laminas-router/releases.atom",
2907                 "source": "https://github.com/laminas/laminas-router"
2908             },
2909             "funding": [
2910                 {
2911                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2912                     "type": "community_bridge"
2913                 }
2914             ],
2915             "time": "2022-12-02T17:45:59+00:00"
2916         },
2917         {
2918             "name": "laminas/laminas-server",
2919             "version": "2.14.0",
2920             "source": {
2921                 "type": "git",
2922                 "url": "https://github.com/laminas/laminas-server.git",
2923                 "reference": "11fe2af8dd3c2a350f903b2f2d0536ec3842a7f4"
2924             },
2925             "dist": {
2926                 "type": "zip",
2927                 "url": "https://api.github.com/repos/laminas/laminas-server/zipball/11fe2af8dd3c2a350f903b2f2d0536ec3842a7f4",
2928                 "reference": "11fe2af8dd3c2a350f903b2f2d0536ec3842a7f4",
2929                 "shasum": ""
2930             },
2931             "require": {
2932                 "laminas/laminas-code": "^4.7.1",
2933                 "laminas/laminas-stdlib": "^3.3.1",
2934                 "laminas/laminas-zendframework-bridge": "^1.2.0",
2935                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
2936             },
2937             "replace": {
2938                 "zendframework/zend-server": "^2.8.1"
2939             },
2940             "require-dev": {
2941                 "laminas/laminas-coding-standard": "~2.4.0",
2942                 "phpunit/phpunit": "^9.5.5",
2943                 "psalm/plugin-phpunit": "^0.15.1",
2944                 "vimeo/psalm": "^4.6.4"
2945             },
2946             "type": "library",
2947             "autoload": {
2948                 "psr-4": {
2949                     "Laminas\\Server\\": "src/"
2950                 }
2951             },
2952             "notification-url": "https://packagist.org/downloads/",
2953             "license": [
2954                 "BSD-3-Clause"
2955             ],
2956             "description": "Create Reflection-based RPC servers",
2957             "homepage": "https://laminas.dev",
2958             "keywords": [
2959                 "laminas",
2960                 "server"
2961             ],
2962             "support": {
2963                 "chat": "https://laminas.dev/chat",
2964                 "docs": "https://docs.laminas.dev/laminas-server/",
2965                 "forum": "https://discourse.laminas.dev",
2966                 "issues": "https://github.com/laminas/laminas-server/issues",
2967                 "rss": "https://github.com/laminas/laminas-server/releases.atom",
2968                 "source": "https://github.com/laminas/laminas-server"
2969             },
2970             "funding": [
2971                 {
2972                     "url": "https://funding.communitybridge.org/projects/laminas-project",
2973                     "type": "community_bridge"
2974                 }
2975             ],
2976             "time": "2022-12-09T09:56:49+00:00"
2977         },
2978         {
2979             "name": "laminas/laminas-servicemanager",
2980             "version": "3.20.0",
2981             "source": {
2982                 "type": "git",
2983                 "url": "https://github.com/laminas/laminas-servicemanager.git",
2984                 "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59"
2985             },
2986             "dist": {
2987                 "type": "zip",
2988                 "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/bc2c2cbe2dd90db8b9d16b0618f542692b76ab59",
2989                 "reference": "bc2c2cbe2dd90db8b9d16b0618f542692b76ab59",
2990                 "shasum": ""
2991             },
2992             "require": {
2993                 "laminas/laminas-stdlib": "^3.2.1",
2994                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
2995                 "psr/container": "^1.0"
2996             },
2997             "conflict": {
2998                 "ext-psr": "*",
2999                 "laminas/laminas-code": "<3.3.1",
3000                 "zendframework/zend-code": "<3.3.1",
3001                 "zendframework/zend-servicemanager": "*"
3002             },
3003             "provide": {
3004                 "psr/container-implementation": "^1.0"
3005             },
3006             "replace": {
3007                 "container-interop/container-interop": "^1.2.0"
3008             },
3009             "require-dev": {
3010                 "composer/package-versions-deprecated": "^1.11.99.5",
3011                 "laminas/laminas-coding-standard": "~2.4.0",
3012                 "laminas/laminas-container-config-test": "^0.8",
3013                 "laminas/laminas-dependency-plugin": "^2.2",
3014                 "mikey179/vfsstream": "^1.6.11@alpha",
3015                 "ocramius/proxy-manager": "^2.14.1",
3016                 "phpbench/phpbench": "^1.2.7",
3017                 "phpunit/phpunit": "^9.5.26",
3018                 "psalm/plugin-phpunit": "^0.18.0",
3019                 "vimeo/psalm": "^5.0.0"
3020             },
3021             "suggest": {
3022                 "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
3023             },
3024             "bin": [
3025                 "bin/generate-deps-for-config-factory",
3026                 "bin/generate-factory-for-class"
3027             ],
3028             "type": "library",
3029             "autoload": {
3030                 "files": [
3031                     "src/autoload.php"
3032                 ],
3033                 "psr-4": {
3034                     "Laminas\\ServiceManager\\": "src/"
3035                 }
3036             },
3037             "notification-url": "https://packagist.org/downloads/",
3038             "license": [
3039                 "BSD-3-Clause"
3040             ],
3041             "description": "Factory-Driven Dependency Injection Container",
3042             "homepage": "https://laminas.dev",
3043             "keywords": [
3044                 "PSR-11",
3045                 "dependency-injection",
3046                 "di",
3047                 "dic",
3048                 "laminas",
3049                 "service-manager",
3050                 "servicemanager"
3051             ],
3052             "support": {
3053                 "chat": "https://laminas.dev/chat",
3054                 "docs": "https://docs.laminas.dev/laminas-servicemanager/",
3055                 "forum": "https://discourse.laminas.dev",
3056                 "issues": "https://github.com/laminas/laminas-servicemanager/issues",
3057                 "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
3058                 "source": "https://github.com/laminas/laminas-servicemanager"
3059             },
3060             "funding": [
3061                 {
3062                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3063                     "type": "community_bridge"
3064                 }
3065             ],
3066             "time": "2022-12-01T17:03:38+00:00"
3067         },
3068         {
3069             "name": "laminas/laminas-soap",
3070             "version": "2.11.1",
3071             "source": {
3072                 "type": "git",
3073                 "url": "https://github.com/laminas/laminas-soap.git",
3074                 "reference": "1d3a45071b098062b97ff05b68523fb2fe322f9b"
3075             },
3076             "dist": {
3077                 "type": "zip",
3078                 "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/1d3a45071b098062b97ff05b68523fb2fe322f9b",
3079                 "reference": "1d3a45071b098062b97ff05b68523fb2fe322f9b",
3080                 "shasum": ""
3081             },
3082             "require": {
3083                 "ext-dom": "*",
3084                 "ext-soap": "*",
3085                 "laminas/laminas-server": "^2.11",
3086                 "laminas/laminas-stdlib": "^3.6",
3087                 "laminas/laminas-uri": "^2.9.1",
3088                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3089             },
3090             "conflict": {
3091                 "laminas/laminas-code": "<4.4",
3092                 "zendframework/zend-soap": "*"
3093             },
3094             "require-dev": {
3095                 "laminas/laminas-coding-standard": "~2.4",
3096                 "laminas/laminas-config": "^3.7",
3097                 "laminas/laminas-http": "^2.15",
3098                 "phpspec/prophecy-phpunit": "^2.0.1",
3099                 "phpunit/phpunit": "^9.5.5",
3100                 "psalm/plugin-phpunit": "^0.18.3",
3101                 "vimeo/psalm": "^4.30"
3102             },
3103             "suggest": {
3104                 "ext-curl": "Curl is required when .NET compatibility is required",
3105                 "laminas/laminas-http": "Laminas\\Http component"
3106             },
3107             "type": "library",
3108             "autoload": {
3109                 "psr-4": {
3110                     "Laminas\\Soap\\": "src/"
3111                 }
3112             },
3113             "notification-url": "https://packagist.org/downloads/",
3114             "license": [
3115                 "BSD-3-Clause"
3116             ],
3117             "homepage": "https://laminas.dev",
3118             "keywords": [
3119                 "laminas",
3120                 "soap"
3121             ],
3122             "support": {
3123                 "chat": "https://laminas.dev/chat",
3124                 "docs": "https://docs.laminas.dev/laminas-soap/",
3125                 "forum": "https://discourse.laminas.dev",
3126                 "issues": "https://github.com/laminas/laminas-soap/issues",
3127                 "rss": "https://github.com/laminas/laminas-soap/releases.atom",
3128                 "source": "https://github.com/laminas/laminas-soap"
3129             },
3130             "funding": [
3131                 {
3132                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3133                     "type": "community_bridge"
3134                 }
3135             ],
3136             "time": "2022-11-18T13:09:56+00:00"
3137         },
3138         {
3139             "name": "laminas/laminas-stdlib",
3140             "version": "3.16.1",
3141             "source": {
3142                 "type": "git",
3143                 "url": "https://github.com/laminas/laminas-stdlib.git",
3144                 "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17"
3145             },
3146             "dist": {
3147                 "type": "zip",
3148                 "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/f4f773641807c7ccee59b758bfe4ac4ba33ecb17",
3149                 "reference": "f4f773641807c7ccee59b758bfe4ac4ba33ecb17",
3150                 "shasum": ""
3151             },
3152             "require": {
3153                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3154             },
3155             "conflict": {
3156                 "zendframework/zend-stdlib": "*"
3157             },
3158             "require-dev": {
3159                 "laminas/laminas-coding-standard": "^2.4.0",
3160                 "phpbench/phpbench": "^1.2.7",
3161                 "phpunit/phpunit": "^9.5.26",
3162                 "psalm/plugin-phpunit": "^0.18.0",
3163                 "vimeo/psalm": "^5.0.0"
3164             },
3165             "type": "library",
3166             "autoload": {
3167                 "psr-4": {
3168                     "Laminas\\Stdlib\\": "src/"
3169                 }
3170             },
3171             "notification-url": "https://packagist.org/downloads/",
3172             "license": [
3173                 "BSD-3-Clause"
3174             ],
3175             "description": "SPL extensions, array utilities, error handlers, and more",
3176             "homepage": "https://laminas.dev",
3177             "keywords": [
3178                 "laminas",
3179                 "stdlib"
3180             ],
3181             "support": {
3182                 "chat": "https://laminas.dev/chat",
3183                 "docs": "https://docs.laminas.dev/laminas-stdlib/",
3184                 "forum": "https://discourse.laminas.dev",
3185                 "issues": "https://github.com/laminas/laminas-stdlib/issues",
3186                 "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
3187                 "source": "https://github.com/laminas/laminas-stdlib"
3188             },
3189             "funding": [
3190                 {
3191                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3192                     "type": "community_bridge"
3193                 }
3194             ],
3195             "time": "2022-12-03T18:48:01+00:00"
3196         },
3197         {
3198             "name": "laminas/laminas-uri",
3199             "version": "2.10.0",
3200             "source": {
3201                 "type": "git",
3202                 "url": "https://github.com/laminas/laminas-uri.git",
3203                 "reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80"
3204             },
3205             "dist": {
3206                 "type": "zip",
3207                 "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/663b050294945c7345cc3a61f3ca661d5f9e1f80",
3208                 "reference": "663b050294945c7345cc3a61f3ca661d5f9e1f80",
3209                 "shasum": ""
3210             },
3211             "require": {
3212                 "laminas/laminas-escaper": "^2.9",
3213                 "laminas/laminas-validator": "^2.15",
3214                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
3215             },
3216             "conflict": {
3217                 "zendframework/zend-uri": "*"
3218             },
3219             "require-dev": {
3220                 "laminas/laminas-coding-standard": "~2.4.0",
3221                 "phpunit/phpunit": "^9.5.25"
3222             },
3223             "type": "library",
3224             "autoload": {
3225                 "psr-4": {
3226                     "Laminas\\Uri\\": "src/"
3227                 }
3228             },
3229             "notification-url": "https://packagist.org/downloads/",
3230             "license": [
3231                 "BSD-3-Clause"
3232             ],
3233             "description": "A component that aids in manipulating and validating Â» Uniform Resource Identifiers (URIs)",
3234             "homepage": "https://laminas.dev",
3235             "keywords": [
3236                 "laminas",
3237                 "uri"
3238             ],
3239             "support": {
3240                 "chat": "https://laminas.dev/chat",
3241                 "docs": "https://docs.laminas.dev/laminas-uri/",
3242                 "forum": "https://discourse.laminas.dev",
3243                 "issues": "https://github.com/laminas/laminas-uri/issues",
3244                 "rss": "https://github.com/laminas/laminas-uri/releases.atom",
3245                 "source": "https://github.com/laminas/laminas-uri"
3246             },
3247             "funding": [
3248                 {
3249                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3250                     "type": "community_bridge"
3251                 }
3252             ],
3253             "time": "2022-10-16T15:02:45+00:00"
3254         },
3255         {
3256             "name": "laminas/laminas-validator",
3257             "version": "2.28.0",
3258             "source": {
3259                 "type": "git",
3260                 "url": "https://github.com/laminas/laminas-validator.git",
3261                 "reference": "695bfa40b0a83dc1c5c58bdf74a03fdbeb516c39"
3262             },
3263             "dist": {
3264                 "type": "zip",
3265                 "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/695bfa40b0a83dc1c5c58bdf74a03fdbeb516c39",
3266                 "reference": "695bfa40b0a83dc1c5c58bdf74a03fdbeb516c39",
3267                 "shasum": ""
3268             },
3269             "require": {
3270                 "laminas/laminas-servicemanager": "^3.12.0",
3271                 "laminas/laminas-stdlib": "^3.13",
3272                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3273                 "psr/http-message": "^1.0.1"
3274             },
3275             "conflict": {
3276                 "zendframework/zend-validator": "*"
3277             },
3278             "require-dev": {
3279                 "laminas/laminas-coding-standard": "^2.4.0",
3280                 "laminas/laminas-db": "^2.15.0",
3281                 "laminas/laminas-filter": "^2.23.0",
3282                 "laminas/laminas-http": "^2.17.0",
3283                 "laminas/laminas-i18n": "^2.19",
3284                 "laminas/laminas-session": "^2.13.0",
3285                 "laminas/laminas-uri": "^2.10.0",
3286                 "phpunit/phpunit": "^9.5.25",
3287                 "psalm/plugin-phpunit": "^0.18.0",
3288                 "psr/http-client": "^1.0.1",
3289                 "psr/http-factory": "^1.0.1",
3290                 "vimeo/psalm": "^4.28"
3291             },
3292             "suggest": {
3293                 "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
3294                 "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
3295                 "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
3296                 "laminas/laminas-i18n-resources": "Translations of validator messages",
3297                 "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
3298                 "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
3299                 "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
3300                 "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
3301             },
3302             "type": "library",
3303             "extra": {
3304                 "laminas": {
3305                     "component": "Laminas\\Validator",
3306                     "config-provider": "Laminas\\Validator\\ConfigProvider"
3307                 }
3308             },
3309             "autoload": {
3310                 "psr-4": {
3311                     "Laminas\\Validator\\": "src/"
3312                 }
3313             },
3314             "notification-url": "https://packagist.org/downloads/",
3315             "license": [
3316                 "BSD-3-Clause"
3317             ],
3318             "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
3319             "homepage": "https://laminas.dev",
3320             "keywords": [
3321                 "laminas",
3322                 "validator"
3323             ],
3324             "support": {
3325                 "chat": "https://laminas.dev/chat",
3326                 "docs": "https://docs.laminas.dev/laminas-validator/",
3327                 "forum": "https://discourse.laminas.dev",
3328                 "issues": "https://github.com/laminas/laminas-validator/issues",
3329                 "rss": "https://github.com/laminas/laminas-validator/releases.atom",
3330                 "source": "https://github.com/laminas/laminas-validator"
3331             },
3332             "funding": [
3333                 {
3334                     "url": "https://funding.communitybridge.org/projects/laminas-project",
3335                     "type": "community_bridge"
3336                 }
3337             ],
3338             "time": "2022-11-14T08:50:44+00:00"
3339         },
3340         {
3341             "name": "laminas/laminas-view",
3342             "version": "2.25.0",
3343             "source": {
3344                 "type": "git",
3345                 "url": "https://github.com/laminas/laminas-view.git",
3346                 "reference": "77a4b6d78445ae2f30625c5af09a05ad4e4434eb"
3347             },
3348             "dist": {
3349                 "type": "zip",
3350                 "url": "https://api.github.com/repos/laminas/laminas-view/zipball/77a4b6d78445ae2f30625c5af09a05ad4e4434eb",
3351                 "reference": "77a4b6d78445ae2f30625c5af09a05ad4e4434eb",
3352                 "shasum": ""
3353             },
3354             "require": {
3355                 "ext-dom": "*",
3356                 "ext-filter": "*",
3357                 "ext-json": "*",
3358                 "laminas/laminas-escaper": "^2.5",
3359                 "laminas/laminas-eventmanager": "^3.4",
3360                 "laminas/laminas-json": "^3.3",
3361                 "laminas/laminas-servicemanager": "^3.14.0",
3362                 "laminas/laminas-stdlib": "^3.10.1",
3363                 "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3364                 "psr/container": "^1 || ^2"
3365             },
3366             "conflict": {
3367                 "container-interop/container-interop": "<1.2",
3368                 "laminas/laminas-router": "<3.0.1",
3369                 "laminas/laminas-session": "<2.12",
3370                 "zendframework/zend-view": "*"
3371             },
3372             "require-dev": {
3373                 "laminas/laminas-authentication": "^2.13",
3374                 "laminas/laminas-coding-standard": "~2.4.0",
3375                 "laminas/laminas-console": "^2.8",
3376                 "laminas/laminas-feed": "^2.19",
3377                 "laminas/laminas-filter": "^2.25",
3378                 "laminas/laminas-http": "^2.17",
3379                 "laminas/laminas-i18n": "^2.19",
3380                 "laminas/laminas-modulemanager": "^2.14",
3381                 "laminas/laminas-mvc": "^3.5",
3382                 "laminas/laminas-mvc-i18n": "^1.6",
3383                 "laminas/laminas-mvc-plugin-flashmessenger": "^1.9",
3384                 "laminas/laminas-navigation": "^2.16",
3385                 "laminas/laminas-paginator": "^2.15",
3386                 "laminas/laminas-permissions-acl": "^2.12",
3387                 "laminas/laminas-router": "^3.10",
3388                 "laminas/laminas-uri": "^2.10",
3389                 "phpunit/phpunit": "^9.5.26",
3390                 "psalm/plugin-phpunit": "^0.18.3",
3391                 "vimeo/psalm": "^4.30"
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": "2022-11-07T08:01:13+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.1.5",
3694             "source": {
3695                 "type": "git",
3696                 "url": "https://github.com/lcobucci/jwt.git",
3697                 "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582"
3698             },
3699             "dist": {
3700                 "type": "zip",
3701                 "url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582",
3702                 "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582",
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.0",
3719                 "phpstan/extension-installer": "^1.0",
3720                 "phpstan/phpstan": "^0.12",
3721                 "phpstan/phpstan-deprecation-rules": "^0.12",
3722                 "phpstan/phpstan-phpunit": "^0.12",
3723                 "phpstan/phpstan-strict-rules": "^0.12",
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.1.5"
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": "2021-09-28T19:34:56+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.3.6",
3822             "source": {
3823                 "type": "git",
3824                 "url": "https://github.com/thephpleague/oauth2-server.git",
3825                 "reference": "28c5441716c10d0c936bd731860dc385d0f6d1a8"
3826             },
3827             "dist": {
3828                 "type": "zip",
3829                 "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/28c5441716c10d0c936bd731860dc385d0f6d1a8",
3830                 "reference": "28c5441716c10d0c936bd731860dc385d0f6d1a8",
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.3.6"
3898             },
3899             "funding": [
3900                 {
3901                     "url": "https://github.com/sephster",
3902                     "type": "github"
3903                 }
3904             ],
3905             "time": "2022-11-14T19:42:00+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.8.0",
4541             "source": {
4542                 "type": "git",
4543                 "url": "https://github.com/Seldaek/monolog.git",
4544                 "reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
4545             },
4546             "dist": {
4547                 "type": "zip",
4548                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
4549                 "reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
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",
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.8.0"
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": "2022-07-24T11:55:47+00:00"
4639         },
4640         {
4641             "name": "mpdf/mpdf",
4642             "version": "v8.1.3",
4643             "source": {
4644                 "type": "git",
4645                 "url": "https://github.com/mpdf/mpdf.git",
4646                 "reference": "59ba1a9374211174996d8530a855dedfbd5f5681"
4647             },
4648             "dist": {
4649                 "type": "zip",
4650                 "url": "https://api.github.com/repos/mpdf/mpdf/zipball/59ba1a9374211174996d8530a855dedfbd5f5681",
4651                 "reference": "59ba1a9374211174996d8530a855dedfbd5f5681",
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-08T12:55:58+00:00"
4716         },
4717         {
4718             "name": "myclabs/deep-copy",
4719             "version": "1.11.0",
4720             "source": {
4721                 "type": "git",
4722                 "url": "https://github.com/myclabs/DeepCopy.git",
4723                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
4724             },
4725             "dist": {
4726                 "type": "zip",
4727                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
4728                 "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
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.0"
4767             },
4768             "funding": [
4769                 {
4770                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
4771                     "type": "tidelift"
4772                 }
4773             ],
4774             "time": "2022-03-03T13:19:32+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.2",
4842             "source": {
4843                 "type": "git",
4844                 "url": "https://github.com/nikic/PHP-Parser.git",
4845                 "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc"
4846             },
4847             "dist": {
4848                 "type": "zip",
4849                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
4850                 "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
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.2"
4892             },
4893             "time": "2022-11-12T15:38:23+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.3.0",
5824             "source": {
5825                 "type": "git",
5826                 "url": "https://github.com/php-http/httplug.git",
5827                 "reference": "f640739f80dfa1152533976e3c112477f69274eb"
5828             },
5829             "dist": {
5830                 "type": "zip",
5831                 "url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb",
5832                 "reference": "f640739f80dfa1152533976e3c112477f69274eb",
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"
5840             },
5841             "require-dev": {
5842                 "friends-of-phpspec/phpspec-code-coverage": "^4.1",
5843                 "phpspec/phpspec": "^5.1 || ^6.0"
5844             },
5845             "type": "library",
5846             "extra": {
5847                 "branch-alias": {
5848                     "dev-master": "2.x-dev"
5849                 }
5850             },
5851             "autoload": {
5852                 "psr-4": {
5853                     "Http\\Client\\": "src/"
5854                 }
5855             },
5856             "notification-url": "https://packagist.org/downloads/",
5857             "license": [
5858                 "MIT"
5859             ],
5860             "authors": [
5861                 {
5862                     "name": "Eric GELOEN",
5863                     "email": "geloen.eric@gmail.com"
5864                 },
5865                 {
5866                     "name": "Márk Sági-Kazár",
5867                     "email": "mark.sagikazar@gmail.com",
5868                     "homepage": "https://sagikazarmark.hu"
5869                 }
5870             ],
5871             "description": "HTTPlug, the HTTP client abstraction for PHP",
5872             "homepage": "http://httplug.io",
5873             "keywords": [
5874                 "client",
5875                 "http"
5876             ],
5877             "support": {
5878                 "issues": "https://github.com/php-http/httplug/issues",
5879                 "source": "https://github.com/php-http/httplug/tree/2.3.0"
5880             },
5881             "time": "2022-02-21T09:52:22+00:00"
5882         },
5883         {
5884             "name": "php-http/message",
5885             "version": "1.13.0",
5886             "source": {
5887                 "type": "git",
5888                 "url": "https://github.com/php-http/message.git",
5889                 "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361"
5890             },
5891             "dist": {
5892                 "type": "zip",
5893                 "url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361",
5894                 "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361",
5895                 "shasum": ""
5896             },
5897             "require": {
5898                 "clue/stream-filter": "^1.5",
5899                 "php": "^7.1 || ^8.0",
5900                 "php-http/message-factory": "^1.0.2",
5901                 "psr/http-message": "^1.0"
5902             },
5903             "provide": {
5904                 "php-http/message-factory-implementation": "1.0"
5905             },
5906             "require-dev": {
5907                 "ergebnis/composer-normalize": "^2.6",
5908                 "ext-zlib": "*",
5909                 "guzzlehttp/psr7": "^1.0",
5910                 "laminas/laminas-diactoros": "^2.0",
5911                 "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
5912                 "slim/slim": "^3.0"
5913             },
5914             "suggest": {
5915                 "ext-zlib": "Used with compressor/decompressor streams",
5916                 "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories",
5917                 "laminas/laminas-diactoros": "Used with Diactoros Factories",
5918                 "slim/slim": "Used with Slim Framework PSR-7 implementation"
5919             },
5920             "type": "library",
5921             "extra": {
5922                 "branch-alias": {
5923                     "dev-master": "1.10-dev"
5924                 }
5925             },
5926             "autoload": {
5927                 "files": [
5928                     "src/filters.php"
5929                 ],
5930                 "psr-4": {
5931                     "Http\\Message\\": "src/"
5932                 }
5933             },
5934             "notification-url": "https://packagist.org/downloads/",
5935             "license": [
5936                 "MIT"
5937             ],
5938             "authors": [
5939                 {
5940                     "name": "Márk Sági-Kazár",
5941                     "email": "mark.sagikazar@gmail.com"
5942                 }
5943             ],
5944             "description": "HTTP Message related tools",
5945             "homepage": "http://php-http.org",
5946             "keywords": [
5947                 "http",
5948                 "message",
5949                 "psr-7"
5950             ],
5951             "support": {
5952                 "issues": "https://github.com/php-http/message/issues",
5953                 "source": "https://github.com/php-http/message/tree/1.13.0"
5954             },
5955             "time": "2022-02-11T13:41:14+00:00"
5956         },
5957         {
5958             "name": "php-http/message-factory",
5959             "version": "v1.0.2",
5960             "source": {
5961                 "type": "git",
5962                 "url": "https://github.com/php-http/message-factory.git",
5963                 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
5964             },
5965             "dist": {
5966                 "type": "zip",
5967                 "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5968                 "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
5969                 "shasum": ""
5970             },
5971             "require": {
5972                 "php": ">=5.4",
5973                 "psr/http-message": "^1.0"
5974             },
5975             "type": "library",
5976             "extra": {
5977                 "branch-alias": {
5978                     "dev-master": "1.0-dev"
5979                 }
5980             },
5981             "autoload": {
5982                 "psr-4": {
5983                     "Http\\Message\\": "src/"
5984                 }
5985             },
5986             "notification-url": "https://packagist.org/downloads/",
5987             "license": [
5988                 "MIT"
5989             ],
5990             "authors": [
5991                 {
5992                     "name": "Márk Sági-Kazár",
5993                     "email": "mark.sagikazar@gmail.com"
5994                 }
5995             ],
5996             "description": "Factory interfaces for PSR-7 HTTP Message",
5997             "homepage": "http://php-http.org",
5998             "keywords": [
5999                 "factory",
6000                 "http",
6001                 "message",
6002                 "stream",
6003                 "uri"
6004             ],
6005             "support": {
6006                 "issues": "https://github.com/php-http/message-factory/issues",
6007                 "source": "https://github.com/php-http/message-factory/tree/master"
6008             },
6009             "time": "2015-12-19T14:08:53+00:00"
6010         },
6011         {
6012             "name": "php-http/promise",
6013             "version": "1.1.0",
6014             "source": {
6015                 "type": "git",
6016                 "url": "https://github.com/php-http/promise.git",
6017                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
6018             },
6019             "dist": {
6020                 "type": "zip",
6021                 "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
6022                 "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
6023                 "shasum": ""
6024             },
6025             "require": {
6026                 "php": "^7.1 || ^8.0"
6027             },
6028             "require-dev": {
6029                 "friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
6030                 "phpspec/phpspec": "^5.1.2 || ^6.2"
6031             },
6032             "type": "library",
6033             "extra": {
6034                 "branch-alias": {
6035                     "dev-master": "1.1-dev"
6036                 }
6037             },
6038             "autoload": {
6039                 "psr-4": {
6040                     "Http\\Promise\\": "src/"
6041                 }
6042             },
6043             "notification-url": "https://packagist.org/downloads/",
6044             "license": [
6045                 "MIT"
6046             ],
6047             "authors": [
6048                 {
6049                     "name": "Joel Wurtz",
6050                     "email": "joel.wurtz@gmail.com"
6051                 },
6052                 {
6053                     "name": "Márk Sági-Kazár",
6054                     "email": "mark.sagikazar@gmail.com"
6055                 }
6056             ],
6057             "description": "Promise used for asynchronous HTTP requests",
6058             "homepage": "http://httplug.io",
6059             "keywords": [
6060                 "promise"
6061             ],
6062             "support": {
6063                 "issues": "https://github.com/php-http/promise/issues",
6064                 "source": "https://github.com/php-http/promise/tree/1.1.0"
6065             },
6066             "time": "2020-07-07T09:29:14+00:00"
6067         },
6068         {
6069             "name": "php81_bc/strftime",
6070             "version": "0.5.0",
6071             "source": {
6072                 "type": "git",
6073                 "url": "https://github.com/alphp/strftime.git",
6074                 "reference": "4c1b56eaae4bb3f02f994ba47c2e5a225378e62f"
6075             },
6076             "dist": {
6077                 "type": "zip",
6078                 "url": "https://api.github.com/repos/alphp/strftime/zipball/4c1b56eaae4bb3f02f994ba47c2e5a225378e62f",
6079                 "reference": "4c1b56eaae4bb3f02f994ba47c2e5a225378e62f",
6080                 "shasum": ""
6081             },
6082             "require": {
6083                 "ext-intl": "*",
6084                 "php": ">=7.1.0"
6085             },
6086             "require-dev": {
6087                 "phpunit/phpunit": "@stable"
6088             },
6089             "type": "library",
6090             "autoload": {
6091                 "files": [
6092                     "src/php-8.1-strftime.php"
6093                 ]
6094             },
6095             "notification-url": "https://packagist.org/downloads/",
6096             "license": [
6097                 "MIT"
6098             ],
6099             "authors": [
6100                 {
6101                     "name": "Fernando Herrero",
6102                     "homepage": "https://github.com/alphp/strftime/graphs/contributors"
6103                 }
6104             ],
6105             "description": "Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)",
6106             "support": {
6107                 "issues": "https://github.com/alphp/strftime/issues",
6108                 "source": "https://github.com/alphp/strftime"
6109             },
6110             "time": "2022-04-10T22:31:16+00:00"
6111         },
6112         {
6113             "name": "phpmailer/phpmailer",
6114             "version": "v6.7.1",
6115             "source": {
6116                 "type": "git",
6117                 "url": "https://github.com/PHPMailer/PHPMailer.git",
6118                 "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55"
6119             },
6120             "dist": {
6121                 "type": "zip",
6122                 "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/49cd7ea3d2563f028d7811f06864a53b1f15ff55",
6123                 "reference": "49cd7ea3d2563f028d7811f06864a53b1f15ff55",
6124                 "shasum": ""
6125             },
6126             "require": {
6127                 "ext-ctype": "*",
6128                 "ext-filter": "*",
6129                 "ext-hash": "*",
6130                 "php": ">=5.5.0"
6131             },
6132             "require-dev": {
6133                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
6134                 "doctrine/annotations": "^1.2.6 || ^1.13.3",
6135                 "php-parallel-lint/php-console-highlighter": "^1.0.0",
6136                 "php-parallel-lint/php-parallel-lint": "^1.3.2",
6137                 "phpcompatibility/php-compatibility": "^9.3.5",
6138                 "roave/security-advisories": "dev-latest",
6139                 "squizlabs/php_codesniffer": "^3.7.1",
6140                 "yoast/phpunit-polyfills": "^1.0.4"
6141             },
6142             "suggest": {
6143                 "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
6144                 "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
6145                 "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
6146                 "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
6147                 "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
6148                 "psr/log": "For optional PSR-3 debug logging",
6149                 "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
6150                 "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
6151             },
6152             "type": "library",
6153             "autoload": {
6154                 "psr-4": {
6155                     "PHPMailer\\PHPMailer\\": "src/"
6156                 }
6157             },
6158             "notification-url": "https://packagist.org/downloads/",
6159             "license": [
6160                 "LGPL-2.1-only"
6161             ],
6162             "authors": [
6163                 {
6164                     "name": "Marcus Bointon",
6165                     "email": "phpmailer@synchromedia.co.uk"
6166                 },
6167                 {
6168                     "name": "Jim Jagielski",
6169                     "email": "jimjag@gmail.com"
6170                 },
6171                 {
6172                     "name": "Andy Prevost",
6173                     "email": "codeworxtech@users.sourceforge.net"
6174                 },
6175                 {
6176                     "name": "Brent R. Matzelle"
6177                 }
6178             ],
6179             "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
6180             "support": {
6181                 "issues": "https://github.com/PHPMailer/PHPMailer/issues",
6182                 "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.7.1"
6183             },
6184             "funding": [
6185                 {
6186                     "url": "https://github.com/Synchro",
6187                     "type": "github"
6188                 }
6189             ],
6190             "time": "2022-12-08T13:30:06+00:00"
6191         },
6192         {
6193             "name": "phpoffice/phpspreadsheet",
6194             "version": "1.25.2",
6195             "source": {
6196                 "type": "git",
6197                 "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
6198                 "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5"
6199             },
6200             "dist": {
6201                 "type": "zip",
6202                 "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a317a09e7def49852400a4b3eca4a4b0790ceeb5",
6203                 "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5",
6204                 "shasum": ""
6205             },
6206             "require": {
6207                 "ext-ctype": "*",
6208                 "ext-dom": "*",
6209                 "ext-fileinfo": "*",
6210                 "ext-gd": "*",
6211                 "ext-iconv": "*",
6212                 "ext-libxml": "*",
6213                 "ext-mbstring": "*",
6214                 "ext-simplexml": "*",
6215                 "ext-xml": "*",
6216                 "ext-xmlreader": "*",
6217                 "ext-xmlwriter": "*",
6218                 "ext-zip": "*",
6219                 "ext-zlib": "*",
6220                 "ezyang/htmlpurifier": "^4.15",
6221                 "maennchen/zipstream-php": "^2.1",
6222                 "markbaker/complex": "^3.0",
6223                 "markbaker/matrix": "^3.0",
6224                 "php": "^7.3 || ^8.0",
6225                 "psr/http-client": "^1.0",
6226                 "psr/http-factory": "^1.0",
6227                 "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
6228             },
6229             "require-dev": {
6230                 "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
6231                 "dompdf/dompdf": "^1.0 || ^2.0",
6232                 "friendsofphp/php-cs-fixer": "^3.2",
6233                 "mitoteam/jpgraph": "10.2.4",
6234                 "mpdf/mpdf": "8.1.1",
6235                 "phpcompatibility/php-compatibility": "^9.3",
6236                 "phpstan/phpstan": "^1.1",
6237                 "phpstan/phpstan-phpunit": "^1.0",
6238                 "phpunit/phpunit": "^8.5 || ^9.0",
6239                 "squizlabs/php_codesniffer": "^3.7",
6240                 "tecnickcom/tcpdf": "6.5"
6241             },
6242             "suggest": {
6243                 "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
6244                 "ext-intl": "PHP Internationalization Functions",
6245                 "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
6246                 "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
6247                 "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
6248             },
6249             "type": "library",
6250             "autoload": {
6251                 "psr-4": {
6252                     "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
6253                 }
6254             },
6255             "notification-url": "https://packagist.org/downloads/",
6256             "license": [
6257                 "MIT"
6258             ],
6259             "authors": [
6260                 {
6261                     "name": "Maarten Balliauw",
6262                     "homepage": "https://blog.maartenballiauw.be"
6263                 },
6264                 {
6265                     "name": "Mark Baker",
6266                     "homepage": "https://markbakeruk.net"
6267                 },
6268                 {
6269                     "name": "Franck Lefevre",
6270                     "homepage": "https://rootslabs.net"
6271                 },
6272                 {
6273                     "name": "Erik Tilt"
6274                 },
6275                 {
6276                     "name": "Adrien Crivelli"
6277                 }
6278             ],
6279             "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
6280             "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
6281             "keywords": [
6282                 "OpenXML",
6283                 "excel",
6284                 "gnumeric",
6285                 "ods",
6286                 "php",
6287                 "spreadsheet",
6288                 "xls",
6289                 "xlsx"
6290             ],
6291             "support": {
6292                 "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
6293                 "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.25.2"
6294             },
6295             "time": "2022-09-25T17:21:01+00:00"
6296         },
6297         {
6298             "name": "phpoption/phpoption",
6299             "version": "1.9.0",
6300             "source": {
6301                 "type": "git",
6302                 "url": "https://github.com/schmittjoh/php-option.git",
6303                 "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab"
6304             },
6305             "dist": {
6306                 "type": "zip",
6307                 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
6308                 "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
6309                 "shasum": ""
6310             },
6311             "require": {
6312                 "php": "^7.2.5 || ^8.0"
6313             },
6314             "require-dev": {
6315                 "bamarni/composer-bin-plugin": "^1.8",
6316                 "phpunit/phpunit": "^8.5.28 || ^9.5.21"
6317             },
6318             "type": "library",
6319             "extra": {
6320                 "bamarni-bin": {
6321                     "bin-links": true,
6322                     "forward-command": true
6323                 },
6324                 "branch-alias": {
6325                     "dev-master": "1.9-dev"
6326                 }
6327             },
6328             "autoload": {
6329                 "psr-4": {
6330                     "PhpOption\\": "src/PhpOption/"
6331                 }
6332             },
6333             "notification-url": "https://packagist.org/downloads/",
6334             "license": [
6335                 "Apache-2.0"
6336             ],
6337             "authors": [
6338                 {
6339                     "name": "Johannes M. Schmitt",
6340                     "email": "schmittjoh@gmail.com",
6341                     "homepage": "https://github.com/schmittjoh"
6342                 },
6343                 {
6344                     "name": "Graham Campbell",
6345                     "email": "hello@gjcampbell.co.uk",
6346                     "homepage": "https://github.com/GrahamCampbell"
6347                 }
6348             ],
6349             "description": "Option Type for PHP",
6350             "keywords": [
6351                 "language",
6352                 "option",
6353                 "php",
6354                 "type"
6355             ],
6356             "support": {
6357                 "issues": "https://github.com/schmittjoh/php-option/issues",
6358                 "source": "https://github.com/schmittjoh/php-option/tree/1.9.0"
6359             },
6360             "funding": [
6361                 {
6362                     "url": "https://github.com/GrahamCampbell",
6363                     "type": "github"
6364                 },
6365                 {
6366                     "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
6367                     "type": "tidelift"
6368                 }
6369             ],
6370             "time": "2022-07-30T15:51:26+00:00"
6371         },
6372         {
6373             "name": "phpseclib/phpseclib",
6374             "version": "2.0.39",
6375             "source": {
6376                 "type": "git",
6377                 "url": "https://github.com/phpseclib/phpseclib.git",
6378                 "reference": "f3a0e2b715c40cf1fd270d444901b63311725d63"
6379             },
6380             "dist": {
6381                 "type": "zip",
6382                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/f3a0e2b715c40cf1fd270d444901b63311725d63",
6383                 "reference": "f3a0e2b715c40cf1fd270d444901b63311725d63",
6384                 "shasum": ""
6385             },
6386             "require": {
6387                 "php": ">=5.3.3"
6388             },
6389             "require-dev": {
6390                 "phing/phing": "~2.7",
6391                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
6392                 "squizlabs/php_codesniffer": "~2.0"
6393             },
6394             "suggest": {
6395                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
6396                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
6397                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
6398                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
6399                 "ext-xml": "Install the XML extension to load XML formatted public keys."
6400             },
6401             "type": "library",
6402             "autoload": {
6403                 "files": [
6404                     "phpseclib/bootstrap.php"
6405                 ],
6406                 "psr-4": {
6407                     "phpseclib\\": "phpseclib/"
6408                 }
6409             },
6410             "notification-url": "https://packagist.org/downloads/",
6411             "license": [
6412                 "MIT"
6413             ],
6414             "authors": [
6415                 {
6416                     "name": "Jim Wigginton",
6417                     "email": "terrafrost@php.net",
6418                     "role": "Lead Developer"
6419                 },
6420                 {
6421                     "name": "Patrick Monnerat",
6422                     "email": "pm@datasphere.ch",
6423                     "role": "Developer"
6424                 },
6425                 {
6426                     "name": "Andreas Fischer",
6427                     "email": "bantu@phpbb.com",
6428                     "role": "Developer"
6429                 },
6430                 {
6431                     "name": "Hans-Jürgen Petrich",
6432                     "email": "petrich@tronic-media.com",
6433                     "role": "Developer"
6434                 },
6435                 {
6436                     "name": "Graham Campbell",
6437                     "email": "graham@alt-three.com",
6438                     "role": "Developer"
6439                 }
6440             ],
6441             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
6442             "homepage": "http://phpseclib.sourceforge.net",
6443             "keywords": [
6444                 "BigInteger",
6445                 "aes",
6446                 "asn.1",
6447                 "asn1",
6448                 "blowfish",
6449                 "crypto",
6450                 "cryptography",
6451                 "encryption",
6452                 "rsa",
6453                 "security",
6454                 "sftp",
6455                 "signature",
6456                 "signing",
6457                 "ssh",
6458                 "twofish",
6459                 "x.509",
6460                 "x509"
6461             ],
6462             "support": {
6463                 "issues": "https://github.com/phpseclib/phpseclib/issues",
6464                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.39"
6465             },
6466             "funding": [
6467                 {
6468                     "url": "https://github.com/terrafrost",
6469                     "type": "github"
6470                 },
6471                 {
6472                     "url": "https://www.patreon.com/phpseclib",
6473                     "type": "patreon"
6474                 },
6475                 {
6476                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
6477                     "type": "tidelift"
6478                 }
6479             ],
6480             "time": "2022-10-24T10:49:03+00:00"
6481         },
6482         {
6483             "name": "psr/cache",
6484             "version": "3.0.0",
6485             "source": {
6486                 "type": "git",
6487                 "url": "https://github.com/php-fig/cache.git",
6488                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
6489             },
6490             "dist": {
6491                 "type": "zip",
6492                 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
6493                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
6494                 "shasum": ""
6495             },
6496             "require": {
6497                 "php": ">=8.0.0"
6498             },
6499             "type": "library",
6500             "extra": {
6501                 "branch-alias": {
6502                     "dev-master": "1.0.x-dev"
6503                 }
6504             },
6505             "autoload": {
6506                 "psr-4": {
6507                     "Psr\\Cache\\": "src/"
6508                 }
6509             },
6510             "notification-url": "https://packagist.org/downloads/",
6511             "license": [
6512                 "MIT"
6513             ],
6514             "authors": [
6515                 {
6516                     "name": "PHP-FIG",
6517                     "homepage": "https://www.php-fig.org/"
6518                 }
6519             ],
6520             "description": "Common interface for caching libraries",
6521             "keywords": [
6522                 "cache",
6523                 "psr",
6524                 "psr-6"
6525             ],
6526             "support": {
6527                 "source": "https://github.com/php-fig/cache/tree/3.0.0"
6528             },
6529             "time": "2021-02-03T23:26:27+00:00"
6530         },
6531         {
6532             "name": "psr/clock",
6533             "version": "1.0.0",
6534             "source": {
6535                 "type": "git",
6536                 "url": "https://github.com/php-fig/clock.git",
6537                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
6538             },
6539             "dist": {
6540                 "type": "zip",
6541                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
6542                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
6543                 "shasum": ""
6544             },
6545             "require": {
6546                 "php": "^7.0 || ^8.0"
6547             },
6548             "type": "library",
6549             "autoload": {
6550                 "psr-4": {
6551                     "Psr\\Clock\\": "src/"
6552                 }
6553             },
6554             "notification-url": "https://packagist.org/downloads/",
6555             "license": [
6556                 "MIT"
6557             ],
6558             "authors": [
6559                 {
6560                     "name": "PHP-FIG",
6561                     "homepage": "https://www.php-fig.org/"
6562                 }
6563             ],
6564             "description": "Common interface for reading the clock.",
6565             "homepage": "https://github.com/php-fig/clock",
6566             "keywords": [
6567                 "clock",
6568                 "now",
6569                 "psr",
6570                 "psr-20",
6571                 "time"
6572             ],
6573             "support": {
6574                 "issues": "https://github.com/php-fig/clock/issues",
6575                 "source": "https://github.com/php-fig/clock/tree/1.0.0"
6576             },
6577             "time": "2022-11-25T14:36:26+00:00"
6578         },
6579         {
6580             "name": "psr/container",
6581             "version": "1.1.2",
6582             "source": {
6583                 "type": "git",
6584                 "url": "https://github.com/php-fig/container.git",
6585                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
6586             },
6587             "dist": {
6588                 "type": "zip",
6589                 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
6590                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
6591                 "shasum": ""
6592             },
6593             "require": {
6594                 "php": ">=7.4.0"
6595             },
6596             "type": "library",
6597             "autoload": {
6598                 "psr-4": {
6599                     "Psr\\Container\\": "src/"
6600                 }
6601             },
6602             "notification-url": "https://packagist.org/downloads/",
6603             "license": [
6604                 "MIT"
6605             ],
6606             "authors": [
6607                 {
6608                     "name": "PHP-FIG",
6609                     "homepage": "https://www.php-fig.org/"
6610                 }
6611             ],
6612             "description": "Common Container Interface (PHP FIG PSR-11)",
6613             "homepage": "https://github.com/php-fig/container",
6614             "keywords": [
6615                 "PSR-11",
6616                 "container",
6617                 "container-interface",
6618                 "container-interop",
6619                 "psr"
6620             ],
6621             "support": {
6622                 "issues": "https://github.com/php-fig/container/issues",
6623                 "source": "https://github.com/php-fig/container/tree/1.1.2"
6624             },
6625             "time": "2021-11-05T16:50:12+00:00"
6626         },
6627         {
6628             "name": "psr/event-dispatcher",
6629             "version": "1.0.0",
6630             "source": {
6631                 "type": "git",
6632                 "url": "https://github.com/php-fig/event-dispatcher.git",
6633                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
6634             },
6635             "dist": {
6636                 "type": "zip",
6637                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
6638                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
6639                 "shasum": ""
6640             },
6641             "require": {
6642                 "php": ">=7.2.0"
6643             },
6644             "type": "library",
6645             "extra": {
6646                 "branch-alias": {
6647                     "dev-master": "1.0.x-dev"
6648                 }
6649             },
6650             "autoload": {
6651                 "psr-4": {
6652                     "Psr\\EventDispatcher\\": "src/"
6653                 }
6654             },
6655             "notification-url": "https://packagist.org/downloads/",
6656             "license": [
6657                 "MIT"
6658             ],
6659             "authors": [
6660                 {
6661                     "name": "PHP-FIG",
6662                     "homepage": "http://www.php-fig.org/"
6663                 }
6664             ],
6665             "description": "Standard interfaces for event handling.",
6666             "keywords": [
6667                 "events",
6668                 "psr",
6669                 "psr-14"
6670             ],
6671             "support": {
6672                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
6673                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
6674             },
6675             "time": "2019-01-08T18:20:26+00:00"
6676         },
6677         {
6678             "name": "psr/http-client",
6679             "version": "1.0.1",
6680             "source": {
6681                 "type": "git",
6682                 "url": "https://github.com/php-fig/http-client.git",
6683                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
6684             },
6685             "dist": {
6686                 "type": "zip",
6687                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
6688                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
6689                 "shasum": ""
6690             },
6691             "require": {
6692                 "php": "^7.0 || ^8.0",
6693                 "psr/http-message": "^1.0"
6694             },
6695             "type": "library",
6696             "extra": {
6697                 "branch-alias": {
6698                     "dev-master": "1.0.x-dev"
6699                 }
6700             },
6701             "autoload": {
6702                 "psr-4": {
6703                     "Psr\\Http\\Client\\": "src/"
6704                 }
6705             },
6706             "notification-url": "https://packagist.org/downloads/",
6707             "license": [
6708                 "MIT"
6709             ],
6710             "authors": [
6711                 {
6712                     "name": "PHP-FIG",
6713                     "homepage": "http://www.php-fig.org/"
6714                 }
6715             ],
6716             "description": "Common interface for HTTP clients",
6717             "homepage": "https://github.com/php-fig/http-client",
6718             "keywords": [
6719                 "http",
6720                 "http-client",
6721                 "psr",
6722                 "psr-18"
6723             ],
6724             "support": {
6725                 "source": "https://github.com/php-fig/http-client/tree/master"
6726             },
6727             "time": "2020-06-29T06:28:15+00:00"
6728         },
6729         {
6730             "name": "psr/http-factory",
6731             "version": "1.0.1",
6732             "source": {
6733                 "type": "git",
6734                 "url": "https://github.com/php-fig/http-factory.git",
6735                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
6736             },
6737             "dist": {
6738                 "type": "zip",
6739                 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6740                 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
6741                 "shasum": ""
6742             },
6743             "require": {
6744                 "php": ">=7.0.0",
6745                 "psr/http-message": "^1.0"
6746             },
6747             "type": "library",
6748             "extra": {
6749                 "branch-alias": {
6750                     "dev-master": "1.0.x-dev"
6751                 }
6752             },
6753             "autoload": {
6754                 "psr-4": {
6755                     "Psr\\Http\\Message\\": "src/"
6756                 }
6757             },
6758             "notification-url": "https://packagist.org/downloads/",
6759             "license": [
6760                 "MIT"
6761             ],
6762             "authors": [
6763                 {
6764                     "name": "PHP-FIG",
6765                     "homepage": "http://www.php-fig.org/"
6766                 }
6767             ],
6768             "description": "Common interfaces for PSR-7 HTTP message factories",
6769             "keywords": [
6770                 "factory",
6771                 "http",
6772                 "message",
6773                 "psr",
6774                 "psr-17",
6775                 "psr-7",
6776                 "request",
6777                 "response"
6778             ],
6779             "support": {
6780                 "source": "https://github.com/php-fig/http-factory/tree/master"
6781             },
6782             "time": "2019-04-30T12:38:16+00:00"
6783         },
6784         {
6785             "name": "psr/http-message",
6786             "version": "1.0.1",
6787             "source": {
6788                 "type": "git",
6789                 "url": "https://github.com/php-fig/http-message.git",
6790                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
6791             },
6792             "dist": {
6793                 "type": "zip",
6794                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
6795                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
6796                 "shasum": ""
6797             },
6798             "require": {
6799                 "php": ">=5.3.0"
6800             },
6801             "type": "library",
6802             "extra": {
6803                 "branch-alias": {
6804                     "dev-master": "1.0.x-dev"
6805                 }
6806             },
6807             "autoload": {
6808                 "psr-4": {
6809                     "Psr\\Http\\Message\\": "src/"
6810                 }
6811             },
6812             "notification-url": "https://packagist.org/downloads/",
6813             "license": [
6814                 "MIT"
6815             ],
6816             "authors": [
6817                 {
6818                     "name": "PHP-FIG",
6819                     "homepage": "http://www.php-fig.org/"
6820                 }
6821             ],
6822             "description": "Common interface for HTTP messages",
6823             "homepage": "https://github.com/php-fig/http-message",
6824             "keywords": [
6825                 "http",
6826                 "http-message",
6827                 "psr",
6828                 "psr-7",
6829                 "request",
6830                 "response"
6831             ],
6832             "support": {
6833                 "source": "https://github.com/php-fig/http-message/tree/master"
6834             },
6835             "time": "2016-08-06T14:39:51+00:00"
6836         },
6837         {
6838             "name": "psr/log",
6839             "version": "1.1.4",
6840             "source": {
6841                 "type": "git",
6842                 "url": "https://github.com/php-fig/log.git",
6843                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
6844             },
6845             "dist": {
6846                 "type": "zip",
6847                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
6848                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
6849                 "shasum": ""
6850             },
6851             "require": {
6852                 "php": ">=5.3.0"
6853             },
6854             "type": "library",
6855             "extra": {
6856                 "branch-alias": {
6857                     "dev-master": "1.1.x-dev"
6858                 }
6859             },
6860             "autoload": {
6861                 "psr-4": {
6862                     "Psr\\Log\\": "Psr/Log/"
6863                 }
6864             },
6865             "notification-url": "https://packagist.org/downloads/",
6866             "license": [
6867                 "MIT"
6868             ],
6869             "authors": [
6870                 {
6871                     "name": "PHP-FIG",
6872                     "homepage": "https://www.php-fig.org/"
6873                 }
6874             ],
6875             "description": "Common interface for logging libraries",
6876             "homepage": "https://github.com/php-fig/log",
6877             "keywords": [
6878                 "log",
6879                 "psr",
6880                 "psr-3"
6881             ],
6882             "support": {
6883                 "source": "https://github.com/php-fig/log/tree/1.1.4"
6884             },
6885             "time": "2021-05-03T11:20:27+00:00"
6886         },
6887         {
6888             "name": "psr/simple-cache",
6889             "version": "3.0.0",
6890             "source": {
6891                 "type": "git",
6892                 "url": "https://github.com/php-fig/simple-cache.git",
6893                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
6894             },
6895             "dist": {
6896                 "type": "zip",
6897                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
6898                 "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
6899                 "shasum": ""
6900             },
6901             "require": {
6902                 "php": ">=8.0.0"
6903             },
6904             "type": "library",
6905             "extra": {
6906                 "branch-alias": {
6907                     "dev-master": "3.0.x-dev"
6908                 }
6909             },
6910             "autoload": {
6911                 "psr-4": {
6912                     "Psr\\SimpleCache\\": "src/"
6913                 }
6914             },
6915             "notification-url": "https://packagist.org/downloads/",
6916             "license": [
6917                 "MIT"
6918             ],
6919             "authors": [
6920                 {
6921                     "name": "PHP-FIG",
6922                     "homepage": "https://www.php-fig.org/"
6923                 }
6924             ],
6925             "description": "Common interfaces for simple caching",
6926             "keywords": [
6927                 "cache",
6928                 "caching",
6929                 "psr",
6930                 "psr-16",
6931                 "simple-cache"
6932             ],
6933             "support": {
6934                 "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
6935             },
6936             "time": "2021-10-29T13:26:27+00:00"
6937         },
6938         {
6939             "name": "ralouphie/getallheaders",
6940             "version": "3.0.3",
6941             "source": {
6942                 "type": "git",
6943                 "url": "https://github.com/ralouphie/getallheaders.git",
6944                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
6945             },
6946             "dist": {
6947                 "type": "zip",
6948                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
6949                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
6950                 "shasum": ""
6951             },
6952             "require": {
6953                 "php": ">=5.6"
6954             },
6955             "require-dev": {
6956                 "php-coveralls/php-coveralls": "^2.1",
6957                 "phpunit/phpunit": "^5 || ^6.5"
6958             },
6959             "type": "library",
6960             "autoload": {
6961                 "files": [
6962                     "src/getallheaders.php"
6963                 ]
6964             },
6965             "notification-url": "https://packagist.org/downloads/",
6966             "license": [
6967                 "MIT"
6968             ],
6969             "authors": [
6970                 {
6971                     "name": "Ralph Khattar",
6972                     "email": "ralph.khattar@gmail.com"
6973                 }
6974             ],
6975             "description": "A polyfill for getallheaders.",
6976             "support": {
6977                 "issues": "https://github.com/ralouphie/getallheaders/issues",
6978                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
6979             },
6980             "time": "2019-03-08T08:55:37+00:00"
6981         },
6982         {
6983             "name": "ramsey/collection",
6984             "version": "1.2.2",
6985             "source": {
6986                 "type": "git",
6987                 "url": "https://github.com/ramsey/collection.git",
6988                 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
6989             },
6990             "dist": {
6991                 "type": "zip",
6992                 "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
6993                 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
6994                 "shasum": ""
6995             },
6996             "require": {
6997                 "php": "^7.3 || ^8",
6998                 "symfony/polyfill-php81": "^1.23"
6999             },
7000             "require-dev": {
7001                 "captainhook/captainhook": "^5.3",
7002                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
7003                 "ergebnis/composer-normalize": "^2.6",
7004                 "fakerphp/faker": "^1.5",
7005                 "hamcrest/hamcrest-php": "^2",
7006                 "jangregor/phpstan-prophecy": "^0.8",
7007                 "mockery/mockery": "^1.3",
7008                 "phpspec/prophecy-phpunit": "^2.0",
7009                 "phpstan/extension-installer": "^1",
7010                 "phpstan/phpstan": "^0.12.32",
7011                 "phpstan/phpstan-mockery": "^0.12.5",
7012                 "phpstan/phpstan-phpunit": "^0.12.11",
7013                 "phpunit/phpunit": "^8.5 || ^9",
7014                 "psy/psysh": "^0.10.4",
7015                 "slevomat/coding-standard": "^6.3",
7016                 "squizlabs/php_codesniffer": "^3.5",
7017                 "vimeo/psalm": "^4.4"
7018             },
7019             "type": "library",
7020             "autoload": {
7021                 "psr-4": {
7022                     "Ramsey\\Collection\\": "src/"
7023                 }
7024             },
7025             "notification-url": "https://packagist.org/downloads/",
7026             "license": [
7027                 "MIT"
7028             ],
7029             "authors": [
7030                 {
7031                     "name": "Ben Ramsey",
7032                     "email": "ben@benramsey.com",
7033                     "homepage": "https://benramsey.com"
7034                 }
7035             ],
7036             "description": "A PHP library for representing and manipulating collections.",
7037             "keywords": [
7038                 "array",
7039                 "collection",
7040                 "hash",
7041                 "map",
7042                 "queue",
7043                 "set"
7044             ],
7045             "support": {
7046                 "issues": "https://github.com/ramsey/collection/issues",
7047                 "source": "https://github.com/ramsey/collection/tree/1.2.2"
7048             },
7049             "funding": [
7050                 {
7051                     "url": "https://github.com/ramsey",
7052                     "type": "github"
7053                 },
7054                 {
7055                     "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
7056                     "type": "tidelift"
7057                 }
7058             ],
7059             "time": "2021-10-10T03:01:02+00:00"
7060         },
7061         {
7062             "name": "ramsey/uuid",
7063             "version": "4.6.0",
7064             "source": {
7065                 "type": "git",
7066                 "url": "https://github.com/ramsey/uuid.git",
7067                 "reference": "ad63bc700e7d021039e30ce464eba384c4a1d40f"
7068             },
7069             "dist": {
7070                 "type": "zip",
7071                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/ad63bc700e7d021039e30ce464eba384c4a1d40f",
7072                 "reference": "ad63bc700e7d021039e30ce464eba384c4a1d40f",
7073                 "shasum": ""
7074             },
7075             "require": {
7076                 "brick/math": "^0.8.8 || ^0.9 || ^0.10",
7077                 "ext-json": "*",
7078                 "php": "^8.0",
7079                 "ramsey/collection": "^1.0"
7080             },
7081             "replace": {
7082                 "rhumsaa/uuid": "self.version"
7083             },
7084             "require-dev": {
7085                 "captainhook/captainhook": "^5.10",
7086                 "captainhook/plugin-composer": "^5.3",
7087                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
7088                 "doctrine/annotations": "^1.8",
7089                 "ergebnis/composer-normalize": "^2.15",
7090                 "mockery/mockery": "^1.3",
7091                 "paragonie/random-lib": "^2",
7092                 "php-mock/php-mock": "^2.2",
7093                 "php-mock/php-mock-mockery": "^1.3",
7094                 "php-parallel-lint/php-parallel-lint": "^1.1",
7095                 "phpbench/phpbench": "^1.0",
7096                 "phpstan/extension-installer": "^1.1",
7097                 "phpstan/phpstan": "^1.8",
7098                 "phpstan/phpstan-mockery": "^1.1",
7099                 "phpstan/phpstan-phpunit": "^1.1",
7100                 "phpunit/phpunit": "^8.5 || ^9",
7101                 "ramsey/composer-repl": "^1.4",
7102                 "slevomat/coding-standard": "^8.4",
7103                 "squizlabs/php_codesniffer": "^3.5",
7104                 "vimeo/psalm": "^4.9"
7105             },
7106             "suggest": {
7107                 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
7108                 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
7109                 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
7110                 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
7111                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
7112             },
7113             "type": "library",
7114             "extra": {
7115                 "captainhook": {
7116                     "force-install": true
7117                 }
7118             },
7119             "autoload": {
7120                 "files": [
7121                     "src/functions.php"
7122                 ],
7123                 "psr-4": {
7124                     "Ramsey\\Uuid\\": "src/"
7125                 }
7126             },
7127             "notification-url": "https://packagist.org/downloads/",
7128             "license": [
7129                 "MIT"
7130             ],
7131             "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
7132             "keywords": [
7133                 "guid",
7134                 "identifier",
7135                 "uuid"
7136             ],
7137             "support": {
7138                 "issues": "https://github.com/ramsey/uuid/issues",
7139                 "source": "https://github.com/ramsey/uuid/tree/4.6.0"
7140             },
7141             "funding": [
7142                 {
7143                     "url": "https://github.com/ramsey",
7144                     "type": "github"
7145                 },
7146                 {
7147                     "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
7148                     "type": "tidelift"
7149                 }
7150             ],
7151             "time": "2022-11-05T23:03:38+00:00"
7152         },
7153         {
7154             "name": "robthree/twofactorauth",
7155             "version": "1.8.2",
7156             "source": {
7157                 "type": "git",
7158                 "url": "https://github.com/RobThree/TwoFactorAuth.git",
7159                 "reference": "65681de5a324eae05140ac58b08648a60212afc0"
7160             },
7161             "dist": {
7162                 "type": "zip",
7163                 "url": "https://api.github.com/repos/RobThree/TwoFactorAuth/zipball/65681de5a324eae05140ac58b08648a60212afc0",
7164                 "reference": "65681de5a324eae05140ac58b08648a60212afc0",
7165                 "shasum": ""
7166             },
7167             "require": {
7168                 "php": ">=5.6.0"
7169             },
7170             "require-dev": {
7171                 "php-parallel-lint/php-parallel-lint": "^1.2",
7172                 "phpunit/phpunit": "@stable"
7173             },
7174             "suggest": {
7175                 "bacon/bacon-qr-code": "Needed for BaconQrCodeProvider provider",
7176                 "endroid/qr-code": "Needed for EndroidQrCodeProvider"
7177             },
7178             "type": "library",
7179             "autoload": {
7180                 "psr-4": {
7181                     "RobThree\\Auth\\": "lib"
7182                 }
7183             },
7184             "notification-url": "https://packagist.org/downloads/",
7185             "license": [
7186                 "MIT"
7187             ],
7188             "authors": [
7189                 {
7190                     "name": "Rob Janssen",
7191                     "homepage": "http://robiii.me",
7192                     "role": "Developer"
7193                 }
7194             ],
7195             "description": "Two Factor Authentication",
7196             "homepage": "https://github.com/RobThree/TwoFactorAuth",
7197             "keywords": [
7198                 "Authentication",
7199                 "MFA",
7200                 "Multi Factor Authentication",
7201                 "Two Factor Authentication",
7202                 "authenticator",
7203                 "authy",
7204                 "php",
7205                 "tfa"
7206             ],
7207             "support": {
7208                 "issues": "https://github.com/RobThree/TwoFactorAuth/issues",
7209                 "source": "https://github.com/RobThree/TwoFactorAuth"
7210             },
7211             "funding": [
7212                 {
7213                     "url": "https://paypal.me/robiii",
7214                     "type": "custom"
7215                 },
7216                 {
7217                     "url": "https://github.com/RobThree",
7218                     "type": "github"
7219                 }
7220             ],
7221             "time": "2022-03-22T16:11:07+00:00"
7222         },
7223         {
7224             "name": "rospdf/pdf-php",
7225             "version": "0.12.65",
7226             "source": {
7227                 "type": "git",
7228                 "url": "https://github.com/rospdf/pdf-php.git",
7229                 "reference": "d9d468977260538ca999cbf561cae690d8330c4b"
7230             },
7231             "dist": {
7232                 "type": "zip",
7233                 "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/d9d468977260538ca999cbf561cae690d8330c4b",
7234                 "reference": "d9d468977260538ca999cbf561cae690d8330c4b",
7235                 "shasum": ""
7236             },
7237             "require": {
7238                 "php": ">=5.6.0"
7239             },
7240             "require-dev": {
7241                 "phpcompatibility/php-compatibility": "^9.3",
7242                 "phpunit/phpunit": "^9.5",
7243                 "squizlabs/php_codesniffer": "^3.7"
7244             },
7245             "type": "library",
7246             "extra": {
7247                 "branch-alias": {
7248                     "dev-experimental": "0.13.x-dev",
7249                     "dev-master": "0.12.x-dev"
7250                 }
7251             },
7252             "autoload": {
7253                 "files": [
7254                     "src/Cpdf.php",
7255                     "src/Cezpdf.php"
7256                 ]
7257             },
7258             "notification-url": "https://packagist.org/downloads/",
7259             "license": [
7260                 "MIT"
7261             ],
7262             "authors": [
7263                 {
7264                     "name": "Ole Koeckemann",
7265                     "email": "ole.k@web.de",
7266                     "role": "Project Head / Developer"
7267                 },
7268                 {
7269                     "name": "Lars Olesen",
7270                     "email": "lars@intraface.dk",
7271                     "role": "Developer"
7272                 },
7273                 {
7274                     "name": "Sune Jensen",
7275                     "email": "sj@sunet.dk",
7276                     "role": "Developer"
7277                 },
7278                 {
7279                     "name": "Nicola Asuni",
7280                     "email": "info@tecnick.com",
7281                     "role": "Developer"
7282                 },
7283                 {
7284                     "name": "Wayne Munro",
7285                     "email": "pdf@ros.co.nz",
7286                     "role": "Founder / Inactive"
7287                 }
7288             ],
7289             "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
7290             "homepage": "https://github.com/rospdf/pdf-php",
7291             "support": {
7292                 "issues": "https://github.com/rospdf/pdf-php/issues",
7293                 "source": "https://github.com/rospdf/pdf-php/tree/0.12.65"
7294             },
7295             "time": "2022-11-16T17:07:58+00:00"
7296         },
7297         {
7298             "name": "sabberworm/php-css-parser",
7299             "version": "8.4.0",
7300             "source": {
7301                 "type": "git",
7302                 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
7303                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
7304             },
7305             "dist": {
7306                 "type": "zip",
7307                 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
7308                 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
7309                 "shasum": ""
7310             },
7311             "require": {
7312                 "ext-iconv": "*",
7313                 "php": ">=5.6.20"
7314             },
7315             "require-dev": {
7316                 "codacy/coverage": "^1.4",
7317                 "phpunit/phpunit": "^4.8.36"
7318             },
7319             "suggest": {
7320                 "ext-mbstring": "for parsing UTF-8 CSS"
7321             },
7322             "type": "library",
7323             "autoload": {
7324                 "psr-4": {
7325                     "Sabberworm\\CSS\\": "src/"
7326                 }
7327             },
7328             "notification-url": "https://packagist.org/downloads/",
7329             "license": [
7330                 "MIT"
7331             ],
7332             "authors": [
7333                 {
7334                     "name": "Raphael Schweikert"
7335                 }
7336             ],
7337             "description": "Parser for CSS Files written in PHP",
7338             "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
7339             "keywords": [
7340                 "css",
7341                 "parser",
7342                 "stylesheet"
7343             ],
7344             "support": {
7345                 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
7346                 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
7347             },
7348             "time": "2021-12-11T13:40:54+00:00"
7349         },
7350         {
7351             "name": "setasign/fpdi",
7352             "version": "v2.3.6",
7353             "source": {
7354                 "type": "git",
7355                 "url": "https://github.com/Setasign/FPDI.git",
7356                 "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31"
7357             },
7358             "dist": {
7359                 "type": "zip",
7360                 "url": "https://api.github.com/repos/Setasign/FPDI/zipball/6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
7361                 "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31",
7362                 "shasum": ""
7363             },
7364             "require": {
7365                 "ext-zlib": "*",
7366                 "php": "^5.6 || ^7.0 || ^8.0"
7367             },
7368             "conflict": {
7369                 "setasign/tfpdf": "<1.31"
7370             },
7371             "require-dev": {
7372                 "phpunit/phpunit": "~5.7",
7373                 "setasign/fpdf": "~1.8",
7374                 "setasign/tfpdf": "1.31",
7375                 "squizlabs/php_codesniffer": "^3.5",
7376                 "tecnickcom/tcpdf": "~6.2"
7377             },
7378             "suggest": {
7379                 "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."
7380             },
7381             "type": "library",
7382             "autoload": {
7383                 "psr-4": {
7384                     "setasign\\Fpdi\\": "src/"
7385                 }
7386             },
7387             "notification-url": "https://packagist.org/downloads/",
7388             "license": [
7389                 "MIT"
7390             ],
7391             "authors": [
7392                 {
7393                     "name": "Jan Slabon",
7394                     "email": "jan.slabon@setasign.com",
7395                     "homepage": "https://www.setasign.com"
7396                 },
7397                 {
7398                     "name": "Maximilian Kresse",
7399                     "email": "maximilian.kresse@setasign.com",
7400                     "homepage": "https://www.setasign.com"
7401                 }
7402             ],
7403             "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.",
7404             "homepage": "https://www.setasign.com/fpdi",
7405             "keywords": [
7406                 "fpdf",
7407                 "fpdi",
7408                 "pdf"
7409             ],
7410             "support": {
7411                 "issues": "https://github.com/Setasign/FPDI/issues",
7412                 "source": "https://github.com/Setasign/FPDI/tree/v2.3.6"
7413             },
7414             "funding": [
7415                 {
7416                     "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
7417                     "type": "tidelift"
7418                 }
7419             ],
7420             "time": "2021-02-11T11:37:01+00:00"
7421         },
7422         {
7423             "name": "smarty/smarty",
7424             "version": "v4.3.0",
7425             "source": {
7426                 "type": "git",
7427                 "url": "https://github.com/smarty-php/smarty.git",
7428                 "reference": "c02e9e135ea719b91f457a0072748ded0e852e7d"
7429             },
7430             "dist": {
7431                 "type": "zip",
7432                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/c02e9e135ea719b91f457a0072748ded0e852e7d",
7433                 "reference": "c02e9e135ea719b91f457a0072748ded0e852e7d",
7434                 "shasum": ""
7435             },
7436             "require": {
7437                 "php": "^7.1 || ^8.0"
7438             },
7439             "require-dev": {
7440                 "phpunit/phpunit": "^8.5 || ^7.5",
7441                 "smarty/smarty-lexer": "^3.1"
7442             },
7443             "type": "library",
7444             "extra": {
7445                 "branch-alias": {
7446                     "dev-master": "4.0.x-dev"
7447                 }
7448             },
7449             "autoload": {
7450                 "classmap": [
7451                     "libs/"
7452                 ]
7453             },
7454             "notification-url": "https://packagist.org/downloads/",
7455             "license": [
7456                 "LGPL-3.0"
7457             ],
7458             "authors": [
7459                 {
7460                     "name": "Monte Ohrt",
7461                     "email": "monte@ohrt.com"
7462                 },
7463                 {
7464                     "name": "Uwe Tews",
7465                     "email": "uwe.tews@googlemail.com"
7466                 },
7467                 {
7468                     "name": "Rodney Rehm",
7469                     "email": "rodney.rehm@medialize.de"
7470                 },
7471                 {
7472                     "name": "Simon Wisselink",
7473                     "homepage": "https://www.iwink.nl/"
7474                 }
7475             ],
7476             "description": "Smarty - the compiling PHP template engine",
7477             "homepage": "https://smarty-php.github.io/smarty/",
7478             "keywords": [
7479                 "templating"
7480             ],
7481             "support": {
7482                 "forum": "https://github.com/smarty-php/smarty/discussions",
7483                 "issues": "https://github.com/smarty-php/smarty/issues",
7484                 "source": "https://github.com/smarty-php/smarty/tree/v4.3.0"
7485             },
7486             "time": "2022-11-22T21:47:32+00:00"
7487         },
7488         {
7489             "name": "stella-maris/clock",
7490             "version": "0.1.7",
7491             "source": {
7492                 "type": "git",
7493                 "url": "https://github.com/stella-maris-solutions/clock.git",
7494                 "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8"
7495             },
7496             "dist": {
7497                 "type": "zip",
7498                 "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8",
7499                 "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8",
7500                 "shasum": ""
7501             },
7502             "require": {
7503                 "php": "^7.0|^8.0",
7504                 "psr/clock": "^1.0"
7505             },
7506             "type": "library",
7507             "autoload": {
7508                 "psr-4": {
7509                     "StellaMaris\\Clock\\": "src"
7510                 }
7511             },
7512             "notification-url": "https://packagist.org/downloads/",
7513             "license": [
7514                 "MIT"
7515             ],
7516             "authors": [
7517                 {
7518                     "name": "Andreas Heigl",
7519                     "role": "Maintainer"
7520                 }
7521             ],
7522             "description": "A pre-release of the proposed PSR-20 Clock-Interface",
7523             "homepage": "https://gitlab.com/stella-maris/clock",
7524             "keywords": [
7525                 "clock",
7526                 "datetime",
7527                 "point in time",
7528                 "psr20"
7529             ],
7530             "support": {
7531                 "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7"
7532             },
7533             "time": "2022-11-25T16:15:06+00:00"
7534         },
7535         {
7536             "name": "steverhoades/oauth2-openid-connect-server",
7537             "version": "v2.4.0",
7538             "source": {
7539                 "type": "git",
7540                 "url": "https://github.com/steverhoades/oauth2-openid-connect-server.git",
7541                 "reference": "5f8f0246c1507dcc4d9dbcad32d651fe276c4409"
7542             },
7543             "dist": {
7544                 "type": "zip",
7545                 "url": "https://api.github.com/repos/steverhoades/oauth2-openid-connect-server/zipball/5f8f0246c1507dcc4d9dbcad32d651fe276c4409",
7546                 "reference": "5f8f0246c1507dcc4d9dbcad32d651fe276c4409",
7547                 "shasum": ""
7548             },
7549             "require": {
7550                 "lcobucci/jwt": "4.1.5",
7551                 "league/oauth2-server": "^5.1|^6.0|^7.0|^8.0"
7552             },
7553             "require-dev": {
7554                 "laminas/laminas-diactoros": "^1.3.2",
7555                 "phpunit/phpunit": "^5.0|^9.5"
7556             },
7557             "type": "library",
7558             "autoload": {
7559                 "psr-4": {
7560                     "OpenIDConnectServer\\": "src/"
7561                 }
7562             },
7563             "notification-url": "https://packagist.org/downloads/",
7564             "license": [
7565                 "MIT"
7566             ],
7567             "authors": [
7568                 {
7569                     "name": "Steve Rhoades",
7570                     "email": "sedonami@gmail.com"
7571                 }
7572             ],
7573             "description": "An OpenID Connect Server that sites on The PHP League's OAuth2 Server",
7574             "support": {
7575                 "issues": "https://github.com/steverhoades/oauth2-openid-connect-server/issues",
7576                 "source": "https://github.com/steverhoades/oauth2-openid-connect-server/tree/v2.4.0"
7577             },
7578             "time": "2021-10-28T13:38:28+00:00"
7579         },
7580         {
7581             "name": "stripe/stripe-php",
7582             "version": "v7.128.0",
7583             "source": {
7584                 "type": "git",
7585                 "url": "https://github.com/stripe/stripe-php.git",
7586                 "reference": "c704949c49b72985c76cc61063aa26fefbd2724e"
7587             },
7588             "dist": {
7589                 "type": "zip",
7590                 "url": "https://api.github.com/repos/stripe/stripe-php/zipball/c704949c49b72985c76cc61063aa26fefbd2724e",
7591                 "reference": "c704949c49b72985c76cc61063aa26fefbd2724e",
7592                 "shasum": ""
7593             },
7594             "require": {
7595                 "ext-curl": "*",
7596                 "ext-json": "*",
7597                 "ext-mbstring": "*",
7598                 "php": ">=5.6.0"
7599             },
7600             "require-dev": {
7601                 "friendsofphp/php-cs-fixer": "3.5.0",
7602                 "phpstan/phpstan": "^1.2",
7603                 "phpunit/phpunit": "^5.7 || ^9.0",
7604                 "squizlabs/php_codesniffer": "^3.3"
7605             },
7606             "type": "library",
7607             "extra": {
7608                 "branch-alias": {
7609                     "dev-master": "2.0-dev"
7610                 }
7611             },
7612             "autoload": {
7613                 "psr-4": {
7614                     "Stripe\\": "lib/"
7615                 }
7616             },
7617             "notification-url": "https://packagist.org/downloads/",
7618             "license": [
7619                 "MIT"
7620             ],
7621             "authors": [
7622                 {
7623                     "name": "Stripe and contributors",
7624                     "homepage": "https://github.com/stripe/stripe-php/contributors"
7625                 }
7626             ],
7627             "description": "Stripe PHP Library",
7628             "homepage": "https://stripe.com/",
7629             "keywords": [
7630                 "api",
7631                 "payment processing",
7632                 "stripe"
7633             ],
7634             "support": {
7635                 "issues": "https://github.com/stripe/stripe-php/issues",
7636                 "source": "https://github.com/stripe/stripe-php/tree/v7.128.0"
7637             },
7638             "time": "2022-05-05T17:18:02+00:00"
7639         },
7640         {
7641             "name": "symfony/config",
7642             "version": "v5.4.11",
7643             "source": {
7644                 "type": "git",
7645                 "url": "https://github.com/symfony/config.git",
7646                 "reference": "ec79e03125c1d2477e43dde8528535d90cc78379"
7647             },
7648             "dist": {
7649                 "type": "zip",
7650                 "url": "https://api.github.com/repos/symfony/config/zipball/ec79e03125c1d2477e43dde8528535d90cc78379",
7651                 "reference": "ec79e03125c1d2477e43dde8528535d90cc78379",
7652                 "shasum": ""
7653             },
7654             "require": {
7655                 "php": ">=7.2.5",
7656                 "symfony/deprecation-contracts": "^2.1|^3",
7657                 "symfony/filesystem": "^4.4|^5.0|^6.0",
7658                 "symfony/polyfill-ctype": "~1.8",
7659                 "symfony/polyfill-php80": "^1.16",
7660                 "symfony/polyfill-php81": "^1.22"
7661             },
7662             "conflict": {
7663                 "symfony/finder": "<4.4"
7664             },
7665             "require-dev": {
7666                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
7667                 "symfony/finder": "^4.4|^5.0|^6.0",
7668                 "symfony/messenger": "^4.4|^5.0|^6.0",
7669                 "symfony/service-contracts": "^1.1|^2|^3",
7670                 "symfony/yaml": "^4.4|^5.0|^6.0"
7671             },
7672             "suggest": {
7673                 "symfony/yaml": "To use the yaml reference dumper"
7674             },
7675             "type": "library",
7676             "autoload": {
7677                 "psr-4": {
7678                     "Symfony\\Component\\Config\\": ""
7679                 },
7680                 "exclude-from-classmap": [
7681                     "/Tests/"
7682                 ]
7683             },
7684             "notification-url": "https://packagist.org/downloads/",
7685             "license": [
7686                 "MIT"
7687             ],
7688             "authors": [
7689                 {
7690                     "name": "Fabien Potencier",
7691                     "email": "fabien@symfony.com"
7692                 },
7693                 {
7694                     "name": "Symfony Community",
7695                     "homepage": "https://symfony.com/contributors"
7696                 }
7697             ],
7698             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
7699             "homepage": "https://symfony.com",
7700             "support": {
7701                 "source": "https://github.com/symfony/config/tree/v5.4.11"
7702             },
7703             "funding": [
7704                 {
7705                     "url": "https://symfony.com/sponsor",
7706                     "type": "custom"
7707                 },
7708                 {
7709                     "url": "https://github.com/fabpot",
7710                     "type": "github"
7711                 },
7712                 {
7713                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7714                     "type": "tidelift"
7715                 }
7716             ],
7717             "time": "2022-07-20T13:00:38+00:00"
7718         },
7719         {
7720             "name": "symfony/console",
7721             "version": "v5.4.16",
7722             "source": {
7723                 "type": "git",
7724                 "url": "https://github.com/symfony/console.git",
7725                 "reference": "8e9b9c8dfb33af6057c94e1b44846bee700dc5ef"
7726             },
7727             "dist": {
7728                 "type": "zip",
7729                 "url": "https://api.github.com/repos/symfony/console/zipball/8e9b9c8dfb33af6057c94e1b44846bee700dc5ef",
7730                 "reference": "8e9b9c8dfb33af6057c94e1b44846bee700dc5ef",
7731                 "shasum": ""
7732             },
7733             "require": {
7734                 "php": ">=7.2.5",
7735                 "symfony/deprecation-contracts": "^2.1|^3",
7736                 "symfony/polyfill-mbstring": "~1.0",
7737                 "symfony/polyfill-php73": "^1.9",
7738                 "symfony/polyfill-php80": "^1.16",
7739                 "symfony/service-contracts": "^1.1|^2|^3",
7740                 "symfony/string": "^5.1|^6.0"
7741             },
7742             "conflict": {
7743                 "psr/log": ">=3",
7744                 "symfony/dependency-injection": "<4.4",
7745                 "symfony/dotenv": "<5.1",
7746                 "symfony/event-dispatcher": "<4.4",
7747                 "symfony/lock": "<4.4",
7748                 "symfony/process": "<4.4"
7749             },
7750             "provide": {
7751                 "psr/log-implementation": "1.0|2.0"
7752             },
7753             "require-dev": {
7754                 "psr/log": "^1|^2",
7755                 "symfony/config": "^4.4|^5.0|^6.0",
7756                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
7757                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
7758                 "symfony/lock": "^4.4|^5.0|^6.0",
7759                 "symfony/process": "^4.4|^5.0|^6.0",
7760                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
7761             },
7762             "suggest": {
7763                 "psr/log": "For using the console logger",
7764                 "symfony/event-dispatcher": "",
7765                 "symfony/lock": "",
7766                 "symfony/process": ""
7767             },
7768             "type": "library",
7769             "autoload": {
7770                 "psr-4": {
7771                     "Symfony\\Component\\Console\\": ""
7772                 },
7773                 "exclude-from-classmap": [
7774                     "/Tests/"
7775                 ]
7776             },
7777             "notification-url": "https://packagist.org/downloads/",
7778             "license": [
7779                 "MIT"
7780             ],
7781             "authors": [
7782                 {
7783                     "name": "Fabien Potencier",
7784                     "email": "fabien@symfony.com"
7785                 },
7786                 {
7787                     "name": "Symfony Community",
7788                     "homepage": "https://symfony.com/contributors"
7789                 }
7790             ],
7791             "description": "Eases the creation of beautiful and testable command line interfaces",
7792             "homepage": "https://symfony.com",
7793             "keywords": [
7794                 "cli",
7795                 "command line",
7796                 "console",
7797                 "terminal"
7798             ],
7799             "support": {
7800                 "source": "https://github.com/symfony/console/tree/v5.4.16"
7801             },
7802             "funding": [
7803                 {
7804                     "url": "https://symfony.com/sponsor",
7805                     "type": "custom"
7806                 },
7807                 {
7808                     "url": "https://github.com/fabpot",
7809                     "type": "github"
7810                 },
7811                 {
7812                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7813                     "type": "tidelift"
7814                 }
7815             ],
7816             "time": "2022-11-25T14:09:27+00:00"
7817         },
7818         {
7819             "name": "symfony/dependency-injection",
7820             "version": "v5.4.16",
7821             "source": {
7822                 "type": "git",
7823                 "url": "https://github.com/symfony/dependency-injection.git",
7824                 "reference": "a93e1863500940780fc1235f52d54397be2d14b3"
7825             },
7826             "dist": {
7827                 "type": "zip",
7828                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a93e1863500940780fc1235f52d54397be2d14b3",
7829                 "reference": "a93e1863500940780fc1235f52d54397be2d14b3",
7830                 "shasum": ""
7831             },
7832             "require": {
7833                 "php": ">=7.2.5",
7834                 "psr/container": "^1.1.1",
7835                 "symfony/deprecation-contracts": "^2.1|^3",
7836                 "symfony/polyfill-php80": "^1.16",
7837                 "symfony/polyfill-php81": "^1.22",
7838                 "symfony/service-contracts": "^1.1.6|^2"
7839             },
7840             "conflict": {
7841                 "ext-psr": "<1.1|>=2",
7842                 "symfony/config": "<5.3",
7843                 "symfony/finder": "<4.4",
7844                 "symfony/proxy-manager-bridge": "<4.4",
7845                 "symfony/yaml": "<4.4.26"
7846             },
7847             "provide": {
7848                 "psr/container-implementation": "1.0",
7849                 "symfony/service-implementation": "1.0|2.0"
7850             },
7851             "require-dev": {
7852                 "symfony/config": "^5.3|^6.0",
7853                 "symfony/expression-language": "^4.4|^5.0|^6.0",
7854                 "symfony/yaml": "^4.4.26|^5.0|^6.0"
7855             },
7856             "suggest": {
7857                 "symfony/config": "",
7858                 "symfony/expression-language": "For using expressions in service container configuration",
7859                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
7860                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
7861                 "symfony/yaml": ""
7862             },
7863             "type": "library",
7864             "autoload": {
7865                 "psr-4": {
7866                     "Symfony\\Component\\DependencyInjection\\": ""
7867                 },
7868                 "exclude-from-classmap": [
7869                     "/Tests/"
7870                 ]
7871             },
7872             "notification-url": "https://packagist.org/downloads/",
7873             "license": [
7874                 "MIT"
7875             ],
7876             "authors": [
7877                 {
7878                     "name": "Fabien Potencier",
7879                     "email": "fabien@symfony.com"
7880                 },
7881                 {
7882                     "name": "Symfony Community",
7883                     "homepage": "https://symfony.com/contributors"
7884                 }
7885             ],
7886             "description": "Allows you to standardize and centralize the way objects are constructed in your application",
7887             "homepage": "https://symfony.com",
7888             "support": {
7889                 "source": "https://github.com/symfony/dependency-injection/tree/v5.4.16"
7890             },
7891             "funding": [
7892                 {
7893                     "url": "https://symfony.com/sponsor",
7894                     "type": "custom"
7895                 },
7896                 {
7897                     "url": "https://github.com/fabpot",
7898                     "type": "github"
7899                 },
7900                 {
7901                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7902                     "type": "tidelift"
7903                 }
7904             ],
7905             "time": "2022-11-25T07:33:13+00:00"
7906         },
7907         {
7908             "name": "symfony/deprecation-contracts",
7909             "version": "v2.5.2",
7910             "source": {
7911                 "type": "git",
7912                 "url": "https://github.com/symfony/deprecation-contracts.git",
7913                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
7914             },
7915             "dist": {
7916                 "type": "zip",
7917                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
7918                 "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
7919                 "shasum": ""
7920             },
7921             "require": {
7922                 "php": ">=7.1"
7923             },
7924             "type": "library",
7925             "extra": {
7926                 "branch-alias": {
7927                     "dev-main": "2.5-dev"
7928                 },
7929                 "thanks": {
7930                     "name": "symfony/contracts",
7931                     "url": "https://github.com/symfony/contracts"
7932                 }
7933             },
7934             "autoload": {
7935                 "files": [
7936                     "function.php"
7937                 ]
7938             },
7939             "notification-url": "https://packagist.org/downloads/",
7940             "license": [
7941                 "MIT"
7942             ],
7943             "authors": [
7944                 {
7945                     "name": "Nicolas Grekas",
7946                     "email": "p@tchwork.com"
7947                 },
7948                 {
7949                     "name": "Symfony Community",
7950                     "homepage": "https://symfony.com/contributors"
7951                 }
7952             ],
7953             "description": "A generic function and convention to trigger deprecation notices",
7954             "homepage": "https://symfony.com",
7955             "support": {
7956                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
7957             },
7958             "funding": [
7959                 {
7960                     "url": "https://symfony.com/sponsor",
7961                     "type": "custom"
7962                 },
7963                 {
7964                     "url": "https://github.com/fabpot",
7965                     "type": "github"
7966                 },
7967                 {
7968                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7969                     "type": "tidelift"
7970                 }
7971             ],
7972             "time": "2022-01-02T09:53:40+00:00"
7973         },
7974         {
7975             "name": "symfony/event-dispatcher",
7976             "version": "v5.4.9",
7977             "source": {
7978                 "type": "git",
7979                 "url": "https://github.com/symfony/event-dispatcher.git",
7980                 "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc"
7981             },
7982             "dist": {
7983                 "type": "zip",
7984                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
7985                 "reference": "8e6ce1cc0279e3ff3c8ff0f43813bc88d21ca1bc",
7986                 "shasum": ""
7987             },
7988             "require": {
7989                 "php": ">=7.2.5",
7990                 "symfony/deprecation-contracts": "^2.1|^3",
7991                 "symfony/event-dispatcher-contracts": "^2|^3",
7992                 "symfony/polyfill-php80": "^1.16"
7993             },
7994             "conflict": {
7995                 "symfony/dependency-injection": "<4.4"
7996             },
7997             "provide": {
7998                 "psr/event-dispatcher-implementation": "1.0",
7999                 "symfony/event-dispatcher-implementation": "2.0"
8000             },
8001             "require-dev": {
8002                 "psr/log": "^1|^2|^3",
8003                 "symfony/config": "^4.4|^5.0|^6.0",
8004                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
8005                 "symfony/error-handler": "^4.4|^5.0|^6.0",
8006                 "symfony/expression-language": "^4.4|^5.0|^6.0",
8007                 "symfony/http-foundation": "^4.4|^5.0|^6.0",
8008                 "symfony/service-contracts": "^1.1|^2|^3",
8009                 "symfony/stopwatch": "^4.4|^5.0|^6.0"
8010             },
8011             "suggest": {
8012                 "symfony/dependency-injection": "",
8013                 "symfony/http-kernel": ""
8014             },
8015             "type": "library",
8016             "autoload": {
8017                 "psr-4": {
8018                     "Symfony\\Component\\EventDispatcher\\": ""
8019                 },
8020                 "exclude-from-classmap": [
8021                     "/Tests/"
8022                 ]
8023             },
8024             "notification-url": "https://packagist.org/downloads/",
8025             "license": [
8026                 "MIT"
8027             ],
8028             "authors": [
8029                 {
8030                     "name": "Fabien Potencier",
8031                     "email": "fabien@symfony.com"
8032                 },
8033                 {
8034                     "name": "Symfony Community",
8035                     "homepage": "https://symfony.com/contributors"
8036                 }
8037             ],
8038             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
8039             "homepage": "https://symfony.com",
8040             "support": {
8041                 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.9"
8042             },
8043             "funding": [
8044                 {
8045                     "url": "https://symfony.com/sponsor",
8046                     "type": "custom"
8047                 },
8048                 {
8049                     "url": "https://github.com/fabpot",
8050                     "type": "github"
8051                 },
8052                 {
8053                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8054                     "type": "tidelift"
8055                 }
8056             ],
8057             "time": "2022-05-05T16:45:39+00:00"
8058         },
8059         {
8060             "name": "symfony/event-dispatcher-contracts",
8061             "version": "v2.5.2",
8062             "source": {
8063                 "type": "git",
8064                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
8065                 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
8066             },
8067             "dist": {
8068                 "type": "zip",
8069                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
8070                 "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
8071                 "shasum": ""
8072             },
8073             "require": {
8074                 "php": ">=7.2.5",
8075                 "psr/event-dispatcher": "^1"
8076             },
8077             "suggest": {
8078                 "symfony/event-dispatcher-implementation": ""
8079             },
8080             "type": "library",
8081             "extra": {
8082                 "branch-alias": {
8083                     "dev-main": "2.5-dev"
8084                 },
8085                 "thanks": {
8086                     "name": "symfony/contracts",
8087                     "url": "https://github.com/symfony/contracts"
8088                 }
8089             },
8090             "autoload": {
8091                 "psr-4": {
8092                     "Symfony\\Contracts\\EventDispatcher\\": ""
8093                 }
8094             },
8095             "notification-url": "https://packagist.org/downloads/",
8096             "license": [
8097                 "MIT"
8098             ],
8099             "authors": [
8100                 {
8101                     "name": "Nicolas Grekas",
8102                     "email": "p@tchwork.com"
8103                 },
8104                 {
8105                     "name": "Symfony Community",
8106                     "homepage": "https://symfony.com/contributors"
8107                 }
8108             ],
8109             "description": "Generic abstractions related to dispatching event",
8110             "homepage": "https://symfony.com",
8111             "keywords": [
8112                 "abstractions",
8113                 "contracts",
8114                 "decoupling",
8115                 "interfaces",
8116                 "interoperability",
8117                 "standards"
8118             ],
8119             "support": {
8120                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.2"
8121             },
8122             "funding": [
8123                 {
8124                     "url": "https://symfony.com/sponsor",
8125                     "type": "custom"
8126                 },
8127                 {
8128                     "url": "https://github.com/fabpot",
8129                     "type": "github"
8130                 },
8131                 {
8132                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8133                     "type": "tidelift"
8134                 }
8135             ],
8136             "time": "2022-01-02T09:53:40+00:00"
8137         },
8138         {
8139             "name": "symfony/filesystem",
8140             "version": "v5.4.13",
8141             "source": {
8142                 "type": "git",
8143                 "url": "https://github.com/symfony/filesystem.git",
8144                 "reference": "ac09569844a9109a5966b9438fc29113ce77cf51"
8145             },
8146             "dist": {
8147                 "type": "zip",
8148                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51",
8149                 "reference": "ac09569844a9109a5966b9438fc29113ce77cf51",
8150                 "shasum": ""
8151             },
8152             "require": {
8153                 "php": ">=7.2.5",
8154                 "symfony/polyfill-ctype": "~1.8",
8155                 "symfony/polyfill-mbstring": "~1.8",
8156                 "symfony/polyfill-php80": "^1.16"
8157             },
8158             "type": "library",
8159             "autoload": {
8160                 "psr-4": {
8161                     "Symfony\\Component\\Filesystem\\": ""
8162                 },
8163                 "exclude-from-classmap": [
8164                     "/Tests/"
8165                 ]
8166             },
8167             "notification-url": "https://packagist.org/downloads/",
8168             "license": [
8169                 "MIT"
8170             ],
8171             "authors": [
8172                 {
8173                     "name": "Fabien Potencier",
8174                     "email": "fabien@symfony.com"
8175                 },
8176                 {
8177                     "name": "Symfony Community",
8178                     "homepage": "https://symfony.com/contributors"
8179                 }
8180             ],
8181             "description": "Provides basic utilities for the filesystem",
8182             "homepage": "https://symfony.com",
8183             "support": {
8184                 "source": "https://github.com/symfony/filesystem/tree/v5.4.13"
8185             },
8186             "funding": [
8187                 {
8188                     "url": "https://symfony.com/sponsor",
8189                     "type": "custom"
8190                 },
8191                 {
8192                     "url": "https://github.com/fabpot",
8193                     "type": "github"
8194                 },
8195                 {
8196                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8197                     "type": "tidelift"
8198                 }
8199             ],
8200             "time": "2022-09-21T19:53:16+00:00"
8201         },
8202         {
8203             "name": "symfony/http-client",
8204             "version": "v5.4.16",
8205             "source": {
8206                 "type": "git",
8207                 "url": "https://github.com/symfony/http-client.git",
8208                 "reference": "0f43af12a27733a060b92396b7bde84a4376da0a"
8209             },
8210             "dist": {
8211                 "type": "zip",
8212                 "url": "https://api.github.com/repos/symfony/http-client/zipball/0f43af12a27733a060b92396b7bde84a4376da0a",
8213                 "reference": "0f43af12a27733a060b92396b7bde84a4376da0a",
8214                 "shasum": ""
8215             },
8216             "require": {
8217                 "php": ">=7.2.5",
8218                 "psr/log": "^1|^2|^3",
8219                 "symfony/deprecation-contracts": "^2.1|^3",
8220                 "symfony/http-client-contracts": "^2.4",
8221                 "symfony/polyfill-php73": "^1.11",
8222                 "symfony/polyfill-php80": "^1.16",
8223                 "symfony/service-contracts": "^1.0|^2|^3"
8224             },
8225             "provide": {
8226                 "php-http/async-client-implementation": "*",
8227                 "php-http/client-implementation": "*",
8228                 "psr/http-client-implementation": "1.0",
8229                 "symfony/http-client-implementation": "2.4"
8230             },
8231             "require-dev": {
8232                 "amphp/amp": "^2.5",
8233                 "amphp/http-client": "^4.2.1",
8234                 "amphp/http-tunnel": "^1.0",
8235                 "amphp/socket": "^1.1",
8236                 "guzzlehttp/promises": "^1.4",
8237                 "nyholm/psr7": "^1.0",
8238                 "php-http/httplug": "^1.0|^2.0",
8239                 "psr/http-client": "^1.0",
8240                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
8241                 "symfony/http-kernel": "^4.4.13|^5.1.5|^6.0",
8242                 "symfony/process": "^4.4|^5.0|^6.0",
8243                 "symfony/stopwatch": "^4.4|^5.0|^6.0"
8244             },
8245             "type": "library",
8246             "autoload": {
8247                 "psr-4": {
8248                     "Symfony\\Component\\HttpClient\\": ""
8249                 },
8250                 "exclude-from-classmap": [
8251                     "/Tests/"
8252                 ]
8253             },
8254             "notification-url": "https://packagist.org/downloads/",
8255             "license": [
8256                 "MIT"
8257             ],
8258             "authors": [
8259                 {
8260                     "name": "Nicolas Grekas",
8261                     "email": "p@tchwork.com"
8262                 },
8263                 {
8264                     "name": "Symfony Community",
8265                     "homepage": "https://symfony.com/contributors"
8266                 }
8267             ],
8268             "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
8269             "homepage": "https://symfony.com",
8270             "support": {
8271                 "source": "https://github.com/symfony/http-client/tree/v5.4.16"
8272             },
8273             "funding": [
8274                 {
8275                     "url": "https://symfony.com/sponsor",
8276                     "type": "custom"
8277                 },
8278                 {
8279                     "url": "https://github.com/fabpot",
8280                     "type": "github"
8281                 },
8282                 {
8283                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8284                     "type": "tidelift"
8285                 }
8286             ],
8287             "time": "2022-11-09T11:27:39+00:00"
8288         },
8289         {
8290             "name": "symfony/http-client-contracts",
8291             "version": "v2.5.2",
8292             "source": {
8293                 "type": "git",
8294                 "url": "https://github.com/symfony/http-client-contracts.git",
8295                 "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
8296             },
8297             "dist": {
8298                 "type": "zip",
8299                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
8300                 "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
8301                 "shasum": ""
8302             },
8303             "require": {
8304                 "php": ">=7.2.5"
8305             },
8306             "suggest": {
8307                 "symfony/http-client-implementation": ""
8308             },
8309             "type": "library",
8310             "extra": {
8311                 "branch-alias": {
8312                     "dev-main": "2.5-dev"
8313                 },
8314                 "thanks": {
8315                     "name": "symfony/contracts",
8316                     "url": "https://github.com/symfony/contracts"
8317                 }
8318             },
8319             "autoload": {
8320                 "psr-4": {
8321                     "Symfony\\Contracts\\HttpClient\\": ""
8322                 }
8323             },
8324             "notification-url": "https://packagist.org/downloads/",
8325             "license": [
8326                 "MIT"
8327             ],
8328             "authors": [
8329                 {
8330                     "name": "Nicolas Grekas",
8331                     "email": "p@tchwork.com"
8332                 },
8333                 {
8334                     "name": "Symfony Community",
8335                     "homepage": "https://symfony.com/contributors"
8336                 }
8337             ],
8338             "description": "Generic abstractions related to HTTP clients",
8339             "homepage": "https://symfony.com",
8340             "keywords": [
8341                 "abstractions",
8342                 "contracts",
8343                 "decoupling",
8344                 "interfaces",
8345                 "interoperability",
8346                 "standards"
8347             ],
8348             "support": {
8349                 "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2"
8350             },
8351             "funding": [
8352                 {
8353                     "url": "https://symfony.com/sponsor",
8354                     "type": "custom"
8355                 },
8356                 {
8357                     "url": "https://github.com/fabpot",
8358                     "type": "github"
8359                 },
8360                 {
8361                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8362                     "type": "tidelift"
8363                 }
8364             ],
8365             "time": "2022-04-12T15:48:08+00:00"
8366         },
8367         {
8368             "name": "symfony/http-foundation",
8369             "version": "v5.4.16",
8370             "source": {
8371                 "type": "git",
8372                 "url": "https://github.com/symfony/http-foundation.git",
8373                 "reference": "5032c5849aef24741e1970cb03511b0dd131d838"
8374             },
8375             "dist": {
8376                 "type": "zip",
8377                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5032c5849aef24741e1970cb03511b0dd131d838",
8378                 "reference": "5032c5849aef24741e1970cb03511b0dd131d838",
8379                 "shasum": ""
8380             },
8381             "require": {
8382                 "php": ">=7.2.5",
8383                 "symfony/deprecation-contracts": "^2.1|^3",
8384                 "symfony/polyfill-mbstring": "~1.1",
8385                 "symfony/polyfill-php80": "^1.16"
8386             },
8387             "require-dev": {
8388                 "predis/predis": "~1.0",
8389                 "symfony/cache": "^4.4|^5.0|^6.0",
8390                 "symfony/dependency-injection": "^5.4|^6.0",
8391                 "symfony/expression-language": "^4.4|^5.0|^6.0",
8392                 "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
8393                 "symfony/mime": "^4.4|^5.0|^6.0",
8394                 "symfony/rate-limiter": "^5.2|^6.0"
8395             },
8396             "suggest": {
8397                 "symfony/mime": "To use the file extension guesser"
8398             },
8399             "type": "library",
8400             "autoload": {
8401                 "psr-4": {
8402                     "Symfony\\Component\\HttpFoundation\\": ""
8403                 },
8404                 "exclude-from-classmap": [
8405                     "/Tests/"
8406                 ]
8407             },
8408             "notification-url": "https://packagist.org/downloads/",
8409             "license": [
8410                 "MIT"
8411             ],
8412             "authors": [
8413                 {
8414                     "name": "Fabien Potencier",
8415                     "email": "fabien@symfony.com"
8416                 },
8417                 {
8418                     "name": "Symfony Community",
8419                     "homepage": "https://symfony.com/contributors"
8420                 }
8421             ],
8422             "description": "Defines an object-oriented layer for the HTTP specification",
8423             "homepage": "https://symfony.com",
8424             "support": {
8425                 "source": "https://github.com/symfony/http-foundation/tree/v5.4.16"
8426             },
8427             "funding": [
8428                 {
8429                     "url": "https://symfony.com/sponsor",
8430                     "type": "custom"
8431                 },
8432                 {
8433                     "url": "https://github.com/fabpot",
8434                     "type": "github"
8435                 },
8436                 {
8437                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8438                     "type": "tidelift"
8439                 }
8440             ],
8441             "time": "2022-11-07T08:06:40+00:00"
8442         },
8443         {
8444             "name": "symfony/inflector",
8445             "version": "v5.4.11",
8446             "source": {
8447                 "type": "git",
8448                 "url": "https://github.com/symfony/inflector.git",
8449                 "reference": "4cb14dfb9cf782a1c743aaf4dac101003583d377"
8450             },
8451             "dist": {
8452                 "type": "zip",
8453                 "url": "https://api.github.com/repos/symfony/inflector/zipball/4cb14dfb9cf782a1c743aaf4dac101003583d377",
8454                 "reference": "4cb14dfb9cf782a1c743aaf4dac101003583d377",
8455                 "shasum": ""
8456             },
8457             "require": {
8458                 "php": ">=7.2.5",
8459                 "symfony/deprecation-contracts": "^2.1|^3",
8460                 "symfony/polyfill-php80": "^1.16",
8461                 "symfony/string": "^5.3.10|^6.0"
8462             },
8463             "type": "library",
8464             "autoload": {
8465                 "psr-4": {
8466                     "Symfony\\Component\\Inflector\\": ""
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": "Bernhard Schussek",
8479                     "email": "bschussek@gmail.com"
8480                 },
8481                 {
8482                     "name": "Symfony Community",
8483                     "homepage": "https://symfony.com/contributors"
8484                 }
8485             ],
8486             "description": "Converts words between their singular and plural forms (English only)",
8487             "homepage": "https://symfony.com",
8488             "keywords": [
8489                 "inflection",
8490                 "pluralize",
8491                 "singularize",
8492                 "string",
8493                 "symfony",
8494                 "words"
8495             ],
8496             "support": {
8497                 "source": "https://github.com/symfony/inflector/tree/v5.4.11"
8498             },
8499             "funding": [
8500                 {
8501                     "url": "https://symfony.com/sponsor",
8502                     "type": "custom"
8503                 },
8504                 {
8505                     "url": "https://github.com/fabpot",
8506                     "type": "github"
8507                 },
8508                 {
8509                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8510                     "type": "tidelift"
8511                 }
8512             ],
8513             "abandoned": "EnglishInflector from the String component",
8514             "time": "2022-07-20T11:34:24+00:00"
8515         },
8516         {
8517             "name": "symfony/polyfill-ctype",
8518             "version": "v1.27.0",
8519             "source": {
8520                 "type": "git",
8521                 "url": "https://github.com/symfony/polyfill-ctype.git",
8522                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
8523             },
8524             "dist": {
8525                 "type": "zip",
8526                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
8527                 "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
8528                 "shasum": ""
8529             },
8530             "require": {
8531                 "php": ">=7.1"
8532             },
8533             "provide": {
8534                 "ext-ctype": "*"
8535             },
8536             "suggest": {
8537                 "ext-ctype": "For best performance"
8538             },
8539             "type": "library",
8540             "extra": {
8541                 "branch-alias": {
8542                     "dev-main": "1.27-dev"
8543                 },
8544                 "thanks": {
8545                     "name": "symfony/polyfill",
8546                     "url": "https://github.com/symfony/polyfill"
8547                 }
8548             },
8549             "autoload": {
8550                 "files": [
8551                     "bootstrap.php"
8552                 ],
8553                 "psr-4": {
8554                     "Symfony\\Polyfill\\Ctype\\": ""
8555                 }
8556             },
8557             "notification-url": "https://packagist.org/downloads/",
8558             "license": [
8559                 "MIT"
8560             ],
8561             "authors": [
8562                 {
8563                     "name": "Gert de Pagter",
8564                     "email": "BackEndTea@gmail.com"
8565                 },
8566                 {
8567                     "name": "Symfony Community",
8568                     "homepage": "https://symfony.com/contributors"
8569                 }
8570             ],
8571             "description": "Symfony polyfill for ctype functions",
8572             "homepage": "https://symfony.com",
8573             "keywords": [
8574                 "compatibility",
8575                 "ctype",
8576                 "polyfill",
8577                 "portable"
8578             ],
8579             "support": {
8580                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
8581             },
8582             "funding": [
8583                 {
8584                     "url": "https://symfony.com/sponsor",
8585                     "type": "custom"
8586                 },
8587                 {
8588                     "url": "https://github.com/fabpot",
8589                     "type": "github"
8590                 },
8591                 {
8592                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8593                     "type": "tidelift"
8594                 }
8595             ],
8596             "time": "2022-11-03T14:55:06+00:00"
8597         },
8598         {
8599             "name": "symfony/polyfill-intl-grapheme",
8600             "version": "v1.27.0",
8601             "source": {
8602                 "type": "git",
8603                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
8604                 "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
8605             },
8606             "dist": {
8607                 "type": "zip",
8608                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
8609                 "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
8610                 "shasum": ""
8611             },
8612             "require": {
8613                 "php": ">=7.1"
8614             },
8615             "suggest": {
8616                 "ext-intl": "For best performance"
8617             },
8618             "type": "library",
8619             "extra": {
8620                 "branch-alias": {
8621                     "dev-main": "1.27-dev"
8622                 },
8623                 "thanks": {
8624                     "name": "symfony/polyfill",
8625                     "url": "https://github.com/symfony/polyfill"
8626                 }
8627             },
8628             "autoload": {
8629                 "files": [
8630                     "bootstrap.php"
8631                 ],
8632                 "psr-4": {
8633                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
8634                 }
8635             },
8636             "notification-url": "https://packagist.org/downloads/",
8637             "license": [
8638                 "MIT"
8639             ],
8640             "authors": [
8641                 {
8642                     "name": "Nicolas Grekas",
8643                     "email": "p@tchwork.com"
8644                 },
8645                 {
8646                     "name": "Symfony Community",
8647                     "homepage": "https://symfony.com/contributors"
8648                 }
8649             ],
8650             "description": "Symfony polyfill for intl's grapheme_* functions",
8651             "homepage": "https://symfony.com",
8652             "keywords": [
8653                 "compatibility",
8654                 "grapheme",
8655                 "intl",
8656                 "polyfill",
8657                 "portable",
8658                 "shim"
8659             ],
8660             "support": {
8661                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
8662             },
8663             "funding": [
8664                 {
8665                     "url": "https://symfony.com/sponsor",
8666                     "type": "custom"
8667                 },
8668                 {
8669                     "url": "https://github.com/fabpot",
8670                     "type": "github"
8671                 },
8672                 {
8673                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8674                     "type": "tidelift"
8675                 }
8676             ],
8677             "time": "2022-11-03T14:55:06+00:00"
8678         },
8679         {
8680             "name": "symfony/polyfill-intl-normalizer",
8681             "version": "v1.27.0",
8682             "source": {
8683                 "type": "git",
8684                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
8685                 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
8686             },
8687             "dist": {
8688                 "type": "zip",
8689                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
8690                 "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
8691                 "shasum": ""
8692             },
8693             "require": {
8694                 "php": ">=7.1"
8695             },
8696             "suggest": {
8697                 "ext-intl": "For best performance"
8698             },
8699             "type": "library",
8700             "extra": {
8701                 "branch-alias": {
8702                     "dev-main": "1.27-dev"
8703                 },
8704                 "thanks": {
8705                     "name": "symfony/polyfill",
8706                     "url": "https://github.com/symfony/polyfill"
8707                 }
8708             },
8709             "autoload": {
8710                 "files": [
8711                     "bootstrap.php"
8712                 ],
8713                 "psr-4": {
8714                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
8715                 },
8716                 "classmap": [
8717                     "Resources/stubs"
8718                 ]
8719             },
8720             "notification-url": "https://packagist.org/downloads/",
8721             "license": [
8722                 "MIT"
8723             ],
8724             "authors": [
8725                 {
8726                     "name": "Nicolas Grekas",
8727                     "email": "p@tchwork.com"
8728                 },
8729                 {
8730                     "name": "Symfony Community",
8731                     "homepage": "https://symfony.com/contributors"
8732                 }
8733             ],
8734             "description": "Symfony polyfill for intl's Normalizer class and related functions",
8735             "homepage": "https://symfony.com",
8736             "keywords": [
8737                 "compatibility",
8738                 "intl",
8739                 "normalizer",
8740                 "polyfill",
8741                 "portable",
8742                 "shim"
8743             ],
8744             "support": {
8745                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
8746             },
8747             "funding": [
8748                 {
8749                     "url": "https://symfony.com/sponsor",
8750                     "type": "custom"
8751                 },
8752                 {
8753                     "url": "https://github.com/fabpot",
8754                     "type": "github"
8755                 },
8756                 {
8757                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8758                     "type": "tidelift"
8759                 }
8760             ],
8761             "time": "2022-11-03T14:55:06+00:00"
8762         },
8763         {
8764             "name": "symfony/polyfill-mbstring",
8765             "version": "v1.27.0",
8766             "source": {
8767                 "type": "git",
8768                 "url": "https://github.com/symfony/polyfill-mbstring.git",
8769                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
8770             },
8771             "dist": {
8772                 "type": "zip",
8773                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
8774                 "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
8775                 "shasum": ""
8776             },
8777             "require": {
8778                 "php": ">=7.1"
8779             },
8780             "provide": {
8781                 "ext-mbstring": "*"
8782             },
8783             "suggest": {
8784                 "ext-mbstring": "For best performance"
8785             },
8786             "type": "library",
8787             "extra": {
8788                 "branch-alias": {
8789                     "dev-main": "1.27-dev"
8790                 },
8791                 "thanks": {
8792                     "name": "symfony/polyfill",
8793                     "url": "https://github.com/symfony/polyfill"
8794                 }
8795             },
8796             "autoload": {
8797                 "files": [
8798                     "bootstrap.php"
8799                 ],
8800                 "psr-4": {
8801                     "Symfony\\Polyfill\\Mbstring\\": ""
8802                 }
8803             },
8804             "notification-url": "https://packagist.org/downloads/",
8805             "license": [
8806                 "MIT"
8807             ],
8808             "authors": [
8809                 {
8810                     "name": "Nicolas Grekas",
8811                     "email": "p@tchwork.com"
8812                 },
8813                 {
8814                     "name": "Symfony Community",
8815                     "homepage": "https://symfony.com/contributors"
8816                 }
8817             ],
8818             "description": "Symfony polyfill for the Mbstring extension",
8819             "homepage": "https://symfony.com",
8820             "keywords": [
8821                 "compatibility",
8822                 "mbstring",
8823                 "polyfill",
8824                 "portable",
8825                 "shim"
8826             ],
8827             "support": {
8828                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
8829             },
8830             "funding": [
8831                 {
8832                     "url": "https://symfony.com/sponsor",
8833                     "type": "custom"
8834                 },
8835                 {
8836                     "url": "https://github.com/fabpot",
8837                     "type": "github"
8838                 },
8839                 {
8840                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8841                     "type": "tidelift"
8842                 }
8843             ],
8844             "time": "2022-11-03T14:55:06+00:00"
8845         },
8846         {
8847             "name": "symfony/polyfill-php73",
8848             "version": "v1.27.0",
8849             "source": {
8850                 "type": "git",
8851                 "url": "https://github.com/symfony/polyfill-php73.git",
8852                 "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
8853             },
8854             "dist": {
8855                 "type": "zip",
8856                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
8857                 "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
8858                 "shasum": ""
8859             },
8860             "require": {
8861                 "php": ">=7.1"
8862             },
8863             "type": "library",
8864             "extra": {
8865                 "branch-alias": {
8866                     "dev-main": "1.27-dev"
8867                 },
8868                 "thanks": {
8869                     "name": "symfony/polyfill",
8870                     "url": "https://github.com/symfony/polyfill"
8871                 }
8872             },
8873             "autoload": {
8874                 "files": [
8875                     "bootstrap.php"
8876                 ],
8877                 "psr-4": {
8878                     "Symfony\\Polyfill\\Php73\\": ""
8879                 },
8880                 "classmap": [
8881                     "Resources/stubs"
8882                 ]
8883             },
8884             "notification-url": "https://packagist.org/downloads/",
8885             "license": [
8886                 "MIT"
8887             ],
8888             "authors": [
8889                 {
8890                     "name": "Nicolas Grekas",
8891                     "email": "p@tchwork.com"
8892                 },
8893                 {
8894                     "name": "Symfony Community",
8895                     "homepage": "https://symfony.com/contributors"
8896                 }
8897             ],
8898             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
8899             "homepage": "https://symfony.com",
8900             "keywords": [
8901                 "compatibility",
8902                 "polyfill",
8903                 "portable",
8904                 "shim"
8905             ],
8906             "support": {
8907                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
8908             },
8909             "funding": [
8910                 {
8911                     "url": "https://symfony.com/sponsor",
8912                     "type": "custom"
8913                 },
8914                 {
8915                     "url": "https://github.com/fabpot",
8916                     "type": "github"
8917                 },
8918                 {
8919                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8920                     "type": "tidelift"
8921                 }
8922             ],
8923             "time": "2022-11-03T14:55:06+00:00"
8924         },
8925         {
8926             "name": "symfony/polyfill-php80",
8927             "version": "v1.27.0",
8928             "source": {
8929                 "type": "git",
8930                 "url": "https://github.com/symfony/polyfill-php80.git",
8931                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
8932             },
8933             "dist": {
8934                 "type": "zip",
8935                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
8936                 "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
8937                 "shasum": ""
8938             },
8939             "require": {
8940                 "php": ">=7.1"
8941             },
8942             "type": "library",
8943             "extra": {
8944                 "branch-alias": {
8945                     "dev-main": "1.27-dev"
8946                 },
8947                 "thanks": {
8948                     "name": "symfony/polyfill",
8949                     "url": "https://github.com/symfony/polyfill"
8950                 }
8951             },
8952             "autoload": {
8953                 "files": [
8954                     "bootstrap.php"
8955                 ],
8956                 "psr-4": {
8957                     "Symfony\\Polyfill\\Php80\\": ""
8958                 },
8959                 "classmap": [
8960                     "Resources/stubs"
8961                 ]
8962             },
8963             "notification-url": "https://packagist.org/downloads/",
8964             "license": [
8965                 "MIT"
8966             ],
8967             "authors": [
8968                 {
8969                     "name": "Ion Bazan",
8970                     "email": "ion.bazan@gmail.com"
8971                 },
8972                 {
8973                     "name": "Nicolas Grekas",
8974                     "email": "p@tchwork.com"
8975                 },
8976                 {
8977                     "name": "Symfony Community",
8978                     "homepage": "https://symfony.com/contributors"
8979                 }
8980             ],
8981             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
8982             "homepage": "https://symfony.com",
8983             "keywords": [
8984                 "compatibility",
8985                 "polyfill",
8986                 "portable",
8987                 "shim"
8988             ],
8989             "support": {
8990                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
8991             },
8992             "funding": [
8993                 {
8994                     "url": "https://symfony.com/sponsor",
8995                     "type": "custom"
8996                 },
8997                 {
8998                     "url": "https://github.com/fabpot",
8999                     "type": "github"
9000                 },
9001                 {
9002                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9003                     "type": "tidelift"
9004                 }
9005             ],
9006             "time": "2022-11-03T14:55:06+00:00"
9007         },
9008         {
9009             "name": "symfony/polyfill-php81",
9010             "version": "v1.27.0",
9011             "source": {
9012                 "type": "git",
9013                 "url": "https://github.com/symfony/polyfill-php81.git",
9014                 "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a"
9015             },
9016             "dist": {
9017                 "type": "zip",
9018                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a",
9019                 "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a",
9020                 "shasum": ""
9021             },
9022             "require": {
9023                 "php": ">=7.1"
9024             },
9025             "type": "library",
9026             "extra": {
9027                 "branch-alias": {
9028                     "dev-main": "1.27-dev"
9029                 },
9030                 "thanks": {
9031                     "name": "symfony/polyfill",
9032                     "url": "https://github.com/symfony/polyfill"
9033                 }
9034             },
9035             "autoload": {
9036                 "files": [
9037                     "bootstrap.php"
9038                 ],
9039                 "psr-4": {
9040                     "Symfony\\Polyfill\\Php81\\": ""
9041                 },
9042                 "classmap": [
9043                     "Resources/stubs"
9044                 ]
9045             },
9046             "notification-url": "https://packagist.org/downloads/",
9047             "license": [
9048                 "MIT"
9049             ],
9050             "authors": [
9051                 {
9052                     "name": "Nicolas Grekas",
9053                     "email": "p@tchwork.com"
9054                 },
9055                 {
9056                     "name": "Symfony Community",
9057                     "homepage": "https://symfony.com/contributors"
9058                 }
9059             ],
9060             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
9061             "homepage": "https://symfony.com",
9062             "keywords": [
9063                 "compatibility",
9064                 "polyfill",
9065                 "portable",
9066                 "shim"
9067             ],
9068             "support": {
9069                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0"
9070             },
9071             "funding": [
9072                 {
9073                     "url": "https://symfony.com/sponsor",
9074                     "type": "custom"
9075                 },
9076                 {
9077                     "url": "https://github.com/fabpot",
9078                     "type": "github"
9079                 },
9080                 {
9081                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9082                     "type": "tidelift"
9083                 }
9084             ],
9085             "time": "2022-11-03T14:55:06+00:00"
9086         },
9087         {
9088             "name": "symfony/process",
9089             "version": "v5.4.11",
9090             "source": {
9091                 "type": "git",
9092                 "url": "https://github.com/symfony/process.git",
9093                 "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"
9094             },
9095             "dist": {
9096                 "type": "zip",
9097                 "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1",
9098                 "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",
9099                 "shasum": ""
9100             },
9101             "require": {
9102                 "php": ">=7.2.5",
9103                 "symfony/polyfill-php80": "^1.16"
9104             },
9105             "type": "library",
9106             "autoload": {
9107                 "psr-4": {
9108                     "Symfony\\Component\\Process\\": ""
9109                 },
9110                 "exclude-from-classmap": [
9111                     "/Tests/"
9112                 ]
9113             },
9114             "notification-url": "https://packagist.org/downloads/",
9115             "license": [
9116                 "MIT"
9117             ],
9118             "authors": [
9119                 {
9120                     "name": "Fabien Potencier",
9121                     "email": "fabien@symfony.com"
9122                 },
9123                 {
9124                     "name": "Symfony Community",
9125                     "homepage": "https://symfony.com/contributors"
9126                 }
9127             ],
9128             "description": "Executes commands in sub-processes",
9129             "homepage": "https://symfony.com",
9130             "support": {
9131                 "source": "https://github.com/symfony/process/tree/v5.4.11"
9132             },
9133             "funding": [
9134                 {
9135                     "url": "https://symfony.com/sponsor",
9136                     "type": "custom"
9137                 },
9138                 {
9139                     "url": "https://github.com/fabpot",
9140                     "type": "github"
9141                 },
9142                 {
9143                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9144                     "type": "tidelift"
9145                 }
9146             ],
9147             "time": "2022-06-27T16:58:25+00:00"
9148         },
9149         {
9150             "name": "symfony/property-access",
9151             "version": "v4.4.44",
9152             "source": {
9153                 "type": "git",
9154                 "url": "https://github.com/symfony/property-access.git",
9155                 "reference": "d49682f6f0764df725c95128213a38f7e0a9f358"
9156             },
9157             "dist": {
9158                 "type": "zip",
9159                 "url": "https://api.github.com/repos/symfony/property-access/zipball/d49682f6f0764df725c95128213a38f7e0a9f358",
9160                 "reference": "d49682f6f0764df725c95128213a38f7e0a9f358",
9161                 "shasum": ""
9162             },
9163             "require": {
9164                 "php": ">=7.1.3",
9165                 "symfony/inflector": "^3.4|^4.0|^5.0",
9166                 "symfony/polyfill-php80": "^1.16"
9167             },
9168             "require-dev": {
9169                 "symfony/cache": "^3.4|^4.0|^5.0"
9170             },
9171             "suggest": {
9172                 "psr/cache-implementation": "To cache access methods."
9173             },
9174             "type": "library",
9175             "autoload": {
9176                 "psr-4": {
9177                     "Symfony\\Component\\PropertyAccess\\": ""
9178                 },
9179                 "exclude-from-classmap": [
9180                     "/Tests/"
9181                 ]
9182             },
9183             "notification-url": "https://packagist.org/downloads/",
9184             "license": [
9185                 "MIT"
9186             ],
9187             "authors": [
9188                 {
9189                     "name": "Fabien Potencier",
9190                     "email": "fabien@symfony.com"
9191                 },
9192                 {
9193                     "name": "Symfony Community",
9194                     "homepage": "https://symfony.com/contributors"
9195                 }
9196             ],
9197             "description": "Provides functions to read and write from/to an object or array using a simple string notation",
9198             "homepage": "https://symfony.com",
9199             "keywords": [
9200                 "access",
9201                 "array",
9202                 "extraction",
9203                 "index",
9204                 "injection",
9205                 "object",
9206                 "property",
9207                 "property path",
9208                 "reflection"
9209             ],
9210             "support": {
9211                 "source": "https://github.com/symfony/property-access/tree/v4.4.44"
9212             },
9213             "funding": [
9214                 {
9215                     "url": "https://symfony.com/sponsor",
9216                     "type": "custom"
9217                 },
9218                 {
9219                     "url": "https://github.com/fabpot",
9220                     "type": "github"
9221                 },
9222                 {
9223                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9224                     "type": "tidelift"
9225                 }
9226             ],
9227             "time": "2022-06-27T13:16:42+00:00"
9228         },
9229         {
9230             "name": "symfony/service-contracts",
9231             "version": "v2.5.2",
9232             "source": {
9233                 "type": "git",
9234                 "url": "https://github.com/symfony/service-contracts.git",
9235                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
9236             },
9237             "dist": {
9238                 "type": "zip",
9239                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
9240                 "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
9241                 "shasum": ""
9242             },
9243             "require": {
9244                 "php": ">=7.2.5",
9245                 "psr/container": "^1.1",
9246                 "symfony/deprecation-contracts": "^2.1|^3"
9247             },
9248             "conflict": {
9249                 "ext-psr": "<1.1|>=2"
9250             },
9251             "suggest": {
9252                 "symfony/service-implementation": ""
9253             },
9254             "type": "library",
9255             "extra": {
9256                 "branch-alias": {
9257                     "dev-main": "2.5-dev"
9258                 },
9259                 "thanks": {
9260                     "name": "symfony/contracts",
9261                     "url": "https://github.com/symfony/contracts"
9262                 }
9263             },
9264             "autoload": {
9265                 "psr-4": {
9266                     "Symfony\\Contracts\\Service\\": ""
9267                 }
9268             },
9269             "notification-url": "https://packagist.org/downloads/",
9270             "license": [
9271                 "MIT"
9272             ],
9273             "authors": [
9274                 {
9275                     "name": "Nicolas Grekas",
9276                     "email": "p@tchwork.com"
9277                 },
9278                 {
9279                     "name": "Symfony Community",
9280                     "homepage": "https://symfony.com/contributors"
9281                 }
9282             ],
9283             "description": "Generic abstractions related to writing services",
9284             "homepage": "https://symfony.com",
9285             "keywords": [
9286                 "abstractions",
9287                 "contracts",
9288                 "decoupling",
9289                 "interfaces",
9290                 "interoperability",
9291                 "standards"
9292             ],
9293             "support": {
9294                 "source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
9295             },
9296             "funding": [
9297                 {
9298                     "url": "https://symfony.com/sponsor",
9299                     "type": "custom"
9300                 },
9301                 {
9302                     "url": "https://github.com/fabpot",
9303                     "type": "github"
9304                 },
9305                 {
9306                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9307                     "type": "tidelift"
9308                 }
9309             ],
9310             "time": "2022-05-30T19:17:29+00:00"
9311         },
9312         {
9313             "name": "symfony/string",
9314             "version": "v5.4.15",
9315             "source": {
9316                 "type": "git",
9317                 "url": "https://github.com/symfony/string.git",
9318                 "reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed"
9319             },
9320             "dist": {
9321                 "type": "zip",
9322                 "url": "https://api.github.com/repos/symfony/string/zipball/571334ce9f687e3e6af72db4d3b2a9431e4fd9ed",
9323                 "reference": "571334ce9f687e3e6af72db4d3b2a9431e4fd9ed",
9324                 "shasum": ""
9325             },
9326             "require": {
9327                 "php": ">=7.2.5",
9328                 "symfony/polyfill-ctype": "~1.8",
9329                 "symfony/polyfill-intl-grapheme": "~1.0",
9330                 "symfony/polyfill-intl-normalizer": "~1.0",
9331                 "symfony/polyfill-mbstring": "~1.0",
9332                 "symfony/polyfill-php80": "~1.15"
9333             },
9334             "conflict": {
9335                 "symfony/translation-contracts": ">=3.0"
9336             },
9337             "require-dev": {
9338                 "symfony/error-handler": "^4.4|^5.0|^6.0",
9339                 "symfony/http-client": "^4.4|^5.0|^6.0",
9340                 "symfony/translation-contracts": "^1.1|^2",
9341                 "symfony/var-exporter": "^4.4|^5.0|^6.0"
9342             },
9343             "type": "library",
9344             "autoload": {
9345                 "files": [
9346                     "Resources/functions.php"
9347                 ],
9348                 "psr-4": {
9349                     "Symfony\\Component\\String\\": ""
9350                 },
9351                 "exclude-from-classmap": [
9352                     "/Tests/"
9353                 ]
9354             },
9355             "notification-url": "https://packagist.org/downloads/",
9356             "license": [
9357                 "MIT"
9358             ],
9359             "authors": [
9360                 {
9361                     "name": "Nicolas Grekas",
9362                     "email": "p@tchwork.com"
9363                 },
9364                 {
9365                     "name": "Symfony Community",
9366                     "homepage": "https://symfony.com/contributors"
9367                 }
9368             ],
9369             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
9370             "homepage": "https://symfony.com",
9371             "keywords": [
9372                 "grapheme",
9373                 "i18n",
9374                 "string",
9375                 "unicode",
9376                 "utf-8",
9377                 "utf8"
9378             ],
9379             "support": {
9380                 "source": "https://github.com/symfony/string/tree/v5.4.15"
9381             },
9382             "funding": [
9383                 {
9384                     "url": "https://symfony.com/sponsor",
9385                     "type": "custom"
9386                 },
9387                 {
9388                     "url": "https://github.com/fabpot",
9389                     "type": "github"
9390                 },
9391                 {
9392                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9393                     "type": "tidelift"
9394                 }
9395             ],
9396             "time": "2022-10-05T15:16:54+00:00"
9397         },
9398         {
9399             "name": "symfony/yaml",
9400             "version": "v5.4.16",
9401             "source": {
9402                 "type": "git",
9403                 "url": "https://github.com/symfony/yaml.git",
9404                 "reference": "ebd37c71f62d5ec5f6e27de3e06fee492d4c6298"
9405             },
9406             "dist": {
9407                 "type": "zip",
9408                 "url": "https://api.github.com/repos/symfony/yaml/zipball/ebd37c71f62d5ec5f6e27de3e06fee492d4c6298",
9409                 "reference": "ebd37c71f62d5ec5f6e27de3e06fee492d4c6298",
9410                 "shasum": ""
9411             },
9412             "require": {
9413                 "php": ">=7.2.5",
9414                 "symfony/deprecation-contracts": "^2.1|^3",
9415                 "symfony/polyfill-ctype": "^1.8"
9416             },
9417             "conflict": {
9418                 "symfony/console": "<5.3"
9419             },
9420             "require-dev": {
9421                 "symfony/console": "^5.3|^6.0"
9422             },
9423             "suggest": {
9424                 "symfony/console": "For validating YAML files using the lint command"
9425             },
9426             "bin": [
9427                 "Resources/bin/yaml-lint"
9428             ],
9429             "type": "library",
9430             "autoload": {
9431                 "psr-4": {
9432                     "Symfony\\Component\\Yaml\\": ""
9433                 },
9434                 "exclude-from-classmap": [
9435                     "/Tests/"
9436                 ]
9437             },
9438             "notification-url": "https://packagist.org/downloads/",
9439             "license": [
9440                 "MIT"
9441             ],
9442             "authors": [
9443                 {
9444                     "name": "Fabien Potencier",
9445                     "email": "fabien@symfony.com"
9446                 },
9447                 {
9448                     "name": "Symfony Community",
9449                     "homepage": "https://symfony.com/contributors"
9450                 }
9451             ],
9452             "description": "Loads and dumps YAML files",
9453             "homepage": "https://symfony.com",
9454             "support": {
9455                 "source": "https://github.com/symfony/yaml/tree/v5.4.16"
9456             },
9457             "funding": [
9458                 {
9459                     "url": "https://symfony.com/sponsor",
9460                     "type": "custom"
9461                 },
9462                 {
9463                     "url": "https://github.com/fabpot",
9464                     "type": "github"
9465                 },
9466                 {
9467                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
9468                     "type": "tidelift"
9469                 }
9470             ],
9471             "time": "2022-11-25T16:04:03+00:00"
9472         },
9473         {
9474             "name": "twig/twig",
9475             "version": "v3.4.3",
9476             "source": {
9477                 "type": "git",
9478                 "url": "https://github.com/twigphp/Twig.git",
9479                 "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58"
9480             },
9481             "dist": {
9482                 "type": "zip",
9483                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
9484                 "reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
9485                 "shasum": ""
9486             },
9487             "require": {
9488                 "php": ">=7.2.5",
9489                 "symfony/polyfill-ctype": "^1.8",
9490                 "symfony/polyfill-mbstring": "^1.3"
9491             },
9492             "require-dev": {
9493                 "psr/container": "^1.0",
9494                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
9495             },
9496             "type": "library",
9497             "extra": {
9498                 "branch-alias": {
9499                     "dev-master": "3.4-dev"
9500                 }
9501             },
9502             "autoload": {
9503                 "psr-4": {
9504                     "Twig\\": "src/"
9505                 }
9506             },
9507             "notification-url": "https://packagist.org/downloads/",
9508             "license": [
9509                 "BSD-3-Clause"
9510             ],
9511             "authors": [
9512                 {
9513                     "name": "Fabien Potencier",
9514                     "email": "fabien@symfony.com",
9515                     "homepage": "http://fabien.potencier.org",
9516                     "role": "Lead Developer"
9517                 },
9518                 {
9519                     "name": "Twig Team",
9520                     "role": "Contributors"
9521                 },
9522                 {
9523                     "name": "Armin Ronacher",
9524                     "email": "armin.ronacher@active-4.com",
9525                     "role": "Project Founder"
9526                 }
9527             ],
9528             "description": "Twig, the flexible, fast, and secure template language for PHP",
9529             "homepage": "https://twig.symfony.com",
9530             "keywords": [
9531                 "templating"
9532             ],
9533             "support": {
9534                 "issues": "https://github.com/twigphp/Twig/issues",
9535                 "source": "https://github.com/twigphp/Twig/tree/v3.4.3"
9536             },
9537             "funding": [
9538                 {
9539                     "url": "https://github.com/fabpot",
9540                     "type": "github"
9541                 },
9542                 {
9543                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
9544                     "type": "tidelift"
9545                 }
9546             ],
9547             "time": "2022-09-28T08:42:51+00:00"
9548         },
9549         {
9550             "name": "vlucas/phpdotenv",
9551             "version": "v5.5.0",
9552             "source": {
9553                 "type": "git",
9554                 "url": "https://github.com/vlucas/phpdotenv.git",
9555                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
9556             },
9557             "dist": {
9558                 "type": "zip",
9559                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
9560                 "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
9561                 "shasum": ""
9562             },
9563             "require": {
9564                 "ext-pcre": "*",
9565                 "graham-campbell/result-type": "^1.0.2",
9566                 "php": "^7.1.3 || ^8.0",
9567                 "phpoption/phpoption": "^1.8",
9568                 "symfony/polyfill-ctype": "^1.23",
9569                 "symfony/polyfill-mbstring": "^1.23.1",
9570                 "symfony/polyfill-php80": "^1.23.1"
9571             },
9572             "require-dev": {
9573                 "bamarni/composer-bin-plugin": "^1.4.1",
9574                 "ext-filter": "*",
9575                 "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
9576             },
9577             "suggest": {
9578                 "ext-filter": "Required to use the boolean validator."
9579             },
9580             "type": "library",
9581             "extra": {
9582                 "bamarni-bin": {
9583                     "bin-links": true,
9584                     "forward-command": true
9585                 },
9586                 "branch-alias": {
9587                     "dev-master": "5.5-dev"
9588                 }
9589             },
9590             "autoload": {
9591                 "psr-4": {
9592                     "Dotenv\\": "src/"
9593                 }
9594             },
9595             "notification-url": "https://packagist.org/downloads/",
9596             "license": [
9597                 "BSD-3-Clause"
9598             ],
9599             "authors": [
9600                 {
9601                     "name": "Graham Campbell",
9602                     "email": "hello@gjcampbell.co.uk",
9603                     "homepage": "https://github.com/GrahamCampbell"
9604                 },
9605                 {
9606                     "name": "Vance Lucas",
9607                     "email": "vance@vancelucas.com",
9608                     "homepage": "https://github.com/vlucas"
9609                 }
9610             ],
9611             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
9612             "keywords": [
9613                 "dotenv",
9614                 "env",
9615                 "environment"
9616             ],
9617             "support": {
9618                 "issues": "https://github.com/vlucas/phpdotenv/issues",
9619                 "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
9620             },
9621             "funding": [
9622                 {
9623                     "url": "https://github.com/GrahamCampbell",
9624                     "type": "github"
9625                 },
9626                 {
9627                     "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
9628                     "type": "tidelift"
9629                 }
9630             ],
9631             "time": "2022-10-16T01:01:54+00:00"
9632         },
9633         {
9634             "name": "waryway/php-traits-library",
9635             "version": "1.0.4",
9636             "source": {
9637                 "type": "git",
9638                 "url": "https://github.com/Waryway/PhpTraitsLibrary.git",
9639                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035"
9640             },
9641             "dist": {
9642                 "type": "zip",
9643                 "url": "https://api.github.com/repos/Waryway/PhpTraitsLibrary/zipball/ec0b630770bdd84168d2cd5e61bd93f45095e035",
9644                 "reference": "ec0b630770bdd84168d2cd5e61bd93f45095e035",
9645                 "shasum": ""
9646             },
9647             "require-dev": {
9648                 "phpunit/phpunit": "6.4.3"
9649             },
9650             "type": "library",
9651             "autoload": {
9652                 "psr-4": {
9653                     "Waryway\\PhpTraitsLibrary\\": "src/"
9654                 }
9655             },
9656             "notification-url": "https://packagist.org/downloads/",
9657             "license": [
9658                 "MIT"
9659             ],
9660             "authors": [
9661                 {
9662                     "name": "Kyle Wiering",
9663                     "email": "kyle@waryway.com"
9664                 }
9665             ],
9666             "description": "General use traits",
9667             "support": {
9668                 "issues": "https://github.com/Waryway/PhpTraitsLibrary/issues",
9669                 "source": "https://github.com/Waryway/PhpTraitsLibrary/tree/1.0.4"
9670             },
9671             "time": "2017-12-23T14:22:07+00:00"
9672         },
9673         {
9674             "name": "webimpress/safe-writer",
9675             "version": "2.2.0",
9676             "source": {
9677                 "type": "git",
9678                 "url": "https://github.com/webimpress/safe-writer.git",
9679                 "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
9680             },
9681             "dist": {
9682                 "type": "zip",
9683                 "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
9684                 "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
9685                 "shasum": ""
9686             },
9687             "require": {
9688                 "php": "^7.3 || ^8.0"
9689             },
9690             "require-dev": {
9691                 "phpunit/phpunit": "^9.5.4",
9692                 "vimeo/psalm": "^4.7",
9693                 "webimpress/coding-standard": "^1.2.2"
9694             },
9695             "type": "library",
9696             "extra": {
9697                 "branch-alias": {
9698                     "dev-master": "2.2.x-dev",
9699                     "dev-develop": "2.3.x-dev",
9700                     "dev-release-1.0": "1.0.x-dev"
9701                 }
9702             },
9703             "autoload": {
9704                 "psr-4": {
9705                     "Webimpress\\SafeWriter\\": "src/"
9706                 }
9707             },
9708             "notification-url": "https://packagist.org/downloads/",
9709             "license": [
9710                 "BSD-2-Clause"
9711             ],
9712             "description": "Tool to write files safely, to avoid race conditions",
9713             "keywords": [
9714                 "concurrent write",
9715                 "file writer",
9716                 "race condition",
9717                 "safe writer",
9718                 "webimpress"
9719             ],
9720             "support": {
9721                 "issues": "https://github.com/webimpress/safe-writer/issues",
9722                 "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
9723             },
9724             "funding": [
9725                 {
9726                     "url": "https://github.com/michalbundyra",
9727                     "type": "github"
9728                 }
9729             ],
9730             "time": "2021-04-19T16:34:45+00:00"
9731         },
9732         {
9733             "name": "webmozart/assert",
9734             "version": "1.11.0",
9735             "source": {
9736                 "type": "git",
9737                 "url": "https://github.com/webmozarts/assert.git",
9738                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
9739             },
9740             "dist": {
9741                 "type": "zip",
9742                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
9743                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
9744                 "shasum": ""
9745             },
9746             "require": {
9747                 "ext-ctype": "*",
9748                 "php": "^7.2 || ^8.0"
9749             },
9750             "conflict": {
9751                 "phpstan/phpstan": "<0.12.20",
9752                 "vimeo/psalm": "<4.6.1 || 4.6.2"
9753             },
9754             "require-dev": {
9755                 "phpunit/phpunit": "^8.5.13"
9756             },
9757             "type": "library",
9758             "extra": {
9759                 "branch-alias": {
9760                     "dev-master": "1.10-dev"
9761                 }
9762             },
9763             "autoload": {
9764                 "psr-4": {
9765                     "Webmozart\\Assert\\": "src/"
9766                 }
9767             },
9768             "notification-url": "https://packagist.org/downloads/",
9769             "license": [
9770                 "MIT"
9771             ],
9772             "authors": [
9773                 {
9774                     "name": "Bernhard Schussek",
9775                     "email": "bschussek@gmail.com"
9776                 }
9777             ],
9778             "description": "Assertions to validate method input/output with nice error messages.",
9779             "keywords": [
9780                 "assert",
9781                 "check",
9782                 "validate"
9783             ],
9784             "support": {
9785                 "issues": "https://github.com/webmozarts/assert/issues",
9786                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
9787             },
9788             "time": "2022-06-03T18:03:27+00:00"
9789         },
9790         {
9791             "name": "yubico/u2flib-server",
9792             "version": "1.0.2",
9793             "source": {
9794                 "type": "git",
9795                 "url": "https://github.com/Yubico/php-u2flib-server.git",
9796                 "reference": "55d813acf68212ad2cadecde07551600d6971939"
9797             },
9798             "dist": {
9799                 "type": "zip",
9800                 "url": "https://api.github.com/repos/Yubico/php-u2flib-server/zipball/55d813acf68212ad2cadecde07551600d6971939",
9801                 "reference": "55d813acf68212ad2cadecde07551600d6971939",
9802                 "shasum": ""
9803             },
9804             "require": {
9805                 "ext-openssl": "*",
9806                 "paragonie/random_compat": ">= 1",
9807                 "php": ">=5.6"
9808             },
9809             "require-dev": {
9810                 "phpunit/phpunit": "~5.7",
9811                 "vimeo/psalm": "^0|^1|^2"
9812             },
9813             "type": "library",
9814             "autoload": {
9815                 "classmap": [
9816                     "src/"
9817                 ]
9818             },
9819             "notification-url": "https://packagist.org/downloads/",
9820             "license": [
9821                 "BSD-2-Clause"
9822             ],
9823             "description": "Library for U2F implementation",
9824             "homepage": "https://developers.yubico.com/php-u2flib-server",
9825             "support": {
9826                 "issues": "https://github.com/Yubico/php-u2flib-server/issues",
9827                 "source": "https://github.com/Yubico/php-u2flib-server/tree/1.0.2"
9828             },
9829             "abandoned": true,
9830             "time": "2018-09-07T08:16:44+00:00"
9831         }
9832     ],
9833     "packages-dev": [
9834         {
9835             "name": "doctrine/annotations",
9836             "version": "1.14.1",
9837             "source": {
9838                 "type": "git",
9839                 "url": "https://github.com/doctrine/annotations.git",
9840                 "reference": "9e034d7a70032d422169f27d8759e8d84abb4f51"
9841             },
9842             "dist": {
9843                 "type": "zip",
9844                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/9e034d7a70032d422169f27d8759e8d84abb4f51",
9845                 "reference": "9e034d7a70032d422169f27d8759e8d84abb4f51",
9846                 "shasum": ""
9847             },
9848             "require": {
9849                 "doctrine/lexer": "^1 || ^2",
9850                 "ext-tokenizer": "*",
9851                 "php": "^7.1 || ^8.0",
9852                 "psr/cache": "^1 || ^2 || ^3"
9853             },
9854             "require-dev": {
9855                 "doctrine/cache": "^1.11 || ^2.0",
9856                 "doctrine/coding-standard": "^9 || ^10",
9857                 "phpstan/phpstan": "~1.4.10 || ^1.8.0",
9858                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
9859                 "symfony/cache": "^4.4 || ^5.4 || ^6",
9860                 "vimeo/psalm": "^4.10"
9861             },
9862             "suggest": {
9863                 "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
9864             },
9865             "type": "library",
9866             "autoload": {
9867                 "psr-4": {
9868                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
9869                 }
9870             },
9871             "notification-url": "https://packagist.org/downloads/",
9872             "license": [
9873                 "MIT"
9874             ],
9875             "authors": [
9876                 {
9877                     "name": "Guilherme Blanco",
9878                     "email": "guilhermeblanco@gmail.com"
9879                 },
9880                 {
9881                     "name": "Roman Borschel",
9882                     "email": "roman@code-factory.org"
9883                 },
9884                 {
9885                     "name": "Benjamin Eberlei",
9886                     "email": "kontakt@beberlei.de"
9887                 },
9888                 {
9889                     "name": "Jonathan Wage",
9890                     "email": "jonwage@gmail.com"
9891                 },
9892                 {
9893                     "name": "Johannes Schmitt",
9894                     "email": "schmittjoh@gmail.com"
9895                 }
9896             ],
9897             "description": "Docblock Annotations Parser",
9898             "homepage": "https://www.doctrine-project.org/projects/annotations.html",
9899             "keywords": [
9900                 "annotations",
9901                 "docblock",
9902                 "parser"
9903             ],
9904             "support": {
9905                 "issues": "https://github.com/doctrine/annotations/issues",
9906                 "source": "https://github.com/doctrine/annotations/tree/1.14.1"
9907             },
9908             "time": "2022-12-12T12:46:12+00:00"
9909         },
9910         {
9911             "name": "doctrine/deprecations",
9912             "version": "v1.0.0",
9913             "source": {
9914                 "type": "git",
9915                 "url": "https://github.com/doctrine/deprecations.git",
9916                 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
9917             },
9918             "dist": {
9919                 "type": "zip",
9920                 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
9921                 "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
9922                 "shasum": ""
9923             },
9924             "require": {
9925                 "php": "^7.1|^8.0"
9926             },
9927             "require-dev": {
9928                 "doctrine/coding-standard": "^9",
9929                 "phpunit/phpunit": "^7.5|^8.5|^9.5",
9930                 "psr/log": "^1|^2|^3"
9931             },
9932             "suggest": {
9933                 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
9934             },
9935             "type": "library",
9936             "autoload": {
9937                 "psr-4": {
9938                     "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
9939                 }
9940             },
9941             "notification-url": "https://packagist.org/downloads/",
9942             "license": [
9943                 "MIT"
9944             ],
9945             "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.",
9946             "homepage": "https://www.doctrine-project.org/",
9947             "support": {
9948                 "issues": "https://github.com/doctrine/deprecations/issues",
9949                 "source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
9950             },
9951             "time": "2022-05-02T15:47:09+00:00"
9952         },
9953         {
9954             "name": "doctrine/instantiator",
9955             "version": "1.4.1",
9956             "source": {
9957                 "type": "git",
9958                 "url": "https://github.com/doctrine/instantiator.git",
9959                 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
9960             },
9961             "dist": {
9962                 "type": "zip",
9963                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
9964                 "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
9965                 "shasum": ""
9966             },
9967             "require": {
9968                 "php": "^7.1 || ^8.0"
9969             },
9970             "require-dev": {
9971                 "doctrine/coding-standard": "^9",
9972                 "ext-pdo": "*",
9973                 "ext-phar": "*",
9974                 "phpbench/phpbench": "^0.16 || ^1",
9975                 "phpstan/phpstan": "^1.4",
9976                 "phpstan/phpstan-phpunit": "^1",
9977                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
9978                 "vimeo/psalm": "^4.22"
9979             },
9980             "type": "library",
9981             "autoload": {
9982                 "psr-4": {
9983                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
9984                 }
9985             },
9986             "notification-url": "https://packagist.org/downloads/",
9987             "license": [
9988                 "MIT"
9989             ],
9990             "authors": [
9991                 {
9992                     "name": "Marco Pivetta",
9993                     "email": "ocramius@gmail.com",
9994                     "homepage": "https://ocramius.github.io/"
9995                 }
9996             ],
9997             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
9998             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
9999             "keywords": [
10000                 "constructor",
10001                 "instantiate"
10002             ],
10003             "support": {
10004                 "issues": "https://github.com/doctrine/instantiator/issues",
10005                 "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
10006             },
10007             "funding": [
10008                 {
10009                     "url": "https://www.doctrine-project.org/sponsorship.html",
10010                     "type": "custom"
10011                 },
10012                 {
10013                     "url": "https://www.patreon.com/phpdoctrine",
10014                     "type": "patreon"
10015                 },
10016                 {
10017                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
10018                     "type": "tidelift"
10019                 }
10020             ],
10021             "time": "2022-03-03T08:28:38+00:00"
10022         },
10023         {
10024             "name": "doctrine/lexer",
10025             "version": "2.0.0",
10026             "source": {
10027                 "type": "git",
10028                 "url": "https://github.com/doctrine/lexer.git",
10029                 "reference": "3cf140b81e55d5d640f73367d829db7e3023ef69"
10030             },
10031             "dist": {
10032                 "type": "zip",
10033                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/3cf140b81e55d5d640f73367d829db7e3023ef69",
10034                 "reference": "3cf140b81e55d5d640f73367d829db7e3023ef69",
10035                 "shasum": ""
10036             },
10037             "require": {
10038                 "doctrine/deprecations": "^1.0",
10039                 "php": "^7.1 || ^8.0"
10040             },
10041             "require-dev": {
10042                 "doctrine/coding-standard": "^9 || ^10",
10043                 "phpstan/phpstan": "^1.3",
10044                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
10045                 "psalm/plugin-phpunit": "^0.18.3",
10046                 "vimeo/psalm": "^4.11 || ^5.0"
10047             },
10048             "type": "library",
10049             "autoload": {
10050                 "psr-4": {
10051                     "Doctrine\\Common\\Lexer\\": "src"
10052                 }
10053             },
10054             "notification-url": "https://packagist.org/downloads/",
10055             "license": [
10056                 "MIT"
10057             ],
10058             "authors": [
10059                 {
10060                     "name": "Guilherme Blanco",
10061                     "email": "guilhermeblanco@gmail.com"
10062                 },
10063                 {
10064                     "name": "Roman Borschel",
10065                     "email": "roman@code-factory.org"
10066                 },
10067                 {
10068                     "name": "Johannes Schmitt",
10069                     "email": "schmittjoh@gmail.com"
10070                 }
10071             ],
10072             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
10073             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
10074             "keywords": [
10075                 "annotations",
10076                 "docblock",
10077                 "lexer",
10078                 "parser",
10079                 "php"
10080             ],
10081             "support": {
10082                 "issues": "https://github.com/doctrine/lexer/issues",
10083                 "source": "https://github.com/doctrine/lexer/tree/2.0.0"
10084             },
10085             "funding": [
10086                 {
10087                     "url": "https://www.doctrine-project.org/sponsorship.html",
10088                     "type": "custom"
10089                 },
10090                 {
10091                     "url": "https://www.patreon.com/phpdoctrine",
10092                     "type": "patreon"
10093                 },
10094                 {
10095                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
10096                     "type": "tidelift"
10097                 }
10098             ],
10099             "time": "2022-12-11T10:51:23+00:00"
10100         },
10101         {
10102             "name": "phar-io/manifest",
10103             "version": "2.0.3",
10104             "source": {
10105                 "type": "git",
10106                 "url": "https://github.com/phar-io/manifest.git",
10107                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
10108             },
10109             "dist": {
10110                 "type": "zip",
10111                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
10112                 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
10113                 "shasum": ""
10114             },
10115             "require": {
10116                 "ext-dom": "*",
10117                 "ext-phar": "*",
10118                 "ext-xmlwriter": "*",
10119                 "phar-io/version": "^3.0.1",
10120                 "php": "^7.2 || ^8.0"
10121             },
10122             "type": "library",
10123             "extra": {
10124                 "branch-alias": {
10125                     "dev-master": "2.0.x-dev"
10126                 }
10127             },
10128             "autoload": {
10129                 "classmap": [
10130                     "src/"
10131                 ]
10132             },
10133             "notification-url": "https://packagist.org/downloads/",
10134             "license": [
10135                 "BSD-3-Clause"
10136             ],
10137             "authors": [
10138                 {
10139                     "name": "Arne Blankerts",
10140                     "email": "arne@blankerts.de",
10141                     "role": "Developer"
10142                 },
10143                 {
10144                     "name": "Sebastian Heuer",
10145                     "email": "sebastian@phpeople.de",
10146                     "role": "Developer"
10147                 },
10148                 {
10149                     "name": "Sebastian Bergmann",
10150                     "email": "sebastian@phpunit.de",
10151                     "role": "Developer"
10152                 }
10153             ],
10154             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
10155             "support": {
10156                 "issues": "https://github.com/phar-io/manifest/issues",
10157                 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
10158             },
10159             "time": "2021-07-20T11:28:43+00:00"
10160         },
10161         {
10162             "name": "phar-io/version",
10163             "version": "3.2.1",
10164             "source": {
10165                 "type": "git",
10166                 "url": "https://github.com/phar-io/version.git",
10167                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
10168             },
10169             "dist": {
10170                 "type": "zip",
10171                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
10172                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
10173                 "shasum": ""
10174             },
10175             "require": {
10176                 "php": "^7.2 || ^8.0"
10177             },
10178             "type": "library",
10179             "autoload": {
10180                 "classmap": [
10181                     "src/"
10182                 ]
10183             },
10184             "notification-url": "https://packagist.org/downloads/",
10185             "license": [
10186                 "BSD-3-Clause"
10187             ],
10188             "authors": [
10189                 {
10190                     "name": "Arne Blankerts",
10191                     "email": "arne@blankerts.de",
10192                     "role": "Developer"
10193                 },
10194                 {
10195                     "name": "Sebastian Heuer",
10196                     "email": "sebastian@phpeople.de",
10197                     "role": "Developer"
10198                 },
10199                 {
10200                     "name": "Sebastian Bergmann",
10201                     "email": "sebastian@phpunit.de",
10202                     "role": "Developer"
10203                 }
10204             ],
10205             "description": "Library for handling version information and constraints",
10206             "support": {
10207                 "issues": "https://github.com/phar-io/version/issues",
10208                 "source": "https://github.com/phar-io/version/tree/3.2.1"
10209             },
10210             "time": "2022-02-21T01:04:05+00:00"
10211         },
10212         {
10213             "name": "php-webdriver/webdriver",
10214             "version": "1.13.1",
10215             "source": {
10216                 "type": "git",
10217                 "url": "https://github.com/php-webdriver/php-webdriver.git",
10218                 "reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c"
10219             },
10220             "dist": {
10221                 "type": "zip",
10222                 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/6dfe5f814b796c1b5748850aa19f781b9274c36c",
10223                 "reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c",
10224                 "shasum": ""
10225             },
10226             "require": {
10227                 "ext-curl": "*",
10228                 "ext-json": "*",
10229                 "ext-zip": "*",
10230                 "php": "^5.6 || ~7.0 || ^8.0",
10231                 "symfony/polyfill-mbstring": "^1.12",
10232                 "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0"
10233             },
10234             "replace": {
10235                 "facebook/webdriver": "*"
10236             },
10237             "require-dev": {
10238                 "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
10239                 "php-coveralls/php-coveralls": "^2.4",
10240                 "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
10241                 "php-parallel-lint/php-parallel-lint": "^1.2",
10242                 "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
10243                 "squizlabs/php_codesniffer": "^3.5",
10244                 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"
10245             },
10246             "suggest": {
10247                 "ext-SimpleXML": "For Firefox profile creation"
10248             },
10249             "type": "library",
10250             "autoload": {
10251                 "files": [
10252                     "lib/Exception/TimeoutException.php"
10253                 ],
10254                 "psr-4": {
10255                     "Facebook\\WebDriver\\": "lib/"
10256                 }
10257             },
10258             "notification-url": "https://packagist.org/downloads/",
10259             "license": [
10260                 "MIT"
10261             ],
10262             "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
10263             "homepage": "https://github.com/php-webdriver/php-webdriver",
10264             "keywords": [
10265                 "Chromedriver",
10266                 "geckodriver",
10267                 "php",
10268                 "selenium",
10269                 "webdriver"
10270             ],
10271             "support": {
10272                 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
10273                 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.13.1"
10274             },
10275             "time": "2022-10-11T11:49:44+00:00"
10276         },
10277         {
10278             "name": "phpunit/php-code-coverage",
10279             "version": "9.2.20",
10280             "source": {
10281                 "type": "git",
10282                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
10283                 "reference": "af7463c955007de36db0c5e26d03e2f933c2e980"
10284             },
10285             "dist": {
10286                 "type": "zip",
10287                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/af7463c955007de36db0c5e26d03e2f933c2e980",
10288                 "reference": "af7463c955007de36db0c5e26d03e2f933c2e980",
10289                 "shasum": ""
10290             },
10291             "require": {
10292                 "ext-dom": "*",
10293                 "ext-libxml": "*",
10294                 "ext-xmlwriter": "*",
10295                 "nikic/php-parser": "^4.14",
10296                 "php": ">=7.3",
10297                 "phpunit/php-file-iterator": "^3.0.3",
10298                 "phpunit/php-text-template": "^2.0.2",
10299                 "sebastian/code-unit-reverse-lookup": "^2.0.2",
10300                 "sebastian/complexity": "^2.0",
10301                 "sebastian/environment": "^5.1.2",
10302                 "sebastian/lines-of-code": "^1.0.3",
10303                 "sebastian/version": "^3.0.1",
10304                 "theseer/tokenizer": "^1.2.0"
10305             },
10306             "require-dev": {
10307                 "phpunit/phpunit": "^9.3"
10308             },
10309             "suggest": {
10310                 "ext-pcov": "*",
10311                 "ext-xdebug": "*"
10312             },
10313             "type": "library",
10314             "extra": {
10315                 "branch-alias": {
10316                     "dev-master": "9.2-dev"
10317                 }
10318             },
10319             "autoload": {
10320                 "classmap": [
10321                     "src/"
10322                 ]
10323             },
10324             "notification-url": "https://packagist.org/downloads/",
10325             "license": [
10326                 "BSD-3-Clause"
10327             ],
10328             "authors": [
10329                 {
10330                     "name": "Sebastian Bergmann",
10331                     "email": "sebastian@phpunit.de",
10332                     "role": "lead"
10333                 }
10334             ],
10335             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
10336             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
10337             "keywords": [
10338                 "coverage",
10339                 "testing",
10340                 "xunit"
10341             ],
10342             "support": {
10343                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
10344                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.20"
10345             },
10346             "funding": [
10347                 {
10348                     "url": "https://github.com/sebastianbergmann",
10349                     "type": "github"
10350                 }
10351             ],
10352             "time": "2022-12-13T07:49:28+00:00"
10353         },
10354         {
10355             "name": "phpunit/php-file-iterator",
10356             "version": "3.0.6",
10357             "source": {
10358                 "type": "git",
10359                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
10360                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
10361             },
10362             "dist": {
10363                 "type": "zip",
10364                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
10365                 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
10366                 "shasum": ""
10367             },
10368             "require": {
10369                 "php": ">=7.3"
10370             },
10371             "require-dev": {
10372                 "phpunit/phpunit": "^9.3"
10373             },
10374             "type": "library",
10375             "extra": {
10376                 "branch-alias": {
10377                     "dev-master": "3.0-dev"
10378                 }
10379             },
10380             "autoload": {
10381                 "classmap": [
10382                     "src/"
10383                 ]
10384             },
10385             "notification-url": "https://packagist.org/downloads/",
10386             "license": [
10387                 "BSD-3-Clause"
10388             ],
10389             "authors": [
10390                 {
10391                     "name": "Sebastian Bergmann",
10392                     "email": "sebastian@phpunit.de",
10393                     "role": "lead"
10394                 }
10395             ],
10396             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
10397             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
10398             "keywords": [
10399                 "filesystem",
10400                 "iterator"
10401             ],
10402             "support": {
10403                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
10404                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
10405             },
10406             "funding": [
10407                 {
10408                     "url": "https://github.com/sebastianbergmann",
10409                     "type": "github"
10410                 }
10411             ],
10412             "time": "2021-12-02T12:48:52+00:00"
10413         },
10414         {
10415             "name": "phpunit/php-invoker",
10416             "version": "3.1.1",
10417             "source": {
10418                 "type": "git",
10419                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
10420                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
10421             },
10422             "dist": {
10423                 "type": "zip",
10424                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
10425                 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
10426                 "shasum": ""
10427             },
10428             "require": {
10429                 "php": ">=7.3"
10430             },
10431             "require-dev": {
10432                 "ext-pcntl": "*",
10433                 "phpunit/phpunit": "^9.3"
10434             },
10435             "suggest": {
10436                 "ext-pcntl": "*"
10437             },
10438             "type": "library",
10439             "extra": {
10440                 "branch-alias": {
10441                     "dev-master": "3.1-dev"
10442                 }
10443             },
10444             "autoload": {
10445                 "classmap": [
10446                     "src/"
10447                 ]
10448             },
10449             "notification-url": "https://packagist.org/downloads/",
10450             "license": [
10451                 "BSD-3-Clause"
10452             ],
10453             "authors": [
10454                 {
10455                     "name": "Sebastian Bergmann",
10456                     "email": "sebastian@phpunit.de",
10457                     "role": "lead"
10458                 }
10459             ],
10460             "description": "Invoke callables with a timeout",
10461             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
10462             "keywords": [
10463                 "process"
10464             ],
10465             "support": {
10466                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
10467                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
10468             },
10469             "funding": [
10470                 {
10471                     "url": "https://github.com/sebastianbergmann",
10472                     "type": "github"
10473                 }
10474             ],
10475             "time": "2020-09-28T05:58:55+00:00"
10476         },
10477         {
10478             "name": "phpunit/php-text-template",
10479             "version": "2.0.4",
10480             "source": {
10481                 "type": "git",
10482                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
10483                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
10484             },
10485             "dist": {
10486                 "type": "zip",
10487                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
10488                 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
10489                 "shasum": ""
10490             },
10491             "require": {
10492                 "php": ">=7.3"
10493             },
10494             "require-dev": {
10495                 "phpunit/phpunit": "^9.3"
10496             },
10497             "type": "library",
10498             "extra": {
10499                 "branch-alias": {
10500                     "dev-master": "2.0-dev"
10501                 }
10502             },
10503             "autoload": {
10504                 "classmap": [
10505                     "src/"
10506                 ]
10507             },
10508             "notification-url": "https://packagist.org/downloads/",
10509             "license": [
10510                 "BSD-3-Clause"
10511             ],
10512             "authors": [
10513                 {
10514                     "name": "Sebastian Bergmann",
10515                     "email": "sebastian@phpunit.de",
10516                     "role": "lead"
10517                 }
10518             ],
10519             "description": "Simple template engine.",
10520             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
10521             "keywords": [
10522                 "template"
10523             ],
10524             "support": {
10525                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
10526                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
10527             },
10528             "funding": [
10529                 {
10530                     "url": "https://github.com/sebastianbergmann",
10531                     "type": "github"
10532                 }
10533             ],
10534             "time": "2020-10-26T05:33:50+00:00"
10535         },
10536         {
10537             "name": "phpunit/php-timer",
10538             "version": "5.0.3",
10539             "source": {
10540                 "type": "git",
10541                 "url": "https://github.com/sebastianbergmann/php-timer.git",
10542                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
10543             },
10544             "dist": {
10545                 "type": "zip",
10546                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
10547                 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
10548                 "shasum": ""
10549             },
10550             "require": {
10551                 "php": ">=7.3"
10552             },
10553             "require-dev": {
10554                 "phpunit/phpunit": "^9.3"
10555             },
10556             "type": "library",
10557             "extra": {
10558                 "branch-alias": {
10559                     "dev-master": "5.0-dev"
10560                 }
10561             },
10562             "autoload": {
10563                 "classmap": [
10564                     "src/"
10565                 ]
10566             },
10567             "notification-url": "https://packagist.org/downloads/",
10568             "license": [
10569                 "BSD-3-Clause"
10570             ],
10571             "authors": [
10572                 {
10573                     "name": "Sebastian Bergmann",
10574                     "email": "sebastian@phpunit.de",
10575                     "role": "lead"
10576                 }
10577             ],
10578             "description": "Utility class for timing",
10579             "homepage": "https://github.com/sebastianbergmann/php-timer/",
10580             "keywords": [
10581                 "timer"
10582             ],
10583             "support": {
10584                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
10585                 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
10586             },
10587             "funding": [
10588                 {
10589                     "url": "https://github.com/sebastianbergmann",
10590                     "type": "github"
10591                 }
10592             ],
10593             "time": "2020-10-26T13:16:10+00:00"
10594         },
10595         {
10596             "name": "phpunit/phpunit",
10597             "version": "9.5.27",
10598             "source": {
10599                 "type": "git",
10600                 "url": "https://github.com/sebastianbergmann/phpunit.git",
10601                 "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38"
10602             },
10603             "dist": {
10604                 "type": "zip",
10605                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38",
10606                 "reference": "a2bc7ffdca99f92d959b3f2270529334030bba38",
10607                 "shasum": ""
10608             },
10609             "require": {
10610                 "doctrine/instantiator": "^1.3.1",
10611                 "ext-dom": "*",
10612                 "ext-json": "*",
10613                 "ext-libxml": "*",
10614                 "ext-mbstring": "*",
10615                 "ext-xml": "*",
10616                 "ext-xmlwriter": "*",
10617                 "myclabs/deep-copy": "^1.10.1",
10618                 "phar-io/manifest": "^2.0.3",
10619                 "phar-io/version": "^3.0.2",
10620                 "php": ">=7.3",
10621                 "phpunit/php-code-coverage": "^9.2.13",
10622                 "phpunit/php-file-iterator": "^3.0.5",
10623                 "phpunit/php-invoker": "^3.1.1",
10624                 "phpunit/php-text-template": "^2.0.3",
10625                 "phpunit/php-timer": "^5.0.2",
10626                 "sebastian/cli-parser": "^1.0.1",
10627                 "sebastian/code-unit": "^1.0.6",
10628                 "sebastian/comparator": "^4.0.8",
10629                 "sebastian/diff": "^4.0.3",
10630                 "sebastian/environment": "^5.1.3",
10631                 "sebastian/exporter": "^4.0.5",
10632                 "sebastian/global-state": "^5.0.1",
10633                 "sebastian/object-enumerator": "^4.0.3",
10634                 "sebastian/resource-operations": "^3.0.3",
10635                 "sebastian/type": "^3.2",
10636                 "sebastian/version": "^3.0.2"
10637             },
10638             "suggest": {
10639                 "ext-soap": "*",
10640                 "ext-xdebug": "*"
10641             },
10642             "bin": [
10643                 "phpunit"
10644             ],
10645             "type": "library",
10646             "extra": {
10647                 "branch-alias": {
10648                     "dev-master": "9.5-dev"
10649                 }
10650             },
10651             "autoload": {
10652                 "files": [
10653                     "src/Framework/Assert/Functions.php"
10654                 ],
10655                 "classmap": [
10656                     "src/"
10657                 ]
10658             },
10659             "notification-url": "https://packagist.org/downloads/",
10660             "license": [
10661                 "BSD-3-Clause"
10662             ],
10663             "authors": [
10664                 {
10665                     "name": "Sebastian Bergmann",
10666                     "email": "sebastian@phpunit.de",
10667                     "role": "lead"
10668                 }
10669             ],
10670             "description": "The PHP Unit Testing framework.",
10671             "homepage": "https://phpunit.de/",
10672             "keywords": [
10673                 "phpunit",
10674                 "testing",
10675                 "xunit"
10676             ],
10677             "support": {
10678                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
10679                 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27"
10680             },
10681             "funding": [
10682                 {
10683                     "url": "https://phpunit.de/sponsors.html",
10684                     "type": "custom"
10685                 },
10686                 {
10687                     "url": "https://github.com/sebastianbergmann",
10688                     "type": "github"
10689                 },
10690                 {
10691                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
10692                     "type": "tidelift"
10693                 }
10694             ],
10695             "time": "2022-12-09T07:31:23+00:00"
10696         },
10697         {
10698             "name": "sebastian/cli-parser",
10699             "version": "1.0.1",
10700             "source": {
10701                 "type": "git",
10702                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
10703                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
10704             },
10705             "dist": {
10706                 "type": "zip",
10707                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
10708                 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
10709                 "shasum": ""
10710             },
10711             "require": {
10712                 "php": ">=7.3"
10713             },
10714             "require-dev": {
10715                 "phpunit/phpunit": "^9.3"
10716             },
10717             "type": "library",
10718             "extra": {
10719                 "branch-alias": {
10720                     "dev-master": "1.0-dev"
10721                 }
10722             },
10723             "autoload": {
10724                 "classmap": [
10725                     "src/"
10726                 ]
10727             },
10728             "notification-url": "https://packagist.org/downloads/",
10729             "license": [
10730                 "BSD-3-Clause"
10731             ],
10732             "authors": [
10733                 {
10734                     "name": "Sebastian Bergmann",
10735                     "email": "sebastian@phpunit.de",
10736                     "role": "lead"
10737                 }
10738             ],
10739             "description": "Library for parsing CLI options",
10740             "homepage": "https://github.com/sebastianbergmann/cli-parser",
10741             "support": {
10742                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
10743                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
10744             },
10745             "funding": [
10746                 {
10747                     "url": "https://github.com/sebastianbergmann",
10748                     "type": "github"
10749                 }
10750             ],
10751             "time": "2020-09-28T06:08:49+00:00"
10752         },
10753         {
10754             "name": "sebastian/code-unit",
10755             "version": "1.0.8",
10756             "source": {
10757                 "type": "git",
10758                 "url": "https://github.com/sebastianbergmann/code-unit.git",
10759                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
10760             },
10761             "dist": {
10762                 "type": "zip",
10763                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
10764                 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
10765                 "shasum": ""
10766             },
10767             "require": {
10768                 "php": ">=7.3"
10769             },
10770             "require-dev": {
10771                 "phpunit/phpunit": "^9.3"
10772             },
10773             "type": "library",
10774             "extra": {
10775                 "branch-alias": {
10776                     "dev-master": "1.0-dev"
10777                 }
10778             },
10779             "autoload": {
10780                 "classmap": [
10781                     "src/"
10782                 ]
10783             },
10784             "notification-url": "https://packagist.org/downloads/",
10785             "license": [
10786                 "BSD-3-Clause"
10787             ],
10788             "authors": [
10789                 {
10790                     "name": "Sebastian Bergmann",
10791                     "email": "sebastian@phpunit.de",
10792                     "role": "lead"
10793                 }
10794             ],
10795             "description": "Collection of value objects that represent the PHP code units",
10796             "homepage": "https://github.com/sebastianbergmann/code-unit",
10797             "support": {
10798                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
10799                 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
10800             },
10801             "funding": [
10802                 {
10803                     "url": "https://github.com/sebastianbergmann",
10804                     "type": "github"
10805                 }
10806             ],
10807             "time": "2020-10-26T13:08:54+00:00"
10808         },
10809         {
10810             "name": "sebastian/code-unit-reverse-lookup",
10811             "version": "2.0.3",
10812             "source": {
10813                 "type": "git",
10814                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
10815                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
10816             },
10817             "dist": {
10818                 "type": "zip",
10819                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
10820                 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
10821                 "shasum": ""
10822             },
10823             "require": {
10824                 "php": ">=7.3"
10825             },
10826             "require-dev": {
10827                 "phpunit/phpunit": "^9.3"
10828             },
10829             "type": "library",
10830             "extra": {
10831                 "branch-alias": {
10832                     "dev-master": "2.0-dev"
10833                 }
10834             },
10835             "autoload": {
10836                 "classmap": [
10837                     "src/"
10838                 ]
10839             },
10840             "notification-url": "https://packagist.org/downloads/",
10841             "license": [
10842                 "BSD-3-Clause"
10843             ],
10844             "authors": [
10845                 {
10846                     "name": "Sebastian Bergmann",
10847                     "email": "sebastian@phpunit.de"
10848                 }
10849             ],
10850             "description": "Looks up which function or method a line of code belongs to",
10851             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
10852             "support": {
10853                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
10854                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
10855             },
10856             "funding": [
10857                 {
10858                     "url": "https://github.com/sebastianbergmann",
10859                     "type": "github"
10860                 }
10861             ],
10862             "time": "2020-09-28T05:30:19+00:00"
10863         },
10864         {
10865             "name": "sebastian/comparator",
10866             "version": "4.0.8",
10867             "source": {
10868                 "type": "git",
10869                 "url": "https://github.com/sebastianbergmann/comparator.git",
10870                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
10871             },
10872             "dist": {
10873                 "type": "zip",
10874                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
10875                 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
10876                 "shasum": ""
10877             },
10878             "require": {
10879                 "php": ">=7.3",
10880                 "sebastian/diff": "^4.0",
10881                 "sebastian/exporter": "^4.0"
10882             },
10883             "require-dev": {
10884                 "phpunit/phpunit": "^9.3"
10885             },
10886             "type": "library",
10887             "extra": {
10888                 "branch-alias": {
10889                     "dev-master": "4.0-dev"
10890                 }
10891             },
10892             "autoload": {
10893                 "classmap": [
10894                     "src/"
10895                 ]
10896             },
10897             "notification-url": "https://packagist.org/downloads/",
10898             "license": [
10899                 "BSD-3-Clause"
10900             ],
10901             "authors": [
10902                 {
10903                     "name": "Sebastian Bergmann",
10904                     "email": "sebastian@phpunit.de"
10905                 },
10906                 {
10907                     "name": "Jeff Welch",
10908                     "email": "whatthejeff@gmail.com"
10909                 },
10910                 {
10911                     "name": "Volker Dusch",
10912                     "email": "github@wallbash.com"
10913                 },
10914                 {
10915                     "name": "Bernhard Schussek",
10916                     "email": "bschussek@2bepublished.at"
10917                 }
10918             ],
10919             "description": "Provides the functionality to compare PHP values for equality",
10920             "homepage": "https://github.com/sebastianbergmann/comparator",
10921             "keywords": [
10922                 "comparator",
10923                 "compare",
10924                 "equality"
10925             ],
10926             "support": {
10927                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
10928                 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
10929             },
10930             "funding": [
10931                 {
10932                     "url": "https://github.com/sebastianbergmann",
10933                     "type": "github"
10934                 }
10935             ],
10936             "time": "2022-09-14T12:41:17+00:00"
10937         },
10938         {
10939             "name": "sebastian/complexity",
10940             "version": "2.0.2",
10941             "source": {
10942                 "type": "git",
10943                 "url": "https://github.com/sebastianbergmann/complexity.git",
10944                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
10945             },
10946             "dist": {
10947                 "type": "zip",
10948                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
10949                 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
10950                 "shasum": ""
10951             },
10952             "require": {
10953                 "nikic/php-parser": "^4.7",
10954                 "php": ">=7.3"
10955             },
10956             "require-dev": {
10957                 "phpunit/phpunit": "^9.3"
10958             },
10959             "type": "library",
10960             "extra": {
10961                 "branch-alias": {
10962                     "dev-master": "2.0-dev"
10963                 }
10964             },
10965             "autoload": {
10966                 "classmap": [
10967                     "src/"
10968                 ]
10969             },
10970             "notification-url": "https://packagist.org/downloads/",
10971             "license": [
10972                 "BSD-3-Clause"
10973             ],
10974             "authors": [
10975                 {
10976                     "name": "Sebastian Bergmann",
10977                     "email": "sebastian@phpunit.de",
10978                     "role": "lead"
10979                 }
10980             ],
10981             "description": "Library for calculating the complexity of PHP code units",
10982             "homepage": "https://github.com/sebastianbergmann/complexity",
10983             "support": {
10984                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
10985                 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
10986             },
10987             "funding": [
10988                 {
10989                     "url": "https://github.com/sebastianbergmann",
10990                     "type": "github"
10991                 }
10992             ],
10993             "time": "2020-10-26T15:52:27+00:00"
10994         },
10995         {
10996             "name": "sebastian/diff",
10997             "version": "4.0.4",
10998             "source": {
10999                 "type": "git",
11000                 "url": "https://github.com/sebastianbergmann/diff.git",
11001                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
11002             },
11003             "dist": {
11004                 "type": "zip",
11005                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
11006                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
11007                 "shasum": ""
11008             },
11009             "require": {
11010                 "php": ">=7.3"
11011             },
11012             "require-dev": {
11013                 "phpunit/phpunit": "^9.3",
11014                 "symfony/process": "^4.2 || ^5"
11015             },
11016             "type": "library",
11017             "extra": {
11018                 "branch-alias": {
11019                     "dev-master": "4.0-dev"
11020                 }
11021             },
11022             "autoload": {
11023                 "classmap": [
11024                     "src/"
11025                 ]
11026             },
11027             "notification-url": "https://packagist.org/downloads/",
11028             "license": [
11029                 "BSD-3-Clause"
11030             ],
11031             "authors": [
11032                 {
11033                     "name": "Sebastian Bergmann",
11034                     "email": "sebastian@phpunit.de"
11035                 },
11036                 {
11037                     "name": "Kore Nordmann",
11038                     "email": "mail@kore-nordmann.de"
11039                 }
11040             ],
11041             "description": "Diff implementation",
11042             "homepage": "https://github.com/sebastianbergmann/diff",
11043             "keywords": [
11044                 "diff",
11045                 "udiff",
11046                 "unidiff",
11047                 "unified diff"
11048             ],
11049             "support": {
11050                 "issues": "https://github.com/sebastianbergmann/diff/issues",
11051                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
11052             },
11053             "funding": [
11054                 {
11055                     "url": "https://github.com/sebastianbergmann",
11056                     "type": "github"
11057                 }
11058             ],
11059             "time": "2020-10-26T13:10:38+00:00"
11060         },
11061         {
11062             "name": "sebastian/environment",
11063             "version": "5.1.4",
11064             "source": {
11065                 "type": "git",
11066                 "url": "https://github.com/sebastianbergmann/environment.git",
11067                 "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
11068             },
11069             "dist": {
11070                 "type": "zip",
11071                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
11072                 "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
11073                 "shasum": ""
11074             },
11075             "require": {
11076                 "php": ">=7.3"
11077             },
11078             "require-dev": {
11079                 "phpunit/phpunit": "^9.3"
11080             },
11081             "suggest": {
11082                 "ext-posix": "*"
11083             },
11084             "type": "library",
11085             "extra": {
11086                 "branch-alias": {
11087                     "dev-master": "5.1-dev"
11088                 }
11089             },
11090             "autoload": {
11091                 "classmap": [
11092                     "src/"
11093                 ]
11094             },
11095             "notification-url": "https://packagist.org/downloads/",
11096             "license": [
11097                 "BSD-3-Clause"
11098             ],
11099             "authors": [
11100                 {
11101                     "name": "Sebastian Bergmann",
11102                     "email": "sebastian@phpunit.de"
11103                 }
11104             ],
11105             "description": "Provides functionality to handle HHVM/PHP environments",
11106             "homepage": "http://www.github.com/sebastianbergmann/environment",
11107             "keywords": [
11108                 "Xdebug",
11109                 "environment",
11110                 "hhvm"
11111             ],
11112             "support": {
11113                 "issues": "https://github.com/sebastianbergmann/environment/issues",
11114                 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
11115             },
11116             "funding": [
11117                 {
11118                     "url": "https://github.com/sebastianbergmann",
11119                     "type": "github"
11120                 }
11121             ],
11122             "time": "2022-04-03T09:37:03+00:00"
11123         },
11124         {
11125             "name": "sebastian/exporter",
11126             "version": "4.0.5",
11127             "source": {
11128                 "type": "git",
11129                 "url": "https://github.com/sebastianbergmann/exporter.git",
11130                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
11131             },
11132             "dist": {
11133                 "type": "zip",
11134                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
11135                 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
11136                 "shasum": ""
11137             },
11138             "require": {
11139                 "php": ">=7.3",
11140                 "sebastian/recursion-context": "^4.0"
11141             },
11142             "require-dev": {
11143                 "ext-mbstring": "*",
11144                 "phpunit/phpunit": "^9.3"
11145             },
11146             "type": "library",
11147             "extra": {
11148                 "branch-alias": {
11149                     "dev-master": "4.0-dev"
11150                 }
11151             },
11152             "autoload": {
11153                 "classmap": [
11154                     "src/"
11155                 ]
11156             },
11157             "notification-url": "https://packagist.org/downloads/",
11158             "license": [
11159                 "BSD-3-Clause"
11160             ],
11161             "authors": [
11162                 {
11163                     "name": "Sebastian Bergmann",
11164                     "email": "sebastian@phpunit.de"
11165                 },
11166                 {
11167                     "name": "Jeff Welch",
11168                     "email": "whatthejeff@gmail.com"
11169                 },
11170                 {
11171                     "name": "Volker Dusch",
11172                     "email": "github@wallbash.com"
11173                 },
11174                 {
11175                     "name": "Adam Harvey",
11176                     "email": "aharvey@php.net"
11177                 },
11178                 {
11179                     "name": "Bernhard Schussek",
11180                     "email": "bschussek@gmail.com"
11181                 }
11182             ],
11183             "description": "Provides the functionality to export PHP variables for visualization",
11184             "homepage": "https://www.github.com/sebastianbergmann/exporter",
11185             "keywords": [
11186                 "export",
11187                 "exporter"
11188             ],
11189             "support": {
11190                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
11191                 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
11192             },
11193             "funding": [
11194                 {
11195                     "url": "https://github.com/sebastianbergmann",
11196                     "type": "github"
11197                 }
11198             ],
11199             "time": "2022-09-14T06:03:37+00:00"
11200         },
11201         {
11202             "name": "sebastian/global-state",
11203             "version": "5.0.5",
11204             "source": {
11205                 "type": "git",
11206                 "url": "https://github.com/sebastianbergmann/global-state.git",
11207                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
11208             },
11209             "dist": {
11210                 "type": "zip",
11211                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
11212                 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
11213                 "shasum": ""
11214             },
11215             "require": {
11216                 "php": ">=7.3",
11217                 "sebastian/object-reflector": "^2.0",
11218                 "sebastian/recursion-context": "^4.0"
11219             },
11220             "require-dev": {
11221                 "ext-dom": "*",
11222                 "phpunit/phpunit": "^9.3"
11223             },
11224             "suggest": {
11225                 "ext-uopz": "*"
11226             },
11227             "type": "library",
11228             "extra": {
11229                 "branch-alias": {
11230                     "dev-master": "5.0-dev"
11231                 }
11232             },
11233             "autoload": {
11234                 "classmap": [
11235                     "src/"
11236                 ]
11237             },
11238             "notification-url": "https://packagist.org/downloads/",
11239             "license": [
11240                 "BSD-3-Clause"
11241             ],
11242             "authors": [
11243                 {
11244                     "name": "Sebastian Bergmann",
11245                     "email": "sebastian@phpunit.de"
11246                 }
11247             ],
11248             "description": "Snapshotting of global state",
11249             "homepage": "http://www.github.com/sebastianbergmann/global-state",
11250             "keywords": [
11251                 "global state"
11252             ],
11253             "support": {
11254                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
11255                 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
11256             },
11257             "funding": [
11258                 {
11259                     "url": "https://github.com/sebastianbergmann",
11260                     "type": "github"
11261                 }
11262             ],
11263             "time": "2022-02-14T08:28:10+00:00"
11264         },
11265         {
11266             "name": "sebastian/lines-of-code",
11267             "version": "1.0.3",
11268             "source": {
11269                 "type": "git",
11270                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
11271                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
11272             },
11273             "dist": {
11274                 "type": "zip",
11275                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
11276                 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
11277                 "shasum": ""
11278             },
11279             "require": {
11280                 "nikic/php-parser": "^4.6",
11281                 "php": ">=7.3"
11282             },
11283             "require-dev": {
11284                 "phpunit/phpunit": "^9.3"
11285             },
11286             "type": "library",
11287             "extra": {
11288                 "branch-alias": {
11289                     "dev-master": "1.0-dev"
11290                 }
11291             },
11292             "autoload": {
11293                 "classmap": [
11294                     "src/"
11295                 ]
11296             },
11297             "notification-url": "https://packagist.org/downloads/",
11298             "license": [
11299                 "BSD-3-Clause"
11300             ],
11301             "authors": [
11302                 {
11303                     "name": "Sebastian Bergmann",
11304                     "email": "sebastian@phpunit.de",
11305                     "role": "lead"
11306                 }
11307             ],
11308             "description": "Library for counting the lines of code in PHP source code",
11309             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
11310             "support": {
11311                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
11312                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
11313             },
11314             "funding": [
11315                 {
11316                     "url": "https://github.com/sebastianbergmann",
11317                     "type": "github"
11318                 }
11319             ],
11320             "time": "2020-11-28T06:42:11+00:00"
11321         },
11322         {
11323             "name": "sebastian/object-enumerator",
11324             "version": "4.0.4",
11325             "source": {
11326                 "type": "git",
11327                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
11328                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
11329             },
11330             "dist": {
11331                 "type": "zip",
11332                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
11333                 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
11334                 "shasum": ""
11335             },
11336             "require": {
11337                 "php": ">=7.3",
11338                 "sebastian/object-reflector": "^2.0",
11339                 "sebastian/recursion-context": "^4.0"
11340             },
11341             "require-dev": {
11342                 "phpunit/phpunit": "^9.3"
11343             },
11344             "type": "library",
11345             "extra": {
11346                 "branch-alias": {
11347                     "dev-master": "4.0-dev"
11348                 }
11349             },
11350             "autoload": {
11351                 "classmap": [
11352                     "src/"
11353                 ]
11354             },
11355             "notification-url": "https://packagist.org/downloads/",
11356             "license": [
11357                 "BSD-3-Clause"
11358             ],
11359             "authors": [
11360                 {
11361                     "name": "Sebastian Bergmann",
11362                     "email": "sebastian@phpunit.de"
11363                 }
11364             ],
11365             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
11366             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
11367             "support": {
11368                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
11369                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
11370             },
11371             "funding": [
11372                 {
11373                     "url": "https://github.com/sebastianbergmann",
11374                     "type": "github"
11375                 }
11376             ],
11377             "time": "2020-10-26T13:12:34+00:00"
11378         },
11379         {
11380             "name": "sebastian/object-reflector",
11381             "version": "2.0.4",
11382             "source": {
11383                 "type": "git",
11384                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
11385                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
11386             },
11387             "dist": {
11388                 "type": "zip",
11389                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
11390                 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
11391                 "shasum": ""
11392             },
11393             "require": {
11394                 "php": ">=7.3"
11395             },
11396             "require-dev": {
11397                 "phpunit/phpunit": "^9.3"
11398             },
11399             "type": "library",
11400             "extra": {
11401                 "branch-alias": {
11402                     "dev-master": "2.0-dev"
11403                 }
11404             },
11405             "autoload": {
11406                 "classmap": [
11407                     "src/"
11408                 ]
11409             },
11410             "notification-url": "https://packagist.org/downloads/",
11411             "license": [
11412                 "BSD-3-Clause"
11413             ],
11414             "authors": [
11415                 {
11416                     "name": "Sebastian Bergmann",
11417                     "email": "sebastian@phpunit.de"
11418                 }
11419             ],
11420             "description": "Allows reflection of object attributes, including inherited and non-public ones",
11421             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
11422             "support": {
11423                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
11424                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
11425             },
11426             "funding": [
11427                 {
11428                     "url": "https://github.com/sebastianbergmann",
11429                     "type": "github"
11430                 }
11431             ],
11432             "time": "2020-10-26T13:14:26+00:00"
11433         },
11434         {
11435             "name": "sebastian/recursion-context",
11436             "version": "4.0.4",
11437             "source": {
11438                 "type": "git",
11439                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
11440                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
11441             },
11442             "dist": {
11443                 "type": "zip",
11444                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
11445                 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
11446                 "shasum": ""
11447             },
11448             "require": {
11449                 "php": ">=7.3"
11450             },
11451             "require-dev": {
11452                 "phpunit/phpunit": "^9.3"
11453             },
11454             "type": "library",
11455             "extra": {
11456                 "branch-alias": {
11457                     "dev-master": "4.0-dev"
11458                 }
11459             },
11460             "autoload": {
11461                 "classmap": [
11462                     "src/"
11463                 ]
11464             },
11465             "notification-url": "https://packagist.org/downloads/",
11466             "license": [
11467                 "BSD-3-Clause"
11468             ],
11469             "authors": [
11470                 {
11471                     "name": "Sebastian Bergmann",
11472                     "email": "sebastian@phpunit.de"
11473                 },
11474                 {
11475                     "name": "Jeff Welch",
11476                     "email": "whatthejeff@gmail.com"
11477                 },
11478                 {
11479                     "name": "Adam Harvey",
11480                     "email": "aharvey@php.net"
11481                 }
11482             ],
11483             "description": "Provides functionality to recursively process PHP variables",
11484             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
11485             "support": {
11486                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
11487                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
11488             },
11489             "funding": [
11490                 {
11491                     "url": "https://github.com/sebastianbergmann",
11492                     "type": "github"
11493                 }
11494             ],
11495             "time": "2020-10-26T13:17:30+00:00"
11496         },
11497         {
11498             "name": "sebastian/resource-operations",
11499             "version": "3.0.3",
11500             "source": {
11501                 "type": "git",
11502                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
11503                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
11504             },
11505             "dist": {
11506                 "type": "zip",
11507                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
11508                 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
11509                 "shasum": ""
11510             },
11511             "require": {
11512                 "php": ">=7.3"
11513             },
11514             "require-dev": {
11515                 "phpunit/phpunit": "^9.0"
11516             },
11517             "type": "library",
11518             "extra": {
11519                 "branch-alias": {
11520                     "dev-master": "3.0-dev"
11521                 }
11522             },
11523             "autoload": {
11524                 "classmap": [
11525                     "src/"
11526                 ]
11527             },
11528             "notification-url": "https://packagist.org/downloads/",
11529             "license": [
11530                 "BSD-3-Clause"
11531             ],
11532             "authors": [
11533                 {
11534                     "name": "Sebastian Bergmann",
11535                     "email": "sebastian@phpunit.de"
11536                 }
11537             ],
11538             "description": "Provides a list of PHP built-in functions that operate on resources",
11539             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
11540             "support": {
11541                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
11542                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
11543             },
11544             "funding": [
11545                 {
11546                     "url": "https://github.com/sebastianbergmann",
11547                     "type": "github"
11548                 }
11549             ],
11550             "time": "2020-09-28T06:45:17+00:00"
11551         },
11552         {
11553             "name": "sebastian/type",
11554             "version": "3.2.0",
11555             "source": {
11556                 "type": "git",
11557                 "url": "https://github.com/sebastianbergmann/type.git",
11558                 "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
11559             },
11560             "dist": {
11561                 "type": "zip",
11562                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
11563                 "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
11564                 "shasum": ""
11565             },
11566             "require": {
11567                 "php": ">=7.3"
11568             },
11569             "require-dev": {
11570                 "phpunit/phpunit": "^9.5"
11571             },
11572             "type": "library",
11573             "extra": {
11574                 "branch-alias": {
11575                     "dev-master": "3.2-dev"
11576                 }
11577             },
11578             "autoload": {
11579                 "classmap": [
11580                     "src/"
11581                 ]
11582             },
11583             "notification-url": "https://packagist.org/downloads/",
11584             "license": [
11585                 "BSD-3-Clause"
11586             ],
11587             "authors": [
11588                 {
11589                     "name": "Sebastian Bergmann",
11590                     "email": "sebastian@phpunit.de",
11591                     "role": "lead"
11592                 }
11593             ],
11594             "description": "Collection of value objects that represent the types of the PHP type system",
11595             "homepage": "https://github.com/sebastianbergmann/type",
11596             "support": {
11597                 "issues": "https://github.com/sebastianbergmann/type/issues",
11598                 "source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
11599             },
11600             "funding": [
11601                 {
11602                     "url": "https://github.com/sebastianbergmann",
11603                     "type": "github"
11604                 }
11605             ],
11606             "time": "2022-09-12T14:47:03+00:00"
11607         },
11608         {
11609             "name": "sebastian/version",
11610             "version": "3.0.2",
11611             "source": {
11612                 "type": "git",
11613                 "url": "https://github.com/sebastianbergmann/version.git",
11614                 "reference": "c6c1022351a901512170118436c764e473f6de8c"
11615             },
11616             "dist": {
11617                 "type": "zip",
11618                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
11619                 "reference": "c6c1022351a901512170118436c764e473f6de8c",
11620                 "shasum": ""
11621             },
11622             "require": {
11623                 "php": ">=7.3"
11624             },
11625             "type": "library",
11626             "extra": {
11627                 "branch-alias": {
11628                     "dev-master": "3.0-dev"
11629                 }
11630             },
11631             "autoload": {
11632                 "classmap": [
11633                     "src/"
11634                 ]
11635             },
11636             "notification-url": "https://packagist.org/downloads/",
11637             "license": [
11638                 "BSD-3-Clause"
11639             ],
11640             "authors": [
11641                 {
11642                     "name": "Sebastian Bergmann",
11643                     "email": "sebastian@phpunit.de",
11644                     "role": "lead"
11645                 }
11646             ],
11647             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
11648             "homepage": "https://github.com/sebastianbergmann/version",
11649             "support": {
11650                 "issues": "https://github.com/sebastianbergmann/version/issues",
11651                 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
11652             },
11653             "funding": [
11654                 {
11655                     "url": "https://github.com/sebastianbergmann",
11656                     "type": "github"
11657                 }
11658             ],
11659             "time": "2020-09-28T06:39:44+00:00"
11660         },
11661         {
11662             "name": "symfony/browser-kit",
11663             "version": "v5.4.11",
11664             "source": {
11665                 "type": "git",
11666                 "url": "https://github.com/symfony/browser-kit.git",
11667                 "reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027"
11668             },
11669             "dist": {
11670                 "type": "zip",
11671                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/081fe28a26b6bd671dea85ef3a4b5003f3c88027",
11672                 "reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027",
11673                 "shasum": ""
11674             },
11675             "require": {
11676                 "php": ">=7.2.5",
11677                 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
11678                 "symfony/polyfill-php80": "^1.16"
11679             },
11680             "require-dev": {
11681                 "symfony/css-selector": "^4.4|^5.0|^6.0",
11682                 "symfony/http-client": "^4.4|^5.0|^6.0",
11683                 "symfony/mime": "^4.4|^5.0|^6.0",
11684                 "symfony/process": "^4.4|^5.0|^6.0"
11685             },
11686             "suggest": {
11687                 "symfony/process": ""
11688             },
11689             "type": "library",
11690             "autoload": {
11691                 "psr-4": {
11692                     "Symfony\\Component\\BrowserKit\\": ""
11693                 },
11694                 "exclude-from-classmap": [
11695                     "/Tests/"
11696                 ]
11697             },
11698             "notification-url": "https://packagist.org/downloads/",
11699             "license": [
11700                 "MIT"
11701             ],
11702             "authors": [
11703                 {
11704                     "name": "Fabien Potencier",
11705                     "email": "fabien@symfony.com"
11706                 },
11707                 {
11708                     "name": "Symfony Community",
11709                     "homepage": "https://symfony.com/contributors"
11710                 }
11711             ],
11712             "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
11713             "homepage": "https://symfony.com",
11714             "support": {
11715                 "source": "https://github.com/symfony/browser-kit/tree/v5.4.11"
11716             },
11717             "funding": [
11718                 {
11719                     "url": "https://symfony.com/sponsor",
11720                     "type": "custom"
11721                 },
11722                 {
11723                     "url": "https://github.com/fabpot",
11724                     "type": "github"
11725                 },
11726                 {
11727                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11728                     "type": "tidelift"
11729                 }
11730             ],
11731             "time": "2022-07-27T15:50:05+00:00"
11732         },
11733         {
11734             "name": "symfony/dom-crawler",
11735             "version": "v5.4.15",
11736             "source": {
11737                 "type": "git",
11738                 "url": "https://github.com/symfony/dom-crawler.git",
11739                 "reference": "b8fd0ff9a0f00d944f1534f6d21e84f92eda7258"
11740             },
11741             "dist": {
11742                 "type": "zip",
11743                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b8fd0ff9a0f00d944f1534f6d21e84f92eda7258",
11744                 "reference": "b8fd0ff9a0f00d944f1534f6d21e84f92eda7258",
11745                 "shasum": ""
11746             },
11747             "require": {
11748                 "php": ">=7.2.5",
11749                 "symfony/deprecation-contracts": "^2.1|^3",
11750                 "symfony/polyfill-ctype": "~1.8",
11751                 "symfony/polyfill-mbstring": "~1.0",
11752                 "symfony/polyfill-php80": "^1.16"
11753             },
11754             "conflict": {
11755                 "masterminds/html5": "<2.6"
11756             },
11757             "require-dev": {
11758                 "masterminds/html5": "^2.6",
11759                 "symfony/css-selector": "^4.4|^5.0|^6.0"
11760             },
11761             "suggest": {
11762                 "symfony/css-selector": ""
11763             },
11764             "type": "library",
11765             "autoload": {
11766                 "psr-4": {
11767                     "Symfony\\Component\\DomCrawler\\": ""
11768                 },
11769                 "exclude-from-classmap": [
11770                     "/Tests/"
11771                 ]
11772             },
11773             "notification-url": "https://packagist.org/downloads/",
11774             "license": [
11775                 "MIT"
11776             ],
11777             "authors": [
11778                 {
11779                     "name": "Fabien Potencier",
11780                     "email": "fabien@symfony.com"
11781                 },
11782                 {
11783                     "name": "Symfony Community",
11784                     "homepage": "https://symfony.com/contributors"
11785                 }
11786             ],
11787             "description": "Eases DOM navigation for HTML and XML documents",
11788             "homepage": "https://symfony.com",
11789             "support": {
11790                 "source": "https://github.com/symfony/dom-crawler/tree/v5.4.15"
11791             },
11792             "funding": [
11793                 {
11794                     "url": "https://symfony.com/sponsor",
11795                     "type": "custom"
11796                 },
11797                 {
11798                     "url": "https://github.com/fabpot",
11799                     "type": "github"
11800                 },
11801                 {
11802                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11803                     "type": "tidelift"
11804                 }
11805             ],
11806             "time": "2022-10-27T08:04:35+00:00"
11807         },
11808         {
11809             "name": "symfony/error-handler",
11810             "version": "v5.4.15",
11811             "source": {
11812                 "type": "git",
11813                 "url": "https://github.com/symfony/error-handler.git",
11814                 "reference": "539cf1428b8442303c6e876ad7bf5a7babd91091"
11815             },
11816             "dist": {
11817                 "type": "zip",
11818                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/539cf1428b8442303c6e876ad7bf5a7babd91091",
11819                 "reference": "539cf1428b8442303c6e876ad7bf5a7babd91091",
11820                 "shasum": ""
11821             },
11822             "require": {
11823                 "php": ">=7.2.5",
11824                 "psr/log": "^1|^2|^3",
11825                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
11826             },
11827             "require-dev": {
11828                 "symfony/deprecation-contracts": "^2.1|^3",
11829                 "symfony/http-kernel": "^4.4|^5.0|^6.0",
11830                 "symfony/serializer": "^4.4|^5.0|^6.0"
11831             },
11832             "bin": [
11833                 "Resources/bin/patch-type-declarations"
11834             ],
11835             "type": "library",
11836             "autoload": {
11837                 "psr-4": {
11838                     "Symfony\\Component\\ErrorHandler\\": ""
11839                 },
11840                 "exclude-from-classmap": [
11841                     "/Tests/"
11842                 ]
11843             },
11844             "notification-url": "https://packagist.org/downloads/",
11845             "license": [
11846                 "MIT"
11847             ],
11848             "authors": [
11849                 {
11850                     "name": "Fabien Potencier",
11851                     "email": "fabien@symfony.com"
11852                 },
11853                 {
11854                     "name": "Symfony Community",
11855                     "homepage": "https://symfony.com/contributors"
11856                 }
11857             ],
11858             "description": "Provides tools to manage errors and ease debugging PHP code",
11859             "homepage": "https://symfony.com",
11860             "support": {
11861                 "source": "https://github.com/symfony/error-handler/tree/v5.4.15"
11862             },
11863             "funding": [
11864                 {
11865                     "url": "https://symfony.com/sponsor",
11866                     "type": "custom"
11867                 },
11868                 {
11869                     "url": "https://github.com/fabpot",
11870                     "type": "github"
11871                 },
11872                 {
11873                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11874                     "type": "tidelift"
11875                 }
11876             ],
11877             "time": "2022-10-27T06:32:25+00:00"
11878         },
11879         {
11880             "name": "symfony/finder",
11881             "version": "v5.4.11",
11882             "source": {
11883                 "type": "git",
11884                 "url": "https://github.com/symfony/finder.git",
11885                 "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c"
11886             },
11887             "dist": {
11888                 "type": "zip",
11889                 "url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c",
11890                 "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c",
11891                 "shasum": ""
11892             },
11893             "require": {
11894                 "php": ">=7.2.5",
11895                 "symfony/deprecation-contracts": "^2.1|^3",
11896                 "symfony/polyfill-php80": "^1.16"
11897             },
11898             "type": "library",
11899             "autoload": {
11900                 "psr-4": {
11901                     "Symfony\\Component\\Finder\\": ""
11902                 },
11903                 "exclude-from-classmap": [
11904                     "/Tests/"
11905                 ]
11906             },
11907             "notification-url": "https://packagist.org/downloads/",
11908             "license": [
11909                 "MIT"
11910             ],
11911             "authors": [
11912                 {
11913                     "name": "Fabien Potencier",
11914                     "email": "fabien@symfony.com"
11915                 },
11916                 {
11917                     "name": "Symfony Community",
11918                     "homepage": "https://symfony.com/contributors"
11919                 }
11920             ],
11921             "description": "Finds files and directories via an intuitive fluent interface",
11922             "homepage": "https://symfony.com",
11923             "support": {
11924                 "source": "https://github.com/symfony/finder/tree/v5.4.11"
11925             },
11926             "funding": [
11927                 {
11928                     "url": "https://symfony.com/sponsor",
11929                     "type": "custom"
11930                 },
11931                 {
11932                     "url": "https://github.com/fabpot",
11933                     "type": "github"
11934                 },
11935                 {
11936                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
11937                     "type": "tidelift"
11938                 }
11939             ],
11940             "time": "2022-07-29T07:37:50+00:00"
11941         },
11942         {
11943             "name": "symfony/http-kernel",
11944             "version": "v5.4.16",
11945             "source": {
11946                 "type": "git",
11947                 "url": "https://github.com/symfony/http-kernel.git",
11948                 "reference": "b432c57c5de73634b1859093c1f58e3cd84455a1"
11949             },
11950             "dist": {
11951                 "type": "zip",
11952                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b432c57c5de73634b1859093c1f58e3cd84455a1",
11953                 "reference": "b432c57c5de73634b1859093c1f58e3cd84455a1",
11954                 "shasum": ""
11955             },
11956             "require": {
11957                 "php": ">=7.2.5",
11958                 "psr/log": "^1|^2",
11959                 "symfony/deprecation-contracts": "^2.1|^3",
11960                 "symfony/error-handler": "^4.4|^5.0|^6.0",
11961                 "symfony/event-dispatcher": "^5.0|^6.0",
11962                 "symfony/http-foundation": "^5.3.7|^6.0",
11963                 "symfony/polyfill-ctype": "^1.8",
11964                 "symfony/polyfill-php73": "^1.9",
11965                 "symfony/polyfill-php80": "^1.16"
11966             },
11967             "conflict": {
11968                 "symfony/browser-kit": "<5.4",
11969                 "symfony/cache": "<5.0",
11970                 "symfony/config": "<5.0",
11971                 "symfony/console": "<4.4",
11972                 "symfony/dependency-injection": "<5.3",
11973                 "symfony/doctrine-bridge": "<5.0",
11974                 "symfony/form": "<5.0",
11975                 "symfony/http-client": "<5.0",
11976                 "symfony/mailer": "<5.0",
11977                 "symfony/messenger": "<5.0",
11978                 "symfony/translation": "<5.0",
11979                 "symfony/twig-bridge": "<5.0",
11980                 "symfony/validator": "<5.0",
11981                 "twig/twig": "<2.13"
11982             },
11983             "provide": {
11984                 "psr/log-implementation": "1.0|2.0"
11985             },
11986             "require-dev": {
11987                 "psr/cache": "^1.0|^2.0|^3.0",
11988                 "symfony/browser-kit": "^5.4|^6.0",
11989                 "symfony/config": "^5.0|^6.0",
11990                 "symfony/console": "^4.4|^5.0|^6.0",
11991                 "symfony/css-selector": "^4.4|^5.0|^6.0",
11992                 "symfony/dependency-injection": "^5.3|^6.0",
11993                 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
11994                 "symfony/expression-language": "^4.4|^5.0|^6.0",
11995                 "symfony/finder": "^4.4|^5.0|^6.0",
11996                 "symfony/http-client-contracts": "^1.1|^2|^3",
11997                 "symfony/process": "^4.4|^5.0|^6.0",
11998                 "symfony/routing": "^4.4|^5.0|^6.0",
11999                 "symfony/stopwatch": "^4.4|^5.0|^6.0",
12000                 "symfony/translation": "^4.4|^5.0|^6.0",
12001                 "symfony/translation-contracts": "^1.1|^2|^3",
12002                 "twig/twig": "^2.13|^3.0.4"
12003             },
12004             "suggest": {
12005                 "symfony/browser-kit": "",
12006                 "symfony/config": "",
12007                 "symfony/console": "",
12008                 "symfony/dependency-injection": ""
12009             },
12010             "type": "library",
12011             "autoload": {
12012                 "psr-4": {
12013                     "Symfony\\Component\\HttpKernel\\": ""
12014                 },
12015                 "exclude-from-classmap": [
12016                     "/Tests/"
12017                 ]
12018             },
12019             "notification-url": "https://packagist.org/downloads/",
12020             "license": [
12021                 "MIT"
12022             ],
12023             "authors": [
12024                 {
12025                     "name": "Fabien Potencier",
12026                     "email": "fabien@symfony.com"
12027                 },
12028                 {
12029                     "name": "Symfony Community",
12030                     "homepage": "https://symfony.com/contributors"
12031                 }
12032             ],
12033             "description": "Provides a structured process for converting a Request into a Response",
12034             "homepage": "https://symfony.com",
12035             "support": {
12036                 "source": "https://github.com/symfony/http-kernel/tree/v5.4.16"
12037             },
12038             "funding": [
12039                 {
12040                     "url": "https://symfony.com/sponsor",
12041                     "type": "custom"
12042                 },
12043                 {
12044                     "url": "https://github.com/fabpot",
12045                     "type": "github"
12046                 },
12047                 {
12048                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12049                     "type": "tidelift"
12050                 }
12051             ],
12052             "time": "2022-11-28T18:08:58+00:00"
12053         },
12054         {
12055             "name": "symfony/panther",
12056             "version": "v1.1.2",
12057             "source": {
12058                 "type": "git",
12059                 "url": "https://github.com/symfony/panther.git",
12060                 "reference": "8716dd7c1c26a592a4e0440047a7967c21ef71e5"
12061             },
12062             "dist": {
12063                 "type": "zip",
12064                 "url": "https://api.github.com/repos/symfony/panther/zipball/8716dd7c1c26a592a4e0440047a7967c21ef71e5",
12065                 "reference": "8716dd7c1c26a592a4e0440047a7967c21ef71e5",
12066                 "shasum": ""
12067             },
12068             "require": {
12069                 "ext-dom": "*",
12070                 "ext-libxml": "*",
12071                 "php": ">=7.1",
12072                 "php-webdriver/webdriver": "^1.8.2",
12073                 "symfony/browser-kit": "^4.4 || ^5.0",
12074                 "symfony/dependency-injection": "^4.4 || ^5.0",
12075                 "symfony/deprecation-contracts": "^2.4 || ^3.0",
12076                 "symfony/dom-crawler": "^4.4 || ^5.0",
12077                 "symfony/http-client": "^4.4.11 || ^5.2",
12078                 "symfony/http-kernel": "^4.4 || ^5.0",
12079                 "symfony/polyfill-php72": "^1.9",
12080                 "symfony/process": "^4.4 || ^5.0"
12081             },
12082             "require-dev": {
12083                 "symfony/css-selector": "^4.4 || ^5.0",
12084                 "symfony/framework-bundle": "^4.4 || ^5.0",
12085                 "symfony/mime": "^4.4 || ^5.0",
12086                 "symfony/phpunit-bridge": "^5.2"
12087             },
12088             "type": "library",
12089             "extra": {
12090                 "branch-alias": {
12091                     "dev-main": "1.1.x-dev"
12092                 }
12093             },
12094             "autoload": {
12095                 "psr-4": {
12096                     "Symfony\\Component\\Panther\\": "src/"
12097                 }
12098             },
12099             "notification-url": "https://packagist.org/downloads/",
12100             "license": [
12101                 "MIT"
12102             ],
12103             "authors": [
12104                 {
12105                     "name": "Kévin Dunglas",
12106                     "email": "dunglas@gmail.com",
12107                     "homepage": "https://dunglas.fr"
12108                 },
12109                 {
12110                     "name": "Symfony Community",
12111                     "homepage": "https://symfony.com/contributors"
12112                 }
12113             ],
12114             "description": "A browser testing and web scraping library for PHP and Symfony.",
12115             "homepage": "https://dunglas.fr",
12116             "keywords": [
12117                 "e2e",
12118                 "scraping",
12119                 "selenium",
12120                 "symfony",
12121                 "testing",
12122                 "webdriver"
12123             ],
12124             "support": {
12125                 "issues": "https://github.com/symfony/panther/issues",
12126                 "source": "https://github.com/symfony/panther/tree/v1.1.2"
12127             },
12128             "funding": [
12129                 {
12130                     "url": "https://www.panthera.org/donate",
12131                     "type": "custom"
12132                 },
12133                 {
12134                     "url": "https://github.com/dunglas",
12135                     "type": "github"
12136                 },
12137                 {
12138                     "url": "https://tidelift.com/funding/github/packagist/symfony/panther",
12139                     "type": "tidelift"
12140                 }
12141             ],
12142             "time": "2021-11-30T15:51:25+00:00"
12143         },
12144         {
12145             "name": "symfony/polyfill-php72",
12146             "version": "v1.27.0",
12147             "source": {
12148                 "type": "git",
12149                 "url": "https://github.com/symfony/polyfill-php72.git",
12150                 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
12151             },
12152             "dist": {
12153                 "type": "zip",
12154                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
12155                 "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
12156                 "shasum": ""
12157             },
12158             "require": {
12159                 "php": ">=7.1"
12160             },
12161             "type": "library",
12162             "extra": {
12163                 "branch-alias": {
12164                     "dev-main": "1.27-dev"
12165                 },
12166                 "thanks": {
12167                     "name": "symfony/polyfill",
12168                     "url": "https://github.com/symfony/polyfill"
12169                 }
12170             },
12171             "autoload": {
12172                 "files": [
12173                     "bootstrap.php"
12174                 ],
12175                 "psr-4": {
12176                     "Symfony\\Polyfill\\Php72\\": ""
12177                 }
12178             },
12179             "notification-url": "https://packagist.org/downloads/",
12180             "license": [
12181                 "MIT"
12182             ],
12183             "authors": [
12184                 {
12185                     "name": "Nicolas Grekas",
12186                     "email": "p@tchwork.com"
12187                 },
12188                 {
12189                     "name": "Symfony Community",
12190                     "homepage": "https://symfony.com/contributors"
12191                 }
12192             ],
12193             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
12194             "homepage": "https://symfony.com",
12195             "keywords": [
12196                 "compatibility",
12197                 "polyfill",
12198                 "portable",
12199                 "shim"
12200             ],
12201             "support": {
12202                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
12203             },
12204             "funding": [
12205                 {
12206                     "url": "https://symfony.com/sponsor",
12207                     "type": "custom"
12208                 },
12209                 {
12210                     "url": "https://github.com/fabpot",
12211                     "type": "github"
12212                 },
12213                 {
12214                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12215                     "type": "tidelift"
12216                 }
12217             ],
12218             "time": "2022-11-03T14:55:06+00:00"
12219         },
12220         {
12221             "name": "symfony/var-dumper",
12222             "version": "v5.4.14",
12223             "source": {
12224                 "type": "git",
12225                 "url": "https://github.com/symfony/var-dumper.git",
12226                 "reference": "6894d06145fefebd9a4c7272baa026a1c394a430"
12227             },
12228             "dist": {
12229                 "type": "zip",
12230                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6894d06145fefebd9a4c7272baa026a1c394a430",
12231                 "reference": "6894d06145fefebd9a4c7272baa026a1c394a430",
12232                 "shasum": ""
12233             },
12234             "require": {
12235                 "php": ">=7.2.5",
12236                 "symfony/polyfill-mbstring": "~1.0",
12237                 "symfony/polyfill-php80": "^1.16"
12238             },
12239             "conflict": {
12240                 "phpunit/phpunit": "<5.4.3",
12241                 "symfony/console": "<4.4"
12242             },
12243             "require-dev": {
12244                 "ext-iconv": "*",
12245                 "symfony/console": "^4.4|^5.0|^6.0",
12246                 "symfony/process": "^4.4|^5.0|^6.0",
12247                 "symfony/uid": "^5.1|^6.0",
12248                 "twig/twig": "^2.13|^3.0.4"
12249             },
12250             "suggest": {
12251                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
12252                 "ext-intl": "To show region name in time zone dump",
12253                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
12254             },
12255             "bin": [
12256                 "Resources/bin/var-dump-server"
12257             ],
12258             "type": "library",
12259             "autoload": {
12260                 "files": [
12261                     "Resources/functions/dump.php"
12262                 ],
12263                 "psr-4": {
12264                     "Symfony\\Component\\VarDumper\\": ""
12265                 },
12266                 "exclude-from-classmap": [
12267                     "/Tests/"
12268                 ]
12269             },
12270             "notification-url": "https://packagist.org/downloads/",
12271             "license": [
12272                 "MIT"
12273             ],
12274             "authors": [
12275                 {
12276                     "name": "Nicolas Grekas",
12277                     "email": "p@tchwork.com"
12278                 },
12279                 {
12280                     "name": "Symfony Community",
12281                     "homepage": "https://symfony.com/contributors"
12282                 }
12283             ],
12284             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
12285             "homepage": "https://symfony.com",
12286             "keywords": [
12287                 "debug",
12288                 "dump"
12289             ],
12290             "support": {
12291                 "source": "https://github.com/symfony/var-dumper/tree/v5.4.14"
12292             },
12293             "funding": [
12294                 {
12295                     "url": "https://symfony.com/sponsor",
12296                     "type": "custom"
12297                 },
12298                 {
12299                     "url": "https://github.com/fabpot",
12300                     "type": "github"
12301                 },
12302                 {
12303                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
12304                     "type": "tidelift"
12305                 }
12306             ],
12307             "time": "2022-10-07T08:01:20+00:00"
12308         },
12309         {
12310             "name": "theseer/tokenizer",
12311             "version": "1.2.1",
12312             "source": {
12313                 "type": "git",
12314                 "url": "https://github.com/theseer/tokenizer.git",
12315                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
12316             },
12317             "dist": {
12318                 "type": "zip",
12319                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
12320                 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
12321                 "shasum": ""
12322             },
12323             "require": {
12324                 "ext-dom": "*",
12325                 "ext-tokenizer": "*",
12326                 "ext-xmlwriter": "*",
12327                 "php": "^7.2 || ^8.0"
12328             },
12329             "type": "library",
12330             "autoload": {
12331                 "classmap": [
12332                     "src/"
12333                 ]
12334             },
12335             "notification-url": "https://packagist.org/downloads/",
12336             "license": [
12337                 "BSD-3-Clause"
12338             ],
12339             "authors": [
12340                 {
12341                     "name": "Arne Blankerts",
12342                     "email": "arne@blankerts.de",
12343                     "role": "Developer"
12344                 }
12345             ],
12346             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
12347             "support": {
12348                 "issues": "https://github.com/theseer/tokenizer/issues",
12349                 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
12350             },
12351             "funding": [
12352                 {
12353                     "url": "https://github.com/theseer",
12354                     "type": "github"
12355                 }
12356             ],
12357             "time": "2021-07-28T10:34:58+00:00"
12358         },
12359         {
12360             "name": "zircote/swagger-php",
12361             "version": "3.3.6",
12362             "source": {
12363                 "type": "git",
12364                 "url": "https://github.com/zircote/swagger-php.git",
12365                 "reference": "5016342f966fca29dda84455de066c5c90d37941"
12366             },
12367             "dist": {
12368                 "type": "zip",
12369                 "url": "https://api.github.com/repos/zircote/swagger-php/zipball/5016342f966fca29dda84455de066c5c90d37941",
12370                 "reference": "5016342f966fca29dda84455de066c5c90d37941",
12371                 "shasum": ""
12372             },
12373             "require": {
12374                 "doctrine/annotations": "^1.7",
12375                 "ext-json": "*",
12376                 "php": ">=7.2",
12377                 "psr/log": "^1.1 || ^2.0 || ^3.0",
12378                 "symfony/finder": ">=2.2",
12379                 "symfony/yaml": ">=3.3"
12380             },
12381             "require-dev": {
12382                 "composer/package-versions-deprecated": "1.11.99.2",
12383                 "friendsofphp/php-cs-fixer": "^2.17 || ^3.0",
12384                 "phpunit/phpunit": ">=8.5.14"
12385             },
12386             "bin": [
12387                 "bin/openapi"
12388             ],
12389             "type": "library",
12390             "autoload": {
12391                 "files": [
12392                     "src/functions.php"
12393                 ],
12394                 "psr-4": {
12395                     "OpenApi\\": "src"
12396                 }
12397             },
12398             "notification-url": "https://packagist.org/downloads/",
12399             "license": [
12400                 "Apache-2.0"
12401             ],
12402             "authors": [
12403                 {
12404                     "name": "Robert Allen",
12405                     "email": "zircote@gmail.com"
12406                 },
12407                 {
12408                     "name": "Bob Fanger",
12409                     "email": "bfanger@gmail.com",
12410                     "homepage": "https://bfanger.nl"
12411                 },
12412                 {
12413                     "name": "Martin Rademacher",
12414                     "email": "mano@radebatz.net",
12415                     "homepage": "https://radebatz.net"
12416                 }
12417             ],
12418             "description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations",
12419             "homepage": "https://github.com/zircote/swagger-php/",
12420             "keywords": [
12421                 "api",
12422                 "json",
12423                 "rest",
12424                 "service discovery"
12425             ],
12426             "support": {
12427                 "issues": "https://github.com/zircote/swagger-php/issues",
12428                 "source": "https://github.com/zircote/swagger-php/tree/3.3.6"
12429             },
12430             "time": "2022-05-21T01:52:14+00:00"
12431         }
12432     ],
12433     "aliases": [],
12434     "minimum-stability": "stable",
12435     "stability-flags": [],
12436     "prefer-stable": false,
12437     "prefer-lowest": false,
12438     "platform": {
12439         "php": ">=8.0.0"
12440     },
12441     "platform-dev": [],
12442     "platform-overrides": {
12443         "php": "8.0"
12444     },
12445     "plugin-api-version": "2.3.0"