1{
2    "packages": [
3        {
4            "name": "bacon/bacon-qr-code",
5            "version": "2.0.4",
6            "version_normalized": "2.0.4.0",
7            "source": {
8                "type": "git",
9                "url": "https://github.com/Bacon/BaconQrCode.git",
10                "reference": "f73543ac4e1def05f1a70bcd1525c8a157a1ad09"
11            },
12            "dist": {
13                "type": "zip",
14                "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/f73543ac4e1def05f1a70bcd1525c8a157a1ad09",
15                "reference": "f73543ac4e1def05f1a70bcd1525c8a157a1ad09",
16                "shasum": ""
17            },
18            "require": {
19                "dasprid/enum": "^1.0.3",
20                "ext-iconv": "*",
21                "php": "^7.1 || ^8.0"
22            },
23            "require-dev": {
24                "phly/keep-a-changelog": "^1.4",
25                "phpunit/phpunit": "^7 | ^8 | ^9",
26                "squizlabs/php_codesniffer": "^3.4"
27            },
28            "suggest": {
29                "ext-imagick": "to generate QR code images"
30            },
31            "time": "2021-06-18T13:26:35+00:00",
32            "type": "library",
33            "installation-source": "dist",
34            "autoload": {
35                "psr-4": {
36                    "BaconQrCode\\": "src/"
37                }
38            },
39            "notification-url": "https://packagist.org/downloads/",
40            "license": [
41                "BSD-2-Clause"
42            ],
43            "authors": [
44                {
45                    "name": "Ben Scholzen 'DASPRiD'",
46                    "email": "mail@dasprids.de",
47                    "homepage": "https://dasprids.de/",
48                    "role": "Developer"
49                }
50            ],
51            "description": "BaconQrCode is a QR code generator for PHP.",
52            "homepage": "https://github.com/Bacon/BaconQrCode",
53            "support": {
54                "issues": "https://github.com/Bacon/BaconQrCode/issues",
55                "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.4"
56            },
57            "install-path": "../bacon/bacon-qr-code"
58        },
59        {
60            "name": "code-lts/u2f-php-server",
61            "version": "v1.2.0",
62            "version_normalized": "1.2.0.0",
63            "source": {
64                "type": "git",
65                "url": "https://github.com/code-lts/U2F-php-server.git",
66                "reference": "59b3b28185e7fa255180a61278f6f65739082771"
67            },
68            "dist": {
69                "type": "zip",
70                "url": "https://api.github.com/repos/code-lts/U2F-php-server/zipball/59b3b28185e7fa255180a61278f6f65739082771",
71                "reference": "59b3b28185e7fa255180a61278f6f65739082771",
72                "shasum": ""
73            },
74            "require": {
75                "ext-openssl": "*",
76                "php": "^7.1 || ^8.0"
77            },
78            "replace": {
79                "samyoul/u2f-php-server": "*"
80            },
81            "require-dev": {
82                "phpunit/phpunit": "^7 || ^8 || ^9"
83            },
84            "time": "2021-12-12T11:02:35+00:00",
85            "type": "library",
86            "installation-source": "dist",
87            "autoload": {
88                "psr-4": {
89                    "CodeLts\\U2F\\U2FServer\\": [
90                        "src/"
91                    ]
92                }
93            },
94            "notification-url": "https://packagist.org/downloads/",
95            "license": [
96                "BSD-2-Clause"
97            ],
98            "authors": [
99                {
100                    "name": "Samuel Hawksby-Robinson",
101                    "email": "samuel@samyoul.com"
102                },
103                {
104                    "name": "William Desportes",
105                    "email": "williamdes@wdes.fr"
106                }
107            ],
108            "description": "Server side handling class for FIDO U2F registration and authentication",
109            "homepage": "https://github.com/code-lts/U2F-php-server#readme",
110            "support": {
111                "issues": "https://github.com/code-lts/U2F-php-server/issues",
112                "source": "https://github.com/code-lts/U2F-php-server"
113            },
114            "install-path": "../code-lts/u2f-php-server"
115        },
116        {
117            "name": "dasprid/enum",
118            "version": "1.0.3",
119            "version_normalized": "1.0.3.0",
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            "time": "2020-10-02T16:03:48+00:00",
136            "type": "library",
137            "installation-source": "dist",
138            "autoload": {
139                "psr-4": {
140                    "DASPRiD\\Enum\\": "src/"
141                }
142            },
143            "notification-url": "https://packagist.org/downloads/",
144            "license": [
145                "BSD-2-Clause"
146            ],
147            "authors": [
148                {
149                    "name": "Ben Scholzen 'DASPRiD'",
150                    "email": "mail@dasprids.de",
151                    "homepage": "https://dasprids.de/",
152                    "role": "Developer"
153                }
154            ],
155            "description": "PHP 7.1 enum implementation",
156            "keywords": [
157                "enum",
158                "map"
159            ],
160            "support": {
161                "issues": "https://github.com/DASPRiD/Enum/issues",
162                "source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
163            },
164            "install-path": "../dasprid/enum"
165        },
166        {
167            "name": "google/recaptcha",
168            "version": "1.2.4",
169            "version_normalized": "1.2.4.0",
170            "source": {
171                "type": "git",
172                "url": "https://github.com/google/recaptcha.git",
173                "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
174            },
175            "dist": {
176                "type": "zip",
177                "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
178                "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
179                "shasum": ""
180            },
181            "require": {
182                "php": ">=5.5"
183            },
184            "require-dev": {
185                "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
186                "php-coveralls/php-coveralls": "^2.1",
187                "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
188            },
189            "time": "2020-03-31T17:50:54+00:00",
190            "type": "library",
191            "extra": {
192                "branch-alias": {
193                    "dev-master": "1.2.x-dev"
194                }
195            },
196            "installation-source": "dist",
197            "autoload": {
198                "psr-4": {
199                    "ReCaptcha\\": "src/ReCaptcha"
200                }
201            },
202            "notification-url": "https://packagist.org/downloads/",
203            "license": [
204                "BSD-3-Clause"
205            ],
206            "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
207            "homepage": "https://www.google.com/recaptcha/",
208            "keywords": [
209                "Abuse",
210                "captcha",
211                "recaptcha",
212                "spam"
213            ],
214            "support": {
215                "forum": "https://groups.google.com/forum/#!forum/recaptcha",
216                "issues": "https://github.com/google/recaptcha/issues",
217                "source": "https://github.com/google/recaptcha"
218            },
219            "install-path": "../google/recaptcha"
220        },
221        {
222            "name": "nikic/fast-route",
223            "version": "v1.3.0",
224            "version_normalized": "1.3.0.0",
225            "source": {
226                "type": "git",
227                "url": "https://github.com/nikic/FastRoute.git",
228                "reference": "181d480e08d9476e61381e04a71b34dc0432e812"
229            },
230            "dist": {
231                "type": "zip",
232                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
233                "reference": "181d480e08d9476e61381e04a71b34dc0432e812",
234                "shasum": ""
235            },
236            "require": {
237                "php": ">=5.4.0"
238            },
239            "require-dev": {
240                "phpunit/phpunit": "^4.8.35|~5.7"
241            },
242            "time": "2018-02-13T20:26:39+00:00",
243            "type": "library",
244            "installation-source": "dist",
245            "autoload": {
246                "psr-4": {
247                    "FastRoute\\": "src/"
248                },
249                "files": [
250                    "src/functions.php"
251                ]
252            },
253            "notification-url": "https://packagist.org/downloads/",
254            "license": [
255                "BSD-3-Clause"
256            ],
257            "authors": [
258                {
259                    "name": "Nikita Popov",
260                    "email": "nikic@php.net"
261                }
262            ],
263            "description": "Fast request router for PHP",
264            "keywords": [
265                "router",
266                "routing"
267            ],
268            "support": {
269                "issues": "https://github.com/nikic/FastRoute/issues",
270                "source": "https://github.com/nikic/FastRoute/tree/master"
271            },
272            "install-path": "../nikic/fast-route"
273        },
274        {
275            "name": "paragonie/constant_time_encoding",
276            "version": "v2.5.0",
277            "version_normalized": "2.5.0.0",
278            "source": {
279                "type": "git",
280                "url": "https://github.com/paragonie/constant_time_encoding.git",
281                "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
282            },
283            "dist": {
284                "type": "zip",
285                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
286                "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
287                "shasum": ""
288            },
289            "require": {
290                "php": "^7|^8"
291            },
292            "require-dev": {
293                "phpunit/phpunit": "^6|^7|^8|^9",
294                "vimeo/psalm": "^1|^2|^3|^4"
295            },
296            "time": "2022-01-17T05:32:27+00:00",
297            "type": "library",
298            "installation-source": "dist",
299            "autoload": {
300                "psr-4": {
301                    "ParagonIE\\ConstantTime\\": "src/"
302                }
303            },
304            "notification-url": "https://packagist.org/downloads/",
305            "license": [
306                "MIT"
307            ],
308            "authors": [
309                {
310                    "name": "Paragon Initiative Enterprises",
311                    "email": "security@paragonie.com",
312                    "homepage": "https://paragonie.com",
313                    "role": "Maintainer"
314                },
315                {
316                    "name": "Steve 'Sc00bz' Thomas",
317                    "email": "steve@tobtu.com",
318                    "homepage": "https://www.tobtu.com",
319                    "role": "Original Developer"
320                }
321            ],
322            "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
323            "keywords": [
324                "base16",
325                "base32",
326                "base32_decode",
327                "base32_encode",
328                "base64",
329                "base64_decode",
330                "base64_encode",
331                "bin2hex",
332                "encoding",
333                "hex",
334                "hex2bin",
335                "rfc4648"
336            ],
337            "support": {
338                "email": "info@paragonie.com",
339                "issues": "https://github.com/paragonie/constant_time_encoding/issues",
340                "source": "https://github.com/paragonie/constant_time_encoding"
341            },
342            "install-path": "../paragonie/constant_time_encoding"
343        },
344        {
345            "name": "phpmyadmin/motranslator",
346            "version": "5.2.0",
347            "version_normalized": "5.2.0.0",
348            "source": {
349                "type": "git",
350                "url": "https://github.com/phpmyadmin/motranslator.git",
351                "reference": "cea68a8d0abf5e7fabc4179f07ef444223ddff44"
352            },
353            "dist": {
354                "type": "zip",
355                "url": "https://api.github.com/repos/phpmyadmin/motranslator/zipball/cea68a8d0abf5e7fabc4179f07ef444223ddff44",
356                "reference": "cea68a8d0abf5e7fabc4179f07ef444223ddff44",
357                "shasum": ""
358            },
359            "require": {
360                "php": "^7.1 || ^8.0",
361                "symfony/expression-language": "^4.0 || ^5.0"
362            },
363            "require-dev": {
364                "phpmyadmin/coding-standard": "^2.1.1",
365                "phpstan/phpstan": "^0.12.56",
366                "phpunit/phpunit": "^7.4 || ^8 || ^9"
367            },
368            "time": "2021-02-05T17:05:44+00:00",
369            "type": "library",
370            "installation-source": "dist",
371            "autoload": {
372                "psr-4": {
373                    "PhpMyAdmin\\MoTranslator\\": "src"
374                }
375            },
376            "notification-url": "https://packagist.org/downloads/",
377            "license": [
378                "GPL-2.0-or-later"
379            ],
380            "authors": [
381                {
382                    "name": "The phpMyAdmin Team",
383                    "email": "developers@phpmyadmin.net",
384                    "homepage": "https://www.phpmyadmin.net/team/"
385                }
386            ],
387            "description": "Translation API for PHP using Gettext MO files",
388            "homepage": "https://github.com/phpmyadmin/motranslator",
389            "keywords": [
390                "gettext",
391                "i18n",
392                "mo",
393                "translator"
394            ],
395            "support": {
396                "issues": "https://github.com/phpmyadmin/motranslator/issues",
397                "source": "https://github.com/phpmyadmin/motranslator"
398            },
399            "install-path": "../phpmyadmin/motranslator"
400        },
401        {
402            "name": "phpmyadmin/shapefile",
403            "version": "2.1",
404            "version_normalized": "2.1.0.0",
405            "source": {
406                "type": "git",
407                "url": "https://github.com/phpmyadmin/shapefile.git",
408                "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224"
409            },
410            "dist": {
411                "type": "zip",
412                "url": "https://api.github.com/repos/phpmyadmin/shapefile/zipball/e23b767f2a81f61fee3fc09fc062879985f3e224",
413                "reference": "e23b767f2a81f61fee3fc09fc062879985f3e224",
414                "shasum": ""
415            },
416            "require": {
417                "php": ">=5.4.0"
418            },
419            "require-dev": {
420                "phpunit/php-code-coverage": "*",
421                "phpunit/phpunit": "~4.8 || ~5.7"
422            },
423            "suggest": {
424                "ext-dbase": "For dbf files parsing"
425            },
426            "time": "2017-05-15T08:31:47+00:00",
427            "type": "library",
428            "installation-source": "dist",
429            "autoload": {
430                "psr-4": {
431                    "PhpMyAdmin\\ShapeFile\\": "src"
432                }
433            },
434            "notification-url": "https://packagist.org/downloads/",
435            "license": [
436                "GPL-2.0+"
437            ],
438            "authors": [
439                {
440                    "name": "The phpMyAdmin Team",
441                    "email": "developers@phpmyadmin.net",
442                    "homepage": "https://www.phpmyadmin.net/team/"
443                }
444            ],
445            "description": "ESRI ShapeFile library for PHP",
446            "homepage": "https://github.com/phpmyadmin/shapefile",
447            "keywords": [
448                "ESRI",
449                "Shapefile",
450                "dbf",
451                "geo",
452                "geospatial",
453                "shape",
454                "shp"
455            ],
456            "support": {
457                "issues": "https://github.com/phpmyadmin/shapefile/issues",
458                "source": "https://github.com/phpmyadmin/shapefile"
459            },
460            "install-path": "../phpmyadmin/shapefile"
461        },
462        {
463            "name": "phpmyadmin/sql-parser",
464            "version": "5.5.0",
465            "version_normalized": "5.5.0.0",
466            "source": {
467                "type": "git",
468                "url": "https://github.com/phpmyadmin/sql-parser.git",
469                "reference": "8ab99cd0007d880f49f5aa1807033dbfa21b1cb5"
470            },
471            "dist": {
472                "type": "zip",
473                "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/8ab99cd0007d880f49f5aa1807033dbfa21b1cb5",
474                "reference": "8ab99cd0007d880f49f5aa1807033dbfa21b1cb5",
475                "shasum": ""
476            },
477            "require": {
478                "php": "^7.1 || ^8.0",
479                "symfony/polyfill-mbstring": "^1.3"
480            },
481            "conflict": {
482                "phpmyadmin/motranslator": "<3.0"
483            },
484            "require-dev": {
485                "phpmyadmin/coding-standard": "^3.0",
486                "phpmyadmin/motranslator": "^4.0 || ^5.0",
487                "phpstan/extension-installer": "^1.1",
488                "phpstan/phpstan": "^1.2",
489                "phpstan/phpstan-phpunit": "^1.0",
490                "phpunit/php-code-coverage": "*",
491                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
492                "psalm/plugin-phpunit": "^0.16.1",
493                "vimeo/psalm": "^4.11",
494                "zumba/json-serializer": "^3.0"
495            },
496            "suggest": {
497                "ext-mbstring": "For best performance",
498                "phpmyadmin/motranslator": "Translate messages to your favorite locale"
499            },
500            "time": "2021-12-09T04:31:52+00:00",
501            "bin": [
502                "bin/highlight-query",
503                "bin/lint-query",
504                "bin/tokenize-query"
505            ],
506            "type": "library",
507            "installation-source": "dist",
508            "autoload": {
509                "psr-4": {
510                    "PhpMyAdmin\\SqlParser\\": "src"
511                }
512            },
513            "notification-url": "https://packagist.org/downloads/",
514            "license": [
515                "GPL-2.0-or-later"
516            ],
517            "authors": [
518                {
519                    "name": "The phpMyAdmin Team",
520                    "email": "developers@phpmyadmin.net",
521                    "homepage": "https://www.phpmyadmin.net/team/"
522                }
523            ],
524            "description": "A validating SQL lexer and parser with a focus on MySQL dialect.",
525            "homepage": "https://github.com/phpmyadmin/sql-parser",
526            "keywords": [
527                "analysis",
528                "lexer",
529                "parser",
530                "sql"
531            ],
532            "support": {
533                "issues": "https://github.com/phpmyadmin/sql-parser/issues",
534                "source": "https://github.com/phpmyadmin/sql-parser"
535            },
536            "install-path": "../phpmyadmin/sql-parser"
537        },
538        {
539            "name": "phpmyadmin/twig-i18n-extension",
540            "version": "v3.0.0",
541            "version_normalized": "3.0.0.0",
542            "source": {
543                "type": "git",
544                "url": "https://github.com/phpmyadmin/twig-i18n-extension.git",
545                "reference": "1f509fa3c3f66551e1f4a346e4477c6c0dc76f9e"
546            },
547            "dist": {
548                "type": "zip",
549                "url": "https://api.github.com/repos/phpmyadmin/twig-i18n-extension/zipball/1f509fa3c3f66551e1f4a346e4477c6c0dc76f9e",
550                "reference": "1f509fa3c3f66551e1f4a346e4477c6c0dc76f9e",
551                "shasum": ""
552            },
553            "require": {
554                "php": ">=7.1",
555                "twig/twig": "^1.42.3|^2.0|^3.0"
556            },
557            "require-dev": {
558                "phpmyadmin/coding-standard": "^2.0",
559                "phpunit/phpunit": "^7 || ^8 || ^9"
560            },
561            "time": "2020-06-14T07:24:39+00:00",
562            "type": "library",
563            "installation-source": "dist",
564            "autoload": {
565                "psr-4": {
566                    "PhpMyAdmin\\Twig\\Extensions\\": "src/"
567                }
568            },
569            "notification-url": "https://packagist.org/downloads/",
570            "license": [
571                "MIT"
572            ],
573            "authors": [
574                {
575                    "name": "Fabien Potencier",
576                    "email": "fabien@symfony.com"
577                },
578                {
579                    "name": "The phpMyAdmin Team",
580                    "email": "developers@phpmyadmin.net",
581                    "homepage": "https://www.phpmyadmin.net/team/"
582                }
583            ],
584            "description": "Internationalization support for Twig via the gettext library",
585            "keywords": [
586                "gettext",
587                "i18n"
588            ],
589            "support": {
590                "issues": "https://github.com/phpmyadmin/twig-i18n-extension/issues",
591                "source": "https://github.com/phpmyadmin/twig-i18n-extension"
592            },
593            "install-path": "../phpmyadmin/twig-i18n-extension"
594        },
595        {
596            "name": "phpseclib/phpseclib",
597            "version": "2.0.35",
598            "version_normalized": "2.0.35.0",
599            "source": {
600                "type": "git",
601                "url": "https://github.com/phpseclib/phpseclib.git",
602                "reference": "4e16cf3f5f927a7d3f5317820af795c0366c0420"
603            },
604            "dist": {
605                "type": "zip",
606                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/4e16cf3f5f927a7d3f5317820af795c0366c0420",
607                "reference": "4e16cf3f5f927a7d3f5317820af795c0366c0420",
608                "shasum": ""
609            },
610            "require": {
611                "php": ">=5.3.3"
612            },
613            "require-dev": {
614                "phing/phing": "~2.7",
615                "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
616                "squizlabs/php_codesniffer": "~2.0"
617            },
618            "suggest": {
619                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
620                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
621                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
622                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
623            },
624            "time": "2021-11-28T23:30:39+00:00",
625            "type": "library",
626            "installation-source": "dist",
627            "autoload": {
628                "files": [
629                    "phpseclib/bootstrap.php"
630                ],
631                "psr-4": {
632                    "phpseclib\\": "phpseclib/"
633                }
634            },
635            "notification-url": "https://packagist.org/downloads/",
636            "license": [
637                "MIT"
638            ],
639            "authors": [
640                {
641                    "name": "Jim Wigginton",
642                    "email": "terrafrost@php.net",
643                    "role": "Lead Developer"
644                },
645                {
646                    "name": "Patrick Monnerat",
647                    "email": "pm@datasphere.ch",
648                    "role": "Developer"
649                },
650                {
651                    "name": "Andreas Fischer",
652                    "email": "bantu@phpbb.com",
653                    "role": "Developer"
654                },
655                {
656                    "name": "Hans-Jürgen Petrich",
657                    "email": "petrich@tronic-media.com",
658                    "role": "Developer"
659                },
660                {
661                    "name": "Graham Campbell",
662                    "email": "graham@alt-three.com",
663                    "role": "Developer"
664                }
665            ],
666            "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
667            "homepage": "http://phpseclib.sourceforge.net",
668            "keywords": [
669                "BigInteger",
670                "aes",
671                "asn.1",
672                "asn1",
673                "blowfish",
674                "crypto",
675                "cryptography",
676                "encryption",
677                "rsa",
678                "security",
679                "sftp",
680                "signature",
681                "signing",
682                "ssh",
683                "twofish",
684                "x.509",
685                "x509"
686            ],
687            "support": {
688                "issues": "https://github.com/phpseclib/phpseclib/issues",
689                "source": "https://github.com/phpseclib/phpseclib/tree/2.0.35"
690            },
691            "funding": [
692                {
693                    "url": "https://github.com/terrafrost",
694                    "type": "github"
695                },
696                {
697                    "url": "https://www.patreon.com/phpseclib",
698                    "type": "patreon"
699                },
700                {
701                    "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
702                    "type": "tidelift"
703                }
704            ],
705            "install-path": "../phpseclib/phpseclib"
706        },
707        {
708            "name": "pragmarx/google2fa",
709            "version": "8.0.0",
710            "version_normalized": "8.0.0.0",
711            "source": {
712                "type": "git",
713                "url": "https://github.com/antonioribeiro/google2fa.git",
714                "reference": "26c4c5cf30a2844ba121760fd7301f8ad240100b"
715            },
716            "dist": {
717                "type": "zip",
718                "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/26c4c5cf30a2844ba121760fd7301f8ad240100b",
719                "reference": "26c4c5cf30a2844ba121760fd7301f8ad240100b",
720                "shasum": ""
721            },
722            "require": {
723                "paragonie/constant_time_encoding": "^1.0|^2.0",
724                "php": "^7.1|^8.0"
725            },
726            "require-dev": {
727                "phpstan/phpstan": "^0.12.18",
728                "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
729            },
730            "time": "2020-04-05T10:47:18+00:00",
731            "type": "library",
732            "installation-source": "dist",
733            "autoload": {
734                "psr-4": {
735                    "PragmaRX\\Google2FA\\": "src/"
736                }
737            },
738            "notification-url": "https://packagist.org/downloads/",
739            "license": [
740                "MIT"
741            ],
742            "authors": [
743                {
744                    "name": "Antonio Carlos Ribeiro",
745                    "email": "acr@antoniocarlosribeiro.com",
746                    "role": "Creator & Designer"
747                }
748            ],
749            "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
750            "keywords": [
751                "2fa",
752                "Authentication",
753                "Two Factor Authentication",
754                "google2fa"
755            ],
756            "support": {
757                "issues": "https://github.com/antonioribeiro/google2fa/issues",
758                "source": "https://github.com/antonioribeiro/google2fa/tree/8.0.0"
759            },
760            "install-path": "../pragmarx/google2fa"
761        },
762        {
763            "name": "pragmarx/google2fa-qrcode",
764            "version": "v1.0.3",
765            "version_normalized": "1.0.3.0",
766            "source": {
767                "type": "git",
768                "url": "https://github.com/antonioribeiro/google2fa-qrcode.git",
769                "reference": "fd5ff0531a48b193a659309cc5fb882c14dbd03f"
770            },
771            "dist": {
772                "type": "zip",
773                "url": "https://api.github.com/repos/antonioribeiro/google2fa-qrcode/zipball/fd5ff0531a48b193a659309cc5fb882c14dbd03f",
774                "reference": "fd5ff0531a48b193a659309cc5fb882c14dbd03f",
775                "shasum": ""
776            },
777            "require": {
778                "bacon/bacon-qr-code": "~1.0|~2.0",
779                "php": ">=5.4",
780                "pragmarx/google2fa": ">=4.0"
781            },
782            "require-dev": {
783                "khanamiryan/qrcode-detector-decoder": "^1.0",
784                "phpunit/phpunit": "~4|~5|~6|~7"
785            },
786            "time": "2019-03-20T16:42:58+00:00",
787            "type": "library",
788            "extra": {
789                "component": "package",
790                "branch-alias": {
791                    "dev-master": "1.0-dev"
792                }
793            },
794            "installation-source": "dist",
795            "autoload": {
796                "psr-4": {
797                    "PragmaRX\\Google2FAQRCode\\": "src/",
798                    "PragmaRX\\Google2FAQRCode\\Tests\\": "tests/"
799                }
800            },
801            "notification-url": "https://packagist.org/downloads/",
802            "license": [
803                "MIT"
804            ],
805            "authors": [
806                {
807                    "name": "Antonio Carlos Ribeiro",
808                    "email": "acr@antoniocarlosribeiro.com",
809                    "role": "Creator & Designer"
810                }
811            ],
812            "description": "QR Code package for Google2FA",
813            "keywords": [
814                "2fa",
815                "Authentication",
816                "Two Factor Authentication",
817                "google2fa",
818                "qr code",
819                "qrcode"
820            ],
821            "support": {
822                "issues": "https://github.com/antonioribeiro/google2fa-qrcode/issues",
823                "source": "https://github.com/antonioribeiro/google2fa-qrcode/tree/master"
824            },
825            "install-path": "../pragmarx/google2fa-qrcode"
826        },
827        {
828            "name": "psr/cache",
829            "version": "1.0.1",
830            "version_normalized": "1.0.1.0",
831            "source": {
832                "type": "git",
833                "url": "https://github.com/php-fig/cache.git",
834                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
835            },
836            "dist": {
837                "type": "zip",
838                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
839                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
840                "shasum": ""
841            },
842            "require": {
843                "php": ">=5.3.0"
844            },
845            "time": "2016-08-06T20:24:11+00:00",
846            "type": "library",
847            "extra": {
848                "branch-alias": {
849                    "dev-master": "1.0.x-dev"
850                }
851            },
852            "installation-source": "dist",
853            "autoload": {
854                "psr-4": {
855                    "Psr\\Cache\\": "src/"
856                }
857            },
858            "notification-url": "https://packagist.org/downloads/",
859            "license": [
860                "MIT"
861            ],
862            "authors": [
863                {
864                    "name": "PHP-FIG",
865                    "homepage": "http://www.php-fig.org/"
866                }
867            ],
868            "description": "Common interface for caching libraries",
869            "keywords": [
870                "cache",
871                "psr",
872                "psr-6"
873            ],
874            "support": {
875                "source": "https://github.com/php-fig/cache/tree/master"
876            },
877            "install-path": "../psr/cache"
878        },
879        {
880            "name": "psr/container",
881            "version": "1.0.0",
882            "version_normalized": "1.0.0.0",
883            "source": {
884                "type": "git",
885                "url": "https://github.com/php-fig/container.git",
886                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
887            },
888            "dist": {
889                "type": "zip",
890                "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
891                "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
892                "shasum": ""
893            },
894            "require": {
895                "php": ">=5.3.0"
896            },
897            "time": "2017-02-14T16:28:37+00:00",
898            "type": "library",
899            "extra": {
900                "branch-alias": {
901                    "dev-master": "1.0.x-dev"
902                }
903            },
904            "installation-source": "dist",
905            "autoload": {
906                "psr-4": {
907                    "Psr\\Container\\": "src/"
908                }
909            },
910            "notification-url": "https://packagist.org/downloads/",
911            "license": [
912                "MIT"
913            ],
914            "authors": [
915                {
916                    "name": "PHP-FIG",
917                    "homepage": "http://www.php-fig.org/"
918                }
919            ],
920            "description": "Common Container Interface (PHP FIG PSR-11)",
921            "homepage": "https://github.com/php-fig/container",
922            "keywords": [
923                "PSR-11",
924                "container",
925                "container-interface",
926                "container-interop",
927                "psr"
928            ],
929            "support": {
930                "issues": "https://github.com/php-fig/container/issues",
931                "source": "https://github.com/php-fig/container/tree/master"
932            },
933            "install-path": "../psr/container"
934        },
935        {
936            "name": "psr/log",
937            "version": "1.1.4",
938            "version_normalized": "1.1.4.0",
939            "source": {
940                "type": "git",
941                "url": "https://github.com/php-fig/log.git",
942                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
943            },
944            "dist": {
945                "type": "zip",
946                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
947                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
948                "shasum": ""
949            },
950            "require": {
951                "php": ">=5.3.0"
952            },
953            "time": "2021-05-03T11:20:27+00:00",
954            "type": "library",
955            "extra": {
956                "branch-alias": {
957                    "dev-master": "1.1.x-dev"
958                }
959            },
960            "installation-source": "dist",
961            "autoload": {
962                "psr-4": {
963                    "Psr\\Log\\": "Psr/Log/"
964                }
965            },
966            "notification-url": "https://packagist.org/downloads/",
967            "license": [
968                "MIT"
969            ],
970            "authors": [
971                {
972                    "name": "PHP-FIG",
973                    "homepage": "https://www.php-fig.org/"
974                }
975            ],
976            "description": "Common interface for logging libraries",
977            "homepage": "https://github.com/php-fig/log",
978            "keywords": [
979                "log",
980                "psr",
981                "psr-3"
982            ],
983            "support": {
984                "source": "https://github.com/php-fig/log/tree/1.1.4"
985            },
986            "install-path": "../psr/log"
987        },
988        {
989            "name": "symfony/cache",
990            "version": "v4.4.36",
991            "version_normalized": "4.4.36.0",
992            "source": {
993                "type": "git",
994                "url": "https://github.com/symfony/cache.git",
995                "reference": "1caa6c63f0ebf3022b88263a2b90260cff33f6dc"
996            },
997            "dist": {
998                "type": "zip",
999                "url": "https://api.github.com/repos/symfony/cache/zipball/1caa6c63f0ebf3022b88263a2b90260cff33f6dc",
1000                "reference": "1caa6c63f0ebf3022b88263a2b90260cff33f6dc",
1001                "shasum": ""
1002            },
1003            "require": {
1004                "php": ">=7.1.3",
1005                "psr/cache": "^1.0|^2.0",
1006                "psr/log": "^1|^2|^3",
1007                "symfony/cache-contracts": "^1.1.7|^2",
1008                "symfony/polyfill-php73": "^1.9",
1009                "symfony/polyfill-php80": "^1.16",
1010                "symfony/service-contracts": "^1.1|^2",
1011                "symfony/var-exporter": "^4.2|^5.0"
1012            },
1013            "conflict": {
1014                "doctrine/dbal": "<2.7",
1015                "symfony/dependency-injection": "<3.4",
1016                "symfony/http-kernel": "<4.4|>=5.0",
1017                "symfony/var-dumper": "<4.4"
1018            },
1019            "provide": {
1020                "psr/cache-implementation": "1.0|2.0",
1021                "psr/simple-cache-implementation": "1.0|2.0",
1022                "symfony/cache-implementation": "1.0|2.0"
1023            },
1024            "require-dev": {
1025                "cache/integration-tests": "dev-master",
1026                "doctrine/cache": "^1.6|^2.0",
1027                "doctrine/dbal": "^2.7|^3.0",
1028                "predis/predis": "^1.1",
1029                "psr/simple-cache": "^1.0|^2.0",
1030                "symfony/config": "^4.2|^5.0",
1031                "symfony/dependency-injection": "^3.4|^4.1|^5.0",
1032                "symfony/filesystem": "^4.4|^5.0",
1033                "symfony/http-kernel": "^4.4",
1034                "symfony/var-dumper": "^4.4|^5.0"
1035            },
1036            "time": "2021-12-28T10:59:50+00:00",
1037            "type": "library",
1038            "installation-source": "dist",
1039            "autoload": {
1040                "psr-4": {
1041                    "Symfony\\Component\\Cache\\": ""
1042                },
1043                "exclude-from-classmap": [
1044                    "/Tests/"
1045                ]
1046            },
1047            "notification-url": "https://packagist.org/downloads/",
1048            "license": [
1049                "MIT"
1050            ],
1051            "authors": [
1052                {
1053                    "name": "Nicolas Grekas",
1054                    "email": "p@tchwork.com"
1055                },
1056                {
1057                    "name": "Symfony Community",
1058                    "homepage": "https://symfony.com/contributors"
1059                }
1060            ],
1061            "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
1062            "homepage": "https://symfony.com",
1063            "keywords": [
1064                "caching",
1065                "psr6"
1066            ],
1067            "support": {
1068                "source": "https://github.com/symfony/cache/tree/v4.4.36"
1069            },
1070            "funding": [
1071                {
1072                    "url": "https://symfony.com/sponsor",
1073                    "type": "custom"
1074                },
1075                {
1076                    "url": "https://github.com/fabpot",
1077                    "type": "github"
1078                },
1079                {
1080                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1081                    "type": "tidelift"
1082                }
1083            ],
1084            "install-path": "../symfony/cache"
1085        },
1086        {
1087            "name": "symfony/cache-contracts",
1088            "version": "v1.1.11",
1089            "version_normalized": "1.1.11.0",
1090            "source": {
1091                "type": "git",
1092                "url": "https://github.com/symfony/cache-contracts.git",
1093                "reference": "41c956506500bea5502022f6be81da96fb9c7626"
1094            },
1095            "dist": {
1096                "type": "zip",
1097                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/41c956506500bea5502022f6be81da96fb9c7626",
1098                "reference": "41c956506500bea5502022f6be81da96fb9c7626",
1099                "shasum": ""
1100            },
1101            "require": {
1102                "php": ">=7.1.3",
1103                "psr/cache": "^1.0|^2.0|^3.0"
1104            },
1105            "suggest": {
1106                "symfony/cache-implementation": ""
1107            },
1108            "time": "2021-07-13T09:33:53+00:00",
1109            "type": "library",
1110            "extra": {
1111                "branch-alias": {
1112                    "dev-main": "1.1-dev"
1113                },
1114                "thanks": {
1115                    "name": "symfony/contracts",
1116                    "url": "https://github.com/symfony/contracts"
1117                }
1118            },
1119            "installation-source": "dist",
1120            "autoload": {
1121                "psr-4": {
1122                    "Symfony\\Contracts\\Cache\\": ""
1123                }
1124            },
1125            "notification-url": "https://packagist.org/downloads/",
1126            "license": [
1127                "MIT"
1128            ],
1129            "authors": [
1130                {
1131                    "name": "Nicolas Grekas",
1132                    "email": "p@tchwork.com"
1133                },
1134                {
1135                    "name": "Symfony Community",
1136                    "homepage": "https://symfony.com/contributors"
1137                }
1138            ],
1139            "description": "Generic abstractions related to caching",
1140            "homepage": "https://symfony.com",
1141            "keywords": [
1142                "abstractions",
1143                "contracts",
1144                "decoupling",
1145                "interfaces",
1146                "interoperability",
1147                "standards"
1148            ],
1149            "support": {
1150                "source": "https://github.com/symfony/cache-contracts/tree/v1.1.11"
1151            },
1152            "funding": [
1153                {
1154                    "url": "https://symfony.com/sponsor",
1155                    "type": "custom"
1156                },
1157                {
1158                    "url": "https://github.com/fabpot",
1159                    "type": "github"
1160                },
1161                {
1162                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1163                    "type": "tidelift"
1164                }
1165            ],
1166            "install-path": "../symfony/cache-contracts"
1167        },
1168        {
1169            "name": "symfony/config",
1170            "version": "v4.4.36",
1171            "version_normalized": "4.4.36.0",
1172            "source": {
1173                "type": "git",
1174                "url": "https://github.com/symfony/config.git",
1175                "reference": "03218ffbd5faeda5e6a97f9109acebf7973ff385"
1176            },
1177            "dist": {
1178                "type": "zip",
1179                "url": "https://api.github.com/repos/symfony/config/zipball/03218ffbd5faeda5e6a97f9109acebf7973ff385",
1180                "reference": "03218ffbd5faeda5e6a97f9109acebf7973ff385",
1181                "shasum": ""
1182            },
1183            "require": {
1184                "php": ">=7.1.3",
1185                "symfony/filesystem": "^3.4|^4.0|^5.0",
1186                "symfony/polyfill-ctype": "~1.8",
1187                "symfony/polyfill-php80": "^1.16",
1188                "symfony/polyfill-php81": "^1.22"
1189            },
1190            "conflict": {
1191                "symfony/finder": "<3.4"
1192            },
1193            "require-dev": {
1194                "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
1195                "symfony/finder": "^3.4|^4.0|^5.0",
1196                "symfony/messenger": "^4.1|^5.0",
1197                "symfony/service-contracts": "^1.1|^2",
1198                "symfony/yaml": "^3.4|^4.0|^5.0"
1199            },
1200            "suggest": {
1201                "symfony/yaml": "To use the yaml reference dumper"
1202            },
1203            "time": "2021-12-12T15:06:47+00:00",
1204            "type": "library",
1205            "installation-source": "dist",
1206            "autoload": {
1207                "psr-4": {
1208                    "Symfony\\Component\\Config\\": ""
1209                },
1210                "exclude-from-classmap": [
1211                    "/Tests/"
1212                ]
1213            },
1214            "notification-url": "https://packagist.org/downloads/",
1215            "license": [
1216                "MIT"
1217            ],
1218            "authors": [
1219                {
1220                    "name": "Fabien Potencier",
1221                    "email": "fabien@symfony.com"
1222                },
1223                {
1224                    "name": "Symfony Community",
1225                    "homepage": "https://symfony.com/contributors"
1226                }
1227            ],
1228            "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
1229            "homepage": "https://symfony.com",
1230            "support": {
1231                "source": "https://github.com/symfony/config/tree/v4.4.36"
1232            },
1233            "funding": [
1234                {
1235                    "url": "https://symfony.com/sponsor",
1236                    "type": "custom"
1237                },
1238                {
1239                    "url": "https://github.com/fabpot",
1240                    "type": "github"
1241                },
1242                {
1243                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1244                    "type": "tidelift"
1245                }
1246            ],
1247            "install-path": "../symfony/config"
1248        },
1249        {
1250            "name": "symfony/dependency-injection",
1251            "version": "v4.4.36",
1252            "version_normalized": "4.4.36.0",
1253            "source": {
1254                "type": "git",
1255                "url": "https://github.com/symfony/dependency-injection.git",
1256                "reference": "24e802b4973d3a60c01fd77bdaac8a66944202e1"
1257            },
1258            "dist": {
1259                "type": "zip",
1260                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/24e802b4973d3a60c01fd77bdaac8a66944202e1",
1261                "reference": "24e802b4973d3a60c01fd77bdaac8a66944202e1",
1262                "shasum": ""
1263            },
1264            "require": {
1265                "php": ">=7.1.3",
1266                "psr/container": "^1.0",
1267                "symfony/polyfill-php80": "^1.16",
1268                "symfony/service-contracts": "^1.1.6|^2"
1269            },
1270            "conflict": {
1271                "symfony/config": "<4.3|>=5.0",
1272                "symfony/finder": "<3.4",
1273                "symfony/proxy-manager-bridge": "<3.4",
1274                "symfony/yaml": "<3.4"
1275            },
1276            "provide": {
1277                "psr/container-implementation": "1.0",
1278                "symfony/service-implementation": "1.0|2.0"
1279            },
1280            "require-dev": {
1281                "symfony/config": "^4.3",
1282                "symfony/expression-language": "^3.4|^4.0|^5.0",
1283                "symfony/yaml": "^4.4|^5.0"
1284            },
1285            "suggest": {
1286                "symfony/config": "",
1287                "symfony/expression-language": "For using expressions in service container configuration",
1288                "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1289                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1290                "symfony/yaml": ""
1291            },
1292            "time": "2021-12-29T10:03:29+00:00",
1293            "type": "library",
1294            "installation-source": "dist",
1295            "autoload": {
1296                "psr-4": {
1297                    "Symfony\\Component\\DependencyInjection\\": ""
1298                },
1299                "exclude-from-classmap": [
1300                    "/Tests/"
1301                ]
1302            },
1303            "notification-url": "https://packagist.org/downloads/",
1304            "license": [
1305                "MIT"
1306            ],
1307            "authors": [
1308                {
1309                    "name": "Fabien Potencier",
1310                    "email": "fabien@symfony.com"
1311                },
1312                {
1313                    "name": "Symfony Community",
1314                    "homepage": "https://symfony.com/contributors"
1315                }
1316            ],
1317            "description": "Allows you to standardize and centralize the way objects are constructed in your application",
1318            "homepage": "https://symfony.com",
1319            "support": {
1320                "source": "https://github.com/symfony/dependency-injection/tree/v4.4.36"
1321            },
1322            "funding": [
1323                {
1324                    "url": "https://symfony.com/sponsor",
1325                    "type": "custom"
1326                },
1327                {
1328                    "url": "https://github.com/fabpot",
1329                    "type": "github"
1330                },
1331                {
1332                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1333                    "type": "tidelift"
1334                }
1335            ],
1336            "install-path": "../symfony/dependency-injection"
1337        },
1338        {
1339            "name": "symfony/expression-language",
1340            "version": "v4.4.34",
1341            "version_normalized": "4.4.34.0",
1342            "source": {
1343                "type": "git",
1344                "url": "https://github.com/symfony/expression-language.git",
1345                "reference": "6331d834d364cce857e5a83368ce19141d5147bd"
1346            },
1347            "dist": {
1348                "type": "zip",
1349                "url": "https://api.github.com/repos/symfony/expression-language/zipball/6331d834d364cce857e5a83368ce19141d5147bd",
1350                "reference": "6331d834d364cce857e5a83368ce19141d5147bd",
1351                "shasum": ""
1352            },
1353            "require": {
1354                "php": ">=7.1.3",
1355                "symfony/cache": "^3.4|^4.0|^5.0",
1356                "symfony/service-contracts": "^1.1|^2"
1357            },
1358            "time": "2021-11-16T18:00:05+00:00",
1359            "type": "library",
1360            "installation-source": "dist",
1361            "autoload": {
1362                "psr-4": {
1363                    "Symfony\\Component\\ExpressionLanguage\\": ""
1364                },
1365                "exclude-from-classmap": [
1366                    "/Tests/"
1367                ]
1368            },
1369            "notification-url": "https://packagist.org/downloads/",
1370            "license": [
1371                "MIT"
1372            ],
1373            "authors": [
1374                {
1375                    "name": "Fabien Potencier",
1376                    "email": "fabien@symfony.com"
1377                },
1378                {
1379                    "name": "Symfony Community",
1380                    "homepage": "https://symfony.com/contributors"
1381                }
1382            ],
1383            "description": "Provides an engine that can compile and evaluate expressions",
1384            "homepage": "https://symfony.com",
1385            "support": {
1386                "source": "https://github.com/symfony/expression-language/tree/v4.4.34"
1387            },
1388            "funding": [
1389                {
1390                    "url": "https://symfony.com/sponsor",
1391                    "type": "custom"
1392                },
1393                {
1394                    "url": "https://github.com/fabpot",
1395                    "type": "github"
1396                },
1397                {
1398                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1399                    "type": "tidelift"
1400                }
1401            ],
1402            "install-path": "../symfony/expression-language"
1403        },
1404        {
1405            "name": "symfony/filesystem",
1406            "version": "v4.4.27",
1407            "version_normalized": "4.4.27.0",
1408            "source": {
1409                "type": "git",
1410                "url": "https://github.com/symfony/filesystem.git",
1411                "reference": "517fb795794faf29086a77d99eb8f35e457837a7"
1412            },
1413            "dist": {
1414                "type": "zip",
1415                "url": "https://api.github.com/repos/symfony/filesystem/zipball/517fb795794faf29086a77d99eb8f35e457837a7",
1416                "reference": "517fb795794faf29086a77d99eb8f35e457837a7",
1417                "shasum": ""
1418            },
1419            "require": {
1420                "php": ">=7.1.3",
1421                "symfony/polyfill-ctype": "~1.8",
1422                "symfony/polyfill-php80": "^1.16"
1423            },
1424            "time": "2021-07-21T12:19:41+00:00",
1425            "type": "library",
1426            "installation-source": "dist",
1427            "autoload": {
1428                "psr-4": {
1429                    "Symfony\\Component\\Filesystem\\": ""
1430                },
1431                "exclude-from-classmap": [
1432                    "/Tests/"
1433                ]
1434            },
1435            "notification-url": "https://packagist.org/downloads/",
1436            "license": [
1437                "MIT"
1438            ],
1439            "authors": [
1440                {
1441                    "name": "Fabien Potencier",
1442                    "email": "fabien@symfony.com"
1443                },
1444                {
1445                    "name": "Symfony Community",
1446                    "homepage": "https://symfony.com/contributors"
1447                }
1448            ],
1449            "description": "Provides basic utilities for the filesystem",
1450            "homepage": "https://symfony.com",
1451            "support": {
1452                "source": "https://github.com/symfony/filesystem/tree/v4.4.27"
1453            },
1454            "funding": [
1455                {
1456                    "url": "https://symfony.com/sponsor",
1457                    "type": "custom"
1458                },
1459                {
1460                    "url": "https://github.com/fabpot",
1461                    "type": "github"
1462                },
1463                {
1464                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1465                    "type": "tidelift"
1466                }
1467            ],
1468            "install-path": "../symfony/filesystem"
1469        },
1470        {
1471            "name": "symfony/polyfill-ctype",
1472            "version": "v1.24.0",
1473            "version_normalized": "1.24.0.0",
1474            "source": {
1475                "type": "git",
1476                "url": "https://github.com/symfony/polyfill-ctype.git",
1477                "reference": "30885182c981ab175d4d034db0f6f469898070ab"
1478            },
1479            "dist": {
1480                "type": "zip",
1481                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
1482                "reference": "30885182c981ab175d4d034db0f6f469898070ab",
1483                "shasum": ""
1484            },
1485            "require": {
1486                "php": ">=7.1"
1487            },
1488            "provide": {
1489                "ext-ctype": "*"
1490            },
1491            "suggest": {
1492                "ext-ctype": "For best performance"
1493            },
1494            "time": "2021-10-20T20:35:02+00:00",
1495            "type": "library",
1496            "extra": {
1497                "branch-alias": {
1498                    "dev-main": "1.23-dev"
1499                },
1500                "thanks": {
1501                    "name": "symfony/polyfill",
1502                    "url": "https://github.com/symfony/polyfill"
1503                }
1504            },
1505            "installation-source": "dist",
1506            "autoload": {
1507                "psr-4": {
1508                    "Symfony\\Polyfill\\Ctype\\": ""
1509                },
1510                "files": [
1511                    "bootstrap.php"
1512                ]
1513            },
1514            "notification-url": "https://packagist.org/downloads/",
1515            "license": [
1516                "MIT"
1517            ],
1518            "authors": [
1519                {
1520                    "name": "Gert de Pagter",
1521                    "email": "BackEndTea@gmail.com"
1522                },
1523                {
1524                    "name": "Symfony Community",
1525                    "homepage": "https://symfony.com/contributors"
1526                }
1527            ],
1528            "description": "Symfony polyfill for ctype functions",
1529            "homepage": "https://symfony.com",
1530            "keywords": [
1531                "compatibility",
1532                "ctype",
1533                "polyfill",
1534                "portable"
1535            ],
1536            "support": {
1537                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
1538            },
1539            "funding": [
1540                {
1541                    "url": "https://symfony.com/sponsor",
1542                    "type": "custom"
1543                },
1544                {
1545                    "url": "https://github.com/fabpot",
1546                    "type": "github"
1547                },
1548                {
1549                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1550                    "type": "tidelift"
1551                }
1552            ],
1553            "install-path": "../symfony/polyfill-ctype"
1554        },
1555        {
1556            "name": "symfony/polyfill-mbstring",
1557            "version": "v1.24.0",
1558            "version_normalized": "1.24.0.0",
1559            "source": {
1560                "type": "git",
1561                "url": "https://github.com/symfony/polyfill-mbstring.git",
1562                "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
1563            },
1564            "dist": {
1565                "type": "zip",
1566                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
1567                "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
1568                "shasum": ""
1569            },
1570            "require": {
1571                "php": ">=7.1"
1572            },
1573            "provide": {
1574                "ext-mbstring": "*"
1575            },
1576            "suggest": {
1577                "ext-mbstring": "For best performance"
1578            },
1579            "time": "2021-11-30T18:21:41+00:00",
1580            "type": "library",
1581            "extra": {
1582                "branch-alias": {
1583                    "dev-main": "1.23-dev"
1584                },
1585                "thanks": {
1586                    "name": "symfony/polyfill",
1587                    "url": "https://github.com/symfony/polyfill"
1588                }
1589            },
1590            "installation-source": "dist",
1591            "autoload": {
1592                "psr-4": {
1593                    "Symfony\\Polyfill\\Mbstring\\": ""
1594                },
1595                "files": [
1596                    "bootstrap.php"
1597                ]
1598            },
1599            "notification-url": "https://packagist.org/downloads/",
1600            "license": [
1601                "MIT"
1602            ],
1603            "authors": [
1604                {
1605                    "name": "Nicolas Grekas",
1606                    "email": "p@tchwork.com"
1607                },
1608                {
1609                    "name": "Symfony Community",
1610                    "homepage": "https://symfony.com/contributors"
1611                }
1612            ],
1613            "description": "Symfony polyfill for the Mbstring extension",
1614            "homepage": "https://symfony.com",
1615            "keywords": [
1616                "compatibility",
1617                "mbstring",
1618                "polyfill",
1619                "portable",
1620                "shim"
1621            ],
1622            "support": {
1623                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
1624            },
1625            "funding": [
1626                {
1627                    "url": "https://symfony.com/sponsor",
1628                    "type": "custom"
1629                },
1630                {
1631                    "url": "https://github.com/fabpot",
1632                    "type": "github"
1633                },
1634                {
1635                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1636                    "type": "tidelift"
1637                }
1638            ],
1639            "install-path": "../symfony/polyfill-mbstring"
1640        },
1641        {
1642            "name": "symfony/polyfill-php72",
1643            "version": "v1.24.0",
1644            "version_normalized": "1.24.0.0",
1645            "source": {
1646                "type": "git",
1647                "url": "https://github.com/symfony/polyfill-php72.git",
1648                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
1649            },
1650            "dist": {
1651                "type": "zip",
1652                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
1653                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
1654                "shasum": ""
1655            },
1656            "require": {
1657                "php": ">=7.1"
1658            },
1659            "time": "2021-05-27T09:17:38+00:00",
1660            "type": "library",
1661            "extra": {
1662                "branch-alias": {
1663                    "dev-main": "1.23-dev"
1664                },
1665                "thanks": {
1666                    "name": "symfony/polyfill",
1667                    "url": "https://github.com/symfony/polyfill"
1668                }
1669            },
1670            "installation-source": "dist",
1671            "autoload": {
1672                "psr-4": {
1673                    "Symfony\\Polyfill\\Php72\\": ""
1674                },
1675                "files": [
1676                    "bootstrap.php"
1677                ]
1678            },
1679            "notification-url": "https://packagist.org/downloads/",
1680            "license": [
1681                "MIT"
1682            ],
1683            "authors": [
1684                {
1685                    "name": "Nicolas Grekas",
1686                    "email": "p@tchwork.com"
1687                },
1688                {
1689                    "name": "Symfony Community",
1690                    "homepage": "https://symfony.com/contributors"
1691                }
1692            ],
1693            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
1694            "homepage": "https://symfony.com",
1695            "keywords": [
1696                "compatibility",
1697                "polyfill",
1698                "portable",
1699                "shim"
1700            ],
1701            "support": {
1702                "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0"
1703            },
1704            "funding": [
1705                {
1706                    "url": "https://symfony.com/sponsor",
1707                    "type": "custom"
1708                },
1709                {
1710                    "url": "https://github.com/fabpot",
1711                    "type": "github"
1712                },
1713                {
1714                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1715                    "type": "tidelift"
1716                }
1717            ],
1718            "install-path": "../symfony/polyfill-php72"
1719        },
1720        {
1721            "name": "symfony/polyfill-php73",
1722            "version": "v1.24.0",
1723            "version_normalized": "1.24.0.0",
1724            "source": {
1725                "type": "git",
1726                "url": "https://github.com/symfony/polyfill-php73.git",
1727                "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
1728            },
1729            "dist": {
1730                "type": "zip",
1731                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
1732                "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
1733                "shasum": ""
1734            },
1735            "require": {
1736                "php": ">=7.1"
1737            },
1738            "time": "2021-06-05T21:20:04+00:00",
1739            "type": "library",
1740            "extra": {
1741                "branch-alias": {
1742                    "dev-main": "1.23-dev"
1743                },
1744                "thanks": {
1745                    "name": "symfony/polyfill",
1746                    "url": "https://github.com/symfony/polyfill"
1747                }
1748            },
1749            "installation-source": "dist",
1750            "autoload": {
1751                "psr-4": {
1752                    "Symfony\\Polyfill\\Php73\\": ""
1753                },
1754                "files": [
1755                    "bootstrap.php"
1756                ],
1757                "classmap": [
1758                    "Resources/stubs"
1759                ]
1760            },
1761            "notification-url": "https://packagist.org/downloads/",
1762            "license": [
1763                "MIT"
1764            ],
1765            "authors": [
1766                {
1767                    "name": "Nicolas Grekas",
1768                    "email": "p@tchwork.com"
1769                },
1770                {
1771                    "name": "Symfony Community",
1772                    "homepage": "https://symfony.com/contributors"
1773                }
1774            ],
1775            "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
1776            "homepage": "https://symfony.com",
1777            "keywords": [
1778                "compatibility",
1779                "polyfill",
1780                "portable",
1781                "shim"
1782            ],
1783            "support": {
1784                "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0"
1785            },
1786            "funding": [
1787                {
1788                    "url": "https://symfony.com/sponsor",
1789                    "type": "custom"
1790                },
1791                {
1792                    "url": "https://github.com/fabpot",
1793                    "type": "github"
1794                },
1795                {
1796                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1797                    "type": "tidelift"
1798                }
1799            ],
1800            "install-path": "../symfony/polyfill-php73"
1801        },
1802        {
1803            "name": "symfony/polyfill-php80",
1804            "version": "v1.24.0",
1805            "version_normalized": "1.24.0.0",
1806            "source": {
1807                "type": "git",
1808                "url": "https://github.com/symfony/polyfill-php80.git",
1809                "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
1810            },
1811            "dist": {
1812                "type": "zip",
1813                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
1814                "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
1815                "shasum": ""
1816            },
1817            "require": {
1818                "php": ">=7.1"
1819            },
1820            "time": "2021-09-13T13:58:33+00:00",
1821            "type": "library",
1822            "extra": {
1823                "branch-alias": {
1824                    "dev-main": "1.23-dev"
1825                },
1826                "thanks": {
1827                    "name": "symfony/polyfill",
1828                    "url": "https://github.com/symfony/polyfill"
1829                }
1830            },
1831            "installation-source": "dist",
1832            "autoload": {
1833                "psr-4": {
1834                    "Symfony\\Polyfill\\Php80\\": ""
1835                },
1836                "files": [
1837                    "bootstrap.php"
1838                ],
1839                "classmap": [
1840                    "Resources/stubs"
1841                ]
1842            },
1843            "notification-url": "https://packagist.org/downloads/",
1844            "license": [
1845                "MIT"
1846            ],
1847            "authors": [
1848                {
1849                    "name": "Ion Bazan",
1850                    "email": "ion.bazan@gmail.com"
1851                },
1852                {
1853                    "name": "Nicolas Grekas",
1854                    "email": "p@tchwork.com"
1855                },
1856                {
1857                    "name": "Symfony Community",
1858                    "homepage": "https://symfony.com/contributors"
1859                }
1860            ],
1861            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
1862            "homepage": "https://symfony.com",
1863            "keywords": [
1864                "compatibility",
1865                "polyfill",
1866                "portable",
1867                "shim"
1868            ],
1869            "support": {
1870                "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
1871            },
1872            "funding": [
1873                {
1874                    "url": "https://symfony.com/sponsor",
1875                    "type": "custom"
1876                },
1877                {
1878                    "url": "https://github.com/fabpot",
1879                    "type": "github"
1880                },
1881                {
1882                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1883                    "type": "tidelift"
1884                }
1885            ],
1886            "install-path": "../symfony/polyfill-php80"
1887        },
1888        {
1889            "name": "symfony/polyfill-php81",
1890            "version": "v1.24.0",
1891            "version_normalized": "1.24.0.0",
1892            "source": {
1893                "type": "git",
1894                "url": "https://github.com/symfony/polyfill-php81.git",
1895                "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
1896            },
1897            "dist": {
1898                "type": "zip",
1899                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
1900                "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
1901                "shasum": ""
1902            },
1903            "require": {
1904                "php": ">=7.1"
1905            },
1906            "time": "2021-09-13T13:58:11+00:00",
1907            "type": "library",
1908            "extra": {
1909                "branch-alias": {
1910                    "dev-main": "1.23-dev"
1911                },
1912                "thanks": {
1913                    "name": "symfony/polyfill",
1914                    "url": "https://github.com/symfony/polyfill"
1915                }
1916            },
1917            "installation-source": "dist",
1918            "autoload": {
1919                "psr-4": {
1920                    "Symfony\\Polyfill\\Php81\\": ""
1921                },
1922                "files": [
1923                    "bootstrap.php"
1924                ],
1925                "classmap": [
1926                    "Resources/stubs"
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": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
1944            "homepage": "https://symfony.com",
1945            "keywords": [
1946                "compatibility",
1947                "polyfill",
1948                "portable",
1949                "shim"
1950            ],
1951            "support": {
1952                "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0"
1953            },
1954            "funding": [
1955                {
1956                    "url": "https://symfony.com/sponsor",
1957                    "type": "custom"
1958                },
1959                {
1960                    "url": "https://github.com/fabpot",
1961                    "type": "github"
1962                },
1963                {
1964                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1965                    "type": "tidelift"
1966                }
1967            ],
1968            "install-path": "../symfony/polyfill-php81"
1969        },
1970        {
1971            "name": "symfony/service-contracts",
1972            "version": "v1.1.11",
1973            "version_normalized": "1.1.11.0",
1974            "source": {
1975                "type": "git",
1976                "url": "https://github.com/symfony/service-contracts.git",
1977                "reference": "633df678bec3452e04a7b0337c9bcfe7354124b3"
1978            },
1979            "dist": {
1980                "type": "zip",
1981                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/633df678bec3452e04a7b0337c9bcfe7354124b3",
1982                "reference": "633df678bec3452e04a7b0337c9bcfe7354124b3",
1983                "shasum": ""
1984            },
1985            "require": {
1986                "php": ">=7.1.3",
1987                "psr/container": "^1.0"
1988            },
1989            "suggest": {
1990                "symfony/service-implementation": ""
1991            },
1992            "time": "2021-11-04T13:32:43+00:00",
1993            "type": "library",
1994            "extra": {
1995                "branch-alias": {
1996                    "dev-main": "1.1-dev"
1997                },
1998                "thanks": {
1999                    "name": "symfony/contracts",
2000                    "url": "https://github.com/symfony/contracts"
2001                }
2002            },
2003            "installation-source": "dist",
2004            "autoload": {
2005                "psr-4": {
2006                    "Symfony\\Contracts\\Service\\": ""
2007                }
2008            },
2009            "notification-url": "https://packagist.org/downloads/",
2010            "license": [
2011                "MIT"
2012            ],
2013            "authors": [
2014                {
2015                    "name": "Nicolas Grekas",
2016                    "email": "p@tchwork.com"
2017                },
2018                {
2019                    "name": "Symfony Community",
2020                    "homepage": "https://symfony.com/contributors"
2021                }
2022            ],
2023            "description": "Generic abstractions related to writing services",
2024            "homepage": "https://symfony.com",
2025            "keywords": [
2026                "abstractions",
2027                "contracts",
2028                "decoupling",
2029                "interfaces",
2030                "interoperability",
2031                "standards"
2032            ],
2033            "support": {
2034                "source": "https://github.com/symfony/service-contracts/tree/v1.1.11"
2035            },
2036            "funding": [
2037                {
2038                    "url": "https://symfony.com/sponsor",
2039                    "type": "custom"
2040                },
2041                {
2042                    "url": "https://github.com/fabpot",
2043                    "type": "github"
2044                },
2045                {
2046                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2047                    "type": "tidelift"
2048                }
2049            ],
2050            "install-path": "../symfony/service-contracts"
2051        },
2052        {
2053            "name": "symfony/var-exporter",
2054            "version": "v4.4.34",
2055            "version_normalized": "4.4.34.0",
2056            "source": {
2057                "type": "git",
2058                "url": "https://github.com/symfony/var-exporter.git",
2059                "reference": "75a297f25a87ce9343d39241679578886f3fd458"
2060            },
2061            "dist": {
2062                "type": "zip",
2063                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/75a297f25a87ce9343d39241679578886f3fd458",
2064                "reference": "75a297f25a87ce9343d39241679578886f3fd458",
2065                "shasum": ""
2066            },
2067            "require": {
2068                "php": ">=7.1.3",
2069                "symfony/polyfill-php80": "^1.16"
2070            },
2071            "require-dev": {
2072                "symfony/var-dumper": "^4.4.9|^5.0.9"
2073            },
2074            "time": "2021-11-22T10:04:59+00:00",
2075            "type": "library",
2076            "installation-source": "dist",
2077            "autoload": {
2078                "psr-4": {
2079                    "Symfony\\Component\\VarExporter\\": ""
2080                },
2081                "exclude-from-classmap": [
2082                    "/Tests/"
2083                ]
2084            },
2085            "notification-url": "https://packagist.org/downloads/",
2086            "license": [
2087                "MIT"
2088            ],
2089            "authors": [
2090                {
2091                    "name": "Nicolas Grekas",
2092                    "email": "p@tchwork.com"
2093                },
2094                {
2095                    "name": "Symfony Community",
2096                    "homepage": "https://symfony.com/contributors"
2097                }
2098            ],
2099            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
2100            "homepage": "https://symfony.com",
2101            "keywords": [
2102                "clone",
2103                "construct",
2104                "export",
2105                "hydrate",
2106                "instantiate",
2107                "serialize"
2108            ],
2109            "support": {
2110                "source": "https://github.com/symfony/var-exporter/tree/v4.4.34"
2111            },
2112            "funding": [
2113                {
2114                    "url": "https://symfony.com/sponsor",
2115                    "type": "custom"
2116                },
2117                {
2118                    "url": "https://github.com/fabpot",
2119                    "type": "github"
2120                },
2121                {
2122                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2123                    "type": "tidelift"
2124                }
2125            ],
2126            "install-path": "../symfony/var-exporter"
2127        },
2128        {
2129            "name": "tecnickcom/tcpdf",
2130            "version": "6.4.4",
2131            "version_normalized": "6.4.4.0",
2132            "source": {
2133                "type": "git",
2134                "url": "https://github.com/tecnickcom/TCPDF.git",
2135                "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320"
2136            },
2137            "dist": {
2138                "type": "zip",
2139                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/42cd0f9786af7e5db4fcedaa66f717b0d0032320",
2140                "reference": "42cd0f9786af7e5db4fcedaa66f717b0d0032320",
2141                "shasum": ""
2142            },
2143            "require": {
2144                "php": ">=5.3.0"
2145            },
2146            "time": "2021-12-31T08:39:24+00:00",
2147            "type": "library",
2148            "installation-source": "dist",
2149            "autoload": {
2150                "classmap": [
2151                    "config",
2152                    "include",
2153                    "tcpdf.php",
2154                    "tcpdf_parser.php",
2155                    "tcpdf_import.php",
2156                    "tcpdf_barcodes_1d.php",
2157                    "tcpdf_barcodes_2d.php",
2158                    "include/tcpdf_colors.php",
2159                    "include/tcpdf_filters.php",
2160                    "include/tcpdf_font_data.php",
2161                    "include/tcpdf_fonts.php",
2162                    "include/tcpdf_images.php",
2163                    "include/tcpdf_static.php",
2164                    "include/barcodes/datamatrix.php",
2165                    "include/barcodes/pdf417.php",
2166                    "include/barcodes/qrcode.php"
2167                ]
2168            },
2169            "notification-url": "https://packagist.org/downloads/",
2170            "license": [
2171                "LGPL-3.0-only"
2172            ],
2173            "authors": [
2174                {
2175                    "name": "Nicola Asuni",
2176                    "email": "info@tecnick.com",
2177                    "role": "lead"
2178                }
2179            ],
2180            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
2181            "homepage": "http://www.tcpdf.org/",
2182            "keywords": [
2183                "PDFD32000-2008",
2184                "TCPDF",
2185                "barcodes",
2186                "datamatrix",
2187                "pdf",
2188                "pdf417",
2189                "qrcode"
2190            ],
2191            "support": {
2192                "issues": "https://github.com/tecnickcom/TCPDF/issues",
2193                "source": "https://github.com/tecnickcom/TCPDF/tree/6.4.4"
2194            },
2195            "funding": [
2196                {
2197                    "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
2198                    "type": "custom"
2199                }
2200            ],
2201            "install-path": "../tecnickcom/tcpdf"
2202        },
2203        {
2204            "name": "twig/twig",
2205            "version": "v2.14.10",
2206            "version_normalized": "2.14.10.0",
2207            "source": {
2208                "type": "git",
2209                "url": "https://github.com/twigphp/Twig.git",
2210                "reference": "95fb194cd4dd6ac373a27af2bde2bad5d3f27aba"
2211            },
2212            "dist": {
2213                "type": "zip",
2214                "url": "https://api.github.com/repos/twigphp/Twig/zipball/95fb194cd4dd6ac373a27af2bde2bad5d3f27aba",
2215                "reference": "95fb194cd4dd6ac373a27af2bde2bad5d3f27aba",
2216                "shasum": ""
2217            },
2218            "require": {
2219                "php": ">=7.1.3",
2220                "symfony/polyfill-ctype": "^1.8",
2221                "symfony/polyfill-mbstring": "^1.3",
2222                "symfony/polyfill-php72": "^1.8"
2223            },
2224            "require-dev": {
2225                "psr/container": "^1.0",
2226                "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
2227            },
2228            "time": "2022-01-03T21:13:26+00:00",
2229            "type": "library",
2230            "extra": {
2231                "branch-alias": {
2232                    "dev-master": "2.14-dev"
2233                }
2234            },
2235            "installation-source": "dist",
2236            "autoload": {
2237                "psr-0": {
2238                    "Twig_": "lib/"
2239                },
2240                "psr-4": {
2241                    "Twig\\": "src/"
2242                }
2243            },
2244            "notification-url": "https://packagist.org/downloads/",
2245            "license": [
2246                "BSD-3-Clause"
2247            ],
2248            "authors": [
2249                {
2250                    "name": "Fabien Potencier",
2251                    "email": "fabien@symfony.com",
2252                    "homepage": "http://fabien.potencier.org",
2253                    "role": "Lead Developer"
2254                },
2255                {
2256                    "name": "Twig Team",
2257                    "role": "Contributors"
2258                },
2259                {
2260                    "name": "Armin Ronacher",
2261                    "email": "armin.ronacher@active-4.com",
2262                    "role": "Project Founder"
2263                }
2264            ],
2265            "description": "Twig, the flexible, fast, and secure template language for PHP",
2266            "homepage": "https://twig.symfony.com",
2267            "keywords": [
2268                "templating"
2269            ],
2270            "support": {
2271                "issues": "https://github.com/twigphp/Twig/issues",
2272                "source": "https://github.com/twigphp/Twig/tree/v2.14.10"
2273            },
2274            "funding": [
2275                {
2276                    "url": "https://github.com/fabpot",
2277                    "type": "github"
2278                },
2279                {
2280                    "url": "https://tidelift.com/funding/github/packagist/twig/twig",
2281                    "type": "tidelift"
2282                }
2283            ],
2284            "install-path": "../twig/twig"
2285        },
2286        {
2287            "name": "williamdes/mariadb-mysql-kbs",
2288            "version": "v1.2.13",
2289            "version_normalized": "1.2.13.0",
2290            "source": {
2291                "type": "git",
2292                "url": "https://github.com/williamdes/mariadb-mysql-kbs.git",
2293                "reference": "f5c1b00d4bcfb27c06595ae172aa69da1815bfa9"
2294            },
2295            "dist": {
2296                "type": "zip",
2297                "url": "https://api.github.com/repos/williamdes/mariadb-mysql-kbs/zipball/f5c1b00d4bcfb27c06595ae172aa69da1815bfa9",
2298                "reference": "f5c1b00d4bcfb27c06595ae172aa69da1815bfa9",
2299                "shasum": ""
2300            },
2301            "require": {
2302                "php": "^7.1 || ^8.0"
2303            },
2304            "require-dev": {
2305                "phpstan/phpstan": "^1.2",
2306                "phpunit/phpunit": "^7 || ^8 || ^9",
2307                "swaggest/json-schema": "^0.12.29",
2308                "wdes/coding-standard": "^3"
2309            },
2310            "time": "2021-12-19T22:53:51+00:00",
2311            "type": "library",
2312            "installation-source": "dist",
2313            "autoload": {
2314                "psr-4": {
2315                    "Williamdes\\MariaDBMySQLKBS\\": "src/"
2316                }
2317            },
2318            "notification-url": "https://packagist.org/downloads/",
2319            "license": [
2320                "MPL-2.0"
2321            ],
2322            "authors": [
2323                {
2324                    "name": "William Desportes",
2325                    "email": "williamdes@wdes.fr"
2326                }
2327            ],
2328            "description": "An index of the MariaDB and MySQL Knowledge bases",
2329            "homepage": "https://github.com/williamdes/mariadb-mysql-kbs",
2330            "keywords": [
2331                "composer-package",
2332                "dataset",
2333                "json",
2334                "kb",
2335                "knowledge-base",
2336                "library",
2337                "mariadb",
2338                "mariadb-knowledge-bases",
2339                "mysql",
2340                "mysql-knowledge-bases",
2341                "npm-package"
2342            ],
2343            "support": {
2344                "email": "williamdes@wdes.fr",
2345                "issues": "https://github.com/williamdes/mariadb-mysql-kbs/issues",
2346                "source": "https://github.com/williamdes/mariadb-mysql-kbs"
2347            },
2348            "funding": [
2349                {
2350                    "url": "https://github.com/sponsors/williamdes",
2351                    "type": "github"
2352                },
2353                {
2354                    "url": "https://tidelift.com/funding/github/packagist/williamdes/mariadb-mysql-kbs",
2355                    "type": "tidelift"
2356                }
2357            ],
2358            "install-path": "../williamdes/mariadb-mysql-kbs"
2359        }
2360    ],
2361    "dev": false,
2362    "dev-package-names": []
2363}
2364