Adding composer lock for 5.1.3
[phpmyadmin.git] / composer.lock
blobff8d6432e569ec5d0fcd7a32c38618b5a74dc5b3
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": "1a2c83ef2c26c5eb715b7581438df6a1",
8     "packages": [
9         {
10             "name": "bacon/bacon-qr-code",
11             "version": "2.0.6",
12             "source": {
13                 "type": "git",
14                 "url": "https://github.com/Bacon/BaconQrCode.git",
15                 "reference": "0069435e2a01a57193b25790f105a5d3168653c1"
16             },
17             "dist": {
18                 "type": "zip",
19                 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/0069435e2a01a57193b25790f105a5d3168653c1",
20                 "reference": "0069435e2a01a57193b25790f105a5d3168653c1",
21                 "shasum": ""
22             },
23             "require": {
24                 "dasprid/enum": "^1.0.3",
25                 "ext-iconv": "*",
26                 "php": "^7.1 || ^8.0"
27             },
28             "require-dev": {
29                 "phly/keep-a-changelog": "^2.1",
30                 "phpunit/phpunit": "^7 | ^8 | ^9",
31                 "spatie/phpunit-snapshot-assertions": "^4.2.9",
32                 "squizlabs/php_codesniffer": "^3.4"
33             },
34             "suggest": {
35                 "ext-imagick": "to generate QR code images"
36             },
37             "type": "library",
38             "autoload": {
39                 "psr-4": {
40                     "BaconQrCode\\": "src/"
41                 }
42             },
43             "notification-url": "https://packagist.org/downloads/",
44             "license": [
45                 "BSD-2-Clause"
46             ],
47             "authors": [
48                 {
49                     "name": "Ben Scholzen 'DASPRiD'",
50                     "email": "mail@dasprids.de",
51                     "homepage": "https://dasprids.de/",
52                     "role": "Developer"
53                 }
54             ],
55             "description": "BaconQrCode is a QR code generator for PHP.",
56             "homepage": "https://github.com/Bacon/BaconQrCode",
57             "support": {
58                 "issues": "https://github.com/Bacon/BaconQrCode/issues",
59                 "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.6"
60             },
61             "time": "2022-02-04T20:16:05+00:00"
62         },
63         {
64             "name": "code-lts/u2f-php-server",
65             "version": "v1.2.0",
66             "source": {
67                 "type": "git",
68                 "url": "https://github.com/code-lts/U2F-php-server.git",
69                 "reference": "59b3b28185e7fa255180a61278f6f65739082771"
70             },
71             "dist": {
72                 "type": "zip",
73                 "url": "https://api.github.com/repos/code-lts/U2F-php-server/zipball/59b3b28185e7fa255180a61278f6f65739082771",
74                 "reference": "59b3b28185e7fa255180a61278f6f65739082771",
75                 "shasum": ""
76             },
77             "require": {
78                 "ext-openssl": "*",
79                 "php": "^7.1 || ^8.0"
80             },
81             "replace": {
82                 "samyoul/u2f-php-server": "*"
83             },
84             "require-dev": {
85                 "phpunit/phpunit": "^7 || ^8 || ^9"
86             },
87             "type": "library",
88             "autoload": {
89                 "psr-4": {
90                     "CodeLts\\U2F\\U2FServer\\": [
91                         "src/"
92                     ]
93                 }
94             },
95             "notification-url": "https://packagist.org/downloads/",
96             "license": [
97                 "BSD-2-Clause"
98             ],
99             "authors": [
100                 {
101                     "name": "Samuel Hawksby-Robinson",
102                     "email": "samuel@samyoul.com"
103                 },
104                 {
105                     "name": "William Desportes",
106                     "email": "williamdes@wdes.fr"
107                 }
108             ],
109             "description": "Server side handling class for FIDO U2F registration and authentication",
110             "homepage": "https://github.com/code-lts/U2F-php-server#readme",
111             "support": {
112                 "issues": "https://github.com/code-lts/U2F-php-server/issues",
113                 "source": "https://github.com/code-lts/U2F-php-server"
114             },
115             "time": "2021-12-12T11:02:35+00:00"
116         },
117         {
118             "name": "dasprid/enum",
119             "version": "1.0.3",
120             "source": {
121                 "type": "git",
122                 "url": "https://github.com/DASPRiD/Enum.git",
123                 "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
124             },
125             "dist": {
126                 "type": "zip",
127                 "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
128                 "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
129                 "shasum": ""
130             },
131             "require-dev": {
132                 "phpunit/phpunit": "^7 | ^8 | ^9",
133                 "squizlabs/php_codesniffer": "^3.4"
134             },
135             "type": "library",
136             "autoload": {
137                 "psr-4": {
138                     "DASPRiD\\Enum\\": "src/"
139                 }
140             },
141             "notification-url": "https://packagist.org/downloads/",
142             "license": [
143                 "BSD-2-Clause"
144             ],
145             "authors": [
146                 {
147                     "name": "Ben Scholzen 'DASPRiD'",
148                     "email": "mail@dasprids.de",
149                     "homepage": "https://dasprids.de/",
150                     "role": "Developer"
151                 }
152             ],
153             "description": "PHP 7.1 enum implementation",
154             "keywords": [
155                 "enum",
156                 "map"
157             ],
158             "support": {
159                 "issues": "https://github.com/DASPRiD/Enum/issues",
160                 "source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
161             },
162             "time": "2020-10-02T16:03:48+00:00"
163         },
164         {
165             "name": "google/recaptcha",
166             "version": "1.2.4",
167             "source": {
168                 "type": "git",
169                 "url": "https://github.com/google/recaptcha.git",
170                 "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
171             },
172             "dist": {
173                 "type": "zip",
174                 "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
175                 "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
176                 "shasum": ""
177             },
178             "require": {
179                 "php": ">=5.5"
180             },
181             "require-dev": {
182                 "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
183                 "php-coveralls/php-coveralls": "^2.1",
184                 "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
185             },
186             "type": "library",
187             "extra": {
188                 "branch-alias": {
189                     "dev-master": "1.2.x-dev"
190                 }
191             },
192             "autoload": {
193                 "psr-4": {
194                     "ReCaptcha\\": "src/ReCaptcha"
195                 }
196             },
197             "notification-url": "https://packagist.org/downloads/",
198             "license": [
199                 "BSD-3-Clause"
200             ],
201             "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
202             "homepage": "https://www.google.com/recaptcha/",
203             "keywords": [
204                 "Abuse",
205                 "captcha",
206                 "recaptcha",
207                 "spam"
208             ],
209             "support": {
210                 "forum": "https://groups.google.com/forum/#!forum/recaptcha",
211                 "issues": "https://github.com/google/recaptcha/issues",
212                 "source": "https://github.com/google/recaptcha"
213             },
214             "time": "2020-03-31T17:50:54+00:00"
215         },
216         {
217             "name": "nikic/fast-route",
218             "version": "v1.3.0",
219             "source": {
220                 "type": "git",
221                 "url": "https://github.com/nikic/FastRoute.git",
222                 "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
223             },
224             "dist": {
225                 "type": "zip",
226                 "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
227                 "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
228                 "shasum": ""
229             },
230             "require": {
231                 "php": ">=5.4.0"
232             },
233             "require-dev": {
234                 "phpunit/phpunit": "^4.8.35|~5.7"
235             },
236             "type": "library",
237             "autoload": {
238                 "files": [
239                     "src/functions.php"
240                 ],
241                 "psr-4": {
242                     "FastRoute\\": "src/"
243                 }
244             },
245             "notification-url": "https://packagist.org/downloads/",
246             "license": [
247                 "BSD-3-Clause"
248             ],
249             "authors": [
250                 {
251                     "name": "Nikita Popov",
252                     "email": "nikic@php.net"
253                 }
254             ],
255             "description": "Fast request router for PHP",
256             "keywords": [
257                 "router",
258                 "routing"
259             ],
260             "support": {
261                 "issues": "https://github.com/nikic/FastRoute/issues",
262                 "source": "https://github.com/nikic/FastRoute/tree/master"
263             },
264             "time": "2018-02-13T20:26:39+00:00"
265         },
266         {
267             "name": "paragonie/constant_time_encoding",
268             "version": "v2.5.0",
269             "source": {
270                 "type": "git",
271                 "url": "https://github.com/paragonie/constant_time_encoding.git",
272                 "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
273             },
274             "dist": {
275                 "type": "zip",
276                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
277                 "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
278                 "shasum": ""
279             },
280             "require": {
281                 "php": "^7|^8"
282             },
283             "require-dev": {
284                 "phpunit/phpunit": "^6|^7|^8|^9",
285                 "vimeo/psalm": "^1|^2|^3|^4"
286             },
287             "type": "library",
288             "autoload": {
289                 "psr-4": {
290                     "ParagonIE\\ConstantTime\\": "src/"
291                 }
292             },
293             "notification-url": "https://packagist.org/downloads/",
294             "license": [
295                 "MIT"
296             ],
297             "authors": [
298                 {
299                     "name": "Paragon Initiative Enterprises",
300                     "email": "security@paragonie.com",
301                     "homepage": "https://paragonie.com",
302                     "role": "Maintainer"
303                 },
304                 {
305                     "name": "Steve 'Sc00bz' Thomas",
306                     "email": "steve@tobtu.com",
307                     "homepage": "https://www.tobtu.com",
308                     "role": "Original Developer"
309                 }
310             ],
311             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
312             "keywords": [
313                 "base16",
314                 "base32",
315                 "base32_decode",
316                 "base32_encode",
317                 "base64",
318                 "base64_decode",
319                 "base64_encode",
320                 "bin2hex",
321                 "encoding",
322                 "hex",
323                 "hex2bin",
324                 "rfc4648"
325             ],
326             "support": {
327                 "email": "info@paragonie.com",
328                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
329                 "source": "https://github.com/paragonie/constant_time_encoding"
330             },
331             "time": "2022-01-17T05:32:27+00:00"
332         },
333         {
334             "name": "phpmyadmin/motranslator",
335             "version": "5.2.0",
336             "source": {
337                 "type": "git",
338                 "url": "https://github.com/phpmyadmin/motranslator.git",
339                 "reference": "cea68a8d0abf5e7fabc4179f07ef444223ddff44"
340             },
341             "dist": {
342                 "type": "zip",
343                 "url": "https://api.github.com/repos/phpmyadmin/motranslator/zipball/cea68a8d0abf5e7fabc4179f07ef444223ddff44",
344                 "reference": "cea68a8d0abf5e7fabc4179f07ef444223ddff44",
345                 "shasum": ""
346             },
347             "require": {
348                 "php": "^7.1 || ^8.0",
349                 "symfony/expression-language": "^4.0 || ^5.0"
350             },
351             "require-dev": {
352                 "phpmyadmin/coding-standard": "^2.1.1",
353                 "phpstan/phpstan": "^0.12.56",
354                 "phpunit/phpunit": "^7.4 || ^8 || ^9"
355             },
356             "type": "library",
357             "autoload": {
358                 "psr-4": {
359                     "PhpMyAdmin\\MoTranslator\\": "src"
360                 }
361             },
362             "notification-url": "https://packagist.org/downloads/",
363             "license": [
364                 "GPL-2.0-or-later"
365             ],
366             "authors": [
367                 {
368                     "name": "The phpMyAdmin Team",
369                     "email": "developers@phpmyadmin.net",
370                     "homepage": "https://www.phpmyadmin.net/team/"
371                 }
372             ],
373             "description": "Translation API for PHP using Gettext MO files",
374             "homepage": "https://github.com/phpmyadmin/motranslator",
375             "keywords": [
376                 "gettext",
377                 "i18n",
378                 "mo",
379                 "translator"
380             ],
381             "support": {
382                 "issues": "https://github.com/phpmyadmin/motranslator/issues",
383                 "source": "https://github.com/phpmyadmin/motranslator"
384             },
385             "time": "2021-02-05T17:05:44+00:00"
386         },
387         {
388             "name": "phpmyadmin/shapefile",
389             "version": "2.1",
390             "source": {
391                 "type": "git",
392                 "url": "https://github.com/phpmyadmin/shapefile.git",
393                 "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224"
394             },
395             "dist": {
396                 "type": "zip",
397                 "url": "https://api.github.com/repos/phpmyadmin/shapefile/zipball/e23b767f2a81f61fee3fc09fc062879985f3e224",
398                 "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224",
399                 "shasum": ""
400             },
401             "require": {
402                 "php": ">=5.4.0"
403             },
404             "require-dev": {
405                 "phpunit/php-code-coverage": "*",
406                 "phpunit/phpunit": "~4.8 || ~5.7"
407             },
408             "suggest": {
409                 "ext-dbase": "For dbf files parsing"
410             },
411             "type": "library",
412             "autoload": {
413                 "psr-4": {
414                     "PhpMyAdmin\\ShapeFile\\": "src"
415                 }
416             },
417             "notification-url": "https://packagist.org/downloads/",
418             "license": [
419                 "GPL-2.0+"
420             ],
421             "authors": [
422                 {
423                     "name": "The phpMyAdmin Team",
424                     "email": "developers@phpmyadmin.net",
425                     "homepage": "https://www.phpmyadmin.net/team/"
426                 }
427             ],
428             "description": "ESRI ShapeFile library for PHP",
429             "homepage": "https://github.com/phpmyadmin/shapefile",
430             "keywords": [
431                 "ESRI",
432                 "Shapefile",
433                 "dbf",
434                 "geo",
435                 "geospatial",
436                 "shape",
437                 "shp"
438             ],
439             "support": {
440                 "issues": "https://github.com/phpmyadmin/shapefile/issues",
441                 "source": "https://github.com/phpmyadmin/shapefile"
442             },
443             "time": "2017-05-15T08:31:47+00:00"
444         },
445         {
446             "name": "phpmyadmin/sql-parser",
447             "version": "5.5.0",
448             "source": {
449                 "type": "git",
450                 "url": "https://github.com/phpmyadmin/sql-parser.git",
451                 "reference": "8ab99cd0007d880f49f5aa1807033dbfa21b1cb5"
452             },
453             "dist": {
454                 "type": "zip",
455                 "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/8ab99cd0007d880f49f5aa1807033dbfa21b1cb5",
456                 "reference": "8ab99cd0007d880f49f5aa1807033dbfa21b1cb5",
457                 "shasum": ""
458             },
459             "require": {
460                 "php": "^7.1 || ^8.0",
461                 "symfony/polyfill-mbstring": "^1.3"
462             },
463             "conflict": {
464                 "phpmyadmin/motranslator": "<3.0"
465             },
466             "require-dev": {
467                 "phpmyadmin/coding-standard": "^3.0",
468                 "phpmyadmin/motranslator": "^4.0 || ^5.0",
469                 "phpstan/extension-installer": "^1.1",
470                 "phpstan/phpstan": "^1.2",
471                 "phpstan/phpstan-phpunit": "^1.0",
472                 "phpunit/php-code-coverage": "*",
473                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
474                 "psalm/plugin-phpunit": "^0.16.1",
475                 "vimeo/psalm": "^4.11",
476                 "zumba/json-serializer": "^3.0"
477             },
478             "suggest": {
479                 "ext-mbstring": "For best performance",
480                 "phpmyadmin/motranslator": "Translate messages to your favorite locale"
481             },
482             "bin": [
483                 "bin/highlight-query",
484                 "bin/lint-query",
485                 "bin/tokenize-query"
486             ],
487             "type": "library",
488             "autoload": {
489                 "psr-4": {
490                     "PhpMyAdmin\\SqlParser\\": "src"
491                 }
492             },
493             "notification-url": "https://packagist.org/downloads/",
494             "license": [
495                 "GPL-2.0-or-later"
496             ],
497             "authors": [
498                 {
499                     "name": "The phpMyAdmin Team",
500                     "email": "developers@phpmyadmin.net",
501                     "homepage": "https://www.phpmyadmin.net/team/"
502                 }
503             ],
504             "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
505             "homepage": "https://github.com/phpmyadmin/sql-parser",
506             "keywords": [
507                 "analysis",
508                 "lexer",
509                 "parser",
510                 "sql"
511             ],
512             "support": {
513                 "issues": "https://github.com/phpmyadmin/sql-parser/issues",
514                 "source": "https://github.com/phpmyadmin/sql-parser"
515             },
516             "time": "2021-12-09T04:31:52+00:00"
517         },
518         {
519             "name": "phpmyadmin/twig-i18n-extension",
520             "version": "v3.0.0",
521             "source": {
522                 "type": "git",
523                 "url": "https://github.com/phpmyadmin/twig-i18n-extension.git",
524                 "reference": "1f509fa3c3f66551e1f4a346e4477c6c0dc76f9e"
525             },
526             "dist": {
527                 "type": "zip",
528                 "url": "https://api.github.com/repos/phpmyadmin/twig-i18n-extension/zipball/1f509fa3c3f66551e1f4a346e4477c6c0dc76f9e",
529                 "reference": "1f509fa3c3f66551e1f4a346e4477c6c0dc76f9e",
530                 "shasum": ""
531             },
532             "require": {
533                 "php": ">=7.1",
534                 "twig/twig": "^1.42.3|^2.0|^3.0"
535             },
536             "require-dev": {
537                 "phpmyadmin/coding-standard": "^2.0",
538                 "phpunit/phpunit": "^7 || ^8 || ^9"
539             },
540             "type": "library",
541             "autoload": {
542                 "psr-4": {
543                     "PhpMyAdmin\\Twig\\Extensions\\": "src/"
544                 }
545             },
546             "notification-url": "https://packagist.org/downloads/",
547             "license": [
548                 "MIT"
549             ],
550             "authors": [
551                 {
552                     "name": "Fabien Potencier",
553                     "email": "fabien@symfony.com"
554                 },
555                 {
556                     "name": "The phpMyAdmin Team",
557                     "email": "developers@phpmyadmin.net",
558                     "homepage": "https://www.phpmyadmin.net/team/"
559                 }
560             ],
561             "description": "Internationalization support for Twig via the gettext library",
562             "keywords": [
563                 "gettext",
564                 "i18n"
565             ],
566             "support": {
567                 "issues": "https://github.com/phpmyadmin/twig-i18n-extension/issues",
568                 "source": "https://github.com/phpmyadmin/twig-i18n-extension"
569             },
570             "time": "2020-06-14T07:24:39+00:00"
571         },
572         {
573             "name": "phpseclib/phpseclib",
574             "version": "2.0.36",
575             "source": {
576                 "type": "git",
577                 "url": "https://github.com/phpseclib/phpseclib.git",
578                 "reference": "a97547126396548c224703a267a30af1592be146"
579             },
580             "dist": {
581                 "type": "zip",
582                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/a97547126396548c224703a267a30af1592be146",
583                 "reference": "a97547126396548c224703a267a30af1592be146",
584                 "shasum": ""
585             },
586             "require": {
587                 "php": ">=5.3.3"
588             },
589             "require-dev": {
590                 "phing/phing": "~2.7",
591                 "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
592                 "squizlabs/php_codesniffer": "~2.0"
593             },
594             "suggest": {
595                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
596                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
597                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
598                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
599             },
600             "type": "library",
601             "autoload": {
602                 "files": [
603                     "phpseclib/bootstrap.php"
604                 ],
605                 "psr-4": {
606                     "phpseclib\\": "phpseclib/"
607                 }
608             },
609             "notification-url": "https://packagist.org/downloads/",
610             "license": [
611                 "MIT"
612             ],
613             "authors": [
614                 {
615                     "name": "Jim Wigginton",
616                     "email": "terrafrost@php.net",
617                     "role": "Lead Developer"
618                 },
619                 {
620                     "name": "Patrick Monnerat",
621                     "email": "pm@datasphere.ch",
622                     "role": "Developer"
623                 },
624                 {
625                     "name": "Andreas Fischer",
626                     "email": "bantu@phpbb.com",
627                     "role": "Developer"
628                 },
629                 {
630                     "name": "Hans-Jürgen Petrich",
631                     "email": "petrich@tronic-media.com",
632                     "role": "Developer"
633                 },
634                 {
635                     "name": "Graham Campbell",
636                     "email": "graham@alt-three.com",
637                     "role": "Developer"
638                 }
639             ],
640             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
641             "homepage": "http://phpseclib.sourceforge.net",
642             "keywords": [
643                 "BigInteger",
644                 "aes",
645                 "asn.1",
646                 "asn1",
647                 "blowfish",
648                 "crypto",
649                 "cryptography",
650                 "encryption",
651                 "rsa",
652                 "security",
653                 "sftp",
654                 "signature",
655                 "signing",
656                 "ssh",
657                 "twofish",
658                 "x.509",
659                 "x509"
660             ],
661             "support": {
662                 "issues": "https://github.com/phpseclib/phpseclib/issues",
663                 "source": "https://github.com/phpseclib/phpseclib/tree/2.0.36"
664             },
665             "funding": [
666                 {
667                     "url": "https://github.com/terrafrost",
668                     "type": "github"
669                 },
670                 {
671                     "url": "https://www.patreon.com/phpseclib",
672                     "type": "patreon"
673                 },
674                 {
675                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
676                     "type": "tidelift"
677                 }
678             ],
679             "time": "2022-01-30T08:48:36+00:00"
680         },
681         {
682             "name": "pragmarx/google2fa",
683             "version": "8.0.0",
684             "source": {
685                 "type": "git",
686                 "url": "https://github.com/antonioribeiro/google2fa.git",
687                 "reference": "26c4c5cf30a2844ba121760fd7301f8ad240100b"
688             },
689             "dist": {
690                 "type": "zip",
691                 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/26c4c5cf30a2844ba121760fd7301f8ad240100b",
692                 "reference": "26c4c5cf30a2844ba121760fd7301f8ad240100b",
693                 "shasum": ""
694             },
695             "require": {
696                 "paragonie/constant_time_encoding": "^1.0|^2.0",
697                 "php": "^7.1|^8.0"
698             },
699             "require-dev": {
700                 "phpstan/phpstan": "^0.12.18",
701                 "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
702             },
703             "type": "library",
704             "autoload": {
705                 "psr-4": {
706                     "PragmaRX\\Google2FA\\": "src/"
707                 }
708             },
709             "notification-url": "https://packagist.org/downloads/",
710             "license": [
711                 "MIT"
712             ],
713             "authors": [
714                 {
715                     "name": "Antonio Carlos Ribeiro",
716                     "email": "acr@antoniocarlosribeiro.com",
717                     "role": "Creator & Designer"
718                 }
719             ],
720             "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
721             "keywords": [
722                 "2fa",
723                 "Authentication",
724                 "Two Factor Authentication",
725                 "google2fa"
726             ],
727             "support": {
728                 "issues": "https://github.com/antonioribeiro/google2fa/issues",
729                 "source": "https://github.com/antonioribeiro/google2fa/tree/8.0.0"
730             },
731             "time": "2020-04-05T10:47:18+00:00"
732         },
733         {
734             "name": "pragmarx/google2fa-qrcode",
735             "version": "v1.0.3",
736             "source": {
737                 "type": "git",
738                 "url": "https://github.com/antonioribeiro/google2fa-qrcode.git",
739                 "reference": "fd5ff0531a48b193a659309cc5fb882c14dbd03f"
740             },
741             "dist": {
742                 "type": "zip",
743                 "url": "https://api.github.com/repos/antonioribeiro/google2fa-qrcode/zipball/fd5ff0531a48b193a659309cc5fb882c14dbd03f",
744                 "reference": "fd5ff0531a48b193a659309cc5fb882c14dbd03f",
745                 "shasum": ""
746             },
747             "require": {
748                 "bacon/bacon-qr-code": "~1.0|~2.0",
749                 "php": ">=5.4",
750                 "pragmarx/google2fa": ">=4.0"
751             },
752             "require-dev": {
753                 "khanamiryan/qrcode-detector-decoder": "^1.0",
754                 "phpunit/phpunit": "~4|~5|~6|~7"
755             },
756             "type": "library",
757             "extra": {
758                 "component": "package",
759                 "branch-alias": {
760                     "dev-master": "1.0-dev"
761                 }
762             },
763             "autoload": {
764                 "psr-4": {
765                     "PragmaRX\\Google2FAQRCode\\": "src/",
766                     "PragmaRX\\Google2FAQRCode\\Tests\\": "tests/"
767                 }
768             },
769             "notification-url": "https://packagist.org/downloads/",
770             "license": [
771                 "MIT"
772             ],
773             "authors": [
774                 {
775                     "name": "Antonio Carlos Ribeiro",
776                     "email": "acr@antoniocarlosribeiro.com",
777                     "role": "Creator & Designer"
778                 }
779             ],
780             "description": "QR Code package for Google2FA",
781             "keywords": [
782                 "2fa",
783                 "Authentication",
784                 "Two Factor Authentication",
785                 "google2fa",
786                 "qr code",
787                 "qrcode"
788             ],
789             "support": {
790                 "issues": "https://github.com/antonioribeiro/google2fa-qrcode/issues",
791                 "source": "https://github.com/antonioribeiro/google2fa-qrcode/tree/master"
792             },
793             "time": "2019-03-20T16:42:58+00:00"
794         },
795         {
796             "name": "psr/cache",
797             "version": "1.0.1",
798             "source": {
799                 "type": "git",
800                 "url": "https://github.com/php-fig/cache.git",
801                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
802             },
803             "dist": {
804                 "type": "zip",
805                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
806                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
807                 "shasum": ""
808             },
809             "require": {
810                 "php": ">=5.3.0"
811             },
812             "type": "library",
813             "extra": {
814                 "branch-alias": {
815                     "dev-master": "1.0.x-dev"
816                 }
817             },
818             "autoload": {
819                 "psr-4": {
820                     "Psr\\Cache\\": "src/"
821                 }
822             },
823             "notification-url": "https://packagist.org/downloads/",
824             "license": [
825                 "MIT"
826             ],
827             "authors": [
828                 {
829                     "name": "PHP-FIG",
830                     "homepage": "http://www.php-fig.org/"
831                 }
832             ],
833             "description": "Common interface for caching libraries",
834             "keywords": [
835                 "cache",
836                 "psr",
837                 "psr-6"
838             ],
839             "support": {
840                 "source": "https://github.com/php-fig/cache/tree/master"
841             },
842             "time": "2016-08-06T20:24:11+00:00"
843         },
844         {
845             "name": "psr/container",
846             "version": "1.0.0",
847             "source": {
848                 "type": "git",
849                 "url": "https://github.com/php-fig/container.git",
850                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
851             },
852             "dist": {
853                 "type": "zip",
854                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
855                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
856                 "shasum": ""
857             },
858             "require": {
859                 "php": ">=5.3.0"
860             },
861             "type": "library",
862             "extra": {
863                 "branch-alias": {
864                     "dev-master": "1.0.x-dev"
865                 }
866             },
867             "autoload": {
868                 "psr-4": {
869                     "Psr\\Container\\": "src/"
870                 }
871             },
872             "notification-url": "https://packagist.org/downloads/",
873             "license": [
874                 "MIT"
875             ],
876             "authors": [
877                 {
878                     "name": "PHP-FIG",
879                     "homepage": "http://www.php-fig.org/"
880                 }
881             ],
882             "description": "Common Container Interface (PHP FIG PSR-11)",
883             "homepage": "https://github.com/php-fig/container",
884             "keywords": [
885                 "PSR-11",
886                 "container",
887                 "container-interface",
888                 "container-interop",
889                 "psr"
890             ],
891             "support": {
892                 "issues": "https://github.com/php-fig/container/issues",
893                 "source": "https://github.com/php-fig/container/tree/master"
894             },
895             "time": "2017-02-14T16:28:37+00:00"
896         },
897         {
898             "name": "psr/log",
899             "version": "1.1.4",
900             "source": {
901                 "type": "git",
902                 "url": "https://github.com/php-fig/log.git",
903                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
904             },
905             "dist": {
906                 "type": "zip",
907                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
908                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
909                 "shasum": ""
910             },
911             "require": {
912                 "php": ">=5.3.0"
913             },
914             "type": "library",
915             "extra": {
916                 "branch-alias": {
917                     "dev-master": "1.1.x-dev"
918                 }
919             },
920             "autoload": {
921                 "psr-4": {
922                     "Psr\\Log\\": "Psr/Log/"
923                 }
924             },
925             "notification-url": "https://packagist.org/downloads/",
926             "license": [
927                 "MIT"
928             ],
929             "authors": [
930                 {
931                     "name": "PHP-FIG",
932                     "homepage": "https://www.php-fig.org/"
933                 }
934             ],
935             "description": "Common interface for logging libraries",
936             "homepage": "https://github.com/php-fig/log",
937             "keywords": [
938                 "log",
939                 "psr",
940                 "psr-3"
941             ],
942             "support": {
943                 "source": "https://github.com/php-fig/log/tree/1.1.4"
944             },
945             "time": "2021-05-03T11:20:27+00:00"
946         },
947         {
948             "name": "symfony/cache",
949             "version": "v4.4.37",
950             "source": {
951                 "type": "git",
952                 "url": "https://github.com/symfony/cache.git",
953                 "reference": "7613787f68c5eaad98f0bd21d694e6d639b07bf0"
954             },
955             "dist": {
956                 "type": "zip",
957                 "url": "https://api.github.com/repos/symfony/cache/zipball/7613787f68c5eaad98f0bd21d694e6d639b07bf0",
958                 "reference": "7613787f68c5eaad98f0bd21d694e6d639b07bf0",
959                 "shasum": ""
960             },
961             "require": {
962                 "php": ">=7.1.3",
963                 "psr/cache": "^1.0|^2.0",
964                 "psr/log": "^1|^2|^3",
965                 "symfony/cache-contracts": "^1.1.7|^2",
966                 "symfony/polyfill-php73": "^1.9",
967                 "symfony/polyfill-php80": "^1.16",
968                 "symfony/service-contracts": "^1.1|^2",
969                 "symfony/var-exporter": "^4.2|^5.0"
970             },
971             "conflict": {
972                 "doctrine/dbal": "<2.7",
973                 "symfony/dependency-injection": "<3.4",
974                 "symfony/http-kernel": "<4.4|>=5.0",
975                 "symfony/var-dumper": "<4.4"
976             },
977             "provide": {
978                 "psr/cache-implementation": "1.0|2.0",
979                 "psr/simple-cache-implementation": "1.0|2.0",
980                 "symfony/cache-implementation": "1.0|2.0"
981             },
982             "require-dev": {
983                 "cache/integration-tests": "dev-master",
984                 "doctrine/cache": "^1.6|^2.0",
985                 "doctrine/dbal": "^2.7|^3.0",
986                 "predis/predis": "^1.1",
987                 "psr/simple-cache": "^1.0|^2.0",
988                 "symfony/config": "^4.2|^5.0",
989                 "symfony/dependency-injection": "^3.4|^4.1|^5.0",
990                 "symfony/filesystem": "^4.4|^5.0",
991                 "symfony/http-kernel": "^4.4",
992                 "symfony/var-dumper": "^4.4|^5.0"
993             },
994             "type": "library",
995             "autoload": {
996                 "psr-4": {
997                     "Symfony\\Component\\Cache\\": ""
998                 },
999                 "exclude-from-classmap": [
1000                     "/Tests/"
1001                 ]
1002             },
1003             "notification-url": "https://packagist.org/downloads/",
1004             "license": [
1005                 "MIT"
1006             ],
1007             "authors": [
1008                 {
1009                     "name": "Nicolas Grekas",
1010                     "email": "p@tchwork.com"
1011                 },
1012                 {
1013                     "name": "Symfony Community",
1014                     "homepage": "https://symfony.com/contributors"
1015                 }
1016             ],
1017             "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
1018             "homepage": "https://symfony.com",
1019             "keywords": [
1020                 "caching",
1021                 "psr6"
1022             ],
1023             "support": {
1024                 "source": "https://github.com/symfony/cache/tree/v4.4.37"
1025             },
1026             "funding": [
1027                 {
1028                     "url": "https://symfony.com/sponsor",
1029                     "type": "custom"
1030                 },
1031                 {
1032                     "url": "https://github.com/fabpot",
1033                     "type": "github"
1034                 },
1035                 {
1036                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1037                     "type": "tidelift"
1038                 }
1039             ],
1040             "time": "2022-01-26T15:03:25+00:00"
1041         },
1042         {
1043             "name": "symfony/cache-contracts",
1044             "version": "v1.1.11",
1045             "source": {
1046                 "type": "git",
1047                 "url": "https://github.com/symfony/cache-contracts.git",
1048                 "reference": "41c956506500bea5502022f6be81da96fb9c7626"
1049             },
1050             "dist": {
1051                 "type": "zip",
1052                 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/41c956506500bea5502022f6be81da96fb9c7626",
1053                 "reference": "41c956506500bea5502022f6be81da96fb9c7626",
1054                 "shasum": ""
1055             },
1056             "require": {
1057                 "php": ">=7.1.3",
1058                 "psr/cache": "^1.0|^2.0|^3.0"
1059             },
1060             "suggest": {
1061                 "symfony/cache-implementation": ""
1062             },
1063             "type": "library",
1064             "extra": {
1065                 "branch-alias": {
1066                     "dev-main": "1.1-dev"
1067                 },
1068                 "thanks": {
1069                     "name": "symfony/contracts",
1070                     "url": "https://github.com/symfony/contracts"
1071                 }
1072             },
1073             "autoload": {
1074                 "psr-4": {
1075                     "Symfony\\Contracts\\Cache\\": ""
1076                 }
1077             },
1078             "notification-url": "https://packagist.org/downloads/",
1079             "license": [
1080                 "MIT"
1081             ],
1082             "authors": [
1083                 {
1084                     "name": "Nicolas Grekas",
1085                     "email": "p@tchwork.com"
1086                 },
1087                 {
1088                     "name": "Symfony Community",
1089                     "homepage": "https://symfony.com/contributors"
1090                 }
1091             ],
1092             "description": "Generic abstractions related to caching",
1093             "homepage": "https://symfony.com",
1094             "keywords": [
1095                 "abstractions",
1096                 "contracts",
1097                 "decoupling",
1098                 "interfaces",
1099                 "interoperability",
1100                 "standards"
1101             ],
1102             "support": {
1103                 "source": "https://github.com/symfony/cache-contracts/tree/v1.1.11"
1104             },
1105             "funding": [
1106                 {
1107                     "url": "https://symfony.com/sponsor",
1108                     "type": "custom"
1109                 },
1110                 {
1111                     "url": "https://github.com/fabpot",
1112                     "type": "github"
1113                 },
1114                 {
1115                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1116                     "type": "tidelift"
1117                 }
1118             ],
1119             "time": "2021-07-13T09:33:53+00:00"
1120         },
1121         {
1122             "name": "symfony/config",
1123             "version": "v4.4.37",
1124             "source": {
1125                 "type": "git",
1126                 "url": "https://github.com/symfony/config.git",
1127                 "reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e"
1128             },
1129             "dist": {
1130                 "type": "zip",
1131                 "url": "https://api.github.com/repos/symfony/config/zipball/e8c2d2c951ddedecb6d28954d336cb7d2e852d0e",
1132                 "reference": "e8c2d2c951ddedecb6d28954d336cb7d2e852d0e",
1133                 "shasum": ""
1134             },
1135             "require": {
1136                 "php": ">=7.1.3",
1137                 "symfony/filesystem": "^3.4|^4.0|^5.0",
1138                 "symfony/polyfill-ctype": "~1.8",
1139                 "symfony/polyfill-php80": "^1.16",
1140                 "symfony/polyfill-php81": "^1.22"
1141             },
1142             "conflict": {
1143                 "symfony/finder": "<3.4"
1144             },
1145             "require-dev": {
1146                 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
1147                 "symfony/finder": "^3.4|^4.0|^5.0",
1148                 "symfony/messenger": "^4.1|^5.0",
1149                 "symfony/service-contracts": "^1.1|^2",
1150                 "symfony/yaml": "^3.4|^4.0|^5.0"
1151             },
1152             "suggest": {
1153                 "symfony/yaml": "To use the yaml reference dumper"
1154             },
1155             "type": "library",
1156             "autoload": {
1157                 "psr-4": {
1158                     "Symfony\\Component\\Config\\": ""
1159                 },
1160                 "exclude-from-classmap": [
1161                     "/Tests/"
1162                 ]
1163             },
1164             "notification-url": "https://packagist.org/downloads/",
1165             "license": [
1166                 "MIT"
1167             ],
1168             "authors": [
1169                 {
1170                     "name": "Fabien Potencier",
1171                     "email": "fabien@symfony.com"
1172                 },
1173                 {
1174                     "name": "Symfony Community",
1175                     "homepage": "https://symfony.com/contributors"
1176                 }
1177             ],
1178             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
1179             "homepage": "https://symfony.com",
1180             "support": {
1181                 "source": "https://github.com/symfony/config/tree/v4.4.37"
1182             },
1183             "funding": [
1184                 {
1185                     "url": "https://symfony.com/sponsor",
1186                     "type": "custom"
1187                 },
1188                 {
1189                     "url": "https://github.com/fabpot",
1190                     "type": "github"
1191                 },
1192                 {
1193                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1194                     "type": "tidelift"
1195                 }
1196             ],
1197             "time": "2022-01-03T09:46:22+00:00"
1198         },
1199         {
1200             "name": "symfony/dependency-injection",
1201             "version": "v4.4.37",
1202             "source": {
1203                 "type": "git",
1204                 "url": "https://github.com/symfony/dependency-injection.git",
1205                 "reference": "c00a23904b42f140087d36e1d22c88801bb39689"
1206             },
1207             "dist": {
1208                 "type": "zip",
1209                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c00a23904b42f140087d36e1d22c88801bb39689",
1210                 "reference": "c00a23904b42f140087d36e1d22c88801bb39689",
1211                 "shasum": ""
1212             },
1213             "require": {
1214                 "php": ">=7.1.3",
1215                 "psr/container": "^1.0",
1216                 "symfony/polyfill-php80": "^1.16",
1217                 "symfony/service-contracts": "^1.1.6|^2"
1218             },
1219             "conflict": {
1220                 "symfony/config": "<4.3|>=5.0",
1221                 "symfony/finder": "<3.4",
1222                 "symfony/proxy-manager-bridge": "<3.4",
1223                 "symfony/yaml": "<3.4"
1224             },
1225             "provide": {
1226                 "psr/container-implementation": "1.0",
1227                 "symfony/service-implementation": "1.0|2.0"
1228             },
1229             "require-dev": {
1230                 "symfony/config": "^4.3",
1231                 "symfony/expression-language": "^3.4|^4.0|^5.0",
1232                 "symfony/yaml": "^4.4|^5.0"
1233             },
1234             "suggest": {
1235                 "symfony/config": "",
1236                 "symfony/expression-language": "For using expressions in service container configuration",
1237                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1238                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1239                 "symfony/yaml": ""
1240             },
1241             "type": "library",
1242             "autoload": {
1243                 "psr-4": {
1244                     "Symfony\\Component\\DependencyInjection\\": ""
1245                 },
1246                 "exclude-from-classmap": [
1247                     "/Tests/"
1248                 ]
1249             },
1250             "notification-url": "https://packagist.org/downloads/",
1251             "license": [
1252                 "MIT"
1253             ],
1254             "authors": [
1255                 {
1256                     "name": "Fabien Potencier",
1257                     "email": "fabien@symfony.com"
1258                 },
1259                 {
1260                     "name": "Symfony Community",
1261                     "homepage": "https://symfony.com/contributors"
1262                 }
1263             ],
1264             "description": "Allows you to standardize and centralize the way objects are constructed in your application",
1265             "homepage": "https://symfony.com",
1266             "support": {
1267                 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.37"
1268             },
1269             "funding": [
1270                 {
1271                     "url": "https://symfony.com/sponsor",
1272                     "type": "custom"
1273                 },
1274                 {
1275                     "url": "https://github.com/fabpot",
1276                     "type": "github"
1277                 },
1278                 {
1279                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1280                     "type": "tidelift"
1281                 }
1282             ],
1283             "time": "2022-01-24T17:17:45+00:00"
1284         },
1285         {
1286             "name": "symfony/expression-language",
1287             "version": "v4.4.37",
1288             "source": {
1289                 "type": "git",
1290                 "url": "https://github.com/symfony/expression-language.git",
1291                 "reference": "b25f28d2bca785d0715426bdd4af873288fe1d89"
1292             },
1293             "dist": {
1294                 "type": "zip",
1295                 "url": "https://api.github.com/repos/symfony/expression-language/zipball/b25f28d2bca785d0715426bdd4af873288fe1d89",
1296                 "reference": "b25f28d2bca785d0715426bdd4af873288fe1d89",
1297                 "shasum": ""
1298             },
1299             "require": {
1300                 "php": ">=7.1.3",
1301                 "symfony/cache": "^3.4|^4.0|^5.0",
1302                 "symfony/service-contracts": "^1.1|^2"
1303             },
1304             "type": "library",
1305             "autoload": {
1306                 "psr-4": {
1307                     "Symfony\\Component\\ExpressionLanguage\\": ""
1308                 },
1309                 "exclude-from-classmap": [
1310                     "/Tests/"
1311                 ]
1312             },
1313             "notification-url": "https://packagist.org/downloads/",
1314             "license": [
1315                 "MIT"
1316             ],
1317             "authors": [
1318                 {
1319                     "name": "Fabien Potencier",
1320                     "email": "fabien@symfony.com"
1321                 },
1322                 {
1323                     "name": "Symfony Community",
1324                     "homepage": "https://symfony.com/contributors"
1325                 }
1326             ],
1327             "description": "Provides an engine that can compile and evaluate expressions",
1328             "homepage": "https://symfony.com",
1329             "support": {
1330                 "source": "https://github.com/symfony/expression-language/tree/v4.4.37"
1331             },
1332             "funding": [
1333                 {
1334                     "url": "https://symfony.com/sponsor",
1335                     "type": "custom"
1336                 },
1337                 {
1338                     "url": "https://github.com/fabpot",
1339                     "type": "github"
1340                 },
1341                 {
1342                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1343                     "type": "tidelift"
1344                 }
1345             ],
1346             "time": "2022-01-02T09:41:36+00:00"
1347         },
1348         {
1349             "name": "symfony/filesystem",
1350             "version": "v4.4.37",
1351             "source": {
1352                 "type": "git",
1353                 "url": "https://github.com/symfony/filesystem.git",
1354                 "reference": "c59f37705c3e513ae55b2735f128f4ce363c82ec"
1355             },
1356             "dist": {
1357                 "type": "zip",
1358                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/c59f37705c3e513ae55b2735f128f4ce363c82ec",
1359                 "reference": "c59f37705c3e513ae55b2735f128f4ce363c82ec",
1360                 "shasum": ""
1361             },
1362             "require": {
1363                 "php": ">=7.1.3",
1364                 "symfony/polyfill-ctype": "~1.8",
1365                 "symfony/polyfill-php80": "^1.16"
1366             },
1367             "type": "library",
1368             "autoload": {
1369                 "psr-4": {
1370                     "Symfony\\Component\\Filesystem\\": ""
1371                 },
1372                 "exclude-from-classmap": [
1373                     "/Tests/"
1374                 ]
1375             },
1376             "notification-url": "https://packagist.org/downloads/",
1377             "license": [
1378                 "MIT"
1379             ],
1380             "authors": [
1381                 {
1382                     "name": "Fabien Potencier",
1383                     "email": "fabien@symfony.com"
1384                 },
1385                 {
1386                     "name": "Symfony Community",
1387                     "homepage": "https://symfony.com/contributors"
1388                 }
1389             ],
1390             "description": "Provides basic utilities for the filesystem",
1391             "homepage": "https://symfony.com",
1392             "support": {
1393                 "source": "https://github.com/symfony/filesystem/tree/v4.4.37"
1394             },
1395             "funding": [
1396                 {
1397                     "url": "https://symfony.com/sponsor",
1398                     "type": "custom"
1399                 },
1400                 {
1401                     "url": "https://github.com/fabpot",
1402                     "type": "github"
1403                 },
1404                 {
1405                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1406                     "type": "tidelift"
1407                 }
1408             ],
1409             "time": "2022-01-02T09:41:36+00:00"
1410         },
1411         {
1412             "name": "symfony/polyfill-ctype",
1413             "version": "v1.24.0",
1414             "source": {
1415                 "type": "git",
1416                 "url": "https://github.com/symfony/polyfill-ctype.git",
1417                 "reference": "30885182c981ab175d4d034db0f6f469898070ab"
1418             },
1419             "dist": {
1420                 "type": "zip",
1421                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
1422                 "reference": "30885182c981ab175d4d034db0f6f469898070ab",
1423                 "shasum": ""
1424             },
1425             "require": {
1426                 "php": ">=7.1"
1427             },
1428             "provide": {
1429                 "ext-ctype": "*"
1430             },
1431             "suggest": {
1432                 "ext-ctype": "For best performance"
1433             },
1434             "type": "library",
1435             "extra": {
1436                 "branch-alias": {
1437                     "dev-main": "1.23-dev"
1438                 },
1439                 "thanks": {
1440                     "name": "symfony/polyfill",
1441                     "url": "https://github.com/symfony/polyfill"
1442                 }
1443             },
1444             "autoload": {
1445                 "psr-4": {
1446                     "Symfony\\Polyfill\\Ctype\\": ""
1447                 },
1448                 "files": [
1449                     "bootstrap.php"
1450                 ]
1451             },
1452             "notification-url": "https://packagist.org/downloads/",
1453             "license": [
1454                 "MIT"
1455             ],
1456             "authors": [
1457                 {
1458                     "name": "Gert de Pagter",
1459                     "email": "BackEndTea@gmail.com"
1460                 },
1461                 {
1462                     "name": "Symfony Community",
1463                     "homepage": "https://symfony.com/contributors"
1464                 }
1465             ],
1466             "description": "Symfony polyfill for ctype functions",
1467             "homepage": "https://symfony.com",
1468             "keywords": [
1469                 "compatibility",
1470                 "ctype",
1471                 "polyfill",
1472                 "portable"
1473             ],
1474             "support": {
1475                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
1476             },
1477             "funding": [
1478                 {
1479                     "url": "https://symfony.com/sponsor",
1480                     "type": "custom"
1481                 },
1482                 {
1483                     "url": "https://github.com/fabpot",
1484                     "type": "github"
1485                 },
1486                 {
1487                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1488                     "type": "tidelift"
1489                 }
1490             ],
1491             "time": "2021-10-20T20:35:02+00:00"
1492         },
1493         {
1494             "name": "symfony/polyfill-mbstring",
1495             "version": "v1.24.0",
1496             "source": {
1497                 "type": "git",
1498                 "url": "https://github.com/symfony/polyfill-mbstring.git",
1499                 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
1500             },
1501             "dist": {
1502                 "type": "zip",
1503                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
1504                 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
1505                 "shasum": ""
1506             },
1507             "require": {
1508                 "php": ">=7.1"
1509             },
1510             "provide": {
1511                 "ext-mbstring": "*"
1512             },
1513             "suggest": {
1514                 "ext-mbstring": "For best performance"
1515             },
1516             "type": "library",
1517             "extra": {
1518                 "branch-alias": {
1519                     "dev-main": "1.23-dev"
1520                 },
1521                 "thanks": {
1522                     "name": "symfony/polyfill",
1523                     "url": "https://github.com/symfony/polyfill"
1524                 }
1525             },
1526             "autoload": {
1527                 "psr-4": {
1528                     "Symfony\\Polyfill\\Mbstring\\": ""
1529                 },
1530                 "files": [
1531                     "bootstrap.php"
1532                 ]
1533             },
1534             "notification-url": "https://packagist.org/downloads/",
1535             "license": [
1536                 "MIT"
1537             ],
1538             "authors": [
1539                 {
1540                     "name": "Nicolas Grekas",
1541                     "email": "p@tchwork.com"
1542                 },
1543                 {
1544                     "name": "Symfony Community",
1545                     "homepage": "https://symfony.com/contributors"
1546                 }
1547             ],
1548             "description": "Symfony polyfill for the Mbstring extension",
1549             "homepage": "https://symfony.com",
1550             "keywords": [
1551                 "compatibility",
1552                 "mbstring",
1553                 "polyfill",
1554                 "portable",
1555                 "shim"
1556             ],
1557             "support": {
1558                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
1559             },
1560             "funding": [
1561                 {
1562                     "url": "https://symfony.com/sponsor",
1563                     "type": "custom"
1564                 },
1565                 {
1566                     "url": "https://github.com/fabpot",
1567                     "type": "github"
1568                 },
1569                 {
1570                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1571                     "type": "tidelift"
1572                 }
1573             ],
1574             "time": "2021-11-30T18:21:41+00:00"
1575         },
1576         {
1577             "name": "symfony/polyfill-php72",
1578             "version": "v1.24.0",
1579             "source": {
1580                 "type": "git",
1581                 "url": "https://github.com/symfony/polyfill-php72.git",
1582                 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
1583             },
1584             "dist": {
1585                 "type": "zip",
1586                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
1587                 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
1588                 "shasum": ""
1589             },
1590             "require": {
1591                 "php": ">=7.1"
1592             },
1593             "type": "library",
1594             "extra": {
1595                 "branch-alias": {
1596                     "dev-main": "1.23-dev"
1597                 },
1598                 "thanks": {
1599                     "name": "symfony/polyfill",
1600                     "url": "https://github.com/symfony/polyfill"
1601                 }
1602             },
1603             "autoload": {
1604                 "files": [
1605                     "bootstrap.php"
1606                 ],
1607                 "psr-4": {
1608                     "Symfony\\Polyfill\\Php72\\": ""
1609                 }
1610             },
1611             "notification-url": "https://packagist.org/downloads/",
1612             "license": [
1613                 "MIT"
1614             ],
1615             "authors": [
1616                 {
1617                     "name": "Nicolas Grekas",
1618                     "email": "p@tchwork.com"
1619                 },
1620                 {
1621                     "name": "Symfony Community",
1622                     "homepage": "https://symfony.com/contributors"
1623                 }
1624             ],
1625             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1626             "homepage": "https://symfony.com",
1627             "keywords": [
1628                 "compatibility",
1629                 "polyfill",
1630                 "portable",
1631                 "shim"
1632             ],
1633             "support": {
1634                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0"
1635             },
1636             "funding": [
1637                 {
1638                     "url": "https://symfony.com/sponsor",
1639                     "type": "custom"
1640                 },
1641                 {
1642                     "url": "https://github.com/fabpot",
1643                     "type": "github"
1644                 },
1645                 {
1646                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1647                     "type": "tidelift"
1648                 }
1649             ],
1650             "time": "2021-05-27T09:17:38+00:00"
1651         },
1652         {
1653             "name": "symfony/polyfill-php73",
1654             "version": "v1.24.0",
1655             "source": {
1656                 "type": "git",
1657                 "url": "https://github.com/symfony/polyfill-php73.git",
1658                 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
1659             },
1660             "dist": {
1661                 "type": "zip",
1662                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
1663                 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
1664                 "shasum": ""
1665             },
1666             "require": {
1667                 "php": ">=7.1"
1668             },
1669             "type": "library",
1670             "extra": {
1671                 "branch-alias": {
1672                     "dev-main": "1.23-dev"
1673                 },
1674                 "thanks": {
1675                     "name": "symfony/polyfill",
1676                     "url": "https://github.com/symfony/polyfill"
1677                 }
1678             },
1679             "autoload": {
1680                 "files": [
1681                     "bootstrap.php"
1682                 ],
1683                 "psr-4": {
1684                     "Symfony\\Polyfill\\Php73\\": ""
1685                 },
1686                 "classmap": [
1687                     "Resources/stubs"
1688                 ]
1689             },
1690             "notification-url": "https://packagist.org/downloads/",
1691             "license": [
1692                 "MIT"
1693             ],
1694             "authors": [
1695                 {
1696                     "name": "Nicolas Grekas",
1697                     "email": "p@tchwork.com"
1698                 },
1699                 {
1700                     "name": "Symfony Community",
1701                     "homepage": "https://symfony.com/contributors"
1702                 }
1703             ],
1704             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
1705             "homepage": "https://symfony.com",
1706             "keywords": [
1707                 "compatibility",
1708                 "polyfill",
1709                 "portable",
1710                 "shim"
1711             ],
1712             "support": {
1713                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0"
1714             },
1715             "funding": [
1716                 {
1717                     "url": "https://symfony.com/sponsor",
1718                     "type": "custom"
1719                 },
1720                 {
1721                     "url": "https://github.com/fabpot",
1722                     "type": "github"
1723                 },
1724                 {
1725                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1726                     "type": "tidelift"
1727                 }
1728             ],
1729             "time": "2021-06-05T21:20:04+00:00"
1730         },
1731         {
1732             "name": "symfony/polyfill-php80",
1733             "version": "v1.24.0",
1734             "source": {
1735                 "type": "git",
1736                 "url": "https://github.com/symfony/polyfill-php80.git",
1737                 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
1738             },
1739             "dist": {
1740                 "type": "zip",
1741                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
1742                 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
1743                 "shasum": ""
1744             },
1745             "require": {
1746                 "php": ">=7.1"
1747             },
1748             "type": "library",
1749             "extra": {
1750                 "branch-alias": {
1751                     "dev-main": "1.23-dev"
1752                 },
1753                 "thanks": {
1754                     "name": "symfony/polyfill",
1755                     "url": "https://github.com/symfony/polyfill"
1756                 }
1757             },
1758             "autoload": {
1759                 "files": [
1760                     "bootstrap.php"
1761                 ],
1762                 "psr-4": {
1763                     "Symfony\\Polyfill\\Php80\\": ""
1764                 },
1765                 "classmap": [
1766                     "Resources/stubs"
1767                 ]
1768             },
1769             "notification-url": "https://packagist.org/downloads/",
1770             "license": [
1771                 "MIT"
1772             ],
1773             "authors": [
1774                 {
1775                     "name": "Ion Bazan",
1776                     "email": "ion.bazan@gmail.com"
1777                 },
1778                 {
1779                     "name": "Nicolas Grekas",
1780                     "email": "p@tchwork.com"
1781                 },
1782                 {
1783                     "name": "Symfony Community",
1784                     "homepage": "https://symfony.com/contributors"
1785                 }
1786             ],
1787             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1788             "homepage": "https://symfony.com",
1789             "keywords": [
1790                 "compatibility",
1791                 "polyfill",
1792                 "portable",
1793                 "shim"
1794             ],
1795             "support": {
1796                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
1797             },
1798             "funding": [
1799                 {
1800                     "url": "https://symfony.com/sponsor",
1801                     "type": "custom"
1802                 },
1803                 {
1804                     "url": "https://github.com/fabpot",
1805                     "type": "github"
1806                 },
1807                 {
1808                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1809                     "type": "tidelift"
1810                 }
1811             ],
1812             "time": "2021-09-13T13:58:33+00:00"
1813         },
1814         {
1815             "name": "symfony/polyfill-php81",
1816             "version": "v1.24.0",
1817             "source": {
1818                 "type": "git",
1819                 "url": "https://github.com/symfony/polyfill-php81.git",
1820                 "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
1821             },
1822             "dist": {
1823                 "type": "zip",
1824                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
1825                 "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
1826                 "shasum": ""
1827             },
1828             "require": {
1829                 "php": ">=7.1"
1830             },
1831             "type": "library",
1832             "extra": {
1833                 "branch-alias": {
1834                     "dev-main": "1.23-dev"
1835                 },
1836                 "thanks": {
1837                     "name": "symfony/polyfill",
1838                     "url": "https://github.com/symfony/polyfill"
1839                 }
1840             },
1841             "autoload": {
1842                 "files": [
1843                     "bootstrap.php"
1844                 ],
1845                 "psr-4": {
1846                     "Symfony\\Polyfill\\Php81\\": ""
1847                 },
1848                 "classmap": [
1849                     "Resources/stubs"
1850                 ]
1851             },
1852             "notification-url": "https://packagist.org/downloads/",
1853             "license": [
1854                 "MIT"
1855             ],
1856             "authors": [
1857                 {
1858                     "name": "Nicolas Grekas",
1859                     "email": "p@tchwork.com"
1860                 },
1861                 {
1862                     "name": "Symfony Community",
1863                     "homepage": "https://symfony.com/contributors"
1864                 }
1865             ],
1866             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
1867             "homepage": "https://symfony.com",
1868             "keywords": [
1869                 "compatibility",
1870                 "polyfill",
1871                 "portable",
1872                 "shim"
1873             ],
1874             "support": {
1875                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0"
1876             },
1877             "funding": [
1878                 {
1879                     "url": "https://symfony.com/sponsor",
1880                     "type": "custom"
1881                 },
1882                 {
1883                     "url": "https://github.com/fabpot",
1884                     "type": "github"
1885                 },
1886                 {
1887                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1888                     "type": "tidelift"
1889                 }
1890             ],
1891             "time": "2021-09-13T13:58:11+00:00"
1892         },
1893         {
1894             "name": "symfony/service-contracts",
1895             "version": "v1.1.11",
1896             "source": {
1897                 "type": "git",
1898                 "url": "https://github.com/symfony/service-contracts.git",
1899                 "reference": "633df678bec3452e04a7b0337c9bcfe7354124b3"
1900             },
1901             "dist": {
1902                 "type": "zip",
1903                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/633df678bec3452e04a7b0337c9bcfe7354124b3",
1904                 "reference": "633df678bec3452e04a7b0337c9bcfe7354124b3",
1905                 "shasum": ""
1906             },
1907             "require": {
1908                 "php": ">=7.1.3",
1909                 "psr/container": "^1.0"
1910             },
1911             "suggest": {
1912                 "symfony/service-implementation": ""
1913             },
1914             "type": "library",
1915             "extra": {
1916                 "branch-alias": {
1917                     "dev-main": "1.1-dev"
1918                 },
1919                 "thanks": {
1920                     "name": "symfony/contracts",
1921                     "url": "https://github.com/symfony/contracts"
1922                 }
1923             },
1924             "autoload": {
1925                 "psr-4": {
1926                     "Symfony\\Contracts\\Service\\": ""
1927                 }
1928             },
1929             "notification-url": "https://packagist.org/downloads/",
1930             "license": [
1931                 "MIT"
1932             ],
1933             "authors": [
1934                 {
1935                     "name": "Nicolas Grekas",
1936                     "email": "p@tchwork.com"
1937                 },
1938                 {
1939                     "name": "Symfony Community",
1940                     "homepage": "https://symfony.com/contributors"
1941                 }
1942             ],
1943             "description": "Generic abstractions related to writing services",
1944             "homepage": "https://symfony.com",
1945             "keywords": [
1946                 "abstractions",
1947                 "contracts",
1948                 "decoupling",
1949                 "interfaces",
1950                 "interoperability",
1951                 "standards"
1952             ],
1953             "support": {
1954                 "source": "https://github.com/symfony/service-contracts/tree/v1.1.11"
1955             },
1956             "funding": [
1957                 {
1958                     "url": "https://symfony.com/sponsor",
1959                     "type": "custom"
1960                 },
1961                 {
1962                     "url": "https://github.com/fabpot",
1963                     "type": "github"
1964                 },
1965                 {
1966                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1967                     "type": "tidelift"
1968                 }
1969             ],
1970             "time": "2021-11-04T13:32:43+00:00"
1971         },
1972         {
1973             "name": "symfony/var-exporter",
1974             "version": "v4.4.37",
1975             "source": {
1976                 "type": "git",
1977                 "url": "https://github.com/symfony/var-exporter.git",
1978                 "reference": "70efd494974592a6581ad44e962238e3f76baea4"
1979             },
1980             "dist": {
1981                 "type": "zip",
1982                 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/70efd494974592a6581ad44e962238e3f76baea4",
1983                 "reference": "70efd494974592a6581ad44e962238e3f76baea4",
1984                 "shasum": ""
1985             },
1986             "require": {
1987                 "php": ">=7.1.3",
1988                 "symfony/polyfill-php80": "^1.16"
1989             },
1990             "require-dev": {
1991                 "symfony/var-dumper": "^4.4.9|^5.0.9"
1992             },
1993             "type": "library",
1994             "autoload": {
1995                 "psr-4": {
1996                     "Symfony\\Component\\VarExporter\\": ""
1997                 },
1998                 "exclude-from-classmap": [
1999                     "/Tests/"
2000                 ]
2001             },
2002             "notification-url": "https://packagist.org/downloads/",
2003             "license": [
2004                 "MIT"
2005             ],
2006             "authors": [
2007                 {
2008                     "name": "Nicolas Grekas",
2009                     "email": "p@tchwork.com"
2010                 },
2011                 {
2012                     "name": "Symfony Community",
2013                     "homepage": "https://symfony.com/contributors"
2014                 }
2015             ],
2016             "description": "Allows exporting any serializable PHP data structure to plain PHP code",
2017             "homepage": "https://symfony.com",
2018             "keywords": [
2019                 "clone",
2020                 "construct",
2021                 "export",
2022                 "hydrate",
2023                 "instantiate",
2024                 "serialize"
2025             ],
2026             "support": {
2027                 "source": "https://github.com/symfony/var-exporter/tree/v4.4.37"
2028             },
2029             "funding": [
2030                 {
2031                     "url": "https://symfony.com/sponsor",
2032                     "type": "custom"
2033                 },
2034                 {
2035                     "url": "https://github.com/fabpot",
2036                     "type": "github"
2037                 },
2038                 {
2039                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2040                     "type": "tidelift"
2041                 }
2042             ],
2043             "time": "2022-01-02T09:41:36+00:00"
2044         },
2045         {
2046             "name": "tecnickcom/tcpdf",
2047             "version": "6.4.4",
2048             "source": {
2049                 "type": "git",
2050                 "url": "https://github.com/tecnickcom/TCPDF.git",
2051                 "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320"
2052             },
2053             "dist": {
2054                 "type": "zip",
2055                 "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320",
2056                 "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320",
2057                 "shasum": ""
2058             },
2059             "require": {
2060                 "php": ">=5.3.0"
2061             },
2062             "type": "library",
2063             "autoload": {
2064                 "classmap": [
2065                     "config",
2066                     "include",
2067                     "tcpdf.php",
2068                     "tcpdf_parser.php",
2069                     "tcpdf_import.php",
2070                     "tcpdf_barcodes_1d.php",
2071                     "tcpdf_barcodes_2d.php",
2072                     "include/tcpdf_colors.php",
2073                     "include/tcpdf_filters.php",
2074                     "include/tcpdf_font_data.php",
2075                     "include/tcpdf_fonts.php",
2076                     "include/tcpdf_images.php",
2077                     "include/tcpdf_static.php",
2078                     "include/barcodes/datamatrix.php",
2079                     "include/barcodes/pdf417.php",
2080                     "include/barcodes/qrcode.php"
2081                 ]
2082             },
2083             "notification-url": "https://packagist.org/downloads/",
2084             "license": [
2085                 "LGPL-3.0-only"
2086             ],
2087             "authors": [
2088                 {
2089                     "name": "Nicola Asuni",
2090                     "email": "info@tecnick.com",
2091                     "role": "lead"
2092                 }
2093             ],
2094             "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2095             "homepage": "http://www.tcpdf.org/",
2096             "keywords": [
2097                 "PDFD32000-2008",
2098                 "TCPDF",
2099                 "barcodes",
2100                 "datamatrix",
2101                 "pdf",
2102                 "pdf417",
2103                 "qrcode"
2104             ],
2105             "support": {
2106                 "issues": "https://github.com/tecnickcom/TCPDF/issues",
2107                 "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4"
2108             },
2109             "funding": [
2110                 {
2111                     "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
2112                     "type": "custom"
2113                 }
2114             ],
2115             "time": "2021-12-31T08:39:24+00:00"
2116         },
2117         {
2118             "name": "twig/twig",
2119             "version": "v2.14.11",
2120             "source": {
2121                 "type": "git",
2122                 "url": "https://github.com/twigphp/Twig.git",
2123                 "reference": "66baa66f29ee30e487e05f1679903e36eb01d727"
2124             },
2125             "dist": {
2126                 "type": "zip",
2127                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/66baa66f29ee30e487e05f1679903e36eb01d727",
2128                 "reference": "66baa66f29ee30e487e05f1679903e36eb01d727",
2129                 "shasum": ""
2130             },
2131             "require": {
2132                 "php": ">=7.1.3",
2133                 "symfony/polyfill-ctype": "^1.8",
2134                 "symfony/polyfill-mbstring": "^1.3",
2135                 "symfony/polyfill-php72": "^1.8"
2136             },
2137             "require-dev": {
2138                 "psr/container": "^1.0",
2139                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
2140             },
2141             "type": "library",
2142             "extra": {
2143                 "branch-alias": {
2144                     "dev-master": "2.14-dev"
2145                 }
2146             },
2147             "autoload": {
2148                 "psr-0": {
2149                     "Twig_": "lib/"
2150                 },
2151                 "psr-4": {
2152                     "Twig\\": "src/"
2153                 }
2154             },
2155             "notification-url": "https://packagist.org/downloads/",
2156             "license": [
2157                 "BSD-3-Clause"
2158             ],
2159             "authors": [
2160                 {
2161                     "name": "Fabien Potencier",
2162                     "email": "fabien@symfony.com",
2163                     "homepage": "http://fabien.potencier.org",
2164                     "role": "Lead Developer"
2165                 },
2166                 {
2167                     "name": "Twig Team",
2168                     "role": "Contributors"
2169                 },
2170                 {
2171                     "name": "Armin Ronacher",
2172                     "email": "armin.ronacher@active-4.com",
2173                     "role": "Project Founder"
2174                 }
2175             ],
2176             "description": "Twig, the flexible, fast, and secure template language for PHP",
2177             "homepage": "https://twig.symfony.com",
2178             "keywords": [
2179                 "templating"
2180             ],
2181             "support": {
2182                 "issues": "https://github.com/twigphp/Twig/issues",
2183                 "source": "https://github.com/twigphp/Twig/tree/v2.14.11"
2184             },
2185             "funding": [
2186                 {
2187                     "url": "https://github.com/fabpot",
2188                     "type": "github"
2189                 },
2190                 {
2191                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
2192                     "type": "tidelift"
2193                 }
2194             ],
2195             "time": "2022-02-04T06:57:25+00:00"
2196         },
2197         {
2198             "name": "williamdes/mariadb-mysql-kbs",
2199             "version": "v1.2.13",
2200             "source": {
2201                 "type": "git",
2202                 "url": "https://github.com/williamdes/mariadb-mysql-kbs.git",
2203                 "reference": "f5c1b00d4bcfb27c06595ae172aa69da1815bfa9"
2204             },
2205             "dist": {
2206                 "type": "zip",
2207                 "url": "https://api.github.com/repos/williamdes/mariadb-mysql-kbs/zipball/f5c1b00d4bcfb27c06595ae172aa69da1815bfa9",
2208                 "reference": "f5c1b00d4bcfb27c06595ae172aa69da1815bfa9",
2209                 "shasum": ""
2210             },
2211             "require": {
2212                 "php": "^7.1 || ^8.0"
2213             },
2214             "require-dev": {
2215                 "phpstan/phpstan": "^1.2",
2216                 "phpunit/phpunit": "^7 || ^8 || ^9",
2217                 "swaggest/json-schema": "^0.12.29",
2218                 "wdes/coding-standard": "^3"
2219             },
2220             "type": "library",
2221             "autoload": {
2222                 "psr-4": {
2223                     "Williamdes\\MariaDBMySQLKBS\\": "src/"
2224                 }
2225             },
2226             "notification-url": "https://packagist.org/downloads/",
2227             "license": [
2228                 "MPL-2.0"
2229             ],
2230             "authors": [
2231                 {
2232                     "name": "William Desportes",
2233                     "email": "williamdes@wdes.fr"
2234                 }
2235             ],
2236             "description": "An index of the MariaDB and MySQL Knowledge bases",
2237             "homepage": "https://github.com/williamdes/mariadb-mysql-kbs",
2238             "keywords": [
2239                 "composer-package",
2240                 "dataset",
2241                 "json",
2242                 "kb",
2243                 "knowledge-base",
2244                 "library",
2245                 "mariadb",
2246                 "mariadb-knowledge-bases",
2247                 "mysql",
2248                 "mysql-knowledge-bases",
2249                 "npm-package"
2250             ],
2251             "support": {
2252                 "email": "williamdes@wdes.fr",
2253                 "issues": "https://github.com/williamdes/mariadb-mysql-kbs/issues",
2254                 "source": "https://github.com/williamdes/mariadb-mysql-kbs"
2255             },
2256             "funding": [
2257                 {
2258                     "url": "https://github.com/sponsors/williamdes",
2259                     "type": "github"
2260                 },
2261                 {
2262                     "url": "https://tidelift.com/funding/github/packagist/williamdes/mariadb-mysql-kbs",
2263                     "type": "tidelift"
2264                 }
2265             ],
2266             "time": "2021-12-19T22:53:51+00:00"
2267         }
2268     ],
2269     "packages-dev": [
2270         {
2271             "name": "amphp/amp",
2272             "version": "v2.6.1",
2273             "source": {
2274                 "type": "git",
2275                 "url": "https://github.com/amphp/amp.git",
2276                 "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae"
2277             },
2278             "dist": {
2279                 "type": "zip",
2280                 "url": "https://api.github.com/repos/amphp/amp/zipball/c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",
2281                 "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",
2282                 "shasum": ""
2283             },
2284             "require": {
2285                 "php": ">=7.1"
2286             },
2287             "require-dev": {
2288                 "amphp/php-cs-fixer-config": "dev-master",
2289                 "amphp/phpunit-util": "^1",
2290                 "ext-json": "*",
2291                 "jetbrains/phpstorm-stubs": "^2019.3",
2292                 "phpunit/phpunit": "^7 | ^8 | ^9",
2293                 "psalm/phar": "^3.11@dev",
2294                 "react/promise": "^2"
2295             },
2296             "type": "library",
2297             "extra": {
2298                 "branch-alias": {
2299                     "dev-master": "2.x-dev"
2300                 }
2301             },
2302             "autoload": {
2303                 "psr-4": {
2304                     "Amp\\": "lib"
2305                 },
2306                 "files": [
2307                     "lib/functions.php",
2308                     "lib/Internal/functions.php"
2309                 ]
2310             },
2311             "notification-url": "https://packagist.org/downloads/",
2312             "license": [
2313                 "MIT"
2314             ],
2315             "authors": [
2316                 {
2317                     "name": "Daniel Lowrey",
2318                     "email": "rdlowrey@php.net"
2319                 },
2320                 {
2321                     "name": "Aaron Piotrowski",
2322                     "email": "aaron@trowski.com"
2323                 },
2324                 {
2325                     "name": "Bob Weinand",
2326                     "email": "bobwei9@hotmail.com"
2327                 },
2328                 {
2329                     "name": "Niklas Keller",
2330                     "email": "me@kelunik.com"
2331                 }
2332             ],
2333             "description": "A non-blocking concurrency framework for PHP applications.",
2334             "homepage": "http://amphp.org/amp",
2335             "keywords": [
2336                 "async",
2337                 "asynchronous",
2338                 "awaitable",
2339                 "concurrency",
2340                 "event",
2341                 "event-loop",
2342                 "future",
2343                 "non-blocking",
2344                 "promise"
2345             ],
2346             "support": {
2347                 "irc": "irc://irc.freenode.org/amphp",
2348                 "issues": "https://github.com/amphp/amp/issues",
2349                 "source": "https://github.com/amphp/amp/tree/v2.6.1"
2350             },
2351             "funding": [
2352                 {
2353                     "url": "https://github.com/amphp",
2354                     "type": "github"
2355                 }
2356             ],
2357             "time": "2021-09-23T18:43:08+00:00"
2358         },
2359         {
2360             "name": "amphp/byte-stream",
2361             "version": "v1.8.1",
2362             "source": {
2363                 "type": "git",
2364                 "url": "https://github.com/amphp/byte-stream.git",
2365                 "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
2366             },
2367             "dist": {
2368                 "type": "zip",
2369                 "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
2370                 "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
2371                 "shasum": ""
2372             },
2373             "require": {
2374                 "amphp/amp": "^2",
2375                 "php": ">=7.1"
2376             },
2377             "require-dev": {
2378                 "amphp/php-cs-fixer-config": "dev-master",
2379                 "amphp/phpunit-util": "^1.4",
2380                 "friendsofphp/php-cs-fixer": "^2.3",
2381                 "jetbrains/phpstorm-stubs": "^2019.3",
2382                 "phpunit/phpunit": "^6 || ^7 || ^8",
2383                 "psalm/phar": "^3.11.4"
2384             },
2385             "type": "library",
2386             "extra": {
2387                 "branch-alias": {
2388                     "dev-master": "1.x-dev"
2389                 }
2390             },
2391             "autoload": {
2392                 "files": [
2393                     "lib/functions.php"
2394                 ],
2395                 "psr-4": {
2396                     "Amp\\ByteStream\\": "lib"
2397                 }
2398             },
2399             "notification-url": "https://packagist.org/downloads/",
2400             "license": [
2401                 "MIT"
2402             ],
2403             "authors": [
2404                 {
2405                     "name": "Aaron Piotrowski",
2406                     "email": "aaron@trowski.com"
2407                 },
2408                 {
2409                     "name": "Niklas Keller",
2410                     "email": "me@kelunik.com"
2411                 }
2412             ],
2413             "description": "A stream abstraction to make working with non-blocking I/O simple.",
2414             "homepage": "http://amphp.org/byte-stream",
2415             "keywords": [
2416                 "amp",
2417                 "amphp",
2418                 "async",
2419                 "io",
2420                 "non-blocking",
2421                 "stream"
2422             ],
2423             "support": {
2424                 "irc": "irc://irc.freenode.org/amphp",
2425                 "issues": "https://github.com/amphp/byte-stream/issues",
2426                 "source": "https://github.com/amphp/byte-stream/tree/v1.8.1"
2427             },
2428             "funding": [
2429                 {
2430                     "url": "https://github.com/amphp",
2431                     "type": "github"
2432                 }
2433             ],
2434             "time": "2021-03-30T17:13:30+00:00"
2435         },
2436         {
2437             "name": "composer/package-versions-deprecated",
2438             "version": "1.11.99.5",
2439             "source": {
2440                 "type": "git",
2441                 "url": "https://github.com/composer/package-versions-deprecated.git",
2442                 "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
2443             },
2444             "dist": {
2445                 "type": "zip",
2446                 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
2447                 "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
2448                 "shasum": ""
2449             },
2450             "require": {
2451                 "composer-plugin-api": "^1.1.0 || ^2.0",
2452                 "php": "^7 || ^8"
2453             },
2454             "replace": {
2455                 "ocramius/package-versions": "1.11.99"
2456             },
2457             "require-dev": {
2458                 "composer/composer": "^1.9.3 || ^2.0@dev",
2459                 "ext-zip": "^1.13",
2460                 "phpunit/phpunit": "^6.5 || ^7"
2461             },
2462             "type": "composer-plugin",
2463             "extra": {
2464                 "class": "PackageVersions\\Installer",
2465                 "branch-alias": {
2466                     "dev-master": "1.x-dev"
2467                 }
2468             },
2469             "autoload": {
2470                 "psr-4": {
2471                     "PackageVersions\\": "src/PackageVersions"
2472                 }
2473             },
2474             "notification-url": "https://packagist.org/downloads/",
2475             "license": [
2476                 "MIT"
2477             ],
2478             "authors": [
2479                 {
2480                     "name": "Marco Pivetta",
2481                     "email": "ocramius@gmail.com"
2482                 },
2483                 {
2484                     "name": "Jordi Boggiano",
2485                     "email": "j.boggiano@seld.be"
2486                 }
2487             ],
2488             "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
2489             "support": {
2490                 "issues": "https://github.com/composer/package-versions-deprecated/issues",
2491                 "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
2492             },
2493             "funding": [
2494                 {
2495                     "url": "https://packagist.com",
2496                     "type": "custom"
2497                 },
2498                 {
2499                     "url": "https://github.com/composer",
2500                     "type": "github"
2501                 },
2502                 {
2503                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
2504                     "type": "tidelift"
2505                 }
2506             ],
2507             "time": "2022-01-17T14:14:24+00:00"
2508         },
2509         {
2510             "name": "composer/pcre",
2511             "version": "1.0.1",
2512             "source": {
2513                 "type": "git",
2514                 "url": "https://github.com/composer/pcre.git",
2515                 "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560"
2516             },
2517             "dist": {
2518                 "type": "zip",
2519                 "url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560",
2520                 "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560",
2521                 "shasum": ""
2522             },
2523             "require": {
2524                 "php": "^5.3.2 || ^7.0 || ^8.0"
2525             },
2526             "require-dev": {
2527                 "phpstan/phpstan": "^1.3",
2528                 "phpstan/phpstan-strict-rules": "^1.1",
2529                 "symfony/phpunit-bridge": "^4.2 || ^5"
2530             },
2531             "type": "library",
2532             "extra": {
2533                 "branch-alias": {
2534                     "dev-main": "1.x-dev"
2535                 }
2536             },
2537             "autoload": {
2538                 "psr-4": {
2539                     "Composer\\Pcre\\": "src"
2540                 }
2541             },
2542             "notification-url": "https://packagist.org/downloads/",
2543             "license": [
2544                 "MIT"
2545             ],
2546             "authors": [
2547                 {
2548                     "name": "Jordi Boggiano",
2549                     "email": "j.boggiano@seld.be",
2550                     "homepage": "http://seld.be"
2551                 }
2552             ],
2553             "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
2554             "keywords": [
2555                 "PCRE",
2556                 "preg",
2557                 "regex",
2558                 "regular expression"
2559             ],
2560             "support": {
2561                 "issues": "https://github.com/composer/pcre/issues",
2562                 "source": "https://github.com/composer/pcre/tree/1.0.1"
2563             },
2564             "funding": [
2565                 {
2566                     "url": "https://packagist.com",
2567                     "type": "custom"
2568                 },
2569                 {
2570                     "url": "https://github.com/composer",
2571                     "type": "github"
2572                 },
2573                 {
2574                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
2575                     "type": "tidelift"
2576                 }
2577             ],
2578             "time": "2022-01-21T20:24:37+00:00"
2579         },
2580         {
2581             "name": "composer/semver",
2582             "version": "3.2.9",
2583             "source": {
2584                 "type": "git",
2585                 "url": "https://github.com/composer/semver.git",
2586                 "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649"
2587             },
2588             "dist": {
2589                 "type": "zip",
2590                 "url": "https://api.github.com/repos/composer/semver/zipball/a951f614bd64dcd26137bc9b7b2637ddcfc57649",
2591                 "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649",
2592                 "shasum": ""
2593             },
2594             "require": {
2595                 "php": "^5.3.2 || ^7.0 || ^8.0"
2596             },
2597             "require-dev": {
2598                 "phpstan/phpstan": "^1.4",
2599                 "symfony/phpunit-bridge": "^4.2 || ^5"
2600             },
2601             "type": "library",
2602             "extra": {
2603                 "branch-alias": {
2604                     "dev-main": "3.x-dev"
2605                 }
2606             },
2607             "autoload": {
2608                 "psr-4": {
2609                     "Composer\\Semver\\": "src"
2610                 }
2611             },
2612             "notification-url": "https://packagist.org/downloads/",
2613             "license": [
2614                 "MIT"
2615             ],
2616             "authors": [
2617                 {
2618                     "name": "Nils Adermann",
2619                     "email": "naderman@naderman.de",
2620                     "homepage": "http://www.naderman.de"
2621                 },
2622                 {
2623                     "name": "Jordi Boggiano",
2624                     "email": "j.boggiano@seld.be",
2625                     "homepage": "http://seld.be"
2626                 },
2627                 {
2628                     "name": "Rob Bast",
2629                     "email": "rob.bast@gmail.com",
2630                     "homepage": "http://robbast.nl"
2631                 }
2632             ],
2633             "description": "Semver library that offers utilities, version constraint parsing and validation.",
2634             "keywords": [
2635                 "semantic",
2636                 "semver",
2637                 "validation",
2638                 "versioning"
2639             ],
2640             "support": {
2641                 "irc": "irc://irc.freenode.org/composer",
2642                 "issues": "https://github.com/composer/semver/issues",
2643                 "source": "https://github.com/composer/semver/tree/3.2.9"
2644             },
2645             "funding": [
2646                 {
2647                     "url": "https://packagist.com",
2648                     "type": "custom"
2649                 },
2650                 {
2651                     "url": "https://github.com/composer",
2652                     "type": "github"
2653                 },
2654                 {
2655                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
2656                     "type": "tidelift"
2657                 }
2658             ],
2659             "time": "2022-02-04T13:58:43+00:00"
2660         },
2661         {
2662             "name": "composer/xdebug-handler",
2663             "version": "2.0.4",
2664             "source": {
2665                 "type": "git",
2666                 "url": "https://github.com/composer/xdebug-handler.git",
2667                 "reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a"
2668             },
2669             "dist": {
2670                 "type": "zip",
2671                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/0c1a3925ec58a4ec98e992b9c7d171e9e184be0a",
2672                 "reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a",
2673                 "shasum": ""
2674             },
2675             "require": {
2676                 "composer/pcre": "^1",
2677                 "php": "^5.3.2 || ^7.0 || ^8.0",
2678                 "psr/log": "^1 || ^2 || ^3"
2679             },
2680             "require-dev": {
2681                 "phpstan/phpstan": "^1.0",
2682                 "phpstan/phpstan-strict-rules": "^1.1",
2683                 "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
2684             },
2685             "type": "library",
2686             "autoload": {
2687                 "psr-4": {
2688                     "Composer\\XdebugHandler\\": "src"
2689                 }
2690             },
2691             "notification-url": "https://packagist.org/downloads/",
2692             "license": [
2693                 "MIT"
2694             ],
2695             "authors": [
2696                 {
2697                     "name": "John Stevenson",
2698                     "email": "john-stevenson@blueyonder.co.uk"
2699                 }
2700             ],
2701             "description": "Restarts a process without Xdebug.",
2702             "keywords": [
2703                 "Xdebug",
2704                 "performance"
2705             ],
2706             "support": {
2707                 "irc": "irc://irc.freenode.org/composer",
2708                 "issues": "https://github.com/composer/xdebug-handler/issues",
2709                 "source": "https://github.com/composer/xdebug-handler/tree/2.0.4"
2710             },
2711             "funding": [
2712                 {
2713                     "url": "https://packagist.com",
2714                     "type": "custom"
2715                 },
2716                 {
2717                     "url": "https://github.com/composer",
2718                     "type": "github"
2719                 },
2720                 {
2721                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
2722                     "type": "tidelift"
2723                 }
2724             ],
2725             "time": "2022-01-04T17:06:45+00:00"
2726         },
2727         {
2728             "name": "dealerdirect/phpcodesniffer-composer-installer",
2729             "version": "v0.7.2",
2730             "source": {
2731                 "type": "git",
2732                 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
2733                 "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
2734             },
2735             "dist": {
2736                 "type": "zip",
2737                 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
2738                 "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
2739                 "shasum": ""
2740             },
2741             "require": {
2742                 "composer-plugin-api": "^1.0 || ^2.0",
2743                 "php": ">=5.3",
2744                 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
2745             },
2746             "require-dev": {
2747                 "composer/composer": "*",
2748                 "php-parallel-lint/php-parallel-lint": "^1.3.1",
2749                 "phpcompatibility/php-compatibility": "^9.0"
2750             },
2751             "type": "composer-plugin",
2752             "extra": {
2753                 "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
2754             },
2755             "autoload": {
2756                 "psr-4": {
2757                     "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
2758                 }
2759             },
2760             "notification-url": "https://packagist.org/downloads/",
2761             "license": [
2762                 "MIT"
2763             ],
2764             "authors": [
2765                 {
2766                     "name": "Franck Nijhof",
2767                     "email": "franck.nijhof@dealerdirect.com",
2768                     "homepage": "http://www.frenck.nl",
2769                     "role": "Developer / IT Manager"
2770                 },
2771                 {
2772                     "name": "Contributors",
2773                     "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
2774                 }
2775             ],
2776             "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
2777             "homepage": "http://www.dealerdirect.com",
2778             "keywords": [
2779                 "PHPCodeSniffer",
2780                 "PHP_CodeSniffer",
2781                 "code quality",
2782                 "codesniffer",
2783                 "composer",
2784                 "installer",
2785                 "phpcbf",
2786                 "phpcs",
2787                 "plugin",
2788                 "qa",
2789                 "quality",
2790                 "standard",
2791                 "standards",
2792                 "style guide",
2793                 "stylecheck",
2794                 "tests"
2795             ],
2796             "support": {
2797                 "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
2798                 "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
2799             },
2800             "time": "2022-02-04T12:51:07+00:00"
2801         },
2802         {
2803             "name": "dnoegel/php-xdg-base-dir",
2804             "version": "v0.1.1",
2805             "source": {
2806                 "type": "git",
2807                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
2808                 "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
2809             },
2810             "dist": {
2811                 "type": "zip",
2812                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
2813                 "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
2814                 "shasum": ""
2815             },
2816             "require": {
2817                 "php": ">=5.3.2"
2818             },
2819             "require-dev": {
2820                 "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
2821             },
2822             "type": "library",
2823             "autoload": {
2824                 "psr-4": {
2825                     "XdgBaseDir\\": "src/"
2826                 }
2827             },
2828             "notification-url": "https://packagist.org/downloads/",
2829             "license": [
2830                 "MIT"
2831             ],
2832             "description": "implementation of xdg base directory specification for php",
2833             "support": {
2834                 "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
2835                 "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
2836             },
2837             "time": "2019-12-04T15:06:13+00:00"
2838         },
2839         {
2840             "name": "doctrine/coding-standard",
2841             "version": "8.2.1",
2842             "source": {
2843                 "type": "git",
2844                 "url": "https://github.com/doctrine/coding-standard.git",
2845                 "reference": "f595b060799c1a0d76ead16981804eaa0bbcd8d6"
2846             },
2847             "dist": {
2848                 "type": "zip",
2849                 "url": "https://api.github.com/repos/doctrine/coding-standard/zipball/f595b060799c1a0d76ead16981804eaa0bbcd8d6",
2850                 "reference": "f595b060799c1a0d76ead16981804eaa0bbcd8d6",
2851                 "shasum": ""
2852             },
2853             "require": {
2854                 "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
2855                 "php": "^7.1 || ^8.0",
2856                 "slevomat/coding-standard": "^6.4.1",
2857                 "squizlabs/php_codesniffer": "^3.5.8"
2858             },
2859             "type": "phpcodesniffer-standard",
2860             "notification-url": "https://packagist.org/downloads/",
2861             "license": [
2862                 "MIT"
2863             ],
2864             "authors": [
2865                 {
2866                     "name": "Benjamin Eberlei",
2867                     "email": "kontakt@beberlei.de"
2868                 },
2869                 {
2870                     "name": "Steve Müller",
2871                     "email": "st.mueller@dzh-online.de"
2872                 }
2873             ],
2874             "description": "The Doctrine Coding Standard is a set of PHPCS rules applied to all Doctrine projects.",
2875             "homepage": "https://www.doctrine-project.org/projects/coding-standard.html",
2876             "keywords": [
2877                 "checks",
2878                 "code",
2879                 "coding",
2880                 "cs",
2881                 "doctrine",
2882                 "rules",
2883                 "sniffer",
2884                 "sniffs",
2885                 "standard",
2886                 "style"
2887             ],
2888             "support": {
2889                 "issues": "https://github.com/doctrine/coding-standard/issues",
2890                 "source": "https://github.com/doctrine/coding-standard/tree/8.2.1"
2891             },
2892             "time": "2021-04-03T10:54:55+00:00"
2893         },
2894         {
2895             "name": "doctrine/instantiator",
2896             "version": "1.4.0",
2897             "source": {
2898                 "type": "git",
2899                 "url": "https://github.com/doctrine/instantiator.git",
2900                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
2901             },
2902             "dist": {
2903                 "type": "zip",
2904                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
2905                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
2906                 "shasum": ""
2907             },
2908             "require": {
2909                 "php": "^7.1 || ^8.0"
2910             },
2911             "require-dev": {
2912                 "doctrine/coding-standard": "^8.0",
2913                 "ext-pdo": "*",
2914                 "ext-phar": "*",
2915                 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
2916                 "phpstan/phpstan": "^0.12",
2917                 "phpstan/phpstan-phpunit": "^0.12",
2918                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2919             },
2920             "type": "library",
2921             "autoload": {
2922                 "psr-4": {
2923                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2924                 }
2925             },
2926             "notification-url": "https://packagist.org/downloads/",
2927             "license": [
2928                 "MIT"
2929             ],
2930             "authors": [
2931                 {
2932                     "name": "Marco Pivetta",
2933                     "email": "ocramius@gmail.com",
2934                     "homepage": "https://ocramius.github.io/"
2935                 }
2936             ],
2937             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2938             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2939             "keywords": [
2940                 "constructor",
2941                 "instantiate"
2942             ],
2943             "support": {
2944                 "issues": "https://github.com/doctrine/instantiator/issues",
2945                 "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
2946             },
2947             "funding": [
2948                 {
2949                     "url": "https://www.doctrine-project.org/sponsorship.html",
2950                     "type": "custom"
2951                 },
2952                 {
2953                     "url": "https://www.patreon.com/phpdoctrine",
2954                     "type": "patreon"
2955                 },
2956                 {
2957                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
2958                     "type": "tidelift"
2959                 }
2960             ],
2961             "time": "2020-11-10T18:47:58+00:00"
2962         },
2963         {
2964             "name": "felixfbecker/advanced-json-rpc",
2965             "version": "v3.2.1",
2966             "source": {
2967                 "type": "git",
2968                 "url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
2969                 "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447"
2970             },
2971             "dist": {
2972                 "type": "zip",
2973                 "url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447",
2974                 "reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447",
2975                 "shasum": ""
2976             },
2977             "require": {
2978                 "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
2979                 "php": "^7.1 || ^8.0",
2980                 "phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
2981             },
2982             "require-dev": {
2983                 "phpunit/phpunit": "^7.0 || ^8.0"
2984             },
2985             "type": "library",
2986             "autoload": {
2987                 "psr-4": {
2988                     "AdvancedJsonRpc\\": "lib/"
2989                 }
2990             },
2991             "notification-url": "https://packagist.org/downloads/",
2992             "license": [
2993                 "ISC"
2994             ],
2995             "authors": [
2996                 {
2997                     "name": "Felix Becker",
2998                     "email": "felix.b@outlook.com"
2999                 }
3000             ],
3001             "description": "A more advanced JSONRPC implementation",
3002             "support": {
3003                 "issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
3004                 "source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1"
3005             },
3006             "time": "2021-06-11T22:34:44+00:00"
3007         },
3008         {
3009             "name": "felixfbecker/language-server-protocol",
3010             "version": "1.5.1",
3011             "source": {
3012                 "type": "git",
3013                 "url": "https://github.com/felixfbecker/php-language-server-protocol.git",
3014                 "reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730"
3015             },
3016             "dist": {
3017                 "type": "zip",
3018                 "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/9d846d1f5cf101deee7a61c8ba7caa0a975cd730",
3019                 "reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730",
3020                 "shasum": ""
3021             },
3022             "require": {
3023                 "php": ">=7.1"
3024             },
3025             "require-dev": {
3026                 "phpstan/phpstan": "*",
3027                 "squizlabs/php_codesniffer": "^3.1",
3028                 "vimeo/psalm": "^4.0"
3029             },
3030             "type": "library",
3031             "extra": {
3032                 "branch-alias": {
3033                     "dev-master": "1.x-dev"
3034                 }
3035             },
3036             "autoload": {
3037                 "psr-4": {
3038                     "LanguageServerProtocol\\": "src/"
3039                 }
3040             },
3041             "notification-url": "https://packagist.org/downloads/",
3042             "license": [
3043                 "ISC"
3044             ],
3045             "authors": [
3046                 {
3047                     "name": "Felix Becker",
3048                     "email": "felix.b@outlook.com"
3049                 }
3050             ],
3051             "description": "PHP classes for the Language Server Protocol",
3052             "keywords": [
3053                 "language",
3054                 "microsoft",
3055                 "php",
3056                 "server"
3057             ],
3058             "support": {
3059                 "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
3060                 "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/1.5.1"
3061             },
3062             "time": "2021-02-22T14:02:09+00:00"
3063         },
3064         {
3065             "name": "myclabs/deep-copy",
3066             "version": "1.10.2",
3067             "source": {
3068                 "type": "git",
3069                 "url": "https://github.com/myclabs/DeepCopy.git",
3070                 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
3071             },
3072             "dist": {
3073                 "type": "zip",
3074                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
3075                 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
3076                 "shasum": ""
3077             },
3078             "require": {
3079                 "php": "^7.1 || ^8.0"
3080             },
3081             "require-dev": {
3082                 "doctrine/collections": "^1.0",
3083                 "doctrine/common": "^2.6",
3084                 "phpunit/phpunit": "^7.1"
3085             },
3086             "type": "library",
3087             "autoload": {
3088                 "files": [
3089                     "src/DeepCopy/deep_copy.php"
3090                 ],
3091                 "psr-4": {
3092                     "DeepCopy\\": "src/DeepCopy/"
3093                 }
3094             },
3095             "notification-url": "https://packagist.org/downloads/",
3096             "license": [
3097                 "MIT"
3098             ],
3099             "description": "Create deep copies (clones) of your objects",
3100             "keywords": [
3101                 "clone",
3102                 "copy",
3103                 "duplicate",
3104                 "object",
3105                 "object graph"
3106             ],
3107             "support": {
3108                 "issues": "https://github.com/myclabs/DeepCopy/issues",
3109                 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
3110             },
3111             "funding": [
3112                 {
3113                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
3114                     "type": "tidelift"
3115                 }
3116             ],
3117             "time": "2020-11-13T09:40:50+00:00"
3118         },
3119         {
3120             "name": "netresearch/jsonmapper",
3121             "version": "v4.0.0",
3122             "source": {
3123                 "type": "git",
3124                 "url": "https://github.com/cweiske/jsonmapper.git",
3125                 "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d"
3126             },
3127             "dist": {
3128                 "type": "zip",
3129                 "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",
3130                 "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",
3131                 "shasum": ""
3132             },
3133             "require": {
3134                 "ext-json": "*",
3135                 "ext-pcre": "*",
3136                 "ext-reflection": "*",
3137                 "ext-spl": "*",
3138                 "php": ">=7.1"
3139             },
3140             "require-dev": {
3141                 "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
3142                 "squizlabs/php_codesniffer": "~3.5"
3143             },
3144             "type": "library",
3145             "autoload": {
3146                 "psr-0": {
3147                     "JsonMapper": "src/"
3148                 }
3149             },
3150             "notification-url": "https://packagist.org/downloads/",
3151             "license": [
3152                 "OSL-3.0"
3153             ],
3154             "authors": [
3155                 {
3156                     "name": "Christian Weiske",
3157                     "email": "cweiske@cweiske.de",
3158                     "homepage": "http://github.com/cweiske/jsonmapper/",
3159                     "role": "Developer"
3160                 }
3161             ],
3162             "description": "Map nested JSON structures onto PHP classes",
3163             "support": {
3164                 "email": "cweiske@cweiske.de",
3165                 "issues": "https://github.com/cweiske/jsonmapper/issues",
3166                 "source": "https://github.com/cweiske/jsonmapper/tree/v4.0.0"
3167             },
3168             "time": "2020-12-01T19:48:11+00:00"
3169         },
3170         {
3171             "name": "nikic/php-parser",
3172             "version": "v4.13.2",
3173             "source": {
3174                 "type": "git",
3175                 "url": "https://github.com/nikic/PHP-Parser.git",
3176                 "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
3177             },
3178             "dist": {
3179                 "type": "zip",
3180                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
3181                 "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
3182                 "shasum": ""
3183             },
3184             "require": {
3185                 "ext-tokenizer": "*",
3186                 "php": ">=7.0"
3187             },
3188             "require-dev": {
3189                 "ircmaxell/php-yacc": "^0.0.7",
3190                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
3191             },
3192             "bin": [
3193                 "bin/php-parse"
3194             ],
3195             "type": "library",
3196             "extra": {
3197                 "branch-alias": {
3198                     "dev-master": "4.9-dev"
3199                 }
3200             },
3201             "autoload": {
3202                 "psr-4": {
3203                     "PhpParser\\": "lib/PhpParser"
3204                 }
3205             },
3206             "notification-url": "https://packagist.org/downloads/",
3207             "license": [
3208                 "BSD-3-Clause"
3209             ],
3210             "authors": [
3211                 {
3212                     "name": "Nikita Popov"
3213                 }
3214             ],
3215             "description": "A PHP parser written in PHP",
3216             "keywords": [
3217                 "parser",
3218                 "php"
3219             ],
3220             "support": {
3221                 "issues": "https://github.com/nikic/PHP-Parser/issues",
3222                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
3223             },
3224             "time": "2021-11-30T19:35:32+00:00"
3225         },
3226         {
3227             "name": "openlss/lib-array2xml",
3228             "version": "1.0.0",
3229             "source": {
3230                 "type": "git",
3231                 "url": "https://github.com/nullivex/lib-array2xml.git",
3232                 "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
3233             },
3234             "dist": {
3235                 "type": "zip",
3236                 "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
3237                 "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
3238                 "shasum": ""
3239             },
3240             "require": {
3241                 "php": ">=5.3.2"
3242             },
3243             "type": "library",
3244             "autoload": {
3245                 "psr-0": {
3246                     "LSS": ""
3247                 }
3248             },
3249             "notification-url": "https://packagist.org/downloads/",
3250             "license": [
3251                 "Apache-2.0"
3252             ],
3253             "authors": [
3254                 {
3255                     "name": "Bryan Tong",
3256                     "email": "bryan@nullivex.com",
3257                     "homepage": "https://www.nullivex.com"
3258                 },
3259                 {
3260                     "name": "Tony Butler",
3261                     "email": "spudz76@gmail.com",
3262                     "homepage": "https://www.nullivex.com"
3263                 }
3264             ],
3265             "description": "Array2XML conversion library credit to lalit.org",
3266             "homepage": "https://www.nullivex.com",
3267             "keywords": [
3268                 "array",
3269                 "array conversion",
3270                 "xml",
3271                 "xml conversion"
3272             ],
3273             "support": {
3274                 "issues": "https://github.com/nullivex/lib-array2xml/issues",
3275                 "source": "https://github.com/nullivex/lib-array2xml/tree/master"
3276             },
3277             "time": "2019-03-29T20:06:56+00:00"
3278         },
3279         {
3280             "name": "paragonie/random_compat",
3281             "version": "v9.99.100",
3282             "source": {
3283                 "type": "git",
3284                 "url": "https://github.com/paragonie/random_compat.git",
3285                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
3286             },
3287             "dist": {
3288                 "type": "zip",
3289                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
3290                 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
3291                 "shasum": ""
3292             },
3293             "require": {
3294                 "php": ">= 7"
3295             },
3296             "require-dev": {
3297                 "phpunit/phpunit": "4.*|5.*",
3298                 "vimeo/psalm": "^1"
3299             },
3300             "suggest": {
3301                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3302             },
3303             "type": "library",
3304             "notification-url": "https://packagist.org/downloads/",
3305             "license": [
3306                 "MIT"
3307             ],
3308             "authors": [
3309                 {
3310                     "name": "Paragon Initiative Enterprises",
3311                     "email": "security@paragonie.com",
3312                     "homepage": "https://paragonie.com"
3313                 }
3314             ],
3315             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3316             "keywords": [
3317                 "csprng",
3318                 "polyfill",
3319                 "pseudorandom",
3320                 "random"
3321             ],
3322             "support": {
3323                 "email": "info@paragonie.com",
3324                 "issues": "https://github.com/paragonie/random_compat/issues",
3325                 "source": "https://github.com/paragonie/random_compat"
3326             },
3327             "time": "2020-10-15T08:29:30+00:00"
3328         },
3329         {
3330             "name": "paragonie/sodium_compat",
3331             "version": "v1.17.0",
3332             "source": {
3333                 "type": "git",
3334                 "url": "https://github.com/paragonie/sodium_compat.git",
3335                 "reference": "c59cac21abbcc0df06a3dd18076450ea4797b321"
3336             },
3337             "dist": {
3338                 "type": "zip",
3339                 "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/c59cac21abbcc0df06a3dd18076450ea4797b321",
3340                 "reference": "c59cac21abbcc0df06a3dd18076450ea4797b321",
3341                 "shasum": ""
3342             },
3343             "require": {
3344                 "paragonie/random_compat": ">=1",
3345                 "php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
3346             },
3347             "require-dev": {
3348                 "phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
3349             },
3350             "suggest": {
3351                 "ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
3352                 "ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
3353             },
3354             "type": "library",
3355             "autoload": {
3356                 "files": [
3357                     "autoload.php"
3358                 ]
3359             },
3360             "notification-url": "https://packagist.org/downloads/",
3361             "license": [
3362                 "ISC"
3363             ],
3364             "authors": [
3365                 {
3366                     "name": "Paragon Initiative Enterprises",
3367                     "email": "security@paragonie.com"
3368                 },
3369                 {
3370                     "name": "Frank Denis",
3371                     "email": "jedisct1@pureftpd.org"
3372                 }
3373             ],
3374             "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
3375             "keywords": [
3376                 "Authentication",
3377                 "BLAKE2b",
3378                 "ChaCha20",
3379                 "ChaCha20-Poly1305",
3380                 "Chapoly",
3381                 "Curve25519",
3382                 "Ed25519",
3383                 "EdDSA",
3384                 "Edwards-curve Digital Signature Algorithm",
3385                 "Elliptic Curve Diffie-Hellman",
3386                 "Poly1305",
3387                 "Pure-PHP cryptography",
3388                 "RFC 7748",
3389                 "RFC 8032",
3390                 "Salpoly",
3391                 "Salsa20",
3392                 "X25519",
3393                 "XChaCha20-Poly1305",
3394                 "XSalsa20-Poly1305",
3395                 "Xchacha20",
3396                 "Xsalsa20",
3397                 "aead",
3398                 "cryptography",
3399                 "ecdh",
3400                 "elliptic curve",
3401                 "elliptic curve cryptography",
3402                 "encryption",
3403                 "libsodium",
3404                 "php",
3405                 "public-key cryptography",
3406                 "secret-key cryptography",
3407                 "side-channel resistant"
3408             ],
3409             "support": {
3410                 "issues": "https://github.com/paragonie/sodium_compat/issues",
3411                 "source": "https://github.com/paragonie/sodium_compat/tree/v1.17.0"
3412             },
3413             "time": "2021-08-10T02:43:50+00:00"
3414         },
3415         {
3416             "name": "phar-io/manifest",
3417             "version": "1.0.3",
3418             "source": {
3419                 "type": "git",
3420                 "url": "https://github.com/phar-io/manifest.git",
3421                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
3422             },
3423             "dist": {
3424                 "type": "zip",
3425                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3426                 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
3427                 "shasum": ""
3428             },
3429             "require": {
3430                 "ext-dom": "*",
3431                 "ext-phar": "*",
3432                 "phar-io/version": "^2.0",
3433                 "php": "^5.6 || ^7.0"
3434             },
3435             "type": "library",
3436             "extra": {
3437                 "branch-alias": {
3438                     "dev-master": "1.0.x-dev"
3439                 }
3440             },
3441             "autoload": {
3442                 "classmap": [
3443                     "src/"
3444                 ]
3445             },
3446             "notification-url": "https://packagist.org/downloads/",
3447             "license": [
3448                 "BSD-3-Clause"
3449             ],
3450             "authors": [
3451                 {
3452                     "name": "Arne Blankerts",
3453                     "email": "arne@blankerts.de",
3454                     "role": "Developer"
3455                 },
3456                 {
3457                     "name": "Sebastian Heuer",
3458                     "email": "sebastian@phpeople.de",
3459                     "role": "Developer"
3460                 },
3461                 {
3462                     "name": "Sebastian Bergmann",
3463                     "email": "sebastian@phpunit.de",
3464                     "role": "Developer"
3465                 }
3466             ],
3467             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
3468             "support": {
3469                 "issues": "https://github.com/phar-io/manifest/issues",
3470                 "source": "https://github.com/phar-io/manifest/tree/master"
3471             },
3472             "time": "2018-07-08T19:23:20+00:00"
3473         },
3474         {
3475             "name": "phar-io/version",
3476             "version": "2.0.1",
3477             "source": {
3478                 "type": "git",
3479                 "url": "https://github.com/phar-io/version.git",
3480                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
3481             },
3482             "dist": {
3483                 "type": "zip",
3484                 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3485                 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
3486                 "shasum": ""
3487             },
3488             "require": {
3489                 "php": "^5.6 || ^7.0"
3490             },
3491             "type": "library",
3492             "autoload": {
3493                 "classmap": [
3494                     "src/"
3495                 ]
3496             },
3497             "notification-url": "https://packagist.org/downloads/",
3498             "license": [
3499                 "BSD-3-Clause"
3500             ],
3501             "authors": [
3502                 {
3503                     "name": "Arne Blankerts",
3504                     "email": "arne@blankerts.de",
3505                     "role": "Developer"
3506                 },
3507                 {
3508                     "name": "Sebastian Heuer",
3509                     "email": "sebastian@phpeople.de",
3510                     "role": "Developer"
3511                 },
3512                 {
3513                     "name": "Sebastian Bergmann",
3514                     "email": "sebastian@phpunit.de",
3515                     "role": "Developer"
3516                 }
3517             ],
3518             "description": "Library for handling version information and constraints",
3519             "support": {
3520                 "issues": "https://github.com/phar-io/version/issues",
3521                 "source": "https://github.com/phar-io/version/tree/master"
3522             },
3523             "time": "2018-07-08T19:19:57+00:00"
3524         },
3525         {
3526             "name": "php-webdriver/webdriver",
3527             "version": "1.12.0",
3528             "source": {
3529                 "type": "git",
3530                 "url": "https://github.com/php-webdriver/php-webdriver.git",
3531                 "reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb"
3532             },
3533             "dist": {
3534                 "type": "zip",
3535                 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/99d4856ed7dffcdf6a52eccd6551e83d8d557ceb",
3536                 "reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb",
3537                 "shasum": ""
3538             },
3539             "require": {
3540                 "ext-curl": "*",
3541                 "ext-json": "*",
3542                 "ext-zip": "*",
3543                 "php": "^5.6 || ~7.0 || ^8.0",
3544                 "symfony/polyfill-mbstring": "^1.12",
3545                 "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0"
3546             },
3547             "replace": {
3548                 "facebook/webdriver": "*"
3549             },
3550             "require-dev": {
3551                 "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
3552                 "php-coveralls/php-coveralls": "^2.4",
3553                 "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
3554                 "php-parallel-lint/php-parallel-lint": "^1.2",
3555                 "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
3556                 "squizlabs/php_codesniffer": "^3.5",
3557                 "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"
3558             },
3559             "suggest": {
3560                 "ext-SimpleXML": "For Firefox profile creation"
3561             },
3562             "type": "library",
3563             "autoload": {
3564                 "psr-4": {
3565                     "Facebook\\WebDriver\\": "lib/"
3566                 },
3567                 "files": [
3568                     "lib/Exception/TimeoutException.php"
3569                 ]
3570             },
3571             "notification-url": "https://packagist.org/downloads/",
3572             "license": [
3573                 "MIT"
3574             ],
3575             "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
3576             "homepage": "https://github.com/php-webdriver/php-webdriver",
3577             "keywords": [
3578                 "Chromedriver",
3579                 "geckodriver",
3580                 "php",
3581                 "selenium",
3582                 "webdriver"
3583             ],
3584             "support": {
3585                 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
3586                 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.0"
3587             },
3588             "time": "2021-10-14T09:30:02+00:00"
3589         },
3590         {
3591             "name": "phpdocumentor/reflection-common",
3592             "version": "2.1.0",
3593             "source": {
3594                 "type": "git",
3595                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
3596                 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
3597             },
3598             "dist": {
3599                 "type": "zip",
3600                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
3601                 "reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
3602                 "shasum": ""
3603             },
3604             "require": {
3605                 "php": ">=7.1"
3606             },
3607             "type": "library",
3608             "extra": {
3609                 "branch-alias": {
3610                     "dev-master": "2.x-dev"
3611                 }
3612             },
3613             "autoload": {
3614                 "psr-4": {
3615                     "phpDocumentor\\Reflection\\": "src/"
3616                 }
3617             },
3618             "notification-url": "https://packagist.org/downloads/",
3619             "license": [
3620                 "MIT"
3621             ],
3622             "authors": [
3623                 {
3624                     "name": "Jaap van Otterdijk",
3625                     "email": "opensource@ijaap.nl"
3626                 }
3627             ],
3628             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
3629             "homepage": "http://www.phpdoc.org",
3630             "keywords": [
3631                 "FQSEN",
3632                 "phpDocumentor",
3633                 "phpdoc",
3634                 "reflection",
3635                 "static analysis"
3636             ],
3637             "support": {
3638                 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
3639                 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master"
3640             },
3641             "time": "2020-04-27T09:25:28+00:00"
3642         },
3643         {
3644             "name": "phpdocumentor/reflection-docblock",
3645             "version": "4.3.4",
3646             "source": {
3647                 "type": "git",
3648                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
3649                 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
3650             },
3651             "dist": {
3652                 "type": "zip",
3653                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
3654                 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
3655                 "shasum": ""
3656             },
3657             "require": {
3658                 "php": "^7.0",
3659                 "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
3660                 "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
3661                 "webmozart/assert": "^1.0"
3662             },
3663             "require-dev": {
3664                 "doctrine/instantiator": "^1.0.5",
3665                 "mockery/mockery": "^1.0",
3666                 "phpdocumentor/type-resolver": "0.4.*",
3667                 "phpunit/phpunit": "^6.4"
3668             },
3669             "type": "library",
3670             "extra": {
3671                 "branch-alias": {
3672                     "dev-master": "4.x-dev"
3673                 }
3674             },
3675             "autoload": {
3676                 "psr-4": {
3677                     "phpDocumentor\\Reflection\\": [
3678                         "src/"
3679                     ]
3680                 }
3681             },
3682             "notification-url": "https://packagist.org/downloads/",
3683             "license": [
3684                 "MIT"
3685             ],
3686             "authors": [
3687                 {
3688                     "name": "Mike van Riel",
3689                     "email": "me@mikevanriel.com"
3690                 }
3691             ],
3692             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
3693             "support": {
3694                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
3695                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/4.x"
3696             },
3697             "time": "2019-12-28T18:55:12+00:00"
3698         },
3699         {
3700             "name": "phpdocumentor/type-resolver",
3701             "version": "1.0.1",
3702             "source": {
3703                 "type": "git",
3704                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
3705                 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
3706             },
3707             "dist": {
3708                 "type": "zip",
3709                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
3710                 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
3711                 "shasum": ""
3712             },
3713             "require": {
3714                 "php": "^7.1",
3715                 "phpdocumentor/reflection-common": "^2.0"
3716             },
3717             "require-dev": {
3718                 "ext-tokenizer": "^7.1",
3719                 "mockery/mockery": "~1",
3720                 "phpunit/phpunit": "^7.0"
3721             },
3722             "type": "library",
3723             "extra": {
3724                 "branch-alias": {
3725                     "dev-master": "1.x-dev"
3726                 }
3727             },
3728             "autoload": {
3729                 "psr-4": {
3730                     "phpDocumentor\\Reflection\\": "src"
3731                 }
3732             },
3733             "notification-url": "https://packagist.org/downloads/",
3734             "license": [
3735                 "MIT"
3736             ],
3737             "authors": [
3738                 {
3739                     "name": "Mike van Riel",
3740                     "email": "me@mikevanriel.com"
3741                 }
3742             ],
3743             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
3744             "support": {
3745                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
3746                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/0.7.2"
3747             },
3748             "time": "2019-08-22T18:11:29+00:00"
3749         },
3750         {
3751             "name": "phpmyadmin/coding-standard",
3752             "version": "2.1.1",
3753             "source": {
3754                 "type": "git",
3755                 "url": "https://github.com/phpmyadmin/coding-standard.git",
3756                 "reference": "28b0eb2f8a902f29affab157cc118136086587c3"
3757             },
3758             "dist": {
3759                 "type": "zip",
3760                 "url": "https://api.github.com/repos/phpmyadmin/coding-standard/zipball/28b0eb2f8a902f29affab157cc118136086587c3",
3761                 "reference": "28b0eb2f8a902f29affab157cc118136086587c3",
3762                 "shasum": ""
3763             },
3764             "require": {
3765                 "doctrine/coding-standard": "^8.2.0",
3766                 "php": "^7.1 || ^8.0",
3767                 "squizlabs/php_codesniffer": "^3.5.5"
3768             },
3769             "type": "phpcodesniffer-standard",
3770             "notification-url": "https://packagist.org/downloads/",
3771             "license": [
3772                 "MIT"
3773             ],
3774             "authors": [
3775                 {
3776                     "name": "The phpMyAdmin Team",
3777                     "email": "developers@phpmyadmin.net",
3778                     "homepage": "https://www.phpmyadmin.net/team/"
3779                 }
3780             ],
3781             "description": "phpMyAdmin PHP_CodeSniffer Coding Standard",
3782             "keywords": [
3783                 "codesniffer",
3784                 "phpcs",
3785                 "phpmyadmin"
3786             ],
3787             "support": {
3788                 "issues": "https://github.com/phpmyadmin/coding-standard/issues",
3789                 "source": "https://github.com/phpmyadmin/coding-standard"
3790             },
3791             "time": "2020-11-16T16:02:29+00:00"
3792         },
3793         {
3794             "name": "phpspec/prophecy",
3795             "version": "v1.10.3",
3796             "source": {
3797                 "type": "git",
3798                 "url": "https://github.com/phpspec/prophecy.git",
3799                 "reference": "451c3cd1418cf640de218914901e51b064abb093"
3800             },
3801             "dist": {
3802                 "type": "zip",
3803                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
3804                 "reference": "451c3cd1418cf640de218914901e51b064abb093",
3805                 "shasum": ""
3806             },
3807             "require": {
3808                 "doctrine/instantiator": "^1.0.2",
3809                 "php": "^5.3|^7.0",
3810                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
3811                 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
3812                 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
3813             },
3814             "require-dev": {
3815                 "phpspec/phpspec": "^2.5 || ^3.2",
3816                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
3817             },
3818             "type": "library",
3819             "extra": {
3820                 "branch-alias": {
3821                     "dev-master": "1.10.x-dev"
3822                 }
3823             },
3824             "autoload": {
3825                 "psr-4": {
3826                     "Prophecy\\": "src/Prophecy"
3827                 }
3828             },
3829             "notification-url": "https://packagist.org/downloads/",
3830             "license": [
3831                 "MIT"
3832             ],
3833             "authors": [
3834                 {
3835                     "name": "Konstantin Kudryashov",
3836                     "email": "ever.zet@gmail.com",
3837                     "homepage": "http://everzet.com"
3838                 },
3839                 {
3840                     "name": "Marcello Duarte",
3841                     "email": "marcello.duarte@gmail.com"
3842                 }
3843             ],
3844             "description": "Highly opinionated mocking framework for PHP 5.3+",
3845             "homepage": "https://github.com/phpspec/prophecy",
3846             "keywords": [
3847                 "Double",
3848                 "Dummy",
3849                 "fake",
3850                 "mock",
3851                 "spy",
3852                 "stub"
3853             ],
3854             "support": {
3855                 "issues": "https://github.com/phpspec/prophecy/issues",
3856                 "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
3857             },
3858             "time": "2020-03-05T15:02:03+00:00"
3859         },
3860         {
3861             "name": "phpstan/extension-installer",
3862             "version": "1.1.0",
3863             "source": {
3864                 "type": "git",
3865                 "url": "https://github.com/phpstan/extension-installer.git",
3866                 "reference": "66c7adc9dfa38b6b5838a9fb728b68a7d8348051"
3867             },
3868             "dist": {
3869                 "type": "zip",
3870                 "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/66c7adc9dfa38b6b5838a9fb728b68a7d8348051",
3871                 "reference": "66c7adc9dfa38b6b5838a9fb728b68a7d8348051",
3872                 "shasum": ""
3873             },
3874             "require": {
3875                 "composer-plugin-api": "^1.1 || ^2.0",
3876                 "php": "^7.1 || ^8.0",
3877                 "phpstan/phpstan": ">=0.11.6"
3878             },
3879             "require-dev": {
3880                 "composer/composer": "^1.8",
3881                 "phing/phing": "^2.16.3",
3882                 "php-parallel-lint/php-parallel-lint": "^1.2.0",
3883                 "phpstan/phpstan-strict-rules": "^0.11 || ^0.12"
3884             },
3885             "type": "composer-plugin",
3886             "extra": {
3887                 "class": "PHPStan\\ExtensionInstaller\\Plugin"
3888             },
3889             "autoload": {
3890                 "psr-4": {
3891                     "PHPStan\\ExtensionInstaller\\": "src/"
3892                 }
3893             },
3894             "notification-url": "https://packagist.org/downloads/",
3895             "license": [
3896                 "MIT"
3897             ],
3898             "description": "Composer plugin for automatic installation of PHPStan extensions",
3899             "support": {
3900                 "issues": "https://github.com/phpstan/extension-installer/issues",
3901                 "source": "https://github.com/phpstan/extension-installer/tree/1.1.0"
3902             },
3903             "time": "2020-12-13T13:06:13+00:00"
3904         },
3905         {
3906             "name": "phpstan/phpdoc-parser",
3907             "version": "0.4.9",
3908             "source": {
3909                 "type": "git",
3910                 "url": "https://github.com/phpstan/phpdoc-parser.git",
3911                 "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531"
3912             },
3913             "dist": {
3914                 "type": "zip",
3915                 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/98a088b17966bdf6ee25c8a4b634df313d8aa531",
3916                 "reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531",
3917                 "shasum": ""
3918             },
3919             "require": {
3920                 "php": "^7.1 || ^8.0"
3921             },
3922             "require-dev": {
3923                 "consistence/coding-standard": "^3.5",
3924                 "ergebnis/composer-normalize": "^2.0.2",
3925                 "jakub-onderka/php-parallel-lint": "^0.9.2",
3926                 "phing/phing": "^2.16.0",
3927                 "phpstan/extension-installer": "^1.0",
3928                 "phpstan/phpstan": "^0.12.26",
3929                 "phpstan/phpstan-strict-rules": "^0.12",
3930                 "phpunit/phpunit": "^6.3",
3931                 "slevomat/coding-standard": "^4.7.2",
3932                 "symfony/process": "^4.0"
3933             },
3934             "type": "library",
3935             "extra": {
3936                 "branch-alias": {
3937                     "dev-master": "0.4-dev"
3938                 }
3939             },
3940             "autoload": {
3941                 "psr-4": {
3942                     "PHPStan\\PhpDocParser\\": [
3943                         "src/"
3944                     ]
3945                 }
3946             },
3947             "notification-url": "https://packagist.org/downloads/",
3948             "license": [
3949                 "MIT"
3950             ],
3951             "description": "PHPDoc parser with support for nullable, intersection and generic types",
3952             "support": {
3953                 "issues": "https://github.com/phpstan/phpdoc-parser/issues",
3954                 "source": "https://github.com/phpstan/phpdoc-parser/tree/master"
3955             },
3956             "time": "2020-08-03T20:32:43+00:00"
3957         },
3958         {
3959             "name": "phpstan/phpstan",
3960             "version": "1.4.6",
3961             "source": {
3962                 "type": "git",
3963                 "url": "https://github.com/phpstan/phpstan.git",
3964                 "reference": "8a7761f1c520e0dad6e04d862fdc697445457cfe"
3965             },
3966             "dist": {
3967                 "type": "zip",
3968                 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8a7761f1c520e0dad6e04d862fdc697445457cfe",
3969                 "reference": "8a7761f1c520e0dad6e04d862fdc697445457cfe",
3970                 "shasum": ""
3971             },
3972             "require": {
3973                 "php": "^7.1|^8.0"
3974             },
3975             "conflict": {
3976                 "phpstan/phpstan-shim": "*"
3977             },
3978             "bin": [
3979                 "phpstan",
3980                 "phpstan.phar"
3981             ],
3982             "type": "library",
3983             "extra": {
3984                 "branch-alias": {
3985                     "dev-master": "1.4-dev"
3986                 }
3987             },
3988             "autoload": {
3989                 "files": [
3990                     "bootstrap.php"
3991                 ]
3992             },
3993             "notification-url": "https://packagist.org/downloads/",
3994             "license": [
3995                 "MIT"
3996             ],
3997             "description": "PHPStan - PHP Static Analysis Tool",
3998             "support": {
3999                 "issues": "https://github.com/phpstan/phpstan/issues",
4000                 "source": "https://github.com/phpstan/phpstan/tree/1.4.6"
4001             },
4002             "funding": [
4003                 {
4004                     "url": "https://github.com/ondrejmirtes",
4005                     "type": "github"
4006                 },
4007                 {
4008                     "url": "https://github.com/phpstan",
4009                     "type": "github"
4010                 },
4011                 {
4012                     "url": "https://www.patreon.com/phpstan",
4013                     "type": "patreon"
4014                 },
4015                 {
4016                     "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
4017                     "type": "tidelift"
4018                 }
4019             ],
4020             "time": "2022-02-06T12:56:13+00:00"
4021         },
4022         {
4023             "name": "phpstan/phpstan-phpunit",
4024             "version": "1.0.0",
4025             "source": {
4026                 "type": "git",
4027                 "url": "https://github.com/phpstan/phpstan-phpunit.git",
4028                 "reference": "9eb88c9f689003a8a2a5ae9e010338ee94dc39b3"
4029             },
4030             "dist": {
4031                 "type": "zip",
4032                 "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/9eb88c9f689003a8a2a5ae9e010338ee94dc39b3",
4033                 "reference": "9eb88c9f689003a8a2a5ae9e010338ee94dc39b3",
4034                 "shasum": ""
4035             },
4036             "require": {
4037                 "php": "^7.1 || ^8.0",
4038                 "phpstan/phpstan": "^1.0"
4039             },
4040             "conflict": {
4041                 "phpunit/phpunit": "<7.0"
4042             },
4043             "require-dev": {
4044                 "nikic/php-parser": "^4.13.0",
4045                 "php-parallel-lint/php-parallel-lint": "^1.2",
4046                 "phpstan/phpstan-strict-rules": "^1.0",
4047                 "phpunit/phpunit": "^9.5"
4048             },
4049             "type": "phpstan-extension",
4050             "extra": {
4051                 "branch-alias": {
4052                     "dev-master": "1.0-dev"
4053                 },
4054                 "phpstan": {
4055                     "includes": [
4056                         "extension.neon",
4057                         "rules.neon"
4058                     ]
4059                 }
4060             },
4061             "autoload": {
4062                 "psr-4": {
4063                     "PHPStan\\": "src/"
4064                 }
4065             },
4066             "notification-url": "https://packagist.org/downloads/",
4067             "license": [
4068                 "MIT"
4069             ],
4070             "description": "PHPUnit extensions and rules for PHPStan",
4071             "support": {
4072                 "issues": "https://github.com/phpstan/phpstan-phpunit/issues",
4073                 "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.0.0"
4074             },
4075             "time": "2021-10-14T08:03:54+00:00"
4076         },
4077         {
4078             "name": "phpunit/php-code-coverage",
4079             "version": "6.1.4",
4080             "source": {
4081                 "type": "git",
4082                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
4083                 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
4084             },
4085             "dist": {
4086                 "type": "zip",
4087                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4088                 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
4089                 "shasum": ""
4090             },
4091             "require": {
4092                 "ext-dom": "*",
4093                 "ext-xmlwriter": "*",
4094                 "php": "^7.1",
4095                 "phpunit/php-file-iterator": "^2.0",
4096                 "phpunit/php-text-template": "^1.2.1",
4097                 "phpunit/php-token-stream": "^3.0",
4098                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
4099                 "sebastian/environment": "^3.1 || ^4.0",
4100                 "sebastian/version": "^2.0.1",
4101                 "theseer/tokenizer": "^1.1"
4102             },
4103             "require-dev": {
4104                 "phpunit/phpunit": "^7.0"
4105             },
4106             "suggest": {
4107                 "ext-xdebug": "^2.6.0"
4108             },
4109             "type": "library",
4110             "extra": {
4111                 "branch-alias": {
4112                     "dev-master": "6.1-dev"
4113                 }
4114             },
4115             "autoload": {
4116                 "classmap": [
4117                     "src/"
4118                 ]
4119             },
4120             "notification-url": "https://packagist.org/downloads/",
4121             "license": [
4122                 "BSD-3-Clause"
4123             ],
4124             "authors": [
4125                 {
4126                     "name": "Sebastian Bergmann",
4127                     "email": "sebastian@phpunit.de",
4128                     "role": "lead"
4129                 }
4130             ],
4131             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
4132             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
4133             "keywords": [
4134                 "coverage",
4135                 "testing",
4136                 "xunit"
4137             ],
4138             "support": {
4139                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
4140                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master"
4141             },
4142             "time": "2018-10-31T16:06:48+00:00"
4143         },
4144         {
4145             "name": "phpunit/php-file-iterator",
4146             "version": "2.0.5",
4147             "source": {
4148                 "type": "git",
4149                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
4150                 "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
4151             },
4152             "dist": {
4153                 "type": "zip",
4154                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
4155                 "reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
4156                 "shasum": ""
4157             },
4158             "require": {
4159                 "php": ">=7.1"
4160             },
4161             "require-dev": {
4162                 "phpunit/phpunit": "^8.5"
4163             },
4164             "type": "library",
4165             "extra": {
4166                 "branch-alias": {
4167                     "dev-master": "2.0.x-dev"
4168                 }
4169             },
4170             "autoload": {
4171                 "classmap": [
4172                     "src/"
4173                 ]
4174             },
4175             "notification-url": "https://packagist.org/downloads/",
4176             "license": [
4177                 "BSD-3-Clause"
4178             ],
4179             "authors": [
4180                 {
4181                     "name": "Sebastian Bergmann",
4182                     "email": "sebastian@phpunit.de",
4183                     "role": "lead"
4184                 }
4185             ],
4186             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
4187             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
4188             "keywords": [
4189                 "filesystem",
4190                 "iterator"
4191             ],
4192             "support": {
4193                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
4194                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5"
4195             },
4196             "funding": [
4197                 {
4198                     "url": "https://github.com/sebastianbergmann",
4199                     "type": "github"
4200                 }
4201             ],
4202             "time": "2021-12-02T12:42:26+00:00"
4203         },
4204         {
4205             "name": "phpunit/php-text-template",
4206             "version": "1.2.1",
4207             "source": {
4208                 "type": "git",
4209                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
4210                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
4211             },
4212             "dist": {
4213                 "type": "zip",
4214                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4215                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
4216                 "shasum": ""
4217             },
4218             "require": {
4219                 "php": ">=5.3.3"
4220             },
4221             "type": "library",
4222             "autoload": {
4223                 "classmap": [
4224                     "src/"
4225                 ]
4226             },
4227             "notification-url": "https://packagist.org/downloads/",
4228             "license": [
4229                 "BSD-3-Clause"
4230             ],
4231             "authors": [
4232                 {
4233                     "name": "Sebastian Bergmann",
4234                     "email": "sebastian@phpunit.de",
4235                     "role": "lead"
4236                 }
4237             ],
4238             "description": "Simple template engine.",
4239             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
4240             "keywords": [
4241                 "template"
4242             ],
4243             "support": {
4244                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
4245                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
4246             },
4247             "time": "2015-06-21T13:50:34+00:00"
4248         },
4249         {
4250             "name": "phpunit/php-timer",
4251             "version": "2.1.3",
4252             "source": {
4253                 "type": "git",
4254                 "url": "https://github.com/sebastianbergmann/php-timer.git",
4255                 "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
4256             },
4257             "dist": {
4258                 "type": "zip",
4259                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
4260                 "reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
4261                 "shasum": ""
4262             },
4263             "require": {
4264                 "php": ">=7.1"
4265             },
4266             "require-dev": {
4267                 "phpunit/phpunit": "^8.5"
4268             },
4269             "type": "library",
4270             "extra": {
4271                 "branch-alias": {
4272                     "dev-master": "2.1-dev"
4273                 }
4274             },
4275             "autoload": {
4276                 "classmap": [
4277                     "src/"
4278                 ]
4279             },
4280             "notification-url": "https://packagist.org/downloads/",
4281             "license": [
4282                 "BSD-3-Clause"
4283             ],
4284             "authors": [
4285                 {
4286                     "name": "Sebastian Bergmann",
4287                     "email": "sebastian@phpunit.de",
4288                     "role": "lead"
4289                 }
4290             ],
4291             "description": "Utility class for timing",
4292             "homepage": "https://github.com/sebastianbergmann/php-timer/",
4293             "keywords": [
4294                 "timer"
4295             ],
4296             "support": {
4297                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
4298                 "source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
4299             },
4300             "funding": [
4301                 {
4302                     "url": "https://github.com/sebastianbergmann",
4303                     "type": "github"
4304                 }
4305             ],
4306             "time": "2020-11-30T08:20:02+00:00"
4307         },
4308         {
4309             "name": "phpunit/php-token-stream",
4310             "version": "3.1.3",
4311             "source": {
4312                 "type": "git",
4313                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
4314                 "reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
4315             },
4316             "dist": {
4317                 "type": "zip",
4318                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
4319                 "reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
4320                 "shasum": ""
4321             },
4322             "require": {
4323                 "ext-tokenizer": "*",
4324                 "php": ">=7.1"
4325             },
4326             "require-dev": {
4327                 "phpunit/phpunit": "^7.0"
4328             },
4329             "type": "library",
4330             "extra": {
4331                 "branch-alias": {
4332                     "dev-master": "3.1-dev"
4333                 }
4334             },
4335             "autoload": {
4336                 "classmap": [
4337                     "src/"
4338                 ]
4339             },
4340             "notification-url": "https://packagist.org/downloads/",
4341             "license": [
4342                 "BSD-3-Clause"
4343             ],
4344             "authors": [
4345                 {
4346                     "name": "Sebastian Bergmann",
4347                     "email": "sebastian@phpunit.de"
4348                 }
4349             ],
4350             "description": "Wrapper around PHP's tokenizer extension.",
4351             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
4352             "keywords": [
4353                 "tokenizer"
4354             ],
4355             "support": {
4356                 "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
4357                 "source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
4358             },
4359             "funding": [
4360                 {
4361                     "url": "https://github.com/sebastianbergmann",
4362                     "type": "github"
4363                 }
4364             ],
4365             "abandoned": true,
4366             "time": "2021-07-26T12:15:06+00:00"
4367         },
4368         {
4369             "name": "phpunit/phpunit",
4370             "version": "7.5.20",
4371             "source": {
4372                 "type": "git",
4373                 "url": "https://github.com/sebastianbergmann/phpunit.git",
4374                 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
4375             },
4376             "dist": {
4377                 "type": "zip",
4378                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
4379                 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
4380                 "shasum": ""
4381             },
4382             "require": {
4383                 "doctrine/instantiator": "^1.1",
4384                 "ext-dom": "*",
4385                 "ext-json": "*",
4386                 "ext-libxml": "*",
4387                 "ext-mbstring": "*",
4388                 "ext-xml": "*",
4389                 "myclabs/deep-copy": "^1.7",
4390                 "phar-io/manifest": "^1.0.2",
4391                 "phar-io/version": "^2.0",
4392                 "php": "^7.1",
4393                 "phpspec/prophecy": "^1.7",
4394                 "phpunit/php-code-coverage": "^6.0.7",
4395                 "phpunit/php-file-iterator": "^2.0.1",
4396                 "phpunit/php-text-template": "^1.2.1",
4397                 "phpunit/php-timer": "^2.1",
4398                 "sebastian/comparator": "^3.0",
4399                 "sebastian/diff": "^3.0",
4400                 "sebastian/environment": "^4.0",
4401                 "sebastian/exporter": "^3.1",
4402                 "sebastian/global-state": "^2.0",
4403                 "sebastian/object-enumerator": "^3.0.3",
4404                 "sebastian/resource-operations": "^2.0",
4405                 "sebastian/version": "^2.0.1"
4406             },
4407             "conflict": {
4408                 "phpunit/phpunit-mock-objects": "*"
4409             },
4410             "require-dev": {
4411                 "ext-pdo": "*"
4412             },
4413             "suggest": {
4414                 "ext-soap": "*",
4415                 "ext-xdebug": "*",
4416                 "phpunit/php-invoker": "^2.0"
4417             },
4418             "bin": [
4419                 "phpunit"
4420             ],
4421             "type": "library",
4422             "extra": {
4423                 "branch-alias": {
4424                     "dev-master": "7.5-dev"
4425                 }
4426             },
4427             "autoload": {
4428                 "classmap": [
4429                     "src/"
4430                 ]
4431             },
4432             "notification-url": "https://packagist.org/downloads/",
4433             "license": [
4434                 "BSD-3-Clause"
4435             ],
4436             "authors": [
4437                 {
4438                     "name": "Sebastian Bergmann",
4439                     "email": "sebastian@phpunit.de",
4440                     "role": "lead"
4441                 }
4442             ],
4443             "description": "The PHP Unit Testing framework.",
4444             "homepage": "https://phpunit.de/",
4445             "keywords": [
4446                 "phpunit",
4447                 "testing",
4448                 "xunit"
4449             ],
4450             "support": {
4451                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
4452                 "source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20"
4453             },
4454             "time": "2020-01-08T08:45:45+00:00"
4455         },
4456         {
4457             "name": "sebastian/code-unit-reverse-lookup",
4458             "version": "1.0.2",
4459             "source": {
4460                 "type": "git",
4461                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
4462                 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
4463             },
4464             "dist": {
4465                 "type": "zip",
4466                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
4467                 "reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
4468                 "shasum": ""
4469             },
4470             "require": {
4471                 "php": ">=5.6"
4472             },
4473             "require-dev": {
4474                 "phpunit/phpunit": "^8.5"
4475             },
4476             "type": "library",
4477             "extra": {
4478                 "branch-alias": {
4479                     "dev-master": "1.0.x-dev"
4480                 }
4481             },
4482             "autoload": {
4483                 "classmap": [
4484                     "src/"
4485                 ]
4486             },
4487             "notification-url": "https://packagist.org/downloads/",
4488             "license": [
4489                 "BSD-3-Clause"
4490             ],
4491             "authors": [
4492                 {
4493                     "name": "Sebastian Bergmann",
4494                     "email": "sebastian@phpunit.de"
4495                 }
4496             ],
4497             "description": "Looks up which function or method a line of code belongs to",
4498             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
4499             "support": {
4500                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
4501                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
4502             },
4503             "funding": [
4504                 {
4505                     "url": "https://github.com/sebastianbergmann",
4506                     "type": "github"
4507                 }
4508             ],
4509             "time": "2020-11-30T08:15:22+00:00"
4510         },
4511         {
4512             "name": "sebastian/comparator",
4513             "version": "3.0.3",
4514             "source": {
4515                 "type": "git",
4516                 "url": "https://github.com/sebastianbergmann/comparator.git",
4517                 "reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
4518             },
4519             "dist": {
4520                 "type": "zip",
4521                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
4522                 "reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
4523                 "shasum": ""
4524             },
4525             "require": {
4526                 "php": ">=7.1",
4527                 "sebastian/diff": "^3.0",
4528                 "sebastian/exporter": "^3.1"
4529             },
4530             "require-dev": {
4531                 "phpunit/phpunit": "^8.5"
4532             },
4533             "type": "library",
4534             "extra": {
4535                 "branch-alias": {
4536                     "dev-master": "3.0-dev"
4537                 }
4538             },
4539             "autoload": {
4540                 "classmap": [
4541                     "src/"
4542                 ]
4543             },
4544             "notification-url": "https://packagist.org/downloads/",
4545             "license": [
4546                 "BSD-3-Clause"
4547             ],
4548             "authors": [
4549                 {
4550                     "name": "Sebastian Bergmann",
4551                     "email": "sebastian@phpunit.de"
4552                 },
4553                 {
4554                     "name": "Jeff Welch",
4555                     "email": "whatthejeff@gmail.com"
4556                 },
4557                 {
4558                     "name": "Volker Dusch",
4559                     "email": "github@wallbash.com"
4560                 },
4561                 {
4562                     "name": "Bernhard Schussek",
4563                     "email": "bschussek@2bepublished.at"
4564                 }
4565             ],
4566             "description": "Provides the functionality to compare PHP values for equality",
4567             "homepage": "https://github.com/sebastianbergmann/comparator",
4568             "keywords": [
4569                 "comparator",
4570                 "compare",
4571                 "equality"
4572             ],
4573             "support": {
4574                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
4575                 "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3"
4576             },
4577             "funding": [
4578                 {
4579                     "url": "https://github.com/sebastianbergmann",
4580                     "type": "github"
4581                 }
4582             ],
4583             "time": "2020-11-30T08:04:30+00:00"
4584         },
4585         {
4586             "name": "sebastian/diff",
4587             "version": "3.0.3",
4588             "source": {
4589                 "type": "git",
4590                 "url": "https://github.com/sebastianbergmann/diff.git",
4591                 "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
4592             },
4593             "dist": {
4594                 "type": "zip",
4595                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
4596                 "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
4597                 "shasum": ""
4598             },
4599             "require": {
4600                 "php": ">=7.1"
4601             },
4602             "require-dev": {
4603                 "phpunit/phpunit": "^7.5 || ^8.0",
4604                 "symfony/process": "^2 || ^3.3 || ^4"
4605             },
4606             "type": "library",
4607             "extra": {
4608                 "branch-alias": {
4609                     "dev-master": "3.0-dev"
4610                 }
4611             },
4612             "autoload": {
4613                 "classmap": [
4614                     "src/"
4615                 ]
4616             },
4617             "notification-url": "https://packagist.org/downloads/",
4618             "license": [
4619                 "BSD-3-Clause"
4620             ],
4621             "authors": [
4622                 {
4623                     "name": "Sebastian Bergmann",
4624                     "email": "sebastian@phpunit.de"
4625                 },
4626                 {
4627                     "name": "Kore Nordmann",
4628                     "email": "mail@kore-nordmann.de"
4629                 }
4630             ],
4631             "description": "Diff implementation",
4632             "homepage": "https://github.com/sebastianbergmann/diff",
4633             "keywords": [
4634                 "diff",
4635                 "udiff",
4636                 "unidiff",
4637                 "unified diff"
4638             ],
4639             "support": {
4640                 "issues": "https://github.com/sebastianbergmann/diff/issues",
4641                 "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
4642             },
4643             "funding": [
4644                 {
4645                     "url": "https://github.com/sebastianbergmann",
4646                     "type": "github"
4647                 }
4648             ],
4649             "time": "2020-11-30T07:59:04+00:00"
4650         },
4651         {
4652             "name": "sebastian/environment",
4653             "version": "4.2.4",
4654             "source": {
4655                 "type": "git",
4656                 "url": "https://github.com/sebastianbergmann/environment.git",
4657                 "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
4658             },
4659             "dist": {
4660                 "type": "zip",
4661                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
4662                 "reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
4663                 "shasum": ""
4664             },
4665             "require": {
4666                 "php": ">=7.1"
4667             },
4668             "require-dev": {
4669                 "phpunit/phpunit": "^7.5"
4670             },
4671             "suggest": {
4672                 "ext-posix": "*"
4673             },
4674             "type": "library",
4675             "extra": {
4676                 "branch-alias": {
4677                     "dev-master": "4.2-dev"
4678                 }
4679             },
4680             "autoload": {
4681                 "classmap": [
4682                     "src/"
4683                 ]
4684             },
4685             "notification-url": "https://packagist.org/downloads/",
4686             "license": [
4687                 "BSD-3-Clause"
4688             ],
4689             "authors": [
4690                 {
4691                     "name": "Sebastian Bergmann",
4692                     "email": "sebastian@phpunit.de"
4693                 }
4694             ],
4695             "description": "Provides functionality to handle HHVM/PHP environments",
4696             "homepage": "http://www.github.com/sebastianbergmann/environment",
4697             "keywords": [
4698                 "Xdebug",
4699                 "environment",
4700                 "hhvm"
4701             ],
4702             "support": {
4703                 "issues": "https://github.com/sebastianbergmann/environment/issues",
4704                 "source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
4705             },
4706             "funding": [
4707                 {
4708                     "url": "https://github.com/sebastianbergmann",
4709                     "type": "github"
4710                 }
4711             ],
4712             "time": "2020-11-30T07:53:42+00:00"
4713         },
4714         {
4715             "name": "sebastian/exporter",
4716             "version": "3.1.4",
4717             "source": {
4718                 "type": "git",
4719                 "url": "https://github.com/sebastianbergmann/exporter.git",
4720                 "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db"
4721             },
4722             "dist": {
4723                 "type": "zip",
4724                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
4725                 "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
4726                 "shasum": ""
4727             },
4728             "require": {
4729                 "php": ">=7.0",
4730                 "sebastian/recursion-context": "^3.0"
4731             },
4732             "require-dev": {
4733                 "ext-mbstring": "*",
4734                 "phpunit/phpunit": "^8.5"
4735             },
4736             "type": "library",
4737             "extra": {
4738                 "branch-alias": {
4739                     "dev-master": "3.1.x-dev"
4740                 }
4741             },
4742             "autoload": {
4743                 "classmap": [
4744                     "src/"
4745                 ]
4746             },
4747             "notification-url": "https://packagist.org/downloads/",
4748             "license": [
4749                 "BSD-3-Clause"
4750             ],
4751             "authors": [
4752                 {
4753                     "name": "Sebastian Bergmann",
4754                     "email": "sebastian@phpunit.de"
4755                 },
4756                 {
4757                     "name": "Jeff Welch",
4758                     "email": "whatthejeff@gmail.com"
4759                 },
4760                 {
4761                     "name": "Volker Dusch",
4762                     "email": "github@wallbash.com"
4763                 },
4764                 {
4765                     "name": "Adam Harvey",
4766                     "email": "aharvey@php.net"
4767                 },
4768                 {
4769                     "name": "Bernhard Schussek",
4770                     "email": "bschussek@gmail.com"
4771                 }
4772             ],
4773             "description": "Provides the functionality to export PHP variables for visualization",
4774             "homepage": "http://www.github.com/sebastianbergmann/exporter",
4775             "keywords": [
4776                 "export",
4777                 "exporter"
4778             ],
4779             "support": {
4780                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
4781                 "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.4"
4782             },
4783             "funding": [
4784                 {
4785                     "url": "https://github.com/sebastianbergmann",
4786                     "type": "github"
4787                 }
4788             ],
4789             "time": "2021-11-11T13:51:24+00:00"
4790         },
4791         {
4792             "name": "sebastian/global-state",
4793             "version": "2.0.0",
4794             "source": {
4795                 "type": "git",
4796                 "url": "https://github.com/sebastianbergmann/global-state.git",
4797                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
4798             },
4799             "dist": {
4800                 "type": "zip",
4801                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4802                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
4803                 "shasum": ""
4804             },
4805             "require": {
4806                 "php": "^7.0"
4807             },
4808             "require-dev": {
4809                 "phpunit/phpunit": "^6.0"
4810             },
4811             "suggest": {
4812                 "ext-uopz": "*"
4813             },
4814             "type": "library",
4815             "extra": {
4816                 "branch-alias": {
4817                     "dev-master": "2.0-dev"
4818                 }
4819             },
4820             "autoload": {
4821                 "classmap": [
4822                     "src/"
4823                 ]
4824             },
4825             "notification-url": "https://packagist.org/downloads/",
4826             "license": [
4827                 "BSD-3-Clause"
4828             ],
4829             "authors": [
4830                 {
4831                     "name": "Sebastian Bergmann",
4832                     "email": "sebastian@phpunit.de"
4833                 }
4834             ],
4835             "description": "Snapshotting of global state",
4836             "homepage": "http://www.github.com/sebastianbergmann/global-state",
4837             "keywords": [
4838                 "global state"
4839             ],
4840             "support": {
4841                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
4842                 "source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0"
4843             },
4844             "time": "2017-04-27T15:39:26+00:00"
4845         },
4846         {
4847             "name": "sebastian/object-enumerator",
4848             "version": "3.0.4",
4849             "source": {
4850                 "type": "git",
4851                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
4852                 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
4853             },
4854             "dist": {
4855                 "type": "zip",
4856                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
4857                 "reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
4858                 "shasum": ""
4859             },
4860             "require": {
4861                 "php": ">=7.0",
4862                 "sebastian/object-reflector": "^1.1.1",
4863                 "sebastian/recursion-context": "^3.0"
4864             },
4865             "require-dev": {
4866                 "phpunit/phpunit": "^6.0"
4867             },
4868             "type": "library",
4869             "extra": {
4870                 "branch-alias": {
4871                     "dev-master": "3.0.x-dev"
4872                 }
4873             },
4874             "autoload": {
4875                 "classmap": [
4876                     "src/"
4877                 ]
4878             },
4879             "notification-url": "https://packagist.org/downloads/",
4880             "license": [
4881                 "BSD-3-Clause"
4882             ],
4883             "authors": [
4884                 {
4885                     "name": "Sebastian Bergmann",
4886                     "email": "sebastian@phpunit.de"
4887                 }
4888             ],
4889             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
4890             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
4891             "support": {
4892                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
4893                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
4894             },
4895             "funding": [
4896                 {
4897                     "url": "https://github.com/sebastianbergmann",
4898                     "type": "github"
4899                 }
4900             ],
4901             "time": "2020-11-30T07:40:27+00:00"
4902         },
4903         {
4904             "name": "sebastian/object-reflector",
4905             "version": "1.1.2",
4906             "source": {
4907                 "type": "git",
4908                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
4909                 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
4910             },
4911             "dist": {
4912                 "type": "zip",
4913                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
4914                 "reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
4915                 "shasum": ""
4916             },
4917             "require": {
4918                 "php": ">=7.0"
4919             },
4920             "require-dev": {
4921                 "phpunit/phpunit": "^6.0"
4922             },
4923             "type": "library",
4924             "extra": {
4925                 "branch-alias": {
4926                     "dev-master": "1.1-dev"
4927                 }
4928             },
4929             "autoload": {
4930                 "classmap": [
4931                     "src/"
4932                 ]
4933             },
4934             "notification-url": "https://packagist.org/downloads/",
4935             "license": [
4936                 "BSD-3-Clause"
4937             ],
4938             "authors": [
4939                 {
4940                     "name": "Sebastian Bergmann",
4941                     "email": "sebastian@phpunit.de"
4942                 }
4943             ],
4944             "description": "Allows reflection of object attributes, including inherited and non-public ones",
4945             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
4946             "support": {
4947                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
4948                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
4949             },
4950             "funding": [
4951                 {
4952                     "url": "https://github.com/sebastianbergmann",
4953                     "type": "github"
4954                 }
4955             ],
4956             "time": "2020-11-30T07:37:18+00:00"
4957         },
4958         {
4959             "name": "sebastian/recursion-context",
4960             "version": "3.0.1",
4961             "source": {
4962                 "type": "git",
4963                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
4964                 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
4965             },
4966             "dist": {
4967                 "type": "zip",
4968                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
4969                 "reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
4970                 "shasum": ""
4971             },
4972             "require": {
4973                 "php": ">=7.0"
4974             },
4975             "require-dev": {
4976                 "phpunit/phpunit": "^6.0"
4977             },
4978             "type": "library",
4979             "extra": {
4980                 "branch-alias": {
4981                     "dev-master": "3.0.x-dev"
4982                 }
4983             },
4984             "autoload": {
4985                 "classmap": [
4986                     "src/"
4987                 ]
4988             },
4989             "notification-url": "https://packagist.org/downloads/",
4990             "license": [
4991                 "BSD-3-Clause"
4992             ],
4993             "authors": [
4994                 {
4995                     "name": "Sebastian Bergmann",
4996                     "email": "sebastian@phpunit.de"
4997                 },
4998                 {
4999                     "name": "Jeff Welch",
5000                     "email": "whatthejeff@gmail.com"
5001                 },
5002                 {
5003                     "name": "Adam Harvey",
5004                     "email": "aharvey@php.net"
5005                 }
5006             ],
5007             "description": "Provides functionality to recursively process PHP variables",
5008             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
5009             "support": {
5010                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
5011                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
5012             },
5013             "funding": [
5014                 {
5015                     "url": "https://github.com/sebastianbergmann",
5016                     "type": "github"
5017                 }
5018             ],
5019             "time": "2020-11-30T07:34:24+00:00"
5020         },
5021         {
5022             "name": "sebastian/resource-operations",
5023             "version": "2.0.2",
5024             "source": {
5025                 "type": "git",
5026                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
5027                 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
5028             },
5029             "dist": {
5030                 "type": "zip",
5031                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
5032                 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
5033                 "shasum": ""
5034             },
5035             "require": {
5036                 "php": ">=7.1"
5037             },
5038             "type": "library",
5039             "extra": {
5040                 "branch-alias": {
5041                     "dev-master": "2.0-dev"
5042                 }
5043             },
5044             "autoload": {
5045                 "classmap": [
5046                     "src/"
5047                 ]
5048             },
5049             "notification-url": "https://packagist.org/downloads/",
5050             "license": [
5051                 "BSD-3-Clause"
5052             ],
5053             "authors": [
5054                 {
5055                     "name": "Sebastian Bergmann",
5056                     "email": "sebastian@phpunit.de"
5057                 }
5058             ],
5059             "description": "Provides a list of PHP built-in functions that operate on resources",
5060             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
5061             "support": {
5062                 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
5063                 "source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
5064             },
5065             "funding": [
5066                 {
5067                     "url": "https://github.com/sebastianbergmann",
5068                     "type": "github"
5069                 }
5070             ],
5071             "time": "2020-11-30T07:30:19+00:00"
5072         },
5073         {
5074             "name": "sebastian/version",
5075             "version": "2.0.1",
5076             "source": {
5077                 "type": "git",
5078                 "url": "https://github.com/sebastianbergmann/version.git",
5079                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
5080             },
5081             "dist": {
5082                 "type": "zip",
5083                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
5084                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
5085                 "shasum": ""
5086             },
5087             "require": {
5088                 "php": ">=5.6"
5089             },
5090             "type": "library",
5091             "extra": {
5092                 "branch-alias": {
5093                     "dev-master": "2.0.x-dev"
5094                 }
5095             },
5096             "autoload": {
5097                 "classmap": [
5098                     "src/"
5099                 ]
5100             },
5101             "notification-url": "https://packagist.org/downloads/",
5102             "license": [
5103                 "BSD-3-Clause"
5104             ],
5105             "authors": [
5106                 {
5107                     "name": "Sebastian Bergmann",
5108                     "email": "sebastian@phpunit.de",
5109                     "role": "lead"
5110                 }
5111             ],
5112             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
5113             "homepage": "https://github.com/sebastianbergmann/version",
5114             "support": {
5115                 "issues": "https://github.com/sebastianbergmann/version/issues",
5116                 "source": "https://github.com/sebastianbergmann/version/tree/master"
5117             },
5118             "time": "2016-10-03T07:35:21+00:00"
5119         },
5120         {
5121             "name": "slevomat/coding-standard",
5122             "version": "6.4.1",
5123             "source": {
5124                 "type": "git",
5125                 "url": "https://github.com/slevomat/coding-standard.git",
5126                 "reference": "696dcca217d0c9da2c40d02731526c1e25b65346"
5127             },
5128             "dist": {
5129                 "type": "zip",
5130                 "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/696dcca217d0c9da2c40d02731526c1e25b65346",
5131                 "reference": "696dcca217d0c9da2c40d02731526c1e25b65346",
5132                 "shasum": ""
5133             },
5134             "require": {
5135                 "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
5136                 "php": "^7.1 || ^8.0",
5137                 "phpstan/phpdoc-parser": "0.4.5 - 0.4.9",
5138                 "squizlabs/php_codesniffer": "^3.5.6"
5139             },
5140             "require-dev": {
5141                 "phing/phing": "2.16.3",
5142                 "php-parallel-lint/php-parallel-lint": "1.2.0",
5143                 "phpstan/phpstan": "0.12.48",
5144                 "phpstan/phpstan-deprecation-rules": "0.12.5",
5145                 "phpstan/phpstan-phpunit": "0.12.16",
5146                 "phpstan/phpstan-strict-rules": "0.12.5",
5147                 "phpunit/phpunit": "7.5.20|8.5.5|9.4.0"
5148             },
5149             "type": "phpcodesniffer-standard",
5150             "extra": {
5151                 "branch-alias": {
5152                     "dev-master": "6.x-dev"
5153                 }
5154             },
5155             "autoload": {
5156                 "psr-4": {
5157                     "SlevomatCodingStandard\\": "SlevomatCodingStandard"
5158                 }
5159             },
5160             "notification-url": "https://packagist.org/downloads/",
5161             "license": [
5162                 "MIT"
5163             ],
5164             "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
5165             "support": {
5166                 "issues": "https://github.com/slevomat/coding-standard/issues",
5167                 "source": "https://github.com/slevomat/coding-standard/tree/6.4.1"
5168             },
5169             "funding": [
5170                 {
5171                     "url": "https://github.com/kukulich",
5172                     "type": "github"
5173                 },
5174                 {
5175                     "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
5176                     "type": "tidelift"
5177                 }
5178             ],
5179             "time": "2020-10-05T12:39:37+00:00"
5180         },
5181         {
5182             "name": "squizlabs/php_codesniffer",
5183             "version": "3.6.2",
5184             "source": {
5185                 "type": "git",
5186                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
5187                 "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
5188             },
5189             "dist": {
5190                 "type": "zip",
5191                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
5192                 "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
5193                 "shasum": ""
5194             },
5195             "require": {
5196                 "ext-simplexml": "*",
5197                 "ext-tokenizer": "*",
5198                 "ext-xmlwriter": "*",
5199                 "php": ">=5.4.0"
5200             },
5201             "require-dev": {
5202                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
5203             },
5204             "bin": [
5205                 "bin/phpcs",
5206                 "bin/phpcbf"
5207             ],
5208             "type": "library",
5209             "extra": {
5210                 "branch-alias": {
5211                     "dev-master": "3.x-dev"
5212                 }
5213             },
5214             "notification-url": "https://packagist.org/downloads/",
5215             "license": [
5216                 "BSD-3-Clause"
5217             ],
5218             "authors": [
5219                 {
5220                     "name": "Greg Sherwood",
5221                     "role": "lead"
5222                 }
5223             ],
5224             "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
5225             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
5226             "keywords": [
5227                 "phpcs",
5228                 "standards"
5229             ],
5230             "support": {
5231                 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
5232                 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
5233                 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
5234             },
5235             "time": "2021-12-12T21:44:58+00:00"
5236         },
5237         {
5238             "name": "symfony/console",
5239             "version": "v4.4.37",
5240             "source": {
5241                 "type": "git",
5242                 "url": "https://github.com/symfony/console.git",
5243                 "reference": "0259f01dbf9d77badddbbf4c2abb681f24c9cac6"
5244             },
5245             "dist": {
5246                 "type": "zip",
5247                 "url": "https://api.github.com/repos/symfony/console/zipball/0259f01dbf9d77badddbbf4c2abb681f24c9cac6",
5248                 "reference": "0259f01dbf9d77badddbbf4c2abb681f24c9cac6",
5249                 "shasum": ""
5250             },
5251             "require": {
5252                 "php": ">=7.1.3",
5253                 "symfony/polyfill-mbstring": "~1.0",
5254                 "symfony/polyfill-php73": "^1.8",
5255                 "symfony/polyfill-php80": "^1.16",
5256                 "symfony/service-contracts": "^1.1|^2"
5257             },
5258             "conflict": {
5259                 "psr/log": ">=3",
5260                 "symfony/dependency-injection": "<3.4",
5261                 "symfony/event-dispatcher": "<4.3|>=5",
5262                 "symfony/lock": "<4.4",
5263                 "symfony/process": "<3.3"
5264             },
5265             "provide": {
5266                 "psr/log-implementation": "1.0|2.0"
5267             },
5268             "require-dev": {
5269                 "psr/log": "^1|^2",
5270                 "symfony/config": "^3.4|^4.0|^5.0",
5271                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5272                 "symfony/event-dispatcher": "^4.3",
5273                 "symfony/lock": "^4.4|^5.0",
5274                 "symfony/process": "^3.4|^4.0|^5.0",
5275                 "symfony/var-dumper": "^4.3|^5.0"
5276             },
5277             "suggest": {
5278                 "psr/log": "For using the console logger",
5279                 "symfony/event-dispatcher": "",
5280                 "symfony/lock": "",
5281                 "symfony/process": ""
5282             },
5283             "type": "library",
5284             "autoload": {
5285                 "psr-4": {
5286                     "Symfony\\Component\\Console\\": ""
5287                 },
5288                 "exclude-from-classmap": [
5289                     "/Tests/"
5290                 ]
5291             },
5292             "notification-url": "https://packagist.org/downloads/",
5293             "license": [
5294                 "MIT"
5295             ],
5296             "authors": [
5297                 {
5298                     "name": "Fabien Potencier",
5299                     "email": "fabien@symfony.com"
5300                 },
5301                 {
5302                     "name": "Symfony Community",
5303                     "homepage": "https://symfony.com/contributors"
5304                 }
5305             ],
5306             "description": "Eases the creation of beautiful and testable command line interfaces",
5307             "homepage": "https://symfony.com",
5308             "support": {
5309                 "source": "https://github.com/symfony/console/tree/v4.4.37"
5310             },
5311             "funding": [
5312                 {
5313                     "url": "https://symfony.com/sponsor",
5314                     "type": "custom"
5315                 },
5316                 {
5317                     "url": "https://github.com/fabpot",
5318                     "type": "github"
5319                 },
5320                 {
5321                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5322                     "type": "tidelift"
5323                 }
5324             ],
5325             "time": "2022-01-26T16:15:26+00:00"
5326         },
5327         {
5328             "name": "symfony/finder",
5329             "version": "v4.4.37",
5330             "source": {
5331                 "type": "git",
5332                 "url": "https://github.com/symfony/finder.git",
5333                 "reference": "b17d76d7ed179f017aad646e858c90a2771af15d"
5334             },
5335             "dist": {
5336                 "type": "zip",
5337                 "url": "https://api.github.com/repos/symfony/finder/zipball/b17d76d7ed179f017aad646e858c90a2771af15d",
5338                 "reference": "b17d76d7ed179f017aad646e858c90a2771af15d",
5339                 "shasum": ""
5340             },
5341             "require": {
5342                 "php": ">=7.1.3",
5343                 "symfony/polyfill-php80": "^1.16"
5344             },
5345             "type": "library",
5346             "autoload": {
5347                 "psr-4": {
5348                     "Symfony\\Component\\Finder\\": ""
5349                 },
5350                 "exclude-from-classmap": [
5351                     "/Tests/"
5352                 ]
5353             },
5354             "notification-url": "https://packagist.org/downloads/",
5355             "license": [
5356                 "MIT"
5357             ],
5358             "authors": [
5359                 {
5360                     "name": "Fabien Potencier",
5361                     "email": "fabien@symfony.com"
5362                 },
5363                 {
5364                     "name": "Symfony Community",
5365                     "homepage": "https://symfony.com/contributors"
5366                 }
5367             ],
5368             "description": "Finds files and directories via an intuitive fluent interface",
5369             "homepage": "https://symfony.com",
5370             "support": {
5371                 "source": "https://github.com/symfony/finder/tree/v4.4.37"
5372             },
5373             "funding": [
5374                 {
5375                     "url": "https://symfony.com/sponsor",
5376                     "type": "custom"
5377                 },
5378                 {
5379                     "url": "https://github.com/fabpot",
5380                     "type": "github"
5381                 },
5382                 {
5383                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5384                     "type": "tidelift"
5385                 }
5386             ],
5387             "time": "2022-01-02T09:41:36+00:00"
5388         },
5389         {
5390             "name": "symfony/process",
5391             "version": "v4.4.37",
5392             "source": {
5393                 "type": "git",
5394                 "url": "https://github.com/symfony/process.git",
5395                 "reference": "b2d924e5a4cb284f293d5092b1dbf0d364cb8b67"
5396             },
5397             "dist": {
5398                 "type": "zip",
5399                 "url": "https://api.github.com/repos/symfony/process/zipball/b2d924e5a4cb284f293d5092b1dbf0d364cb8b67",
5400                 "reference": "b2d924e5a4cb284f293d5092b1dbf0d364cb8b67",
5401                 "shasum": ""
5402             },
5403             "require": {
5404                 "php": ">=7.1.3",
5405                 "symfony/polyfill-php80": "^1.16"
5406             },
5407             "type": "library",
5408             "autoload": {
5409                 "psr-4": {
5410                     "Symfony\\Component\\Process\\": ""
5411                 },
5412                 "exclude-from-classmap": [
5413                     "/Tests/"
5414                 ]
5415             },
5416             "notification-url": "https://packagist.org/downloads/",
5417             "license": [
5418                 "MIT"
5419             ],
5420             "authors": [
5421                 {
5422                     "name": "Fabien Potencier",
5423                     "email": "fabien@symfony.com"
5424                 },
5425                 {
5426                     "name": "Symfony Community",
5427                     "homepage": "https://symfony.com/contributors"
5428                 }
5429             ],
5430             "description": "Executes commands in sub-processes",
5431             "homepage": "https://symfony.com",
5432             "support": {
5433                 "source": "https://github.com/symfony/process/tree/v4.4.37"
5434             },
5435             "funding": [
5436                 {
5437                     "url": "https://symfony.com/sponsor",
5438                     "type": "custom"
5439                 },
5440                 {
5441                     "url": "https://github.com/fabpot",
5442                     "type": "github"
5443                 },
5444                 {
5445                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5446                     "type": "tidelift"
5447                 }
5448             ],
5449             "time": "2022-01-27T17:14:04+00:00"
5450         },
5451         {
5452             "name": "symfony/translation-contracts",
5453             "version": "v1.1.11",
5454             "source": {
5455                 "type": "git",
5456                 "url": "https://github.com/symfony/translation-contracts.git",
5457                 "reference": "58ae23095ffdea045725dda70752566aa2908be6"
5458             },
5459             "dist": {
5460                 "type": "zip",
5461                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/58ae23095ffdea045725dda70752566aa2908be6",
5462                 "reference": "58ae23095ffdea045725dda70752566aa2908be6",
5463                 "shasum": ""
5464             },
5465             "require": {
5466                 "php": ">=7.1.3"
5467             },
5468             "suggest": {
5469                 "symfony/translation-implementation": ""
5470             },
5471             "type": "library",
5472             "extra": {
5473                 "branch-alias": {
5474                     "dev-main": "1.1-dev"
5475                 },
5476                 "thanks": {
5477                     "name": "symfony/contracts",
5478                     "url": "https://github.com/symfony/contracts"
5479                 }
5480             },
5481             "autoload": {
5482                 "psr-4": {
5483                     "Symfony\\Contracts\\Translation\\": ""
5484                 }
5485             },
5486             "notification-url": "https://packagist.org/downloads/",
5487             "license": [
5488                 "MIT"
5489             ],
5490             "authors": [
5491                 {
5492                     "name": "Nicolas Grekas",
5493                     "email": "p@tchwork.com"
5494                 },
5495                 {
5496                     "name": "Symfony Community",
5497                     "homepage": "https://symfony.com/contributors"
5498                 }
5499             ],
5500             "description": "Generic abstractions related to translation",
5501             "homepage": "https://symfony.com",
5502             "keywords": [
5503                 "abstractions",
5504                 "contracts",
5505                 "decoupling",
5506                 "interfaces",
5507                 "interoperability",
5508                 "standards"
5509             ],
5510             "support": {
5511                 "source": "https://github.com/symfony/translation-contracts/tree/v1.1.11"
5512             },
5513             "funding": [
5514                 {
5515                     "url": "https://symfony.com/sponsor",
5516                     "type": "custom"
5517                 },
5518                 {
5519                     "url": "https://github.com/fabpot",
5520                     "type": "github"
5521                 },
5522                 {
5523                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5524                     "type": "tidelift"
5525                 }
5526             ],
5527             "time": "2021-07-13T10:01:39+00:00"
5528         },
5529         {
5530             "name": "symfony/twig-bridge",
5531             "version": "v4.4.37",
5532             "source": {
5533                 "type": "git",
5534                 "url": "https://github.com/symfony/twig-bridge.git",
5535                 "reference": "ad832919f412e464bb099a1514c28d6d53223c76"
5536             },
5537             "dist": {
5538                 "type": "zip",
5539                 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/ad832919f412e464bb099a1514c28d6d53223c76",
5540                 "reference": "ad832919f412e464bb099a1514c28d6d53223c76",
5541                 "shasum": ""
5542             },
5543             "require": {
5544                 "php": ">=7.1.3",
5545                 "symfony/polyfill-php80": "^1.16",
5546                 "symfony/translation-contracts": "^1.1|^2",
5547                 "twig/twig": "^1.43|^2.13|^3.0.4"
5548             },
5549             "conflict": {
5550                 "symfony/console": "<3.4",
5551                 "symfony/form": "<4.4",
5552                 "symfony/http-foundation": "<4.3",
5553                 "symfony/translation": "<4.2",
5554                 "symfony/workflow": "<4.3"
5555             },
5556             "require-dev": {
5557                 "egulias/email-validator": "^2.1.10|^3",
5558                 "symfony/asset": "^3.4|^4.0|^5.0",
5559                 "symfony/console": "^3.4|^4.0|^5.0",
5560                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5561                 "symfony/error-handler": "^4.4|^5.0",
5562                 "symfony/expression-language": "^3.4|^4.0|^5.0",
5563                 "symfony/finder": "^3.4|^4.0|^5.0",
5564                 "symfony/form": "^4.4.17",
5565                 "symfony/http-foundation": "^4.3|^5.0",
5566                 "symfony/http-kernel": "^4.4",
5567                 "symfony/intl": "^4.4|^5.0",
5568                 "symfony/mime": "^4.3|^5.0",
5569                 "symfony/polyfill-intl-icu": "~1.0",
5570                 "symfony/routing": "^3.4|^4.0|^5.0",
5571                 "symfony/security-acl": "^2.8|^3.0",
5572                 "symfony/security-core": "^3.0|^4.0|^5.0",
5573                 "symfony/security-csrf": "^3.4|^4.0|^5.0",
5574                 "symfony/security-http": "^3.4|^4.0|^5.0",
5575                 "symfony/stopwatch": "^3.4|^4.0|^5.0",
5576                 "symfony/templating": "^3.4|^4.0|^5.0",
5577                 "symfony/translation": "^4.2.1|^5.0",
5578                 "symfony/web-link": "^4.4|^5.0",
5579                 "symfony/workflow": "^4.3|^5.0",
5580                 "symfony/yaml": "^3.4|^4.0|^5.0",
5581                 "twig/cssinliner-extra": "^2.12|^3",
5582                 "twig/inky-extra": "^2.12|^3",
5583                 "twig/markdown-extra": "^2.12|^3"
5584             },
5585             "suggest": {
5586                 "symfony/asset": "For using the AssetExtension",
5587                 "symfony/expression-language": "For using the ExpressionExtension",
5588                 "symfony/finder": "",
5589                 "symfony/form": "For using the FormExtension",
5590                 "symfony/http-kernel": "For using the HttpKernelExtension",
5591                 "symfony/routing": "For using the RoutingExtension",
5592                 "symfony/security-core": "For using the SecurityExtension",
5593                 "symfony/security-csrf": "For using the CsrfExtension",
5594                 "symfony/security-http": "For using the LogoutUrlExtension",
5595                 "symfony/stopwatch": "For using the StopwatchExtension",
5596                 "symfony/templating": "For using the TwigEngine",
5597                 "symfony/translation": "For using the TranslationExtension",
5598                 "symfony/var-dumper": "For using the DumpExtension",
5599                 "symfony/web-link": "For using the WebLinkExtension",
5600                 "symfony/yaml": "For using the YamlExtension"
5601             },
5602             "type": "symfony-bridge",
5603             "autoload": {
5604                 "psr-4": {
5605                     "Symfony\\Bridge\\Twig\\": ""
5606                 },
5607                 "exclude-from-classmap": [
5608                     "/Tests/"
5609                 ]
5610             },
5611             "notification-url": "https://packagist.org/downloads/",
5612             "license": [
5613                 "MIT"
5614             ],
5615             "authors": [
5616                 {
5617                     "name": "Fabien Potencier",
5618                     "email": "fabien@symfony.com"
5619                 },
5620                 {
5621                     "name": "Symfony Community",
5622                     "homepage": "https://symfony.com/contributors"
5623                 }
5624             ],
5625             "description": "Provides integration for Twig with various Symfony components",
5626             "homepage": "https://symfony.com",
5627             "support": {
5628                 "source": "https://github.com/symfony/twig-bridge/tree/v4.4.37"
5629             },
5630             "funding": [
5631                 {
5632                     "url": "https://symfony.com/sponsor",
5633                     "type": "custom"
5634                 },
5635                 {
5636                     "url": "https://github.com/fabpot",
5637                     "type": "github"
5638                 },
5639                 {
5640                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5641                     "type": "tidelift"
5642                 }
5643             ],
5644             "time": "2022-01-02T09:41:36+00:00"
5645         },
5646         {
5647             "name": "theseer/tokenizer",
5648             "version": "1.1.3",
5649             "source": {
5650                 "type": "git",
5651                 "url": "https://github.com/theseer/tokenizer.git",
5652                 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
5653             },
5654             "dist": {
5655                 "type": "zip",
5656                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
5657                 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
5658                 "shasum": ""
5659             },
5660             "require": {
5661                 "ext-dom": "*",
5662                 "ext-tokenizer": "*",
5663                 "ext-xmlwriter": "*",
5664                 "php": "^7.0"
5665             },
5666             "type": "library",
5667             "autoload": {
5668                 "classmap": [
5669                     "src/"
5670                 ]
5671             },
5672             "notification-url": "https://packagist.org/downloads/",
5673             "license": [
5674                 "BSD-3-Clause"
5675             ],
5676             "authors": [
5677                 {
5678                     "name": "Arne Blankerts",
5679                     "email": "arne@blankerts.de",
5680                     "role": "Developer"
5681                 }
5682             ],
5683             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
5684             "support": {
5685                 "issues": "https://github.com/theseer/tokenizer/issues",
5686                 "source": "https://github.com/theseer/tokenizer/tree/master"
5687             },
5688             "time": "2019-06-13T22:48:21+00:00"
5689         },
5690         {
5691             "name": "vimeo/psalm",
5692             "version": "4.20.0",
5693             "source": {
5694                 "type": "git",
5695                 "url": "https://github.com/vimeo/psalm.git",
5696                 "reference": "f82a70e7edfc6cf2705e9374c8a0b6a974a779ed"
5697             },
5698             "dist": {
5699                 "type": "zip",
5700                 "url": "https://api.github.com/repos/vimeo/psalm/zipball/f82a70e7edfc6cf2705e9374c8a0b6a974a779ed",
5701                 "reference": "f82a70e7edfc6cf2705e9374c8a0b6a974a779ed",
5702                 "shasum": ""
5703             },
5704             "require": {
5705                 "amphp/amp": "^2.4.2",
5706                 "amphp/byte-stream": "^1.5",
5707                 "composer/package-versions-deprecated": "^1.8.0",
5708                 "composer/semver": "^1.4 || ^2.0 || ^3.0",
5709                 "composer/xdebug-handler": "^1.1 || ^2.0 || ^3.0",
5710                 "dnoegel/php-xdg-base-dir": "^0.1.1",
5711                 "ext-ctype": "*",
5712                 "ext-dom": "*",
5713                 "ext-json": "*",
5714                 "ext-libxml": "*",
5715                 "ext-mbstring": "*",
5716                 "ext-simplexml": "*",
5717                 "ext-tokenizer": "*",
5718                 "felixfbecker/advanced-json-rpc": "^3.0.3",
5719                 "felixfbecker/language-server-protocol": "^1.5",
5720                 "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
5721                 "nikic/php-parser": "^4.13",
5722                 "openlss/lib-array2xml": "^1.0",
5723                 "php": "^7.1|^8",
5724                 "sebastian/diff": "^3.0 || ^4.0",
5725                 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0",
5726                 "webmozart/path-util": "^2.3"
5727             },
5728             "provide": {
5729                 "psalm/psalm": "self.version"
5730             },
5731             "require-dev": {
5732                 "bamarni/composer-bin-plugin": "^1.2",
5733                 "brianium/paratest": "^4.0||^6.0",
5734                 "ext-curl": "*",
5735                 "php-parallel-lint/php-parallel-lint": "^1.2",
5736                 "phpdocumentor/reflection-docblock": "^5",
5737                 "phpmyadmin/sql-parser": "5.1.0||dev-master",
5738                 "phpspec/prophecy": ">=1.9.0",
5739                 "phpunit/phpunit": "^9.0",
5740                 "psalm/plugin-phpunit": "^0.16",
5741                 "slevomat/coding-standard": "^7.0",
5742                 "squizlabs/php_codesniffer": "^3.5",
5743                 "symfony/process": "^4.3 || ^5.0 || ^6.0",
5744                 "weirdan/prophecy-shim": "^1.0 || ^2.0"
5745             },
5746             "suggest": {
5747                 "ext-curl": "In order to send data to shepherd",
5748                 "ext-igbinary": "^2.0.5 is required, used to serialize caching data"
5749             },
5750             "bin": [
5751                 "psalm",
5752                 "psalm-language-server",
5753                 "psalm-plugin",
5754                 "psalm-refactor",
5755                 "psalter"
5756             ],
5757             "type": "library",
5758             "extra": {
5759                 "branch-alias": {
5760                     "dev-master": "4.x-dev",
5761                     "dev-3.x": "3.x-dev",
5762                     "dev-2.x": "2.x-dev",
5763                     "dev-1.x": "1.x-dev"
5764                 }
5765             },
5766             "autoload": {
5767                 "files": [
5768                     "src/functions.php",
5769                     "src/spl_object_id.php"
5770                 ],
5771                 "psr-4": {
5772                     "Psalm\\": "src/Psalm/"
5773                 }
5774             },
5775             "notification-url": "https://packagist.org/downloads/",
5776             "license": [
5777                 "MIT"
5778             ],
5779             "authors": [
5780                 {
5781                     "name": "Matthew Brown"
5782                 }
5783             ],
5784             "description": "A static analysis tool for finding errors in PHP applications",
5785             "keywords": [
5786                 "code",
5787                 "inspection",
5788                 "php"
5789             ],
5790             "support": {
5791                 "issues": "https://github.com/vimeo/psalm/issues",
5792                 "source": "https://github.com/vimeo/psalm/tree/4.20.0"
5793             },
5794             "time": "2022-02-03T17:03:47+00:00"
5795         },
5796         {
5797             "name": "webmozart/assert",
5798             "version": "1.9.1",
5799             "source": {
5800                 "type": "git",
5801                 "url": "https://github.com/webmozarts/assert.git",
5802                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
5803             },
5804             "dist": {
5805                 "type": "zip",
5806                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
5807                 "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
5808                 "shasum": ""
5809             },
5810             "require": {
5811                 "php": "^5.3.3 || ^7.0 || ^8.0",
5812                 "symfony/polyfill-ctype": "^1.8"
5813             },
5814             "conflict": {
5815                 "phpstan/phpstan": "<0.12.20",
5816                 "vimeo/psalm": "<3.9.1"
5817             },
5818             "require-dev": {
5819                 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
5820             },
5821             "type": "library",
5822             "autoload": {
5823                 "psr-4": {
5824                     "Webmozart\\Assert\\": "src/"
5825                 }
5826             },
5827             "notification-url": "https://packagist.org/downloads/",
5828             "license": [
5829                 "MIT"
5830             ],
5831             "authors": [
5832                 {
5833                     "name": "Bernhard Schussek",
5834                     "email": "bschussek@gmail.com"
5835                 }
5836             ],
5837             "description": "Assertions to validate method input/output with nice error messages.",
5838             "keywords": [
5839                 "assert",
5840                 "check",
5841                 "validate"
5842             ],
5843             "support": {
5844                 "issues": "https://github.com/webmozarts/assert/issues",
5845                 "source": "https://github.com/webmozarts/assert/tree/1.9.1"
5846             },
5847             "time": "2020-07-08T17:02:28+00:00"
5848         },
5849         {
5850             "name": "webmozart/path-util",
5851             "version": "2.3.0",
5852             "source": {
5853                 "type": "git",
5854                 "url": "https://github.com/webmozart/path-util.git",
5855                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
5856             },
5857             "dist": {
5858                 "type": "zip",
5859                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
5860                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
5861                 "shasum": ""
5862             },
5863             "require": {
5864                 "php": ">=5.3.3",
5865                 "webmozart/assert": "~1.0"
5866             },
5867             "require-dev": {
5868                 "phpunit/phpunit": "^4.6",
5869                 "sebastian/version": "^1.0.1"
5870             },
5871             "type": "library",
5872             "extra": {
5873                 "branch-alias": {
5874                     "dev-master": "2.3-dev"
5875                 }
5876             },
5877             "autoload": {
5878                 "psr-4": {
5879                     "Webmozart\\PathUtil\\": "src/"
5880                 }
5881             },
5882             "notification-url": "https://packagist.org/downloads/",
5883             "license": [
5884                 "MIT"
5885             ],
5886             "authors": [
5887                 {
5888                     "name": "Bernhard Schussek",
5889                     "email": "bschussek@gmail.com"
5890                 }
5891             ],
5892             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
5893             "support": {
5894                 "issues": "https://github.com/webmozart/path-util/issues",
5895                 "source": "https://github.com/webmozart/path-util/tree/2.3.0"
5896             },
5897             "abandoned": "symfony/filesystem",
5898             "time": "2015-12-17T08:42:14+00:00"
5899         }
5900     ],
5901     "aliases": [],
5902     "minimum-stability": "stable",
5903     "stability-flags": [],
5904     "prefer-stable": false,
5905     "prefer-lowest": false,
5906     "platform": {
5907         "php": "^7.1.3 || ^8.0",
5908         "ext-hash": "*",
5909         "ext-iconv": "*",
5910         "ext-json": "*",
5911         "ext-mysqli": "*",
5912         "ext-pcre": "*",
5913         "ext-xml": "*"
5914     },
5915     "platform-dev": [],
5916     "platform-overrides": {
5917         "php": "7.1.3"
5918     },
5919     "plugin-api-version": "2.2.0"