]> Raphaƫl G. Git Repositories - airlibre/blob - composer.lock
Update to symfony 5.x
[airlibre] / composer.lock
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "e0ef145c7fd57d1aa1de8478b7233296",
8 "packages": [
9 {
10 "name": "composer/package-versions-deprecated",
11 "version": "1.11.99.3",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/composer/package-versions-deprecated.git",
15 "reference": "fff576ac850c045158a250e7e27666e146e78d18"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/fff576ac850c045158a250e7e27666e146e78d18",
20 "reference": "fff576ac850c045158a250e7e27666e146e78d18",
21 "shasum": ""
22 },
23 "require": {
24 "composer-plugin-api": "^1.1.0 || ^2.0",
25 "php": "^7 || ^8"
26 },
27 "replace": {
28 "ocramius/package-versions": "1.11.99"
29 },
30 "require-dev": {
31 "composer/composer": "^1.9.3 || ^2.0@dev",
32 "ext-zip": "^1.13",
33 "phpunit/phpunit": "^6.5 || ^7"
34 },
35 "type": "composer-plugin",
36 "extra": {
37 "class": "PackageVersions\\Installer",
38 "branch-alias": {
39 "dev-master": "1.x-dev"
40 }
41 },
42 "autoload": {
43 "psr-4": {
44 "PackageVersions\\": "src/PackageVersions"
45 }
46 },
47 "notification-url": "https://packagist.org/downloads/",
48 "license": [
49 "MIT"
50 ],
51 "authors": [
52 {
53 "name": "Marco Pivetta",
54 "email": "ocramius@gmail.com"
55 },
56 {
57 "name": "Jordi Boggiano",
58 "email": "j.boggiano@seld.be"
59 }
60 ],
61 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
62 "support": {
63 "issues": "https://github.com/composer/package-versions-deprecated/issues",
64 "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.3"
65 },
66 "funding": [
67 {
68 "url": "https://packagist.com",
69 "type": "custom"
70 },
71 {
72 "url": "https://github.com/composer",
73 "type": "github"
74 },
75 {
76 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
77 "type": "tidelift"
78 }
79 ],
80 "time": "2021-08-17T13:49:14+00:00"
81 },
82 {
83 "name": "doctrine/annotations",
84 "version": "1.13.2",
85 "source": {
86 "type": "git",
87 "url": "https://github.com/doctrine/annotations.git",
88 "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
89 },
90 "dist": {
91 "type": "zip",
92 "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
93 "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
94 "shasum": ""
95 },
96 "require": {
97 "doctrine/lexer": "1.*",
98 "ext-tokenizer": "*",
99 "php": "^7.1 || ^8.0",
100 "psr/cache": "^1 || ^2 || ^3"
101 },
102 "require-dev": {
103 "doctrine/cache": "^1.11 || ^2.0",
104 "doctrine/coding-standard": "^6.0 || ^8.1",
105 "phpstan/phpstan": "^0.12.20",
106 "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
107 "symfony/cache": "^4.4 || ^5.2"
108 },
109 "type": "library",
110 "autoload": {
111 "psr-4": {
112 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
113 }
114 },
115 "notification-url": "https://packagist.org/downloads/",
116 "license": [
117 "MIT"
118 ],
119 "authors": [
120 {
121 "name": "Guilherme Blanco",
122 "email": "guilhermeblanco@gmail.com"
123 },
124 {
125 "name": "Roman Borschel",
126 "email": "roman@code-factory.org"
127 },
128 {
129 "name": "Benjamin Eberlei",
130 "email": "kontakt@beberlei.de"
131 },
132 {
133 "name": "Jonathan Wage",
134 "email": "jonwage@gmail.com"
135 },
136 {
137 "name": "Johannes Schmitt",
138 "email": "schmittjoh@gmail.com"
139 }
140 ],
141 "description": "Docblock Annotations Parser",
142 "homepage": "https://www.doctrine-project.org/projects/annotations.html",
143 "keywords": [
144 "annotations",
145 "docblock",
146 "parser"
147 ],
148 "support": {
149 "issues": "https://github.com/doctrine/annotations/issues",
150 "source": "https://github.com/doctrine/annotations/tree/1.13.2"
151 },
152 "time": "2021-08-05T19:00:23+00:00"
153 },
154 {
155 "name": "doctrine/cache",
156 "version": "2.1.1",
157 "source": {
158 "type": "git",
159 "url": "https://github.com/doctrine/cache.git",
160 "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce"
161 },
162 "dist": {
163 "type": "zip",
164 "url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce",
165 "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce",
166 "shasum": ""
167 },
168 "require": {
169 "php": "~7.1 || ^8.0"
170 },
171 "conflict": {
172 "doctrine/common": ">2.2,<2.4"
173 },
174 "require-dev": {
175 "alcaeus/mongo-php-adapter": "^1.1",
176 "cache/integration-tests": "dev-master",
177 "doctrine/coding-standard": "^8.0",
178 "mongodb/mongodb": "^1.1",
179 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
180 "predis/predis": "~1.0",
181 "psr/cache": "^1.0 || ^2.0 || ^3.0",
182 "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
183 "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
184 },
185 "suggest": {
186 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
187 },
188 "type": "library",
189 "autoload": {
190 "psr-4": {
191 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
192 }
193 },
194 "notification-url": "https://packagist.org/downloads/",
195 "license": [
196 "MIT"
197 ],
198 "authors": [
199 {
200 "name": "Guilherme Blanco",
201 "email": "guilhermeblanco@gmail.com"
202 },
203 {
204 "name": "Roman Borschel",
205 "email": "roman@code-factory.org"
206 },
207 {
208 "name": "Benjamin Eberlei",
209 "email": "kontakt@beberlei.de"
210 },
211 {
212 "name": "Jonathan Wage",
213 "email": "jonwage@gmail.com"
214 },
215 {
216 "name": "Johannes Schmitt",
217 "email": "schmittjoh@gmail.com"
218 }
219 ],
220 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
221 "homepage": "https://www.doctrine-project.org/projects/cache.html",
222 "keywords": [
223 "abstraction",
224 "apcu",
225 "cache",
226 "caching",
227 "couchdb",
228 "memcached",
229 "php",
230 "redis",
231 "xcache"
232 ],
233 "support": {
234 "issues": "https://github.com/doctrine/cache/issues",
235 "source": "https://github.com/doctrine/cache/tree/2.1.1"
236 },
237 "funding": [
238 {
239 "url": "https://www.doctrine-project.org/sponsorship.html",
240 "type": "custom"
241 },
242 {
243 "url": "https://www.patreon.com/phpdoctrine",
244 "type": "patreon"
245 },
246 {
247 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
248 "type": "tidelift"
249 }
250 ],
251 "time": "2021-07-17T14:49:29+00:00"
252 },
253 {
254 "name": "doctrine/collections",
255 "version": "1.6.8",
256 "source": {
257 "type": "git",
258 "url": "https://github.com/doctrine/collections.git",
259 "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
260 },
261 "dist": {
262 "type": "zip",
263 "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
264 "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
265 "shasum": ""
266 },
267 "require": {
268 "php": "^7.1.3 || ^8.0"
269 },
270 "require-dev": {
271 "doctrine/coding-standard": "^9.0",
272 "phpstan/phpstan": "^0.12",
273 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
274 "vimeo/psalm": "^4.2.1"
275 },
276 "type": "library",
277 "autoload": {
278 "psr-4": {
279 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
280 }
281 },
282 "notification-url": "https://packagist.org/downloads/",
283 "license": [
284 "MIT"
285 ],
286 "authors": [
287 {
288 "name": "Guilherme Blanco",
289 "email": "guilhermeblanco@gmail.com"
290 },
291 {
292 "name": "Roman Borschel",
293 "email": "roman@code-factory.org"
294 },
295 {
296 "name": "Benjamin Eberlei",
297 "email": "kontakt@beberlei.de"
298 },
299 {
300 "name": "Jonathan Wage",
301 "email": "jonwage@gmail.com"
302 },
303 {
304 "name": "Johannes Schmitt",
305 "email": "schmittjoh@gmail.com"
306 }
307 ],
308 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
309 "homepage": "https://www.doctrine-project.org/projects/collections.html",
310 "keywords": [
311 "array",
312 "collections",
313 "iterators",
314 "php"
315 ],
316 "support": {
317 "issues": "https://github.com/doctrine/collections/issues",
318 "source": "https://github.com/doctrine/collections/tree/1.6.8"
319 },
320 "time": "2021-08-10T18:51:53+00:00"
321 },
322 {
323 "name": "doctrine/common",
324 "version": "3.1.2",
325 "source": {
326 "type": "git",
327 "url": "https://github.com/doctrine/common.git",
328 "reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a"
329 },
330 "dist": {
331 "type": "zip",
332 "url": "https://api.github.com/repos/doctrine/common/zipball/a036d90c303f3163b5be8b8fde9b6755b2be4a3a",
333 "reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a",
334 "shasum": ""
335 },
336 "require": {
337 "doctrine/persistence": "^2.0",
338 "php": "^7.1 || ^8.0"
339 },
340 "require-dev": {
341 "doctrine/coding-standard": "^6.0 || ^8.0",
342 "phpstan/phpstan": "^0.12",
343 "phpstan/phpstan-phpunit": "^0.12",
344 "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
345 "squizlabs/php_codesniffer": "^3.0",
346 "symfony/phpunit-bridge": "^4.0.5",
347 "vimeo/psalm": "^4.4"
348 },
349 "type": "library",
350 "autoload": {
351 "psr-4": {
352 "Doctrine\\Common\\": "lib/Doctrine/Common"
353 }
354 },
355 "notification-url": "https://packagist.org/downloads/",
356 "license": [
357 "MIT"
358 ],
359 "authors": [
360 {
361 "name": "Guilherme Blanco",
362 "email": "guilhermeblanco@gmail.com"
363 },
364 {
365 "name": "Roman Borschel",
366 "email": "roman@code-factory.org"
367 },
368 {
369 "name": "Benjamin Eberlei",
370 "email": "kontakt@beberlei.de"
371 },
372 {
373 "name": "Jonathan Wage",
374 "email": "jonwage@gmail.com"
375 },
376 {
377 "name": "Johannes Schmitt",
378 "email": "schmittjoh@gmail.com"
379 },
380 {
381 "name": "Marco Pivetta",
382 "email": "ocramius@gmail.com"
383 }
384 ],
385 "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
386 "homepage": "https://www.doctrine-project.org/projects/common.html",
387 "keywords": [
388 "common",
389 "doctrine",
390 "php"
391 ],
392 "support": {
393 "issues": "https://github.com/doctrine/common/issues",
394 "source": "https://github.com/doctrine/common/tree/3.1.2"
395 },
396 "funding": [
397 {
398 "url": "https://www.doctrine-project.org/sponsorship.html",
399 "type": "custom"
400 },
401 {
402 "url": "https://www.patreon.com/phpdoctrine",
403 "type": "patreon"
404 },
405 {
406 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
407 "type": "tidelift"
408 }
409 ],
410 "time": "2021-02-10T20:18:51+00:00"
411 },
412 {
413 "name": "doctrine/dbal",
414 "version": "2.13.2",
415 "source": {
416 "type": "git",
417 "url": "https://github.com/doctrine/dbal.git",
418 "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4"
419 },
420 "dist": {
421 "type": "zip",
422 "url": "https://api.github.com/repos/doctrine/dbal/zipball/8dd39d2ead4409ce652fd4f02621060f009ea5e4",
423 "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4",
424 "shasum": ""
425 },
426 "require": {
427 "doctrine/cache": "^1.0|^2.0",
428 "doctrine/deprecations": "^0.5.3",
429 "doctrine/event-manager": "^1.0",
430 "ext-pdo": "*",
431 "php": "^7.1 || ^8"
432 },
433 "require-dev": {
434 "doctrine/coding-standard": "9.0.0",
435 "jetbrains/phpstorm-stubs": "2020.2",
436 "phpstan/phpstan": "0.12.81",
437 "phpunit/phpunit": "^7.5.20|^8.5|9.5.5",
438 "squizlabs/php_codesniffer": "3.6.0",
439 "symfony/cache": "^4.4",
440 "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
441 "vimeo/psalm": "4.6.4"
442 },
443 "suggest": {
444 "symfony/console": "For helpful console commands such as SQL execution and import of files."
445 },
446 "bin": [
447 "bin/doctrine-dbal"
448 ],
449 "type": "library",
450 "autoload": {
451 "psr-4": {
452 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
453 }
454 },
455 "notification-url": "https://packagist.org/downloads/",
456 "license": [
457 "MIT"
458 ],
459 "authors": [
460 {
461 "name": "Guilherme Blanco",
462 "email": "guilhermeblanco@gmail.com"
463 },
464 {
465 "name": "Roman Borschel",
466 "email": "roman@code-factory.org"
467 },
468 {
469 "name": "Benjamin Eberlei",
470 "email": "kontakt@beberlei.de"
471 },
472 {
473 "name": "Jonathan Wage",
474 "email": "jonwage@gmail.com"
475 }
476 ],
477 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
478 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
479 "keywords": [
480 "abstraction",
481 "database",
482 "db2",
483 "dbal",
484 "mariadb",
485 "mssql",
486 "mysql",
487 "oci8",
488 "oracle",
489 "pdo",
490 "pgsql",
491 "postgresql",
492 "queryobject",
493 "sasql",
494 "sql",
495 "sqlanywhere",
496 "sqlite",
497 "sqlserver",
498 "sqlsrv"
499 ],
500 "support": {
501 "issues": "https://github.com/doctrine/dbal/issues",
502 "source": "https://github.com/doctrine/dbal/tree/2.13.2"
503 },
504 "funding": [
505 {
506 "url": "https://www.doctrine-project.org/sponsorship.html",
507 "type": "custom"
508 },
509 {
510 "url": "https://www.patreon.com/phpdoctrine",
511 "type": "patreon"
512 },
513 {
514 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
515 "type": "tidelift"
516 }
517 ],
518 "time": "2021-06-18T21:48:39+00:00"
519 },
520 {
521 "name": "doctrine/deprecations",
522 "version": "v0.5.3",
523 "source": {
524 "type": "git",
525 "url": "https://github.com/doctrine/deprecations.git",
526 "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
527 },
528 "dist": {
529 "type": "zip",
530 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
531 "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
532 "shasum": ""
533 },
534 "require": {
535 "php": "^7.1|^8.0"
536 },
537 "require-dev": {
538 "doctrine/coding-standard": "^6.0|^7.0|^8.0",
539 "phpunit/phpunit": "^7.0|^8.0|^9.0",
540 "psr/log": "^1.0"
541 },
542 "suggest": {
543 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
544 },
545 "type": "library",
546 "autoload": {
547 "psr-4": {
548 "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
549 }
550 },
551 "notification-url": "https://packagist.org/downloads/",
552 "license": [
553 "MIT"
554 ],
555 "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
556 "homepage": "https://www.doctrine-project.org/",
557 "support": {
558 "issues": "https://github.com/doctrine/deprecations/issues",
559 "source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
560 },
561 "time": "2021-03-21T12:59:47+00:00"
562 },
563 {
564 "name": "doctrine/doctrine-bundle",
565 "version": "2.4.2",
566 "source": {
567 "type": "git",
568 "url": "https://github.com/doctrine/DoctrineBundle.git",
569 "reference": "4202ce675d29e70a8b9ee763bec021b6f44caccb"
570 },
571 "dist": {
572 "type": "zip",
573 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/4202ce675d29e70a8b9ee763bec021b6f44caccb",
574 "reference": "4202ce675d29e70a8b9ee763bec021b6f44caccb",
575 "shasum": ""
576 },
577 "require": {
578 "doctrine/cache": "^1.11 || ^2.0",
579 "doctrine/dbal": "^2.9.0|^3.0",
580 "doctrine/persistence": "^1.3.3|^2.0",
581 "doctrine/sql-formatter": "^1.0.1",
582 "php": "^7.1 || ^8.0",
583 "symfony/cache": "^4.3.3|^5.0|^6.0",
584 "symfony/config": "^4.4.3|^5.0|^6.0",
585 "symfony/console": "^3.4.30|^4.3.3|^5.0|^6.0",
586 "symfony/dependency-injection": "^4.3.3|^5.0|^6.0",
587 "symfony/deprecation-contracts": "^2.1",
588 "symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0",
589 "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
590 "symfony/service-contracts": "^1.1.1|^2.0"
591 },
592 "conflict": {
593 "doctrine/orm": "<2.9",
594 "twig/twig": "<1.34|>=2.0,<2.4"
595 },
596 "require-dev": {
597 "doctrine/coding-standard": "^9.0",
598 "doctrine/orm": "^2.9",
599 "friendsofphp/proxy-manager-lts": "^1.0",
600 "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3",
601 "psalm/plugin-phpunit": "^0.15.1",
602 "psalm/plugin-symfony": "^2.3.0",
603 "symfony/phpunit-bridge": "^5.2|^6.0",
604 "symfony/property-info": "^4.3.3|^5.0|^6.0",
605 "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0|^6.0",
606 "symfony/security-bundle": "^4.4|^5.0|^6.0",
607 "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0|^6.0",
608 "symfony/validator": "^3.4.30|^4.3.3|^5.0|^6.0",
609 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
610 "symfony/yaml": "^3.4.30|^4.3.3|^5.0|^6.0",
611 "twig/twig": "^1.34|^2.12|^3.0",
612 "vimeo/psalm": "^4.7"
613 },
614 "suggest": {
615 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
616 "ext-pdo": "*",
617 "symfony/web-profiler-bundle": "To use the data collector."
618 },
619 "type": "symfony-bundle",
620 "autoload": {
621 "psr-4": {
622 "Doctrine\\Bundle\\DoctrineBundle\\": ""
623 }
624 },
625 "notification-url": "https://packagist.org/downloads/",
626 "license": [
627 "MIT"
628 ],
629 "authors": [
630 {
631 "name": "Fabien Potencier",
632 "email": "fabien@symfony.com"
633 },
634 {
635 "name": "Benjamin Eberlei",
636 "email": "kontakt@beberlei.de"
637 },
638 {
639 "name": "Symfony Community",
640 "homepage": "http://symfony.com/contributors"
641 },
642 {
643 "name": "Doctrine Project",
644 "homepage": "http://www.doctrine-project.org/"
645 }
646 ],
647 "description": "Symfony DoctrineBundle",
648 "homepage": "http://www.doctrine-project.org",
649 "keywords": [
650 "database",
651 "dbal",
652 "orm",
653 "persistence"
654 ],
655 "support": {
656 "issues": "https://github.com/doctrine/DoctrineBundle/issues",
657 "source": "https://github.com/doctrine/DoctrineBundle/tree/2.4.2"
658 },
659 "funding": [
660 {
661 "url": "https://www.doctrine-project.org/sponsorship.html",
662 "type": "custom"
663 },
664 {
665 "url": "https://www.patreon.com/phpdoctrine",
666 "type": "patreon"
667 },
668 {
669 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
670 "type": "tidelift"
671 }
672 ],
673 "time": "2021-06-05T13:40:39+00:00"
674 },
675 {
676 "name": "doctrine/event-manager",
677 "version": "1.1.1",
678 "source": {
679 "type": "git",
680 "url": "https://github.com/doctrine/event-manager.git",
681 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
682 },
683 "dist": {
684 "type": "zip",
685 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
686 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
687 "shasum": ""
688 },
689 "require": {
690 "php": "^7.1 || ^8.0"
691 },
692 "conflict": {
693 "doctrine/common": "<2.9@dev"
694 },
695 "require-dev": {
696 "doctrine/coding-standard": "^6.0",
697 "phpunit/phpunit": "^7.0"
698 },
699 "type": "library",
700 "extra": {
701 "branch-alias": {
702 "dev-master": "1.0.x-dev"
703 }
704 },
705 "autoload": {
706 "psr-4": {
707 "Doctrine\\Common\\": "lib/Doctrine/Common"
708 }
709 },
710 "notification-url": "https://packagist.org/downloads/",
711 "license": [
712 "MIT"
713 ],
714 "authors": [
715 {
716 "name": "Guilherme Blanco",
717 "email": "guilhermeblanco@gmail.com"
718 },
719 {
720 "name": "Roman Borschel",
721 "email": "roman@code-factory.org"
722 },
723 {
724 "name": "Benjamin Eberlei",
725 "email": "kontakt@beberlei.de"
726 },
727 {
728 "name": "Jonathan Wage",
729 "email": "jonwage@gmail.com"
730 },
731 {
732 "name": "Johannes Schmitt",
733 "email": "schmittjoh@gmail.com"
734 },
735 {
736 "name": "Marco Pivetta",
737 "email": "ocramius@gmail.com"
738 }
739 ],
740 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
741 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
742 "keywords": [
743 "event",
744 "event dispatcher",
745 "event manager",
746 "event system",
747 "events"
748 ],
749 "support": {
750 "issues": "https://github.com/doctrine/event-manager/issues",
751 "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
752 },
753 "funding": [
754 {
755 "url": "https://www.doctrine-project.org/sponsorship.html",
756 "type": "custom"
757 },
758 {
759 "url": "https://www.patreon.com/phpdoctrine",
760 "type": "patreon"
761 },
762 {
763 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
764 "type": "tidelift"
765 }
766 ],
767 "time": "2020-05-29T18:28:51+00:00"
768 },
769 {
770 "name": "doctrine/inflector",
771 "version": "2.0.3",
772 "source": {
773 "type": "git",
774 "url": "https://github.com/doctrine/inflector.git",
775 "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
776 },
777 "dist": {
778 "type": "zip",
779 "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
780 "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
781 "shasum": ""
782 },
783 "require": {
784 "php": "^7.2 || ^8.0"
785 },
786 "require-dev": {
787 "doctrine/coding-standard": "^7.0",
788 "phpstan/phpstan": "^0.11",
789 "phpstan/phpstan-phpunit": "^0.11",
790 "phpstan/phpstan-strict-rules": "^0.11",
791 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
792 },
793 "type": "library",
794 "extra": {
795 "branch-alias": {
796 "dev-master": "2.0.x-dev"
797 }
798 },
799 "autoload": {
800 "psr-4": {
801 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
802 }
803 },
804 "notification-url": "https://packagist.org/downloads/",
805 "license": [
806 "MIT"
807 ],
808 "authors": [
809 {
810 "name": "Guilherme Blanco",
811 "email": "guilhermeblanco@gmail.com"
812 },
813 {
814 "name": "Roman Borschel",
815 "email": "roman@code-factory.org"
816 },
817 {
818 "name": "Benjamin Eberlei",
819 "email": "kontakt@beberlei.de"
820 },
821 {
822 "name": "Jonathan Wage",
823 "email": "jonwage@gmail.com"
824 },
825 {
826 "name": "Johannes Schmitt",
827 "email": "schmittjoh@gmail.com"
828 }
829 ],
830 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
831 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
832 "keywords": [
833 "inflection",
834 "inflector",
835 "lowercase",
836 "manipulation",
837 "php",
838 "plural",
839 "singular",
840 "strings",
841 "uppercase",
842 "words"
843 ],
844 "support": {
845 "issues": "https://github.com/doctrine/inflector/issues",
846 "source": "https://github.com/doctrine/inflector/tree/2.0.x"
847 },
848 "funding": [
849 {
850 "url": "https://www.doctrine-project.org/sponsorship.html",
851 "type": "custom"
852 },
853 {
854 "url": "https://www.patreon.com/phpdoctrine",
855 "type": "patreon"
856 },
857 {
858 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
859 "type": "tidelift"
860 }
861 ],
862 "time": "2020-05-29T15:13:26+00:00"
863 },
864 {
865 "name": "doctrine/instantiator",
866 "version": "1.4.0",
867 "source": {
868 "type": "git",
869 "url": "https://github.com/doctrine/instantiator.git",
870 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
871 },
872 "dist": {
873 "type": "zip",
874 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
875 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
876 "shasum": ""
877 },
878 "require": {
879 "php": "^7.1 || ^8.0"
880 },
881 "require-dev": {
882 "doctrine/coding-standard": "^8.0",
883 "ext-pdo": "*",
884 "ext-phar": "*",
885 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
886 "phpstan/phpstan": "^0.12",
887 "phpstan/phpstan-phpunit": "^0.12",
888 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
889 },
890 "type": "library",
891 "autoload": {
892 "psr-4": {
893 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
894 }
895 },
896 "notification-url": "https://packagist.org/downloads/",
897 "license": [
898 "MIT"
899 ],
900 "authors": [
901 {
902 "name": "Marco Pivetta",
903 "email": "ocramius@gmail.com",
904 "homepage": "https://ocramius.github.io/"
905 }
906 ],
907 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
908 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
909 "keywords": [
910 "constructor",
911 "instantiate"
912 ],
913 "support": {
914 "issues": "https://github.com/doctrine/instantiator/issues",
915 "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
916 },
917 "funding": [
918 {
919 "url": "https://www.doctrine-project.org/sponsorship.html",
920 "type": "custom"
921 },
922 {
923 "url": "https://www.patreon.com/phpdoctrine",
924 "type": "patreon"
925 },
926 {
927 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
928 "type": "tidelift"
929 }
930 ],
931 "time": "2020-11-10T18:47:58+00:00"
932 },
933 {
934 "name": "doctrine/lexer",
935 "version": "1.2.1",
936 "source": {
937 "type": "git",
938 "url": "https://github.com/doctrine/lexer.git",
939 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
940 },
941 "dist": {
942 "type": "zip",
943 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
944 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
945 "shasum": ""
946 },
947 "require": {
948 "php": "^7.2 || ^8.0"
949 },
950 "require-dev": {
951 "doctrine/coding-standard": "^6.0",
952 "phpstan/phpstan": "^0.11.8",
953 "phpunit/phpunit": "^8.2"
954 },
955 "type": "library",
956 "extra": {
957 "branch-alias": {
958 "dev-master": "1.2.x-dev"
959 }
960 },
961 "autoload": {
962 "psr-4": {
963 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
964 }
965 },
966 "notification-url": "https://packagist.org/downloads/",
967 "license": [
968 "MIT"
969 ],
970 "authors": [
971 {
972 "name": "Guilherme Blanco",
973 "email": "guilhermeblanco@gmail.com"
974 },
975 {
976 "name": "Roman Borschel",
977 "email": "roman@code-factory.org"
978 },
979 {
980 "name": "Johannes Schmitt",
981 "email": "schmittjoh@gmail.com"
982 }
983 ],
984 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
985 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
986 "keywords": [
987 "annotations",
988 "docblock",
989 "lexer",
990 "parser",
991 "php"
992 ],
993 "support": {
994 "issues": "https://github.com/doctrine/lexer/issues",
995 "source": "https://github.com/doctrine/lexer/tree/1.2.1"
996 },
997 "funding": [
998 {
999 "url": "https://www.doctrine-project.org/sponsorship.html",
1000 "type": "custom"
1001 },
1002 {
1003 "url": "https://www.patreon.com/phpdoctrine",
1004 "type": "patreon"
1005 },
1006 {
1007 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
1008 "type": "tidelift"
1009 }
1010 ],
1011 "time": "2020-05-25T17:44:05+00:00"
1012 },
1013 {
1014 "name": "doctrine/orm",
1015 "version": "2.9.5",
1016 "source": {
1017 "type": "git",
1018 "url": "https://github.com/doctrine/orm.git",
1019 "reference": "77cc86ed880e3f1f6c9c5819e131a8aaeeeee0da"
1020 },
1021 "dist": {
1022 "type": "zip",
1023 "url": "https://api.github.com/repos/doctrine/orm/zipball/77cc86ed880e3f1f6c9c5819e131a8aaeeeee0da",
1024 "reference": "77cc86ed880e3f1f6c9c5819e131a8aaeeeee0da",
1025 "shasum": ""
1026 },
1027 "require": {
1028 "composer/package-versions-deprecated": "^1.8",
1029 "doctrine/annotations": "^1.13",
1030 "doctrine/cache": "^1.12.1 || ^2.1.1",
1031 "doctrine/collections": "^1.5",
1032 "doctrine/common": "^3.0.3",
1033 "doctrine/dbal": "^2.13.0",
1034 "doctrine/deprecations": "^0.5.3",
1035 "doctrine/event-manager": "^1.1",
1036 "doctrine/inflector": "^1.4 || ^2.0",
1037 "doctrine/instantiator": "^1.3",
1038 "doctrine/lexer": "^1.0",
1039 "doctrine/persistence": "^2.2",
1040 "ext-ctype": "*",
1041 "ext-pdo": "*",
1042 "php": "^7.1 ||^8.0",
1043 "psr/cache": "^1 || ^2 || ^3",
1044 "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0"
1045 },
1046 "require-dev": {
1047 "doctrine/coding-standard": "^9.0",
1048 "phpbench/phpbench": "^0.16.10 || ^1.0",
1049 "phpstan/phpstan": "0.12.94",
1050 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
1051 "squizlabs/php_codesniffer": "3.6.0",
1052 "symfony/cache": "^4.4 || ^5.2",
1053 "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
1054 "vimeo/psalm": "4.7.0"
1055 },
1056 "suggest": {
1057 "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
1058 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1059 },
1060 "bin": [
1061 "bin/doctrine"
1062 ],
1063 "type": "library",
1064 "autoload": {
1065 "psr-4": {
1066 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1067 }
1068 },
1069 "notification-url": "https://packagist.org/downloads/",
1070 "license": [
1071 "MIT"
1072 ],
1073 "authors": [
1074 {
1075 "name": "Guilherme Blanco",
1076 "email": "guilhermeblanco@gmail.com"
1077 },
1078 {
1079 "name": "Roman Borschel",
1080 "email": "roman@code-factory.org"
1081 },
1082 {
1083 "name": "Benjamin Eberlei",
1084 "email": "kontakt@beberlei.de"
1085 },
1086 {
1087 "name": "Jonathan Wage",
1088 "email": "jonwage@gmail.com"
1089 },
1090 {
1091 "name": "Marco Pivetta",
1092 "email": "ocramius@gmail.com"
1093 }
1094 ],
1095 "description": "Object-Relational-Mapper for PHP",
1096 "homepage": "https://www.doctrine-project.org/projects/orm.html",
1097 "keywords": [
1098 "database",
1099 "orm"
1100 ],
1101 "support": {
1102 "issues": "https://github.com/doctrine/orm/issues",
1103 "source": "https://github.com/doctrine/orm/tree/2.9.5"
1104 },
1105 "time": "2021-08-23T10:20:22+00:00"
1106 },
1107 {
1108 "name": "doctrine/persistence",
1109 "version": "2.2.2",
1110 "source": {
1111 "type": "git",
1112 "url": "https://github.com/doctrine/persistence.git",
1113 "reference": "4ce4712e6dc84a156176a0fbbb11954a25c93103"
1114 },
1115 "dist": {
1116 "type": "zip",
1117 "url": "https://api.github.com/repos/doctrine/persistence/zipball/4ce4712e6dc84a156176a0fbbb11954a25c93103",
1118 "reference": "4ce4712e6dc84a156176a0fbbb11954a25c93103",
1119 "shasum": ""
1120 },
1121 "require": {
1122 "doctrine/annotations": "^1.0",
1123 "doctrine/cache": "^1.11 || ^2.0",
1124 "doctrine/collections": "^1.0",
1125 "doctrine/deprecations": "^0.5.3",
1126 "doctrine/event-manager": "^1.0",
1127 "php": "^7.1 || ^8.0",
1128 "psr/cache": "^1.0|^2.0|^3.0"
1129 },
1130 "conflict": {
1131 "doctrine/common": "<2.10@dev"
1132 },
1133 "require-dev": {
1134 "composer/package-versions-deprecated": "^1.11",
1135 "doctrine/coding-standard": "^6.0 || ^9.0",
1136 "doctrine/common": "^3.0",
1137 "phpstan/phpstan": "0.12.84",
1138 "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
1139 "symfony/cache": "^4.4|^5.0",
1140 "vimeo/psalm": "4.7.0"
1141 },
1142 "type": "library",
1143 "autoload": {
1144 "psr-4": {
1145 "Doctrine\\Common\\": "lib/Doctrine/Common",
1146 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1147 }
1148 },
1149 "notification-url": "https://packagist.org/downloads/",
1150 "license": [
1151 "MIT"
1152 ],
1153 "authors": [
1154 {
1155 "name": "Guilherme Blanco",
1156 "email": "guilhermeblanco@gmail.com"
1157 },
1158 {
1159 "name": "Roman Borschel",
1160 "email": "roman@code-factory.org"
1161 },
1162 {
1163 "name": "Benjamin Eberlei",
1164 "email": "kontakt@beberlei.de"
1165 },
1166 {
1167 "name": "Jonathan Wage",
1168 "email": "jonwage@gmail.com"
1169 },
1170 {
1171 "name": "Johannes Schmitt",
1172 "email": "schmittjoh@gmail.com"
1173 },
1174 {
1175 "name": "Marco Pivetta",
1176 "email": "ocramius@gmail.com"
1177 }
1178 ],
1179 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1180 "homepage": "https://doctrine-project.org/projects/persistence.html",
1181 "keywords": [
1182 "mapper",
1183 "object",
1184 "odm",
1185 "orm",
1186 "persistence"
1187 ],
1188 "support": {
1189 "issues": "https://github.com/doctrine/persistence/issues",
1190 "source": "https://github.com/doctrine/persistence/tree/2.2.2"
1191 },
1192 "time": "2021-08-10T19:01:29+00:00"
1193 },
1194 {
1195 "name": "doctrine/sql-formatter",
1196 "version": "1.1.1",
1197 "source": {
1198 "type": "git",
1199 "url": "https://github.com/doctrine/sql-formatter.git",
1200 "reference": "56070bebac6e77230ed7d306ad13528e60732871"
1201 },
1202 "dist": {
1203 "type": "zip",
1204 "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/56070bebac6e77230ed7d306ad13528e60732871",
1205 "reference": "56070bebac6e77230ed7d306ad13528e60732871",
1206 "shasum": ""
1207 },
1208 "require": {
1209 "php": "^7.1 || ^8.0"
1210 },
1211 "require-dev": {
1212 "bamarni/composer-bin-plugin": "^1.4"
1213 },
1214 "bin": [
1215 "bin/sql-formatter"
1216 ],
1217 "type": "library",
1218 "extra": {
1219 "branch-alias": {
1220 "dev-master": "1.x-dev"
1221 }
1222 },
1223 "autoload": {
1224 "psr-4": {
1225 "Doctrine\\SqlFormatter\\": "src"
1226 }
1227 },
1228 "notification-url": "https://packagist.org/downloads/",
1229 "license": [
1230 "MIT"
1231 ],
1232 "authors": [
1233 {
1234 "name": "Jeremy Dorn",
1235 "email": "jeremy@jeremydorn.com",
1236 "homepage": "http://jeremydorn.com/"
1237 }
1238 ],
1239 "description": "a PHP SQL highlighting library",
1240 "homepage": "https://github.com/doctrine/sql-formatter/",
1241 "keywords": [
1242 "highlight",
1243 "sql"
1244 ],
1245 "support": {
1246 "issues": "https://github.com/doctrine/sql-formatter/issues",
1247 "source": "https://github.com/doctrine/sql-formatter/tree/1.1.x"
1248 },
1249 "time": "2020-07-30T16:57:33+00:00"
1250 },
1251 {
1252 "name": "egulias/email-validator",
1253 "version": "3.1.1",
1254 "source": {
1255 "type": "git",
1256 "url": "https://github.com/egulias/EmailValidator.git",
1257 "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307"
1258 },
1259 "dist": {
1260 "type": "zip",
1261 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c81f18a3efb941d8c4d2e025f6183b5c6d697307",
1262 "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307",
1263 "shasum": ""
1264 },
1265 "require": {
1266 "doctrine/lexer": "^1.2",
1267 "php": ">=7.2",
1268 "symfony/polyfill-intl-idn": "^1.15"
1269 },
1270 "require-dev": {
1271 "php-coveralls/php-coveralls": "^2.2",
1272 "phpunit/phpunit": "^8.5.8|^9.3.3",
1273 "vimeo/psalm": "^4"
1274 },
1275 "suggest": {
1276 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1277 },
1278 "type": "library",
1279 "extra": {
1280 "branch-alias": {
1281 "dev-master": "3.0.x-dev"
1282 }
1283 },
1284 "autoload": {
1285 "psr-4": {
1286 "Egulias\\EmailValidator\\": "src"
1287 }
1288 },
1289 "notification-url": "https://packagist.org/downloads/",
1290 "license": [
1291 "MIT"
1292 ],
1293 "authors": [
1294 {
1295 "name": "Eduardo Gulias Davis"
1296 }
1297 ],
1298 "description": "A library for validating emails against several RFCs",
1299 "homepage": "https://github.com/egulias/EmailValidator",
1300 "keywords": [
1301 "email",
1302 "emailvalidation",
1303 "emailvalidator",
1304 "validation",
1305 "validator"
1306 ],
1307 "support": {
1308 "issues": "https://github.com/egulias/EmailValidator/issues",
1309 "source": "https://github.com/egulias/EmailValidator/tree/3.1.1"
1310 },
1311 "funding": [
1312 {
1313 "url": "https://github.com/egulias",
1314 "type": "github"
1315 }
1316 ],
1317 "time": "2021-04-01T18:37:14+00:00"
1318 },
1319 {
1320 "name": "erusev/parsedown",
1321 "version": "1.7.4",
1322 "source": {
1323 "type": "git",
1324 "url": "https://github.com/erusev/parsedown.git",
1325 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
1326 },
1327 "dist": {
1328 "type": "zip",
1329 "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
1330 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
1331 "shasum": ""
1332 },
1333 "require": {
1334 "ext-mbstring": "*",
1335 "php": ">=5.3.0"
1336 },
1337 "require-dev": {
1338 "phpunit/phpunit": "^4.8.35"
1339 },
1340 "type": "library",
1341 "autoload": {
1342 "psr-0": {
1343 "Parsedown": ""
1344 }
1345 },
1346 "notification-url": "https://packagist.org/downloads/",
1347 "license": [
1348 "MIT"
1349 ],
1350 "authors": [
1351 {
1352 "name": "Emanuil Rusev",
1353 "email": "hello@erusev.com",
1354 "homepage": "http://erusev.com"
1355 }
1356 ],
1357 "description": "Parser for Markdown.",
1358 "homepage": "http://parsedown.org",
1359 "keywords": [
1360 "markdown",
1361 "parser"
1362 ],
1363 "support": {
1364 "issues": "https://github.com/erusev/parsedown/issues",
1365 "source": "https://github.com/erusev/parsedown/tree/1.7.x"
1366 },
1367 "time": "2019-12-30T22:54:17+00:00"
1368 },
1369 {
1370 "name": "firebase/php-jwt",
1371 "version": "v5.4.0",
1372 "source": {
1373 "type": "git",
1374 "url": "https://github.com/firebase/php-jwt.git",
1375 "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2"
1376 },
1377 "dist": {
1378 "type": "zip",
1379 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2",
1380 "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2",
1381 "shasum": ""
1382 },
1383 "require": {
1384 "php": ">=5.3.0"
1385 },
1386 "require-dev": {
1387 "phpunit/phpunit": ">=4.8 <=9"
1388 },
1389 "suggest": {
1390 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
1391 },
1392 "type": "library",
1393 "autoload": {
1394 "psr-4": {
1395 "Firebase\\JWT\\": "src"
1396 }
1397 },
1398 "notification-url": "https://packagist.org/downloads/",
1399 "license": [
1400 "BSD-3-Clause"
1401 ],
1402 "authors": [
1403 {
1404 "name": "Neuman Vong",
1405 "email": "neuman+pear@twilio.com",
1406 "role": "Developer"
1407 },
1408 {
1409 "name": "Anant Narayanan",
1410 "email": "anant@php.net",
1411 "role": "Developer"
1412 }
1413 ],
1414 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
1415 "homepage": "https://github.com/firebase/php-jwt",
1416 "keywords": [
1417 "jwt",
1418 "php"
1419 ],
1420 "support": {
1421 "issues": "https://github.com/firebase/php-jwt/issues",
1422 "source": "https://github.com/firebase/php-jwt/tree/v5.4.0"
1423 },
1424 "time": "2021-06-23T19:00:23+00:00"
1425 },
1426 {
1427 "name": "fpdf/fpdf",
1428 "version": "1.83.2",
1429 "source": {
1430 "type": "git",
1431 "url": "https://github.com/coreydoughty/Fpdf.git",
1432 "reference": "6aa31c9b70a3aef2a63f79144fec79b62bad4bb0"
1433 },
1434 "dist": {
1435 "type": "zip",
1436 "url": "https://api.github.com/repos/coreydoughty/Fpdf/zipball/6aa31c9b70a3aef2a63f79144fec79b62bad4bb0",
1437 "reference": "6aa31c9b70a3aef2a63f79144fec79b62bad4bb0",
1438 "shasum": ""
1439 },
1440 "require": {
1441 "php": ">=5.6.0"
1442 },
1443 "type": "library",
1444 "autoload": {
1445 "psr-4": {
1446 "Fpdf\\": "src/Fpdf"
1447 }
1448 },
1449 "notification-url": "https://packagist.org/downloads/",
1450 "license": [
1451 "MIT"
1452 ],
1453 "authors": [
1454 {
1455 "name": "Corey Doughty",
1456 "email": "corey@doughty.ca"
1457 }
1458 ],
1459 "description": "FPDF Composer Wrapper",
1460 "homepage": "https://github.com/coreydoughty/Fpdf",
1461 "keywords": [
1462 "fpdf",
1463 "pdf",
1464 "wrapper"
1465 ],
1466 "support": {
1467 "issues": "https://github.com/coreydoughty/Fpdf/issues",
1468 "source": "https://github.com/coreydoughty/Fpdf/tree/1.83.2"
1469 },
1470 "time": "2021-07-07T10:26:51+00:00"
1471 },
1472 {
1473 "name": "google/apiclient",
1474 "version": "v2.10.1",
1475 "source": {
1476 "type": "git",
1477 "url": "https://github.com/googleapis/google-api-php-client.git",
1478 "reference": "11871e94006ce7a419bb6124d51b6f9ace3f679b"
1479 },
1480 "dist": {
1481 "type": "zip",
1482 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/11871e94006ce7a419bb6124d51b6f9ace3f679b",
1483 "reference": "11871e94006ce7a419bb6124d51b6f9ace3f679b",
1484 "shasum": ""
1485 },
1486 "require": {
1487 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
1488 "google/apiclient-services": "~0.200",
1489 "google/auth": "^1.10",
1490 "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
1491 "guzzlehttp/psr7": "^1.2",
1492 "monolog/monolog": "^1.17|^2.0",
1493 "php": "^5.6|^7.0|^8.0",
1494 "phpseclib/phpseclib": "~2.0||^3.0.2"
1495 },
1496 "require-dev": {
1497 "cache/filesystem-adapter": "^0.3.2|^1.1",
1498 "composer/composer": "^1.10.22",
1499 "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
1500 "phpcompatibility/php-compatibility": "^9.2",
1501 "phpunit/phpunit": "^5.7||^8.5.13",
1502 "squizlabs/php_codesniffer": "~2.3",
1503 "symfony/css-selector": "~2.1",
1504 "symfony/dom-crawler": "~2.1"
1505 },
1506 "suggest": {
1507 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
1508 },
1509 "type": "library",
1510 "extra": {
1511 "branch-alias": {
1512 "dev-master": "2.x-dev"
1513 }
1514 },
1515 "autoload": {
1516 "psr-4": {
1517 "Google\\": "src/"
1518 },
1519 "files": [
1520 "src/aliases.php"
1521 ],
1522 "classmap": [
1523 "src/aliases.php"
1524 ]
1525 },
1526 "notification-url": "https://packagist.org/downloads/",
1527 "license": [
1528 "Apache-2.0"
1529 ],
1530 "description": "Client library for Google APIs",
1531 "homepage": "http://developers.google.com/api-client-library/php",
1532 "keywords": [
1533 "google"
1534 ],
1535 "support": {
1536 "issues": "https://github.com/googleapis/google-api-php-client/issues",
1537 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.10.1"
1538 },
1539 "time": "2021-06-25T14:25:44+00:00"
1540 },
1541 {
1542 "name": "google/apiclient-services",
1543 "version": "v0.211.0",
1544 "source": {
1545 "type": "git",
1546 "url": "https://github.com/googleapis/google-api-php-client-services.git",
1547 "reference": "01b020d4d7f120a5ac3c12e1d7e3a6067bc93881"
1548 },
1549 "dist": {
1550 "type": "zip",
1551 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/01b020d4d7f120a5ac3c12e1d7e3a6067bc93881",
1552 "reference": "01b020d4d7f120a5ac3c12e1d7e3a6067bc93881",
1553 "shasum": ""
1554 },
1555 "require": {
1556 "php": ">=5.6"
1557 },
1558 "require-dev": {
1559 "phpunit/phpunit": "^5.7||^8.5.13"
1560 },
1561 "type": "library",
1562 "autoload": {
1563 "psr-4": {
1564 "Google\\Service\\": "src"
1565 },
1566 "files": [
1567 "autoload.php"
1568 ]
1569 },
1570 "notification-url": "https://packagist.org/downloads/",
1571 "license": [
1572 "Apache-2.0"
1573 ],
1574 "description": "Client library for Google APIs",
1575 "homepage": "http://developers.google.com/api-client-library/php",
1576 "keywords": [
1577 "google"
1578 ],
1579 "support": {
1580 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
1581 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.211.0"
1582 },
1583 "time": "2021-09-03T11:20:26+00:00"
1584 },
1585 {
1586 "name": "google/auth",
1587 "version": "v1.18.0",
1588 "source": {
1589 "type": "git",
1590 "url": "https://github.com/googleapis/google-auth-library-php.git",
1591 "reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347"
1592 },
1593 "dist": {
1594 "type": "zip",
1595 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/21dd478e77b0634ed9e3a68613f74ed250ca9347",
1596 "reference": "21dd478e77b0634ed9e3a68613f74ed250ca9347",
1597 "shasum": ""
1598 },
1599 "require": {
1600 "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
1601 "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
1602 "guzzlehttp/psr7": "^1.7|^2.0",
1603 "php": ">=5.4",
1604 "psr/cache": "^1.0|^2.0",
1605 "psr/http-message": "^1.0"
1606 },
1607 "require-dev": {
1608 "guzzlehttp/promises": "0.1.1|^1.3",
1609 "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
1610 "phpseclib/phpseclib": "^2.0.31",
1611 "phpunit/phpunit": "^4.8.36|^5.7",
1612 "sebastian/comparator": ">=1.2.3"
1613 },
1614 "suggest": {
1615 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
1616 },
1617 "type": "library",
1618 "autoload": {
1619 "psr-4": {
1620 "Google\\Auth\\": "src"
1621 }
1622 },
1623 "notification-url": "https://packagist.org/downloads/",
1624 "license": [
1625 "Apache-2.0"
1626 ],
1627 "description": "Google Auth Library for PHP",
1628 "homepage": "http://github.com/google/google-auth-library-php",
1629 "keywords": [
1630 "Authentication",
1631 "google",
1632 "oauth2"
1633 ],
1634 "support": {
1635 "docs": "https://googleapis.github.io/google-auth-library-php/master/",
1636 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
1637 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.18.0"
1638 },
1639 "time": "2021-08-24T18:03:18+00:00"
1640 },
1641 {
1642 "name": "guzzlehttp/guzzle",
1643 "version": "7.3.0",
1644 "source": {
1645 "type": "git",
1646 "url": "https://github.com/guzzle/guzzle.git",
1647 "reference": "7008573787b430c1c1f650e3722d9bba59967628"
1648 },
1649 "dist": {
1650 "type": "zip",
1651 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
1652 "reference": "7008573787b430c1c1f650e3722d9bba59967628",
1653 "shasum": ""
1654 },
1655 "require": {
1656 "ext-json": "*",
1657 "guzzlehttp/promises": "^1.4",
1658 "guzzlehttp/psr7": "^1.7 || ^2.0",
1659 "php": "^7.2.5 || ^8.0",
1660 "psr/http-client": "^1.0"
1661 },
1662 "provide": {
1663 "psr/http-client-implementation": "1.0"
1664 },
1665 "require-dev": {
1666 "bamarni/composer-bin-plugin": "^1.4.1",
1667 "ext-curl": "*",
1668 "php-http/client-integration-tests": "^3.0",
1669 "phpunit/phpunit": "^8.5.5 || ^9.3.5",
1670 "psr/log": "^1.1"
1671 },
1672 "suggest": {
1673 "ext-curl": "Required for CURL handler support",
1674 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1675 "psr/log": "Required for using the Log middleware"
1676 },
1677 "type": "library",
1678 "extra": {
1679 "branch-alias": {
1680 "dev-master": "7.3-dev"
1681 }
1682 },
1683 "autoload": {
1684 "psr-4": {
1685 "GuzzleHttp\\": "src/"
1686 },
1687 "files": [
1688 "src/functions_include.php"
1689 ]
1690 },
1691 "notification-url": "https://packagist.org/downloads/",
1692 "license": [
1693 "MIT"
1694 ],
1695 "authors": [
1696 {
1697 "name": "Michael Dowling",
1698 "email": "mtdowling@gmail.com",
1699 "homepage": "https://github.com/mtdowling"
1700 },
1701 {
1702 "name": "MƔrk SƔgi-KazƔr",
1703 "email": "mark.sagikazar@gmail.com",
1704 "homepage": "https://sagikazarmark.hu"
1705 }
1706 ],
1707 "description": "Guzzle is a PHP HTTP client library",
1708 "homepage": "http://guzzlephp.org/",
1709 "keywords": [
1710 "client",
1711 "curl",
1712 "framework",
1713 "http",
1714 "http client",
1715 "psr-18",
1716 "psr-7",
1717 "rest",
1718 "web service"
1719 ],
1720 "support": {
1721 "issues": "https://github.com/guzzle/guzzle/issues",
1722 "source": "https://github.com/guzzle/guzzle/tree/7.3.0"
1723 },
1724 "funding": [
1725 {
1726 "url": "https://github.com/GrahamCampbell",
1727 "type": "github"
1728 },
1729 {
1730 "url": "https://github.com/Nyholm",
1731 "type": "github"
1732 },
1733 {
1734 "url": "https://github.com/alexeyshockov",
1735 "type": "github"
1736 },
1737 {
1738 "url": "https://github.com/gmponos",
1739 "type": "github"
1740 }
1741 ],
1742 "time": "2021-03-23T11:33:13+00:00"
1743 },
1744 {
1745 "name": "guzzlehttp/promises",
1746 "version": "1.4.1",
1747 "source": {
1748 "type": "git",
1749 "url": "https://github.com/guzzle/promises.git",
1750 "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
1751 },
1752 "dist": {
1753 "type": "zip",
1754 "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
1755 "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
1756 "shasum": ""
1757 },
1758 "require": {
1759 "php": ">=5.5"
1760 },
1761 "require-dev": {
1762 "symfony/phpunit-bridge": "^4.4 || ^5.1"
1763 },
1764 "type": "library",
1765 "extra": {
1766 "branch-alias": {
1767 "dev-master": "1.4-dev"
1768 }
1769 },
1770 "autoload": {
1771 "psr-4": {
1772 "GuzzleHttp\\Promise\\": "src/"
1773 },
1774 "files": [
1775 "src/functions_include.php"
1776 ]
1777 },
1778 "notification-url": "https://packagist.org/downloads/",
1779 "license": [
1780 "MIT"
1781 ],
1782 "authors": [
1783 {
1784 "name": "Michael Dowling",
1785 "email": "mtdowling@gmail.com",
1786 "homepage": "https://github.com/mtdowling"
1787 }
1788 ],
1789 "description": "Guzzle promises library",
1790 "keywords": [
1791 "promise"
1792 ],
1793 "support": {
1794 "issues": "https://github.com/guzzle/promises/issues",
1795 "source": "https://github.com/guzzle/promises/tree/1.4.1"
1796 },
1797 "time": "2021-03-07T09:25:29+00:00"
1798 },
1799 {
1800 "name": "guzzlehttp/psr7",
1801 "version": "1.8.2",
1802 "source": {
1803 "type": "git",
1804 "url": "https://github.com/guzzle/psr7.git",
1805 "reference": "dc960a912984efb74d0a90222870c72c87f10c91"
1806 },
1807 "dist": {
1808 "type": "zip",
1809 "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
1810 "reference": "dc960a912984efb74d0a90222870c72c87f10c91",
1811 "shasum": ""
1812 },
1813 "require": {
1814 "php": ">=5.4.0",
1815 "psr/http-message": "~1.0",
1816 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
1817 },
1818 "provide": {
1819 "psr/http-message-implementation": "1.0"
1820 },
1821 "require-dev": {
1822 "ext-zlib": "*",
1823 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
1824 },
1825 "suggest": {
1826 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1827 },
1828 "type": "library",
1829 "extra": {
1830 "branch-alias": {
1831 "dev-master": "1.7-dev"
1832 }
1833 },
1834 "autoload": {
1835 "psr-4": {
1836 "GuzzleHttp\\Psr7\\": "src/"
1837 },
1838 "files": [
1839 "src/functions_include.php"
1840 ]
1841 },
1842 "notification-url": "https://packagist.org/downloads/",
1843 "license": [
1844 "MIT"
1845 ],
1846 "authors": [
1847 {
1848 "name": "Michael Dowling",
1849 "email": "mtdowling@gmail.com",
1850 "homepage": "https://github.com/mtdowling"
1851 },
1852 {
1853 "name": "Tobias Schultze",
1854 "homepage": "https://github.com/Tobion"
1855 }
1856 ],
1857 "description": "PSR-7 message implementation that also provides common utility methods",
1858 "keywords": [
1859 "http",
1860 "message",
1861 "psr-7",
1862 "request",
1863 "response",
1864 "stream",
1865 "uri",
1866 "url"
1867 ],
1868 "support": {
1869 "issues": "https://github.com/guzzle/psr7/issues",
1870 "source": "https://github.com/guzzle/psr7/tree/1.8.2"
1871 },
1872 "time": "2021-04-26T09:17:50+00:00"
1873 },
1874 {
1875 "name": "monolog/monolog",
1876 "version": "2.3.2",
1877 "source": {
1878 "type": "git",
1879 "url": "https://github.com/Seldaek/monolog.git",
1880 "reference": "71312564759a7db5b789296369c1a264efc43aad"
1881 },
1882 "dist": {
1883 "type": "zip",
1884 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/71312564759a7db5b789296369c1a264efc43aad",
1885 "reference": "71312564759a7db5b789296369c1a264efc43aad",
1886 "shasum": ""
1887 },
1888 "require": {
1889 "php": ">=7.2",
1890 "psr/log": "^1.0.1"
1891 },
1892 "provide": {
1893 "psr/log-implementation": "1.0.0"
1894 },
1895 "require-dev": {
1896 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
1897 "doctrine/couchdb": "~1.0@dev",
1898 "elasticsearch/elasticsearch": "^7",
1899 "graylog2/gelf-php": "^1.4.2",
1900 "mongodb/mongodb": "^1.8",
1901 "php-amqplib/php-amqplib": "~2.4",
1902 "php-console/php-console": "^3.1.3",
1903 "phpspec/prophecy": "^1.6.1",
1904 "phpstan/phpstan": "^0.12.91",
1905 "phpunit/phpunit": "^8.5",
1906 "predis/predis": "^1.1",
1907 "rollbar/rollbar": "^1.3",
1908 "ruflin/elastica": ">=0.90 <7.0.1",
1909 "swiftmailer/swiftmailer": "^5.3|^6.0"
1910 },
1911 "suggest": {
1912 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
1913 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
1914 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
1915 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
1916 "ext-mbstring": "Allow to work properly with unicode symbols",
1917 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
1918 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
1919 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
1920 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
1921 "php-console/php-console": "Allow sending log messages to Google Chrome",
1922 "rollbar/rollbar": "Allow sending log messages to Rollbar",
1923 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
1924 },
1925 "type": "library",
1926 "extra": {
1927 "branch-alias": {
1928 "dev-main": "2.x-dev"
1929 }
1930 },
1931 "autoload": {
1932 "psr-4": {
1933 "Monolog\\": "src/Monolog"
1934 }
1935 },
1936 "notification-url": "https://packagist.org/downloads/",
1937 "license": [
1938 "MIT"
1939 ],
1940 "authors": [
1941 {
1942 "name": "Jordi Boggiano",
1943 "email": "j.boggiano@seld.be",
1944 "homepage": "https://seld.be"
1945 }
1946 ],
1947 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
1948 "homepage": "https://github.com/Seldaek/monolog",
1949 "keywords": [
1950 "log",
1951 "logging",
1952 "psr-3"
1953 ],
1954 "support": {
1955 "issues": "https://github.com/Seldaek/monolog/issues",
1956 "source": "https://github.com/Seldaek/monolog/tree/2.3.2"
1957 },
1958 "funding": [
1959 {
1960 "url": "https://github.com/Seldaek",
1961 "type": "github"
1962 },
1963 {
1964 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
1965 "type": "tidelift"
1966 }
1967 ],
1968 "time": "2021-07-23T07:42:52+00:00"
1969 },
1970 {
1971 "name": "paragonie/constant_time_encoding",
1972 "version": "v2.4.0",
1973 "source": {
1974 "type": "git",
1975 "url": "https://github.com/paragonie/constant_time_encoding.git",
1976 "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
1977 },
1978 "dist": {
1979 "type": "zip",
1980 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
1981 "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
1982 "shasum": ""
1983 },
1984 "require": {
1985 "php": "^7|^8"
1986 },
1987 "require-dev": {
1988 "phpunit/phpunit": "^6|^7|^8|^9",
1989 "vimeo/psalm": "^1|^2|^3|^4"
1990 },
1991 "type": "library",
1992 "autoload": {
1993 "psr-4": {
1994 "ParagonIE\\ConstantTime\\": "src/"
1995 }
1996 },
1997 "notification-url": "https://packagist.org/downloads/",
1998 "license": [
1999 "MIT"
2000 ],
2001 "authors": [
2002 {
2003 "name": "Paragon Initiative Enterprises",
2004 "email": "security@paragonie.com",
2005 "homepage": "https://paragonie.com",
2006 "role": "Maintainer"
2007 },
2008 {
2009 "name": "Steve 'Sc00bz' Thomas",
2010 "email": "steve@tobtu.com",
2011 "homepage": "https://www.tobtu.com",
2012 "role": "Original Developer"
2013 }
2014 ],
2015 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
2016 "keywords": [
2017 "base16",
2018 "base32",
2019 "base32_decode",
2020 "base32_encode",
2021 "base64",
2022 "base64_decode",
2023 "base64_encode",
2024 "bin2hex",
2025 "encoding",
2026 "hex",
2027 "hex2bin",
2028 "rfc4648"
2029 ],
2030 "support": {
2031 "email": "info@paragonie.com",
2032 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
2033 "source": "https://github.com/paragonie/constant_time_encoding"
2034 },
2035 "time": "2020-12-06T15:14:20+00:00"
2036 },
2037 {
2038 "name": "phpseclib/phpseclib",
2039 "version": "3.0.10",
2040 "source": {
2041 "type": "git",
2042 "url": "https://github.com/phpseclib/phpseclib.git",
2043 "reference": "62fcc5a94ac83b1506f52d7558d828617fac9187"
2044 },
2045 "dist": {
2046 "type": "zip",
2047 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/62fcc5a94ac83b1506f52d7558d828617fac9187",
2048 "reference": "62fcc5a94ac83b1506f52d7558d828617fac9187",
2049 "shasum": ""
2050 },
2051 "require": {
2052 "paragonie/constant_time_encoding": "^1|^2",
2053 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
2054 "php": ">=5.6.1"
2055 },
2056 "require-dev": {
2057 "phing/phing": "~2.7",
2058 "phpunit/phpunit": "^5.7|^6.0|^9.4",
2059 "squizlabs/php_codesniffer": "~2.0"
2060 },
2061 "suggest": {
2062 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
2063 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
2064 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
2065 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
2066 },
2067 "type": "library",
2068 "autoload": {
2069 "files": [
2070 "phpseclib/bootstrap.php"
2071 ],
2072 "psr-4": {
2073 "phpseclib3\\": "phpseclib/"
2074 }
2075 },
2076 "notification-url": "https://packagist.org/downloads/",
2077 "license": [
2078 "MIT"
2079 ],
2080 "authors": [
2081 {
2082 "name": "Jim Wigginton",
2083 "email": "terrafrost@php.net",
2084 "role": "Lead Developer"
2085 },
2086 {
2087 "name": "Patrick Monnerat",
2088 "email": "pm@datasphere.ch",
2089 "role": "Developer"
2090 },
2091 {
2092 "name": "Andreas Fischer",
2093 "email": "bantu@phpbb.com",
2094 "role": "Developer"
2095 },
2096 {
2097 "name": "Hans-JĆ¼rgen Petrich",
2098 "email": "petrich@tronic-media.com",
2099 "role": "Developer"
2100 },
2101 {
2102 "name": "Graham Campbell",
2103 "email": "graham@alt-three.com",
2104 "role": "Developer"
2105 }
2106 ],
2107 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
2108 "homepage": "http://phpseclib.sourceforge.net",
2109 "keywords": [
2110 "BigInteger",
2111 "aes",
2112 "asn.1",
2113 "asn1",
2114 "blowfish",
2115 "crypto",
2116 "cryptography",
2117 "encryption",
2118 "rsa",
2119 "security",
2120 "sftp",
2121 "signature",
2122 "signing",
2123 "ssh",
2124 "twofish",
2125 "x.509",
2126 "x509"
2127 ],
2128 "support": {
2129 "issues": "https://github.com/phpseclib/phpseclib/issues",
2130 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.10"
2131 },
2132 "funding": [
2133 {
2134 "url": "https://github.com/terrafrost",
2135 "type": "github"
2136 },
2137 {
2138 "url": "https://www.patreon.com/phpseclib",
2139 "type": "patreon"
2140 },
2141 {
2142 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
2143 "type": "tidelift"
2144 }
2145 ],
2146 "time": "2021-08-16T04:24:45+00:00"
2147 },
2148 {
2149 "name": "psr/cache",
2150 "version": "2.0.0",
2151 "source": {
2152 "type": "git",
2153 "url": "https://github.com/php-fig/cache.git",
2154 "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b"
2155 },
2156 "dist": {
2157 "type": "zip",
2158 "url": "https://api.github.com/repos/php-fig/cache/zipball/213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
2159 "reference": "213f9dbc5b9bfbc4f8db86d2838dc968752ce13b",
2160 "shasum": ""
2161 },
2162 "require": {
2163 "php": ">=8.0.0"
2164 },
2165 "type": "library",
2166 "extra": {
2167 "branch-alias": {
2168 "dev-master": "1.0.x-dev"
2169 }
2170 },
2171 "autoload": {
2172 "psr-4": {
2173 "Psr\\Cache\\": "src/"
2174 }
2175 },
2176 "notification-url": "https://packagist.org/downloads/",
2177 "license": [
2178 "MIT"
2179 ],
2180 "authors": [
2181 {
2182 "name": "PHP-FIG",
2183 "homepage": "https://www.php-fig.org/"
2184 }
2185 ],
2186 "description": "Common interface for caching libraries",
2187 "keywords": [
2188 "cache",
2189 "psr",
2190 "psr-6"
2191 ],
2192 "support": {
2193 "source": "https://github.com/php-fig/cache/tree/2.0.0"
2194 },
2195 "time": "2021-02-03T23:23:37+00:00"
2196 },
2197 {
2198 "name": "psr/container",
2199 "version": "1.1.1",
2200 "source": {
2201 "type": "git",
2202 "url": "https://github.com/php-fig/container.git",
2203 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
2204 },
2205 "dist": {
2206 "type": "zip",
2207 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
2208 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
2209 "shasum": ""
2210 },
2211 "require": {
2212 "php": ">=7.2.0"
2213 },
2214 "type": "library",
2215 "autoload": {
2216 "psr-4": {
2217 "Psr\\Container\\": "src/"
2218 }
2219 },
2220 "notification-url": "https://packagist.org/downloads/",
2221 "license": [
2222 "MIT"
2223 ],
2224 "authors": [
2225 {
2226 "name": "PHP-FIG",
2227 "homepage": "https://www.php-fig.org/"
2228 }
2229 ],
2230 "description": "Common Container Interface (PHP FIG PSR-11)",
2231 "homepage": "https://github.com/php-fig/container",
2232 "keywords": [
2233 "PSR-11",
2234 "container",
2235 "container-interface",
2236 "container-interop",
2237 "psr"
2238 ],
2239 "support": {
2240 "issues": "https://github.com/php-fig/container/issues",
2241 "source": "https://github.com/php-fig/container/tree/1.1.1"
2242 },
2243 "time": "2021-03-05T17:36:06+00:00"
2244 },
2245 {
2246 "name": "psr/event-dispatcher",
2247 "version": "1.0.0",
2248 "source": {
2249 "type": "git",
2250 "url": "https://github.com/php-fig/event-dispatcher.git",
2251 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
2252 },
2253 "dist": {
2254 "type": "zip",
2255 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
2256 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
2257 "shasum": ""
2258 },
2259 "require": {
2260 "php": ">=7.2.0"
2261 },
2262 "type": "library",
2263 "extra": {
2264 "branch-alias": {
2265 "dev-master": "1.0.x-dev"
2266 }
2267 },
2268 "autoload": {
2269 "psr-4": {
2270 "Psr\\EventDispatcher\\": "src/"
2271 }
2272 },
2273 "notification-url": "https://packagist.org/downloads/",
2274 "license": [
2275 "MIT"
2276 ],
2277 "authors": [
2278 {
2279 "name": "PHP-FIG",
2280 "homepage": "http://www.php-fig.org/"
2281 }
2282 ],
2283 "description": "Standard interfaces for event handling.",
2284 "keywords": [
2285 "events",
2286 "psr",
2287 "psr-14"
2288 ],
2289 "support": {
2290 "issues": "https://github.com/php-fig/event-dispatcher/issues",
2291 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
2292 },
2293 "time": "2019-01-08T18:20:26+00:00"
2294 },
2295 {
2296 "name": "psr/http-client",
2297 "version": "1.0.1",
2298 "source": {
2299 "type": "git",
2300 "url": "https://github.com/php-fig/http-client.git",
2301 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
2302 },
2303 "dist": {
2304 "type": "zip",
2305 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2306 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2307 "shasum": ""
2308 },
2309 "require": {
2310 "php": "^7.0 || ^8.0",
2311 "psr/http-message": "^1.0"
2312 },
2313 "type": "library",
2314 "extra": {
2315 "branch-alias": {
2316 "dev-master": "1.0.x-dev"
2317 }
2318 },
2319 "autoload": {
2320 "psr-4": {
2321 "Psr\\Http\\Client\\": "src/"
2322 }
2323 },
2324 "notification-url": "https://packagist.org/downloads/",
2325 "license": [
2326 "MIT"
2327 ],
2328 "authors": [
2329 {
2330 "name": "PHP-FIG",
2331 "homepage": "http://www.php-fig.org/"
2332 }
2333 ],
2334 "description": "Common interface for HTTP clients",
2335 "homepage": "https://github.com/php-fig/http-client",
2336 "keywords": [
2337 "http",
2338 "http-client",
2339 "psr",
2340 "psr-18"
2341 ],
2342 "support": {
2343 "source": "https://github.com/php-fig/http-client/tree/master"
2344 },
2345 "time": "2020-06-29T06:28:15+00:00"
2346 },
2347 {
2348 "name": "psr/http-message",
2349 "version": "1.0.1",
2350 "source": {
2351 "type": "git",
2352 "url": "https://github.com/php-fig/http-message.git",
2353 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2354 },
2355 "dist": {
2356 "type": "zip",
2357 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
2358 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2359 "shasum": ""
2360 },
2361 "require": {
2362 "php": ">=5.3.0"
2363 },
2364 "type": "library",
2365 "extra": {
2366 "branch-alias": {
2367 "dev-master": "1.0.x-dev"
2368 }
2369 },
2370 "autoload": {
2371 "psr-4": {
2372 "Psr\\Http\\Message\\": "src/"
2373 }
2374 },
2375 "notification-url": "https://packagist.org/downloads/",
2376 "license": [
2377 "MIT"
2378 ],
2379 "authors": [
2380 {
2381 "name": "PHP-FIG",
2382 "homepage": "http://www.php-fig.org/"
2383 }
2384 ],
2385 "description": "Common interface for HTTP messages",
2386 "homepage": "https://github.com/php-fig/http-message",
2387 "keywords": [
2388 "http",
2389 "http-message",
2390 "psr",
2391 "psr-7",
2392 "request",
2393 "response"
2394 ],
2395 "support": {
2396 "source": "https://github.com/php-fig/http-message/tree/master"
2397 },
2398 "time": "2016-08-06T14:39:51+00:00"
2399 },
2400 {
2401 "name": "psr/log",
2402 "version": "1.1.4",
2403 "source": {
2404 "type": "git",
2405 "url": "https://github.com/php-fig/log.git",
2406 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2407 },
2408 "dist": {
2409 "type": "zip",
2410 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
2411 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
2412 "shasum": ""
2413 },
2414 "require": {
2415 "php": ">=5.3.0"
2416 },
2417 "type": "library",
2418 "extra": {
2419 "branch-alias": {
2420 "dev-master": "1.1.x-dev"
2421 }
2422 },
2423 "autoload": {
2424 "psr-4": {
2425 "Psr\\Log\\": "Psr/Log/"
2426 }
2427 },
2428 "notification-url": "https://packagist.org/downloads/",
2429 "license": [
2430 "MIT"
2431 ],
2432 "authors": [
2433 {
2434 "name": "PHP-FIG",
2435 "homepage": "https://www.php-fig.org/"
2436 }
2437 ],
2438 "description": "Common interface for logging libraries",
2439 "homepage": "https://github.com/php-fig/log",
2440 "keywords": [
2441 "log",
2442 "psr",
2443 "psr-3"
2444 ],
2445 "support": {
2446 "source": "https://github.com/php-fig/log/tree/1.1.4"
2447 },
2448 "time": "2021-05-03T11:20:27+00:00"
2449 },
2450 {
2451 "name": "ralouphie/getallheaders",
2452 "version": "3.0.3",
2453 "source": {
2454 "type": "git",
2455 "url": "https://github.com/ralouphie/getallheaders.git",
2456 "reference": "120b605dfeb996808c31b6477290a714d356e822"
2457 },
2458 "dist": {
2459 "type": "zip",
2460 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
2461 "reference": "120b605dfeb996808c31b6477290a714d356e822",
2462 "shasum": ""
2463 },
2464 "require": {
2465 "php": ">=5.6"
2466 },
2467 "require-dev": {
2468 "php-coveralls/php-coveralls": "^2.1",
2469 "phpunit/phpunit": "^5 || ^6.5"
2470 },
2471 "type": "library",
2472 "autoload": {
2473 "files": [
2474 "src/getallheaders.php"
2475 ]
2476 },
2477 "notification-url": "https://packagist.org/downloads/",
2478 "license": [
2479 "MIT"
2480 ],
2481 "authors": [
2482 {
2483 "name": "Ralph Khattar",
2484 "email": "ralph.khattar@gmail.com"
2485 }
2486 ],
2487 "description": "A polyfill for getallheaders.",
2488 "support": {
2489 "issues": "https://github.com/ralouphie/getallheaders/issues",
2490 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
2491 },
2492 "time": "2019-03-08T08:55:37+00:00"
2493 },
2494 {
2495 "name": "rapsys/airbundle",
2496 "version": "dev-master",
2497 "source": {
2498 "type": "git",
2499 "url": "https://rapsys@git.rapsys.eu/airbundle",
2500 "reference": "master"
2501 },
2502 "require": {
2503 "doctrine/doctrine-bundle": "^1.0|^2.0",
2504 "doctrine/orm": "^2.0",
2505 "erusev/parsedown": "^1.7",
2506 "fpdf/fpdf": "^1.83",
2507 "google/apiclient": "^2.9",
2508 "rapsys/packbundle": "dev-master",
2509 "rapsys/userbundle": "dev-master",
2510 "symfony/flex": "^1.0",
2511 "symfony/form": "^4.0|^5.0",
2512 "symfony/framework-bundle": "^4.0|^5.0",
2513 "symfony/mailer": "^4.0|^5.0",
2514 "symfony/profiler-pack": "^1.0",
2515 "symfony/security-bundle": "^4.0|^5.0",
2516 "symfony/translation": "^4.0|^5.0",
2517 "symfony/twig-bundle": "^4.0|^5.0",
2518 "symfony/validator": "^4.0|^5.0",
2519 "twig/html-extra": "^2.0|^3.0"
2520 },
2521 "require-dev": {
2522 "doctrine/doctrine-fixtures-bundle": "^3.0",
2523 "symfony/browser-kit": "^4.0|^5.0",
2524 "symfony/maker-bundle": "^1.0",
2525 "symfony/phpunit-bridge": "^4.0|^5.0",
2526 "symfony/web-profiler-bundle": "^4.0|^5.0"
2527 },
2528 "type": "library",
2529 "autoload": {
2530 "psr-4": {
2531 "Rapsys\\AirBundle\\": ""
2532 }
2533 }
2534 },
2535 {
2536 "name": "rapsys/packbundle",
2537 "version": "dev-master",
2538 "source": {
2539 "type": "git",
2540 "url": "https://rapsys@git.rapsys.eu/packbundle",
2541 "reference": "master"
2542 },
2543 "require": {
2544 "symfony/asset": "^4.0|^5.0",
2545 "symfony/flex": "^1.0",
2546 "symfony/framework-bundle": "^4.0|^5.0",
2547 "symfony/process": "^4.0|^5.0",
2548 "symfony/twig-bundle": "^4.0|^5.0"
2549 },
2550 "type": "library",
2551 "autoload": {
2552 "psr-4": {
2553 "Rapsys\\PackBundle\\": ""
2554 }
2555 }
2556 },
2557 {
2558 "name": "rapsys/userbundle",
2559 "version": "dev-master",
2560 "source": {
2561 "type": "git",
2562 "url": "https://rapsys@git.rapsys.eu/userbundle",
2563 "reference": "master"
2564 },
2565 "require": {
2566 "doctrine/doctrine-bundle": "^1.0|^2.0",
2567 "rapsys/packbundle": "dev-master",
2568 "symfony/flex": "^1.0",
2569 "symfony/form": "^4.0|^5.0",
2570 "symfony/framework-bundle": "^4.0|^5.0",
2571 "symfony/security-bundle": "^4.0|^5.0",
2572 "symfony/validator": "^4.0|^5.0"
2573 },
2574 "require-dev": {
2575 "doctrine/doctrine-fixtures-bundle": "^3.0"
2576 },
2577 "type": "library",
2578 "autoload": {
2579 "psr-4": {
2580 "Rapsys\\UserBundle\\": ""
2581 }
2582 }
2583 },
2584 {
2585 "name": "symfony/asset",
2586 "version": "v5.3.4",
2587 "source": {
2588 "type": "git",
2589 "url": "https://github.com/symfony/asset.git",
2590 "reference": "9bd222a8fdd13ecca91384e403247103198f80a1"
2591 },
2592 "dist": {
2593 "type": "zip",
2594 "url": "https://api.github.com/repos/symfony/asset/zipball/9bd222a8fdd13ecca91384e403247103198f80a1",
2595 "reference": "9bd222a8fdd13ecca91384e403247103198f80a1",
2596 "shasum": ""
2597 },
2598 "require": {
2599 "php": ">=7.2.5",
2600 "symfony/deprecation-contracts": "^2.1",
2601 "symfony/polyfill-php80": "^1.16"
2602 },
2603 "conflict": {
2604 "symfony/http-foundation": "<5.3"
2605 },
2606 "require-dev": {
2607 "symfony/http-client": "^4.4|^5.0",
2608 "symfony/http-foundation": "^5.3",
2609 "symfony/http-kernel": "^4.4|^5.0"
2610 },
2611 "suggest": {
2612 "symfony/http-foundation": ""
2613 },
2614 "type": "library",
2615 "autoload": {
2616 "psr-4": {
2617 "Symfony\\Component\\Asset\\": ""
2618 },
2619 "exclude-from-classmap": [
2620 "/Tests/"
2621 ]
2622 },
2623 "notification-url": "https://packagist.org/downloads/",
2624 "license": [
2625 "MIT"
2626 ],
2627 "authors": [
2628 {
2629 "name": "Fabien Potencier",
2630 "email": "fabien@symfony.com"
2631 },
2632 {
2633 "name": "Symfony Community",
2634 "homepage": "https://symfony.com/contributors"
2635 }
2636 ],
2637 "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
2638 "homepage": "https://symfony.com",
2639 "support": {
2640 "source": "https://github.com/symfony/asset/tree/v5.3.4"
2641 },
2642 "funding": [
2643 {
2644 "url": "https://symfony.com/sponsor",
2645 "type": "custom"
2646 },
2647 {
2648 "url": "https://github.com/fabpot",
2649 "type": "github"
2650 },
2651 {
2652 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2653 "type": "tidelift"
2654 }
2655 ],
2656 "time": "2021-07-21T12:40:44+00:00"
2657 },
2658 {
2659 "name": "symfony/cache",
2660 "version": "v5.3.7",
2661 "source": {
2662 "type": "git",
2663 "url": "https://github.com/symfony/cache.git",
2664 "reference": "864867b13bd67347497ce956f4b253f8fe18b80c"
2665 },
2666 "dist": {
2667 "type": "zip",
2668 "url": "https://api.github.com/repos/symfony/cache/zipball/864867b13bd67347497ce956f4b253f8fe18b80c",
2669 "reference": "864867b13bd67347497ce956f4b253f8fe18b80c",
2670 "shasum": ""
2671 },
2672 "require": {
2673 "php": ">=7.2.5",
2674 "psr/cache": "^1.0|^2.0",
2675 "psr/log": "^1.1|^2|^3",
2676 "symfony/cache-contracts": "^1.1.7|^2",
2677 "symfony/deprecation-contracts": "^2.1",
2678 "symfony/polyfill-php73": "^1.9",
2679 "symfony/polyfill-php80": "^1.16",
2680 "symfony/service-contracts": "^1.1|^2",
2681 "symfony/var-exporter": "^4.4|^5.0"
2682 },
2683 "conflict": {
2684 "doctrine/dbal": "<2.10",
2685 "symfony/dependency-injection": "<4.4",
2686 "symfony/http-kernel": "<4.4",
2687 "symfony/var-dumper": "<4.4"
2688 },
2689 "provide": {
2690 "psr/cache-implementation": "1.0|2.0",
2691 "psr/simple-cache-implementation": "1.0",
2692 "symfony/cache-implementation": "1.0|2.0"
2693 },
2694 "require-dev": {
2695 "cache/integration-tests": "dev-master",
2696 "doctrine/cache": "^1.6|^2.0",
2697 "doctrine/dbal": "^2.10|^3.0",
2698 "predis/predis": "^1.1",
2699 "psr/simple-cache": "^1.0",
2700 "symfony/config": "^4.4|^5.0",
2701 "symfony/dependency-injection": "^4.4|^5.0",
2702 "symfony/filesystem": "^4.4|^5.0",
2703 "symfony/http-kernel": "^4.4|^5.0",
2704 "symfony/messenger": "^4.4|^5.0",
2705 "symfony/var-dumper": "^4.4|^5.0"
2706 },
2707 "type": "library",
2708 "autoload": {
2709 "psr-4": {
2710 "Symfony\\Component\\Cache\\": ""
2711 },
2712 "exclude-from-classmap": [
2713 "/Tests/"
2714 ]
2715 },
2716 "notification-url": "https://packagist.org/downloads/",
2717 "license": [
2718 "MIT"
2719 ],
2720 "authors": [
2721 {
2722 "name": "Nicolas Grekas",
2723 "email": "p@tchwork.com"
2724 },
2725 {
2726 "name": "Symfony Community",
2727 "homepage": "https://symfony.com/contributors"
2728 }
2729 ],
2730 "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
2731 "homepage": "https://symfony.com",
2732 "keywords": [
2733 "caching",
2734 "psr6"
2735 ],
2736 "support": {
2737 "source": "https://github.com/symfony/cache/tree/v5.3.7"
2738 },
2739 "funding": [
2740 {
2741 "url": "https://symfony.com/sponsor",
2742 "type": "custom"
2743 },
2744 {
2745 "url": "https://github.com/fabpot",
2746 "type": "github"
2747 },
2748 {
2749 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2750 "type": "tidelift"
2751 }
2752 ],
2753 "time": "2021-08-29T15:08:21+00:00"
2754 },
2755 {
2756 "name": "symfony/cache-contracts",
2757 "version": "v2.4.0",
2758 "source": {
2759 "type": "git",
2760 "url": "https://github.com/symfony/cache-contracts.git",
2761 "reference": "c0446463729b89dd4fa62e9aeecc80287323615d"
2762 },
2763 "dist": {
2764 "type": "zip",
2765 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/c0446463729b89dd4fa62e9aeecc80287323615d",
2766 "reference": "c0446463729b89dd4fa62e9aeecc80287323615d",
2767 "shasum": ""
2768 },
2769 "require": {
2770 "php": ">=7.2.5",
2771 "psr/cache": "^1.0|^2.0|^3.0"
2772 },
2773 "suggest": {
2774 "symfony/cache-implementation": ""
2775 },
2776 "type": "library",
2777 "extra": {
2778 "branch-alias": {
2779 "dev-main": "2.4-dev"
2780 },
2781 "thanks": {
2782 "name": "symfony/contracts",
2783 "url": "https://github.com/symfony/contracts"
2784 }
2785 },
2786 "autoload": {
2787 "psr-4": {
2788 "Symfony\\Contracts\\Cache\\": ""
2789 }
2790 },
2791 "notification-url": "https://packagist.org/downloads/",
2792 "license": [
2793 "MIT"
2794 ],
2795 "authors": [
2796 {
2797 "name": "Nicolas Grekas",
2798 "email": "p@tchwork.com"
2799 },
2800 {
2801 "name": "Symfony Community",
2802 "homepage": "https://symfony.com/contributors"
2803 }
2804 ],
2805 "description": "Generic abstractions related to caching",
2806 "homepage": "https://symfony.com",
2807 "keywords": [
2808 "abstractions",
2809 "contracts",
2810 "decoupling",
2811 "interfaces",
2812 "interoperability",
2813 "standards"
2814 ],
2815 "support": {
2816 "source": "https://github.com/symfony/cache-contracts/tree/v2.4.0"
2817 },
2818 "funding": [
2819 {
2820 "url": "https://symfony.com/sponsor",
2821 "type": "custom"
2822 },
2823 {
2824 "url": "https://github.com/fabpot",
2825 "type": "github"
2826 },
2827 {
2828 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2829 "type": "tidelift"
2830 }
2831 ],
2832 "time": "2021-03-23T23:28:01+00:00"
2833 },
2834 {
2835 "name": "symfony/config",
2836 "version": "v5.3.4",
2837 "source": {
2838 "type": "git",
2839 "url": "https://github.com/symfony/config.git",
2840 "reference": "4268f3059c904c61636275182707f81645517a37"
2841 },
2842 "dist": {
2843 "type": "zip",
2844 "url": "https://api.github.com/repos/symfony/config/zipball/4268f3059c904c61636275182707f81645517a37",
2845 "reference": "4268f3059c904c61636275182707f81645517a37",
2846 "shasum": ""
2847 },
2848 "require": {
2849 "php": ">=7.2.5",
2850 "symfony/deprecation-contracts": "^2.1",
2851 "symfony/filesystem": "^4.4|^5.0",
2852 "symfony/polyfill-ctype": "~1.8",
2853 "symfony/polyfill-php80": "^1.16",
2854 "symfony/polyfill-php81": "^1.22"
2855 },
2856 "conflict": {
2857 "symfony/finder": "<4.4"
2858 },
2859 "require-dev": {
2860 "symfony/event-dispatcher": "^4.4|^5.0",
2861 "symfony/finder": "^4.4|^5.0",
2862 "symfony/messenger": "^4.4|^5.0",
2863 "symfony/service-contracts": "^1.1|^2",
2864 "symfony/yaml": "^4.4|^5.0"
2865 },
2866 "suggest": {
2867 "symfony/yaml": "To use the yaml reference dumper"
2868 },
2869 "type": "library",
2870 "autoload": {
2871 "psr-4": {
2872 "Symfony\\Component\\Config\\": ""
2873 },
2874 "exclude-from-classmap": [
2875 "/Tests/"
2876 ]
2877 },
2878 "notification-url": "https://packagist.org/downloads/",
2879 "license": [
2880 "MIT"
2881 ],
2882 "authors": [
2883 {
2884 "name": "Fabien Potencier",
2885 "email": "fabien@symfony.com"
2886 },
2887 {
2888 "name": "Symfony Community",
2889 "homepage": "https://symfony.com/contributors"
2890 }
2891 ],
2892 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
2893 "homepage": "https://symfony.com",
2894 "support": {
2895 "source": "https://github.com/symfony/config/tree/v5.3.4"
2896 },
2897 "funding": [
2898 {
2899 "url": "https://symfony.com/sponsor",
2900 "type": "custom"
2901 },
2902 {
2903 "url": "https://github.com/fabpot",
2904 "type": "github"
2905 },
2906 {
2907 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2908 "type": "tidelift"
2909 }
2910 ],
2911 "time": "2021-07-21T12:40:44+00:00"
2912 },
2913 {
2914 "name": "symfony/console",
2915 "version": "v5.3.7",
2916 "source": {
2917 "type": "git",
2918 "url": "https://github.com/symfony/console.git",
2919 "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a"
2920 },
2921 "dist": {
2922 "type": "zip",
2923 "url": "https://api.github.com/repos/symfony/console/zipball/8b1008344647462ae6ec57559da166c2bfa5e16a",
2924 "reference": "8b1008344647462ae6ec57559da166c2bfa5e16a",
2925 "shasum": ""
2926 },
2927 "require": {
2928 "php": ">=7.2.5",
2929 "symfony/deprecation-contracts": "^2.1",
2930 "symfony/polyfill-mbstring": "~1.0",
2931 "symfony/polyfill-php73": "^1.8",
2932 "symfony/polyfill-php80": "^1.16",
2933 "symfony/service-contracts": "^1.1|^2",
2934 "symfony/string": "^5.1"
2935 },
2936 "conflict": {
2937 "psr/log": ">=3",
2938 "symfony/dependency-injection": "<4.4",
2939 "symfony/dotenv": "<5.1",
2940 "symfony/event-dispatcher": "<4.4",
2941 "symfony/lock": "<4.4",
2942 "symfony/process": "<4.4"
2943 },
2944 "provide": {
2945 "psr/log-implementation": "1.0|2.0"
2946 },
2947 "require-dev": {
2948 "psr/log": "^1|^2",
2949 "symfony/config": "^4.4|^5.0",
2950 "symfony/dependency-injection": "^4.4|^5.0",
2951 "symfony/event-dispatcher": "^4.4|^5.0",
2952 "symfony/lock": "^4.4|^5.0",
2953 "symfony/process": "^4.4|^5.0",
2954 "symfony/var-dumper": "^4.4|^5.0"
2955 },
2956 "suggest": {
2957 "psr/log": "For using the console logger",
2958 "symfony/event-dispatcher": "",
2959 "symfony/lock": "",
2960 "symfony/process": ""
2961 },
2962 "type": "library",
2963 "autoload": {
2964 "psr-4": {
2965 "Symfony\\Component\\Console\\": ""
2966 },
2967 "exclude-from-classmap": [
2968 "/Tests/"
2969 ]
2970 },
2971 "notification-url": "https://packagist.org/downloads/",
2972 "license": [
2973 "MIT"
2974 ],
2975 "authors": [
2976 {
2977 "name": "Fabien Potencier",
2978 "email": "fabien@symfony.com"
2979 },
2980 {
2981 "name": "Symfony Community",
2982 "homepage": "https://symfony.com/contributors"
2983 }
2984 ],
2985 "description": "Eases the creation of beautiful and testable command line interfaces",
2986 "homepage": "https://symfony.com",
2987 "keywords": [
2988 "cli",
2989 "command line",
2990 "console",
2991 "terminal"
2992 ],
2993 "support": {
2994 "source": "https://github.com/symfony/console/tree/v5.3.7"
2995 },
2996 "funding": [
2997 {
2998 "url": "https://symfony.com/sponsor",
2999 "type": "custom"
3000 },
3001 {
3002 "url": "https://github.com/fabpot",
3003 "type": "github"
3004 },
3005 {
3006 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3007 "type": "tidelift"
3008 }
3009 ],
3010 "time": "2021-08-25T20:02:16+00:00"
3011 },
3012 {
3013 "name": "symfony/dependency-injection",
3014 "version": "v5.3.7",
3015 "source": {
3016 "type": "git",
3017 "url": "https://github.com/symfony/dependency-injection.git",
3018 "reference": "a665946279f566d94ed5eb98999cfa65c6fa5a78"
3019 },
3020 "dist": {
3021 "type": "zip",
3022 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a665946279f566d94ed5eb98999cfa65c6fa5a78",
3023 "reference": "a665946279f566d94ed5eb98999cfa65c6fa5a78",
3024 "shasum": ""
3025 },
3026 "require": {
3027 "php": ">=7.2.5",
3028 "psr/container": "^1.1.1",
3029 "symfony/deprecation-contracts": "^2.1",
3030 "symfony/polyfill-php80": "^1.16",
3031 "symfony/service-contracts": "^1.1.6|^2"
3032 },
3033 "conflict": {
3034 "ext-psr": "<1.1|>=2",
3035 "symfony/config": "<5.3",
3036 "symfony/finder": "<4.4",
3037 "symfony/proxy-manager-bridge": "<4.4",
3038 "symfony/yaml": "<4.4"
3039 },
3040 "provide": {
3041 "psr/container-implementation": "1.0",
3042 "symfony/service-implementation": "1.0|2.0"
3043 },
3044 "require-dev": {
3045 "symfony/config": "^5.3",
3046 "symfony/expression-language": "^4.4|^5.0",
3047 "symfony/yaml": "^4.4|^5.0"
3048 },
3049 "suggest": {
3050 "symfony/config": "",
3051 "symfony/expression-language": "For using expressions in service container configuration",
3052 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
3053 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
3054 "symfony/yaml": ""
3055 },
3056 "type": "library",
3057 "autoload": {
3058 "psr-4": {
3059 "Symfony\\Component\\DependencyInjection\\": ""
3060 },
3061 "exclude-from-classmap": [
3062 "/Tests/"
3063 ]
3064 },
3065 "notification-url": "https://packagist.org/downloads/",
3066 "license": [
3067 "MIT"
3068 ],
3069 "authors": [
3070 {
3071 "name": "Fabien Potencier",
3072 "email": "fabien@symfony.com"
3073 },
3074 {
3075 "name": "Symfony Community",
3076 "homepage": "https://symfony.com/contributors"
3077 }
3078 ],
3079 "description": "Allows you to standardize and centralize the way objects are constructed in your application",
3080 "homepage": "https://symfony.com",
3081 "support": {
3082 "source": "https://github.com/symfony/dependency-injection/tree/v5.3.7"
3083 },
3084 "funding": [
3085 {
3086 "url": "https://symfony.com/sponsor",
3087 "type": "custom"
3088 },
3089 {
3090 "url": "https://github.com/fabpot",
3091 "type": "github"
3092 },
3093 {
3094 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3095 "type": "tidelift"
3096 }
3097 ],
3098 "time": "2021-08-02T16:16:27+00:00"
3099 },
3100 {
3101 "name": "symfony/deprecation-contracts",
3102 "version": "v2.4.0",
3103 "source": {
3104 "type": "git",
3105 "url": "https://github.com/symfony/deprecation-contracts.git",
3106 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
3107 },
3108 "dist": {
3109 "type": "zip",
3110 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
3111 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
3112 "shasum": ""
3113 },
3114 "require": {
3115 "php": ">=7.1"
3116 },
3117 "type": "library",
3118 "extra": {
3119 "branch-alias": {
3120 "dev-main": "2.4-dev"
3121 },
3122 "thanks": {
3123 "name": "symfony/contracts",
3124 "url": "https://github.com/symfony/contracts"
3125 }
3126 },
3127 "autoload": {
3128 "files": [
3129 "function.php"
3130 ]
3131 },
3132 "notification-url": "https://packagist.org/downloads/",
3133 "license": [
3134 "MIT"
3135 ],
3136 "authors": [
3137 {
3138 "name": "Nicolas Grekas",
3139 "email": "p@tchwork.com"
3140 },
3141 {
3142 "name": "Symfony Community",
3143 "homepage": "https://symfony.com/contributors"
3144 }
3145 ],
3146 "description": "A generic function and convention to trigger deprecation notices",
3147 "homepage": "https://symfony.com",
3148 "support": {
3149 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
3150 },
3151 "funding": [
3152 {
3153 "url": "https://symfony.com/sponsor",
3154 "type": "custom"
3155 },
3156 {
3157 "url": "https://github.com/fabpot",
3158 "type": "github"
3159 },
3160 {
3161 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3162 "type": "tidelift"
3163 }
3164 ],
3165 "time": "2021-03-23T23:28:01+00:00"
3166 },
3167 {
3168 "name": "symfony/doctrine-bridge",
3169 "version": "v5.3.7",
3170 "source": {
3171 "type": "git",
3172 "url": "https://github.com/symfony/doctrine-bridge.git",
3173 "reference": "b3e5ab5a4a94ac9dbfc5bc99ee1d3b940ff51dfd"
3174 },
3175 "dist": {
3176 "type": "zip",
3177 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/b3e5ab5a4a94ac9dbfc5bc99ee1d3b940ff51dfd",
3178 "reference": "b3e5ab5a4a94ac9dbfc5bc99ee1d3b940ff51dfd",
3179 "shasum": ""
3180 },
3181 "require": {
3182 "doctrine/event-manager": "~1.0",
3183 "doctrine/persistence": "^2",
3184 "php": ">=7.2.5",
3185 "symfony/deprecation-contracts": "^2.1",
3186 "symfony/polyfill-ctype": "~1.8",
3187 "symfony/polyfill-mbstring": "~1.0",
3188 "symfony/polyfill-php80": "^1.16",
3189 "symfony/service-contracts": "^1.1|^2"
3190 },
3191 "conflict": {
3192 "doctrine/dbal": "<2.10",
3193 "phpunit/phpunit": "<5.4.3",
3194 "symfony/dependency-injection": "<4.4",
3195 "symfony/form": "<5.1",
3196 "symfony/http-kernel": "<5",
3197 "symfony/messenger": "<4.4",
3198 "symfony/property-info": "<5",
3199 "symfony/security-bundle": "<5",
3200 "symfony/security-core": "<5.3",
3201 "symfony/validator": "<5.2"
3202 },
3203 "require-dev": {
3204 "composer/package-versions-deprecated": "^1.8",
3205 "doctrine/annotations": "^1.10.4",
3206 "doctrine/collections": "~1.0",
3207 "doctrine/data-fixtures": "^1.1",
3208 "doctrine/dbal": "^2.10|^3.0",
3209 "doctrine/orm": "^2.7.3",
3210 "symfony/cache": "^5.1",
3211 "symfony/config": "^4.4|^5.0",
3212 "symfony/dependency-injection": "^4.4|^5.0",
3213 "symfony/doctrine-messenger": "^5.1",
3214 "symfony/expression-language": "^4.4|^5.0",
3215 "symfony/form": "^5.1.3",
3216 "symfony/http-kernel": "^5.0",
3217 "symfony/messenger": "^4.4|^5.0",
3218 "symfony/property-access": "^4.4|^5.0",
3219 "symfony/property-info": "^5.0",
3220 "symfony/proxy-manager-bridge": "^4.4|^5.0",
3221 "symfony/security-core": "^5.3",
3222 "symfony/stopwatch": "^4.4|^5.0",
3223 "symfony/translation": "^4.4|^5.0",
3224 "symfony/uid": "^5.1",
3225 "symfony/validator": "^5.2",
3226 "symfony/var-dumper": "^4.4|^5.0"
3227 },
3228 "suggest": {
3229 "doctrine/data-fixtures": "",
3230 "doctrine/dbal": "",
3231 "doctrine/orm": "",
3232 "symfony/form": "",
3233 "symfony/property-info": "",
3234 "symfony/validator": ""
3235 },
3236 "type": "symfony-bridge",
3237 "autoload": {
3238 "psr-4": {
3239 "Symfony\\Bridge\\Doctrine\\": ""
3240 },
3241 "exclude-from-classmap": [
3242 "/Tests/"
3243 ]
3244 },
3245 "notification-url": "https://packagist.org/downloads/",
3246 "license": [
3247 "MIT"
3248 ],
3249 "authors": [
3250 {
3251 "name": "Fabien Potencier",
3252 "email": "fabien@symfony.com"
3253 },
3254 {
3255 "name": "Symfony Community",
3256 "homepage": "https://symfony.com/contributors"
3257 }
3258 ],
3259 "description": "Provides integration for Doctrine with various Symfony components",
3260 "homepage": "https://symfony.com",
3261 "support": {
3262 "source": "https://github.com/symfony/doctrine-bridge/tree/v5.3.7"
3263 },
3264 "funding": [
3265 {
3266 "url": "https://symfony.com/sponsor",
3267 "type": "custom"
3268 },
3269 {
3270 "url": "https://github.com/fabpot",
3271 "type": "github"
3272 },
3273 {
3274 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3275 "type": "tidelift"
3276 }
3277 ],
3278 "time": "2021-08-13T15:54:02+00:00"
3279 },
3280 {
3281 "name": "symfony/dom-crawler",
3282 "version": "v5.3.7",
3283 "source": {
3284 "type": "git",
3285 "url": "https://github.com/symfony/dom-crawler.git",
3286 "reference": "c7eef3a60ccfdd8eafe07f81652e769ac9c7146c"
3287 },
3288 "dist": {
3289 "type": "zip",
3290 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c7eef3a60ccfdd8eafe07f81652e769ac9c7146c",
3291 "reference": "c7eef3a60ccfdd8eafe07f81652e769ac9c7146c",
3292 "shasum": ""
3293 },
3294 "require": {
3295 "php": ">=7.2.5",
3296 "symfony/deprecation-contracts": "^2.1",
3297 "symfony/polyfill-ctype": "~1.8",
3298 "symfony/polyfill-mbstring": "~1.0",
3299 "symfony/polyfill-php80": "^1.16"
3300 },
3301 "conflict": {
3302 "masterminds/html5": "<2.6"
3303 },
3304 "require-dev": {
3305 "masterminds/html5": "^2.6",
3306 "symfony/css-selector": "^4.4|^5.0"
3307 },
3308 "suggest": {
3309 "symfony/css-selector": ""
3310 },
3311 "type": "library",
3312 "autoload": {
3313 "psr-4": {
3314 "Symfony\\Component\\DomCrawler\\": ""
3315 },
3316 "exclude-from-classmap": [
3317 "/Tests/"
3318 ]
3319 },
3320 "notification-url": "https://packagist.org/downloads/",
3321 "license": [
3322 "MIT"
3323 ],
3324 "authors": [
3325 {
3326 "name": "Fabien Potencier",
3327 "email": "fabien@symfony.com"
3328 },
3329 {
3330 "name": "Symfony Community",
3331 "homepage": "https://symfony.com/contributors"
3332 }
3333 ],
3334 "description": "Eases DOM navigation for HTML and XML documents",
3335 "homepage": "https://symfony.com",
3336 "support": {
3337 "source": "https://github.com/symfony/dom-crawler/tree/v5.3.7"
3338 },
3339 "funding": [
3340 {
3341 "url": "https://symfony.com/sponsor",
3342 "type": "custom"
3343 },
3344 {
3345 "url": "https://github.com/fabpot",
3346 "type": "github"
3347 },
3348 {
3349 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3350 "type": "tidelift"
3351 }
3352 ],
3353 "time": "2021-08-29T19:32:13+00:00"
3354 },
3355 {
3356 "name": "symfony/dotenv",
3357 "version": "v5.3.7",
3358 "source": {
3359 "type": "git",
3360 "url": "https://github.com/symfony/dotenv.git",
3361 "reference": "99a18c2e23f4d901c36cea2012f9f1a8e25e99e4"
3362 },
3363 "dist": {
3364 "type": "zip",
3365 "url": "https://api.github.com/repos/symfony/dotenv/zipball/99a18c2e23f4d901c36cea2012f9f1a8e25e99e4",
3366 "reference": "99a18c2e23f4d901c36cea2012f9f1a8e25e99e4",
3367 "shasum": ""
3368 },
3369 "require": {
3370 "php": ">=7.2.5",
3371 "symfony/deprecation-contracts": "^2.1"
3372 },
3373 "require-dev": {
3374 "symfony/process": "^4.4|^5.0"
3375 },
3376 "type": "library",
3377 "autoload": {
3378 "psr-4": {
3379 "Symfony\\Component\\Dotenv\\": ""
3380 },
3381 "exclude-from-classmap": [
3382 "/Tests/"
3383 ]
3384 },
3385 "notification-url": "https://packagist.org/downloads/",
3386 "license": [
3387 "MIT"
3388 ],
3389 "authors": [
3390 {
3391 "name": "Fabien Potencier",
3392 "email": "fabien@symfony.com"
3393 },
3394 {
3395 "name": "Symfony Community",
3396 "homepage": "https://symfony.com/contributors"
3397 }
3398 ],
3399 "description": "Registers environment variables from a .env file",
3400 "homepage": "https://symfony.com",
3401 "keywords": [
3402 "dotenv",
3403 "env",
3404 "environment"
3405 ],
3406 "support": {
3407 "source": "https://github.com/symfony/dotenv/tree/v5.3.7"
3408 },
3409 "funding": [
3410 {
3411 "url": "https://symfony.com/sponsor",
3412 "type": "custom"
3413 },
3414 {
3415 "url": "https://github.com/fabpot",
3416 "type": "github"
3417 },
3418 {
3419 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3420 "type": "tidelift"
3421 }
3422 ],
3423 "time": "2021-07-02T16:35:09+00:00"
3424 },
3425 {
3426 "name": "symfony/error-handler",
3427 "version": "v5.3.7",
3428 "source": {
3429 "type": "git",
3430 "url": "https://github.com/symfony/error-handler.git",
3431 "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321"
3432 },
3433 "dist": {
3434 "type": "zip",
3435 "url": "https://api.github.com/repos/symfony/error-handler/zipball/3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321",
3436 "reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321",
3437 "shasum": ""
3438 },
3439 "require": {
3440 "php": ">=7.2.5",
3441 "psr/log": "^1|^2|^3",
3442 "symfony/var-dumper": "^4.4|^5.0"
3443 },
3444 "require-dev": {
3445 "symfony/deprecation-contracts": "^2.1",
3446 "symfony/http-kernel": "^4.4|^5.0",
3447 "symfony/serializer": "^4.4|^5.0"
3448 },
3449 "type": "library",
3450 "autoload": {
3451 "psr-4": {
3452 "Symfony\\Component\\ErrorHandler\\": ""
3453 },
3454 "exclude-from-classmap": [
3455 "/Tests/"
3456 ]
3457 },
3458 "notification-url": "https://packagist.org/downloads/",
3459 "license": [
3460 "MIT"
3461 ],
3462 "authors": [
3463 {
3464 "name": "Fabien Potencier",
3465 "email": "fabien@symfony.com"
3466 },
3467 {
3468 "name": "Symfony Community",
3469 "homepage": "https://symfony.com/contributors"
3470 }
3471 ],
3472 "description": "Provides tools to manage errors and ease debugging PHP code",
3473 "homepage": "https://symfony.com",
3474 "support": {
3475 "source": "https://github.com/symfony/error-handler/tree/v5.3.7"
3476 },
3477 "funding": [
3478 {
3479 "url": "https://symfony.com/sponsor",
3480 "type": "custom"
3481 },
3482 {
3483 "url": "https://github.com/fabpot",
3484 "type": "github"
3485 },
3486 {
3487 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3488 "type": "tidelift"
3489 }
3490 ],
3491 "time": "2021-08-28T15:07:08+00:00"
3492 },
3493 {
3494 "name": "symfony/event-dispatcher",
3495 "version": "v5.3.7",
3496 "source": {
3497 "type": "git",
3498 "url": "https://github.com/symfony/event-dispatcher.git",
3499 "reference": "ce7b20d69c66a20939d8952b617506a44d102130"
3500 },
3501 "dist": {
3502 "type": "zip",
3503 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ce7b20d69c66a20939d8952b617506a44d102130",
3504 "reference": "ce7b20d69c66a20939d8952b617506a44d102130",
3505 "shasum": ""
3506 },
3507 "require": {
3508 "php": ">=7.2.5",
3509 "symfony/deprecation-contracts": "^2.1",
3510 "symfony/event-dispatcher-contracts": "^2",
3511 "symfony/polyfill-php80": "^1.16"
3512 },
3513 "conflict": {
3514 "symfony/dependency-injection": "<4.4"
3515 },
3516 "provide": {
3517 "psr/event-dispatcher-implementation": "1.0",
3518 "symfony/event-dispatcher-implementation": "2.0"
3519 },
3520 "require-dev": {
3521 "psr/log": "^1|^2|^3",
3522 "symfony/config": "^4.4|^5.0",
3523 "symfony/dependency-injection": "^4.4|^5.0",
3524 "symfony/error-handler": "^4.4|^5.0",
3525 "symfony/expression-language": "^4.4|^5.0",
3526 "symfony/http-foundation": "^4.4|^5.0",
3527 "symfony/service-contracts": "^1.1|^2",
3528 "symfony/stopwatch": "^4.4|^5.0"
3529 },
3530 "suggest": {
3531 "symfony/dependency-injection": "",
3532 "symfony/http-kernel": ""
3533 },
3534 "type": "library",
3535 "autoload": {
3536 "psr-4": {
3537 "Symfony\\Component\\EventDispatcher\\": ""
3538 },
3539 "exclude-from-classmap": [
3540 "/Tests/"
3541 ]
3542 },
3543 "notification-url": "https://packagist.org/downloads/",
3544 "license": [
3545 "MIT"
3546 ],
3547 "authors": [
3548 {
3549 "name": "Fabien Potencier",
3550 "email": "fabien@symfony.com"
3551 },
3552 {
3553 "name": "Symfony Community",
3554 "homepage": "https://symfony.com/contributors"
3555 }
3556 ],
3557 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3558 "homepage": "https://symfony.com",
3559 "support": {
3560 "source": "https://github.com/symfony/event-dispatcher/tree/v5.3.7"
3561 },
3562 "funding": [
3563 {
3564 "url": "https://symfony.com/sponsor",
3565 "type": "custom"
3566 },
3567 {
3568 "url": "https://github.com/fabpot",
3569 "type": "github"
3570 },
3571 {
3572 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3573 "type": "tidelift"
3574 }
3575 ],
3576 "time": "2021-08-04T21:20:46+00:00"
3577 },
3578 {
3579 "name": "symfony/event-dispatcher-contracts",
3580 "version": "v2.4.0",
3581 "source": {
3582 "type": "git",
3583 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3584 "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11"
3585 },
3586 "dist": {
3587 "type": "zip",
3588 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11",
3589 "reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11",
3590 "shasum": ""
3591 },
3592 "require": {
3593 "php": ">=7.2.5",
3594 "psr/event-dispatcher": "^1"
3595 },
3596 "suggest": {
3597 "symfony/event-dispatcher-implementation": ""
3598 },
3599 "type": "library",
3600 "extra": {
3601 "branch-alias": {
3602 "dev-main": "2.4-dev"
3603 },
3604 "thanks": {
3605 "name": "symfony/contracts",
3606 "url": "https://github.com/symfony/contracts"
3607 }
3608 },
3609 "autoload": {
3610 "psr-4": {
3611 "Symfony\\Contracts\\EventDispatcher\\": ""
3612 }
3613 },
3614 "notification-url": "https://packagist.org/downloads/",
3615 "license": [
3616 "MIT"
3617 ],
3618 "authors": [
3619 {
3620 "name": "Nicolas Grekas",
3621 "email": "p@tchwork.com"
3622 },
3623 {
3624 "name": "Symfony Community",
3625 "homepage": "https://symfony.com/contributors"
3626 }
3627 ],
3628 "description": "Generic abstractions related to dispatching event",
3629 "homepage": "https://symfony.com",
3630 "keywords": [
3631 "abstractions",
3632 "contracts",
3633 "decoupling",
3634 "interfaces",
3635 "interoperability",
3636 "standards"
3637 ],
3638 "support": {
3639 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0"
3640 },
3641 "funding": [
3642 {
3643 "url": "https://symfony.com/sponsor",
3644 "type": "custom"
3645 },
3646 {
3647 "url": "https://github.com/fabpot",
3648 "type": "github"
3649 },
3650 {
3651 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3652 "type": "tidelift"
3653 }
3654 ],
3655 "time": "2021-03-23T23:28:01+00:00"
3656 },
3657 {
3658 "name": "symfony/filesystem",
3659 "version": "v5.3.4",
3660 "source": {
3661 "type": "git",
3662 "url": "https://github.com/symfony/filesystem.git",
3663 "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
3664 },
3665 "dist": {
3666 "type": "zip",
3667 "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
3668 "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
3669 "shasum": ""
3670 },
3671 "require": {
3672 "php": ">=7.2.5",
3673 "symfony/polyfill-ctype": "~1.8",
3674 "symfony/polyfill-php80": "^1.16"
3675 },
3676 "type": "library",
3677 "autoload": {
3678 "psr-4": {
3679 "Symfony\\Component\\Filesystem\\": ""
3680 },
3681 "exclude-from-classmap": [
3682 "/Tests/"
3683 ]
3684 },
3685 "notification-url": "https://packagist.org/downloads/",
3686 "license": [
3687 "MIT"
3688 ],
3689 "authors": [
3690 {
3691 "name": "Fabien Potencier",
3692 "email": "fabien@symfony.com"
3693 },
3694 {
3695 "name": "Symfony Community",
3696 "homepage": "https://symfony.com/contributors"
3697 }
3698 ],
3699 "description": "Provides basic utilities for the filesystem",
3700 "homepage": "https://symfony.com",
3701 "support": {
3702 "source": "https://github.com/symfony/filesystem/tree/v5.3.4"
3703 },
3704 "funding": [
3705 {
3706 "url": "https://symfony.com/sponsor",
3707 "type": "custom"
3708 },
3709 {
3710 "url": "https://github.com/fabpot",
3711 "type": "github"
3712 },
3713 {
3714 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3715 "type": "tidelift"
3716 }
3717 ],
3718 "time": "2021-07-21T12:40:44+00:00"
3719 },
3720 {
3721 "name": "symfony/finder",
3722 "version": "v5.3.7",
3723 "source": {
3724 "type": "git",
3725 "url": "https://github.com/symfony/finder.git",
3726 "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
3727 },
3728 "dist": {
3729 "type": "zip",
3730 "url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
3731 "reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
3732 "shasum": ""
3733 },
3734 "require": {
3735 "php": ">=7.2.5",
3736 "symfony/polyfill-php80": "^1.16"
3737 },
3738 "type": "library",
3739 "autoload": {
3740 "psr-4": {
3741 "Symfony\\Component\\Finder\\": ""
3742 },
3743 "exclude-from-classmap": [
3744 "/Tests/"
3745 ]
3746 },
3747 "notification-url": "https://packagist.org/downloads/",
3748 "license": [
3749 "MIT"
3750 ],
3751 "authors": [
3752 {
3753 "name": "Fabien Potencier",
3754 "email": "fabien@symfony.com"
3755 },
3756 {
3757 "name": "Symfony Community",
3758 "homepage": "https://symfony.com/contributors"
3759 }
3760 ],
3761 "description": "Finds files and directories via an intuitive fluent interface",
3762 "homepage": "https://symfony.com",
3763 "support": {
3764 "source": "https://github.com/symfony/finder/tree/v5.3.7"
3765 },
3766 "funding": [
3767 {
3768 "url": "https://symfony.com/sponsor",
3769 "type": "custom"
3770 },
3771 {
3772 "url": "https://github.com/fabpot",
3773 "type": "github"
3774 },
3775 {
3776 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3777 "type": "tidelift"
3778 }
3779 ],
3780 "time": "2021-08-04T21:20:46+00:00"
3781 },
3782 {
3783 "name": "symfony/flex",
3784 "version": "v1.15.3",
3785 "source": {
3786 "type": "git",
3787 "url": "https://github.com/symfony/flex.git",
3788 "reference": "f16f10772422ace36dc76d5d5c7a682c8b925c0c"
3789 },
3790 "dist": {
3791 "type": "zip",
3792 "url": "https://api.github.com/repos/symfony/flex/zipball/f16f10772422ace36dc76d5d5c7a682c8b925c0c",
3793 "reference": "f16f10772422ace36dc76d5d5c7a682c8b925c0c",
3794 "shasum": ""
3795 },
3796 "require": {
3797 "composer-plugin-api": "^1.0|^2.0",
3798 "php": ">=7.1"
3799 },
3800 "require-dev": {
3801 "composer/composer": "^1.0.2|^2.0",
3802 "symfony/dotenv": "^4.4|^5.0",
3803 "symfony/filesystem": "^4.4|^5.0",
3804 "symfony/phpunit-bridge": "^4.4|^5.0",
3805 "symfony/process": "^3.4|^4.4|^5.0"
3806 },
3807 "type": "composer-plugin",
3808 "extra": {
3809 "branch-alias": {
3810 "dev-main": "1.13-dev"
3811 },
3812 "class": "Symfony\\Flex\\Flex"
3813 },
3814 "autoload": {
3815 "psr-4": {
3816 "Symfony\\Flex\\": "src"
3817 }
3818 },
3819 "notification-url": "https://packagist.org/downloads/",
3820 "license": [
3821 "MIT"
3822 ],
3823 "authors": [
3824 {
3825 "name": "Fabien Potencier",
3826 "email": "fabien.potencier@gmail.com"
3827 }
3828 ],
3829 "description": "Composer plugin for Symfony",
3830 "support": {
3831 "issues": "https://github.com/symfony/flex/issues",
3832 "source": "https://github.com/symfony/flex/tree/v1.15.3"
3833 },
3834 "funding": [
3835 {
3836 "url": "https://symfony.com/sponsor",
3837 "type": "custom"
3838 },
3839 {
3840 "url": "https://github.com/fabpot",
3841 "type": "github"
3842 },
3843 {
3844 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3845 "type": "tidelift"
3846 }
3847 ],
3848 "time": "2021-09-06T12:45:00+00:00"
3849 },
3850 {
3851 "name": "symfony/form",
3852 "version": "v5.3.7",
3853 "source": {
3854 "type": "git",
3855 "url": "https://github.com/symfony/form.git",
3856 "reference": "325f8c34c3bc58192274e64f042cfc2daad792b0"
3857 },
3858 "dist": {
3859 "type": "zip",
3860 "url": "https://api.github.com/repos/symfony/form/zipball/325f8c34c3bc58192274e64f042cfc2daad792b0",
3861 "reference": "325f8c34c3bc58192274e64f042cfc2daad792b0",
3862 "shasum": ""
3863 },
3864 "require": {
3865 "php": ">=7.2.5",
3866 "symfony/deprecation-contracts": "^2.1",
3867 "symfony/event-dispatcher": "^4.4|^5.0",
3868 "symfony/options-resolver": "^5.1",
3869 "symfony/polyfill-ctype": "~1.8",
3870 "symfony/polyfill-intl-icu": "^1.21",
3871 "symfony/polyfill-mbstring": "~1.0",
3872 "symfony/polyfill-php80": "^1.16",
3873 "symfony/property-access": "^5.0.8",
3874 "symfony/service-contracts": "^1.1|^2"
3875 },
3876 "conflict": {
3877 "phpunit/phpunit": "<5.4.3",
3878 "symfony/console": "<4.4",
3879 "symfony/dependency-injection": "<4.4",
3880 "symfony/doctrine-bridge": "<4.4",
3881 "symfony/error-handler": "<4.4.5",
3882 "symfony/framework-bundle": "<4.4",
3883 "symfony/http-kernel": "<4.4",
3884 "symfony/translation": "<4.4",
3885 "symfony/translation-contracts": "<1.1.7",
3886 "symfony/twig-bridge": "<4.4"
3887 },
3888 "require-dev": {
3889 "doctrine/collections": "~1.0",
3890 "symfony/config": "^4.4|^5.0",
3891 "symfony/console": "^4.4|^5.0",
3892 "symfony/dependency-injection": "^4.4|^5.0",
3893 "symfony/expression-language": "^4.4|^5.0",
3894 "symfony/http-foundation": "^4.4|^5.0",
3895 "symfony/http-kernel": "^4.4|^5.0",
3896 "symfony/intl": "^4.4|^5.0",
3897 "symfony/security-csrf": "^4.4|^5.0",
3898 "symfony/translation": "^4.4|^5.0",
3899 "symfony/uid": "^5.1",
3900 "symfony/validator": "^4.4.17|^5.1.9",
3901 "symfony/var-dumper": "^4.4|^5.0"
3902 },
3903 "suggest": {
3904 "symfony/security-csrf": "For protecting forms against CSRF attacks.",
3905 "symfony/twig-bridge": "For templating with Twig.",
3906 "symfony/validator": "For form validation."
3907 },
3908 "type": "library",
3909 "autoload": {
3910 "psr-4": {
3911 "Symfony\\Component\\Form\\": ""
3912 },
3913 "exclude-from-classmap": [
3914 "/Tests/"
3915 ]
3916 },
3917 "notification-url": "https://packagist.org/downloads/",
3918 "license": [
3919 "MIT"
3920 ],
3921 "authors": [
3922 {
3923 "name": "Fabien Potencier",
3924 "email": "fabien@symfony.com"
3925 },
3926 {
3927 "name": "Symfony Community",
3928 "homepage": "https://symfony.com/contributors"
3929 }
3930 ],
3931 "description": "Allows to easily create, process and reuse HTML forms",
3932 "homepage": "https://symfony.com",
3933 "support": {
3934 "source": "https://github.com/symfony/form/tree/v5.3.7"
3935 },
3936 "funding": [
3937 {
3938 "url": "https://symfony.com/sponsor",
3939 "type": "custom"
3940 },
3941 {
3942 "url": "https://github.com/fabpot",
3943 "type": "github"
3944 },
3945 {
3946 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3947 "type": "tidelift"
3948 }
3949 ],
3950 "time": "2021-08-23T12:57:24+00:00"
3951 },
3952 {
3953 "name": "symfony/framework-bundle",
3954 "version": "v5.3.7",
3955 "source": {
3956 "type": "git",
3957 "url": "https://github.com/symfony/framework-bundle.git",
3958 "reference": "5d4fcef02a42ea86280afcbacedf8de7a039032c"
3959 },
3960 "dist": {
3961 "type": "zip",
3962 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5d4fcef02a42ea86280afcbacedf8de7a039032c",
3963 "reference": "5d4fcef02a42ea86280afcbacedf8de7a039032c",
3964 "shasum": ""
3965 },
3966 "require": {
3967 "ext-xml": "*",
3968 "php": ">=7.2.5",
3969 "symfony/cache": "^5.2",
3970 "symfony/config": "^5.3",
3971 "symfony/dependency-injection": "^5.3",
3972 "symfony/deprecation-contracts": "^2.1",
3973 "symfony/error-handler": "^4.4.1|^5.0.1",
3974 "symfony/event-dispatcher": "^5.1",
3975 "symfony/filesystem": "^4.4|^5.0",
3976 "symfony/finder": "^4.4|^5.0",
3977 "symfony/http-foundation": "^5.3",
3978 "symfony/http-kernel": "^5.3",
3979 "symfony/polyfill-mbstring": "~1.0",
3980 "symfony/polyfill-php80": "^1.16",
3981 "symfony/routing": "^5.3"
3982 },
3983 "conflict": {
3984 "doctrine/persistence": "<1.3",
3985 "phpdocumentor/reflection-docblock": "<3.2.2",
3986 "phpdocumentor/type-resolver": "<1.4.0",
3987 "phpunit/phpunit": "<5.4.3",
3988 "symfony/asset": "<5.3",
3989 "symfony/browser-kit": "<4.4",
3990 "symfony/console": "<5.2.5",
3991 "symfony/dom-crawler": "<4.4",
3992 "symfony/dotenv": "<5.1",
3993 "symfony/form": "<5.2",
3994 "symfony/http-client": "<4.4",
3995 "symfony/lock": "<4.4",
3996 "symfony/mailer": "<5.2",
3997 "symfony/messenger": "<4.4",
3998 "symfony/mime": "<4.4",
3999 "symfony/property-access": "<5.3",
4000 "symfony/property-info": "<4.4",
4001 "symfony/security-core": "<5.3",
4002 "symfony/security-csrf": "<5.3",
4003 "symfony/serializer": "<5.2",
4004 "symfony/stopwatch": "<4.4",
4005 "symfony/translation": "<5.3",
4006 "symfony/twig-bridge": "<4.4",
4007 "symfony/twig-bundle": "<4.4",
4008 "symfony/validator": "<5.2",
4009 "symfony/web-profiler-bundle": "<4.4",
4010 "symfony/workflow": "<5.2"
4011 },
4012 "require-dev": {
4013 "doctrine/annotations": "^1.10.4",
4014 "doctrine/cache": "^1.0|^2.0",
4015 "doctrine/persistence": "^1.3|^2.0",
4016 "paragonie/sodium_compat": "^1.8",
4017 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4018 "symfony/asset": "^5.3",
4019 "symfony/browser-kit": "^4.4|^5.0",
4020 "symfony/console": "^5.2",
4021 "symfony/css-selector": "^4.4|^5.0",
4022 "symfony/dom-crawler": "^4.4.30|^5.3.7",
4023 "symfony/dotenv": "^5.1",
4024 "symfony/expression-language": "^4.4|^5.0",
4025 "symfony/form": "^5.2",
4026 "symfony/http-client": "^4.4|^5.0",
4027 "symfony/lock": "^4.4|^5.0",
4028 "symfony/mailer": "^5.2",
4029 "symfony/messenger": "^5.2",
4030 "symfony/mime": "^4.4|^5.0",
4031 "symfony/notifier": "^5.3",
4032 "symfony/phpunit-bridge": "^5.3",
4033 "symfony/polyfill-intl-icu": "~1.0",
4034 "symfony/process": "^4.4|^5.0",
4035 "symfony/property-info": "^4.4|^5.0",
4036 "symfony/rate-limiter": "^5.2",
4037 "symfony/security-bundle": "^5.3",
4038 "symfony/serializer": "^5.2",
4039 "symfony/stopwatch": "^4.4|^5.0",
4040 "symfony/string": "^5.0",
4041 "symfony/translation": "^5.3",
4042 "symfony/twig-bundle": "^4.4|^5.0",
4043 "symfony/validator": "^5.2",
4044 "symfony/web-link": "^4.4|^5.0",
4045 "symfony/workflow": "^5.2",
4046 "symfony/yaml": "^4.4|^5.0",
4047 "twig/twig": "^2.10|^3.0"
4048 },
4049 "suggest": {
4050 "ext-apcu": "For best performance of the system caches",
4051 "symfony/console": "For using the console commands",
4052 "symfony/form": "For using forms",
4053 "symfony/property-info": "For using the property_info service",
4054 "symfony/serializer": "For using the serializer service",
4055 "symfony/validator": "For using validation",
4056 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
4057 "symfony/yaml": "For using the debug:config and lint:yaml commands"
4058 },
4059 "type": "symfony-bundle",
4060 "autoload": {
4061 "psr-4": {
4062 "Symfony\\Bundle\\FrameworkBundle\\": ""
4063 },
4064 "exclude-from-classmap": [
4065 "/Tests/"
4066 ]
4067 },
4068 "notification-url": "https://packagist.org/downloads/",
4069 "license": [
4070 "MIT"
4071 ],
4072 "authors": [
4073 {
4074 "name": "Fabien Potencier",
4075 "email": "fabien@symfony.com"
4076 },
4077 {
4078 "name": "Symfony Community",
4079 "homepage": "https://symfony.com/contributors"
4080 }
4081 ],
4082 "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
4083 "homepage": "https://symfony.com",
4084 "support": {
4085 "source": "https://github.com/symfony/framework-bundle/tree/v5.3.7"
4086 },
4087 "funding": [
4088 {
4089 "url": "https://symfony.com/sponsor",
4090 "type": "custom"
4091 },
4092 {
4093 "url": "https://github.com/fabpot",
4094 "type": "github"
4095 },
4096 {
4097 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4098 "type": "tidelift"
4099 }
4100 ],
4101 "time": "2021-08-26T08:37:07+00:00"
4102 },
4103 {
4104 "name": "symfony/http-client-contracts",
4105 "version": "v2.4.0",
4106 "source": {
4107 "type": "git",
4108 "url": "https://github.com/symfony/http-client-contracts.git",
4109 "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
4110 },
4111 "dist": {
4112 "type": "zip",
4113 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
4114 "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
4115 "shasum": ""
4116 },
4117 "require": {
4118 "php": ">=7.2.5"
4119 },
4120 "suggest": {
4121 "symfony/http-client-implementation": ""
4122 },
4123 "type": "library",
4124 "extra": {
4125 "branch-alias": {
4126 "dev-main": "2.4-dev"
4127 },
4128 "thanks": {
4129 "name": "symfony/contracts",
4130 "url": "https://github.com/symfony/contracts"
4131 }
4132 },
4133 "autoload": {
4134 "psr-4": {
4135 "Symfony\\Contracts\\HttpClient\\": ""
4136 }
4137 },
4138 "notification-url": "https://packagist.org/downloads/",
4139 "license": [
4140 "MIT"
4141 ],
4142 "authors": [
4143 {
4144 "name": "Nicolas Grekas",
4145 "email": "p@tchwork.com"
4146 },
4147 {
4148 "name": "Symfony Community",
4149 "homepage": "https://symfony.com/contributors"
4150 }
4151 ],
4152 "description": "Generic abstractions related to HTTP clients",
4153 "homepage": "https://symfony.com",
4154 "keywords": [
4155 "abstractions",
4156 "contracts",
4157 "decoupling",
4158 "interfaces",
4159 "interoperability",
4160 "standards"
4161 ],
4162 "support": {
4163 "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
4164 },
4165 "funding": [
4166 {
4167 "url": "https://symfony.com/sponsor",
4168 "type": "custom"
4169 },
4170 {
4171 "url": "https://github.com/fabpot",
4172 "type": "github"
4173 },
4174 {
4175 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4176 "type": "tidelift"
4177 }
4178 ],
4179 "time": "2021-04-11T23:07:08+00:00"
4180 },
4181 {
4182 "name": "symfony/http-foundation",
4183 "version": "v5.3.7",
4184 "source": {
4185 "type": "git",
4186 "url": "https://github.com/symfony/http-foundation.git",
4187 "reference": "e36c8e5502b4f3f0190c675f1c1f1248a64f04e5"
4188 },
4189 "dist": {
4190 "type": "zip",
4191 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e36c8e5502b4f3f0190c675f1c1f1248a64f04e5",
4192 "reference": "e36c8e5502b4f3f0190c675f1c1f1248a64f04e5",
4193 "shasum": ""
4194 },
4195 "require": {
4196 "php": ">=7.2.5",
4197 "symfony/deprecation-contracts": "^2.1",
4198 "symfony/polyfill-mbstring": "~1.1",
4199 "symfony/polyfill-php80": "^1.16"
4200 },
4201 "require-dev": {
4202 "predis/predis": "~1.0",
4203 "symfony/cache": "^4.4|^5.0",
4204 "symfony/expression-language": "^4.4|^5.0",
4205 "symfony/mime": "^4.4|^5.0"
4206 },
4207 "suggest": {
4208 "symfony/mime": "To use the file extension guesser"
4209 },
4210 "type": "library",
4211 "autoload": {
4212 "psr-4": {
4213 "Symfony\\Component\\HttpFoundation\\": ""
4214 },
4215 "exclude-from-classmap": [
4216 "/Tests/"
4217 ]
4218 },
4219 "notification-url": "https://packagist.org/downloads/",
4220 "license": [
4221 "MIT"
4222 ],
4223 "authors": [
4224 {
4225 "name": "Fabien Potencier",
4226 "email": "fabien@symfony.com"
4227 },
4228 {
4229 "name": "Symfony Community",
4230 "homepage": "https://symfony.com/contributors"
4231 }
4232 ],
4233 "description": "Defines an object-oriented layer for the HTTP specification",
4234 "homepage": "https://symfony.com",
4235 "support": {
4236 "source": "https://github.com/symfony/http-foundation/tree/v5.3.7"
4237 },
4238 "funding": [
4239 {
4240 "url": "https://symfony.com/sponsor",
4241 "type": "custom"
4242 },
4243 {
4244 "url": "https://github.com/fabpot",
4245 "type": "github"
4246 },
4247 {
4248 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4249 "type": "tidelift"
4250 }
4251 ],
4252 "time": "2021-08-27T11:20:35+00:00"
4253 },
4254 {
4255 "name": "symfony/http-kernel",
4256 "version": "v5.3.7",
4257 "source": {
4258 "type": "git",
4259 "url": "https://github.com/symfony/http-kernel.git",
4260 "reference": "a3a78e37935a527b50376c22ac1cec35b57fe787"
4261 },
4262 "dist": {
4263 "type": "zip",
4264 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a3a78e37935a527b50376c22ac1cec35b57fe787",
4265 "reference": "a3a78e37935a527b50376c22ac1cec35b57fe787",
4266 "shasum": ""
4267 },
4268 "require": {
4269 "php": ">=7.2.5",
4270 "psr/log": "^1|^2",
4271 "symfony/deprecation-contracts": "^2.1",
4272 "symfony/error-handler": "^4.4|^5.0",
4273 "symfony/event-dispatcher": "^5.0",
4274 "symfony/http-client-contracts": "^1.1|^2",
4275 "symfony/http-foundation": "^5.3.7",
4276 "symfony/polyfill-ctype": "^1.8",
4277 "symfony/polyfill-php73": "^1.9",
4278 "symfony/polyfill-php80": "^1.16"
4279 },
4280 "conflict": {
4281 "symfony/browser-kit": "<4.4",
4282 "symfony/cache": "<5.0",
4283 "symfony/config": "<5.0",
4284 "symfony/console": "<4.4",
4285 "symfony/dependency-injection": "<5.3",
4286 "symfony/doctrine-bridge": "<5.0",
4287 "symfony/form": "<5.0",
4288 "symfony/http-client": "<5.0",
4289 "symfony/mailer": "<5.0",
4290 "symfony/messenger": "<5.0",
4291 "symfony/translation": "<5.0",
4292 "symfony/twig-bridge": "<5.0",
4293 "symfony/validator": "<5.0",
4294 "twig/twig": "<2.13"
4295 },
4296 "provide": {
4297 "psr/log-implementation": "1.0|2.0"
4298 },
4299 "require-dev": {
4300 "psr/cache": "^1.0|^2.0|^3.0",
4301 "symfony/browser-kit": "^4.4|^5.0",
4302 "symfony/config": "^5.0",
4303 "symfony/console": "^4.4|^5.0",
4304 "symfony/css-selector": "^4.4|^5.0",
4305 "symfony/dependency-injection": "^5.3",
4306 "symfony/dom-crawler": "^4.4|^5.0",
4307 "symfony/expression-language": "^4.4|^5.0",
4308 "symfony/finder": "^4.4|^5.0",
4309 "symfony/process": "^4.4|^5.0",
4310 "symfony/routing": "^4.4|^5.0",
4311 "symfony/stopwatch": "^4.4|^5.0",
4312 "symfony/translation": "^4.4|^5.0",
4313 "symfony/translation-contracts": "^1.1|^2",
4314 "twig/twig": "^2.13|^3.0.4"
4315 },
4316 "suggest": {
4317 "symfony/browser-kit": "",
4318 "symfony/config": "",
4319 "symfony/console": "",
4320 "symfony/dependency-injection": ""
4321 },
4322 "type": "library",
4323 "autoload": {
4324 "psr-4": {
4325 "Symfony\\Component\\HttpKernel\\": ""
4326 },
4327 "exclude-from-classmap": [
4328 "/Tests/"
4329 ]
4330 },
4331 "notification-url": "https://packagist.org/downloads/",
4332 "license": [
4333 "MIT"
4334 ],
4335 "authors": [
4336 {
4337 "name": "Fabien Potencier",
4338 "email": "fabien@symfony.com"
4339 },
4340 {
4341 "name": "Symfony Community",
4342 "homepage": "https://symfony.com/contributors"
4343 }
4344 ],
4345 "description": "Provides a structured process for converting a Request into a Response",
4346 "homepage": "https://symfony.com",
4347 "support": {
4348 "source": "https://github.com/symfony/http-kernel/tree/v5.3.7"
4349 },
4350 "funding": [
4351 {
4352 "url": "https://symfony.com/sponsor",
4353 "type": "custom"
4354 },
4355 {
4356 "url": "https://github.com/fabpot",
4357 "type": "github"
4358 },
4359 {
4360 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4361 "type": "tidelift"
4362 }
4363 ],
4364 "time": "2021-08-30T12:37:19+00:00"
4365 },
4366 {
4367 "name": "symfony/intl",
4368 "version": "v5.3.7",
4369 "source": {
4370 "type": "git",
4371 "url": "https://github.com/symfony/intl.git",
4372 "reference": "1af1675221f35dec23b13193873139338c784290"
4373 },
4374 "dist": {
4375 "type": "zip",
4376 "url": "https://api.github.com/repos/symfony/intl/zipball/1af1675221f35dec23b13193873139338c784290",
4377 "reference": "1af1675221f35dec23b13193873139338c784290",
4378 "shasum": ""
4379 },
4380 "require": {
4381 "php": ">=7.2.5",
4382 "symfony/deprecation-contracts": "^2.1",
4383 "symfony/polyfill-php80": "^1.16"
4384 },
4385 "require-dev": {
4386 "symfony/filesystem": "^4.4|^5.0"
4387 },
4388 "type": "library",
4389 "autoload": {
4390 "psr-4": {
4391 "Symfony\\Component\\Intl\\": ""
4392 },
4393 "classmap": [
4394 "Resources/stubs"
4395 ],
4396 "files": [
4397 "Resources/functions.php"
4398 ],
4399 "exclude-from-classmap": [
4400 "/Tests/"
4401 ]
4402 },
4403 "notification-url": "https://packagist.org/downloads/",
4404 "license": [
4405 "MIT"
4406 ],
4407 "authors": [
4408 {
4409 "name": "Bernhard Schussek",
4410 "email": "bschussek@gmail.com"
4411 },
4412 {
4413 "name": "Eriksen Costa",
4414 "email": "eriksen.costa@infranology.com.br"
4415 },
4416 {
4417 "name": "Igor Wiedler",
4418 "email": "igor@wiedler.ch"
4419 },
4420 {
4421 "name": "Symfony Community",
4422 "homepage": "https://symfony.com/contributors"
4423 }
4424 ],
4425 "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
4426 "homepage": "https://symfony.com",
4427 "keywords": [
4428 "i18n",
4429 "icu",
4430 "internationalization",
4431 "intl",
4432 "l10n",
4433 "localization"
4434 ],
4435 "support": {
4436 "source": "https://github.com/symfony/intl/tree/v5.3.7"
4437 },
4438 "funding": [
4439 {
4440 "url": "https://symfony.com/sponsor",
4441 "type": "custom"
4442 },
4443 {
4444 "url": "https://github.com/fabpot",
4445 "type": "github"
4446 },
4447 {
4448 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4449 "type": "tidelift"
4450 }
4451 ],
4452 "time": "2021-08-09T09:00:11+00:00"
4453 },
4454 {
4455 "name": "symfony/mailer",
4456 "version": "v5.3.4",
4457 "source": {
4458 "type": "git",
4459 "url": "https://github.com/symfony/mailer.git",
4460 "reference": "c1f83da2296741110be35dd779f2a9e412cec466"
4461 },
4462 "dist": {
4463 "type": "zip",
4464 "url": "https://api.github.com/repos/symfony/mailer/zipball/c1f83da2296741110be35dd779f2a9e412cec466",
4465 "reference": "c1f83da2296741110be35dd779f2a9e412cec466",
4466 "shasum": ""
4467 },
4468 "require": {
4469 "egulias/email-validator": "^2.1.10|^3",
4470 "php": ">=7.2.5",
4471 "psr/log": "^1|^2|^3",
4472 "symfony/deprecation-contracts": "^2.1",
4473 "symfony/event-dispatcher": "^4.4|^5.0",
4474 "symfony/mime": "^5.2.6",
4475 "symfony/polyfill-php80": "^1.16",
4476 "symfony/service-contracts": "^1.1|^2"
4477 },
4478 "conflict": {
4479 "symfony/http-kernel": "<4.4"
4480 },
4481 "require-dev": {
4482 "symfony/http-client-contracts": "^1.1|^2",
4483 "symfony/messenger": "^4.4|^5.0"
4484 },
4485 "type": "library",
4486 "autoload": {
4487 "psr-4": {
4488 "Symfony\\Component\\Mailer\\": ""
4489 },
4490 "exclude-from-classmap": [
4491 "/Tests/"
4492 ]
4493 },
4494 "notification-url": "https://packagist.org/downloads/",
4495 "license": [
4496 "MIT"
4497 ],
4498 "authors": [
4499 {
4500 "name": "Fabien Potencier",
4501 "email": "fabien@symfony.com"
4502 },
4503 {
4504 "name": "Symfony Community",
4505 "homepage": "https://symfony.com/contributors"
4506 }
4507 ],
4508 "description": "Helps sending emails",
4509 "homepage": "https://symfony.com",
4510 "support": {
4511 "source": "https://github.com/symfony/mailer/tree/v5.3.4"
4512 },
4513 "funding": [
4514 {
4515 "url": "https://symfony.com/sponsor",
4516 "type": "custom"
4517 },
4518 {
4519 "url": "https://github.com/fabpot",
4520 "type": "github"
4521 },
4522 {
4523 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4524 "type": "tidelift"
4525 }
4526 ],
4527 "time": "2021-07-23T15:55:36+00:00"
4528 },
4529 {
4530 "name": "symfony/mime",
4531 "version": "v5.3.7",
4532 "source": {
4533 "type": "git",
4534 "url": "https://github.com/symfony/mime.git",
4535 "reference": "ae887cb3b044658676129f5e97aeb7e9eb69c2d8"
4536 },
4537 "dist": {
4538 "type": "zip",
4539 "url": "https://api.github.com/repos/symfony/mime/zipball/ae887cb3b044658676129f5e97aeb7e9eb69c2d8",
4540 "reference": "ae887cb3b044658676129f5e97aeb7e9eb69c2d8",
4541 "shasum": ""
4542 },
4543 "require": {
4544 "php": ">=7.2.5",
4545 "symfony/deprecation-contracts": "^2.1",
4546 "symfony/polyfill-intl-idn": "^1.10",
4547 "symfony/polyfill-mbstring": "^1.0",
4548 "symfony/polyfill-php80": "^1.16"
4549 },
4550 "conflict": {
4551 "egulias/email-validator": "~3.0.0",
4552 "phpdocumentor/reflection-docblock": "<3.2.2",
4553 "phpdocumentor/type-resolver": "<1.4.0",
4554 "symfony/mailer": "<4.4"
4555 },
4556 "require-dev": {
4557 "egulias/email-validator": "^2.1.10|^3.1",
4558 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
4559 "symfony/dependency-injection": "^4.4|^5.0",
4560 "symfony/property-access": "^4.4|^5.1",
4561 "symfony/property-info": "^4.4|^5.1",
4562 "symfony/serializer": "^5.2"
4563 },
4564 "type": "library",
4565 "autoload": {
4566 "psr-4": {
4567 "Symfony\\Component\\Mime\\": ""
4568 },
4569 "exclude-from-classmap": [
4570 "/Tests/"
4571 ]
4572 },
4573 "notification-url": "https://packagist.org/downloads/",
4574 "license": [
4575 "MIT"
4576 ],
4577 "authors": [
4578 {
4579 "name": "Fabien Potencier",
4580 "email": "fabien@symfony.com"
4581 },
4582 {
4583 "name": "Symfony Community",
4584 "homepage": "https://symfony.com/contributors"
4585 }
4586 ],
4587 "description": "Allows manipulating MIME messages",
4588 "homepage": "https://symfony.com",
4589 "keywords": [
4590 "mime",
4591 "mime-type"
4592 ],
4593 "support": {
4594 "source": "https://github.com/symfony/mime/tree/v5.3.7"
4595 },
4596 "funding": [
4597 {
4598 "url": "https://symfony.com/sponsor",
4599 "type": "custom"
4600 },
4601 {
4602 "url": "https://github.com/fabpot",
4603 "type": "github"
4604 },
4605 {
4606 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4607 "type": "tidelift"
4608 }
4609 ],
4610 "time": "2021-08-20T11:40:01+00:00"
4611 },
4612 {
4613 "name": "symfony/options-resolver",
4614 "version": "v5.3.7",
4615 "source": {
4616 "type": "git",
4617 "url": "https://github.com/symfony/options-resolver.git",
4618 "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e"
4619 },
4620 "dist": {
4621 "type": "zip",
4622 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4b78e55b179003a42523a362cc0e8327f7a69b5e",
4623 "reference": "4b78e55b179003a42523a362cc0e8327f7a69b5e",
4624 "shasum": ""
4625 },
4626 "require": {
4627 "php": ">=7.2.5",
4628 "symfony/deprecation-contracts": "^2.1",
4629 "symfony/polyfill-php73": "~1.0",
4630 "symfony/polyfill-php80": "^1.16"
4631 },
4632 "type": "library",
4633 "autoload": {
4634 "psr-4": {
4635 "Symfony\\Component\\OptionsResolver\\": ""
4636 },
4637 "exclude-from-classmap": [
4638 "/Tests/"
4639 ]
4640 },
4641 "notification-url": "https://packagist.org/downloads/",
4642 "license": [
4643 "MIT"
4644 ],
4645 "authors": [
4646 {
4647 "name": "Fabien Potencier",
4648 "email": "fabien@symfony.com"
4649 },
4650 {
4651 "name": "Symfony Community",
4652 "homepage": "https://symfony.com/contributors"
4653 }
4654 ],
4655 "description": "Provides an improved replacement for the array_replace PHP function",
4656 "homepage": "https://symfony.com",
4657 "keywords": [
4658 "config",
4659 "configuration",
4660 "options"
4661 ],
4662 "support": {
4663 "source": "https://github.com/symfony/options-resolver/tree/v5.3.7"
4664 },
4665 "funding": [
4666 {
4667 "url": "https://symfony.com/sponsor",
4668 "type": "custom"
4669 },
4670 {
4671 "url": "https://github.com/fabpot",
4672 "type": "github"
4673 },
4674 {
4675 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4676 "type": "tidelift"
4677 }
4678 ],
4679 "time": "2021-08-04T21:20:46+00:00"
4680 },
4681 {
4682 "name": "symfony/password-hasher",
4683 "version": "v5.3.7",
4684 "source": {
4685 "type": "git",
4686 "url": "https://github.com/symfony/password-hasher.git",
4687 "reference": "106639b209d0f8b0946394a1108acc9cc20e2216"
4688 },
4689 "dist": {
4690 "type": "zip",
4691 "url": "https://api.github.com/repos/symfony/password-hasher/zipball/106639b209d0f8b0946394a1108acc9cc20e2216",
4692 "reference": "106639b209d0f8b0946394a1108acc9cc20e2216",
4693 "shasum": ""
4694 },
4695 "require": {
4696 "php": ">=7.2.5",
4697 "symfony/polyfill-php80": "^1.15"
4698 },
4699 "conflict": {
4700 "symfony/security-core": "<5.3"
4701 },
4702 "require-dev": {
4703 "symfony/console": "^5",
4704 "symfony/security-core": "^5.3"
4705 },
4706 "type": "library",
4707 "autoload": {
4708 "psr-4": {
4709 "Symfony\\Component\\PasswordHasher\\": ""
4710 },
4711 "exclude-from-classmap": [
4712 "/Tests/"
4713 ]
4714 },
4715 "notification-url": "https://packagist.org/downloads/",
4716 "license": [
4717 "MIT"
4718 ],
4719 "authors": [
4720 {
4721 "name": "Robin Chalas",
4722 "email": "robin.chalas@gmail.com"
4723 },
4724 {
4725 "name": "Symfony Community",
4726 "homepage": "https://symfony.com/contributors"
4727 }
4728 ],
4729 "description": "Provides password hashing utilities",
4730 "homepage": "https://symfony.com",
4731 "keywords": [
4732 "hashing",
4733 "password"
4734 ],
4735 "support": {
4736 "source": "https://github.com/symfony/password-hasher/tree/v5.3.7"
4737 },
4738 "funding": [
4739 {
4740 "url": "https://symfony.com/sponsor",
4741 "type": "custom"
4742 },
4743 {
4744 "url": "https://github.com/fabpot",
4745 "type": "github"
4746 },
4747 {
4748 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4749 "type": "tidelift"
4750 }
4751 ],
4752 "time": "2021-08-17T15:45:42+00:00"
4753 },
4754 {
4755 "name": "symfony/polyfill-intl-grapheme",
4756 "version": "v1.23.1",
4757 "source": {
4758 "type": "git",
4759 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
4760 "reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
4761 },
4762 "dist": {
4763 "type": "zip",
4764 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
4765 "reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
4766 "shasum": ""
4767 },
4768 "require": {
4769 "php": ">=7.1"
4770 },
4771 "suggest": {
4772 "ext-intl": "For best performance"
4773 },
4774 "type": "library",
4775 "extra": {
4776 "branch-alias": {
4777 "dev-main": "1.23-dev"
4778 },
4779 "thanks": {
4780 "name": "symfony/polyfill",
4781 "url": "https://github.com/symfony/polyfill"
4782 }
4783 },
4784 "autoload": {
4785 "psr-4": {
4786 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
4787 },
4788 "files": [
4789 "bootstrap.php"
4790 ]
4791 },
4792 "notification-url": "https://packagist.org/downloads/",
4793 "license": [
4794 "MIT"
4795 ],
4796 "authors": [
4797 {
4798 "name": "Nicolas Grekas",
4799 "email": "p@tchwork.com"
4800 },
4801 {
4802 "name": "Symfony Community",
4803 "homepage": "https://symfony.com/contributors"
4804 }
4805 ],
4806 "description": "Symfony polyfill for intl's grapheme_* functions",
4807 "homepage": "https://symfony.com",
4808 "keywords": [
4809 "compatibility",
4810 "grapheme",
4811 "intl",
4812 "polyfill",
4813 "portable",
4814 "shim"
4815 ],
4816 "support": {
4817 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
4818 },
4819 "funding": [
4820 {
4821 "url": "https://symfony.com/sponsor",
4822 "type": "custom"
4823 },
4824 {
4825 "url": "https://github.com/fabpot",
4826 "type": "github"
4827 },
4828 {
4829 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4830 "type": "tidelift"
4831 }
4832 ],
4833 "time": "2021-05-27T12:26:48+00:00"
4834 },
4835 {
4836 "name": "symfony/polyfill-intl-icu",
4837 "version": "v1.23.0",
4838 "source": {
4839 "type": "git",
4840 "url": "https://github.com/symfony/polyfill-intl-icu.git",
4841 "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda"
4842 },
4843 "dist": {
4844 "type": "zip",
4845 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4a80a521d6176870b6445cfb469c130f9cae1dda",
4846 "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda",
4847 "shasum": ""
4848 },
4849 "require": {
4850 "php": ">=7.1"
4851 },
4852 "suggest": {
4853 "ext-intl": "For best performance and support of other locales than \"en\""
4854 },
4855 "type": "library",
4856 "extra": {
4857 "branch-alias": {
4858 "dev-main": "1.23-dev"
4859 },
4860 "thanks": {
4861 "name": "symfony/polyfill",
4862 "url": "https://github.com/symfony/polyfill"
4863 }
4864 },
4865 "autoload": {
4866 "files": [
4867 "bootstrap.php"
4868 ],
4869 "psr-4": {
4870 "Symfony\\Polyfill\\Intl\\Icu\\": ""
4871 },
4872 "classmap": [
4873 "Resources/stubs"
4874 ],
4875 "exclude-from-classmap": [
4876 "/Tests/"
4877 ]
4878 },
4879 "notification-url": "https://packagist.org/downloads/",
4880 "license": [
4881 "MIT"
4882 ],
4883 "authors": [
4884 {
4885 "name": "Nicolas Grekas",
4886 "email": "p@tchwork.com"
4887 },
4888 {
4889 "name": "Symfony Community",
4890 "homepage": "https://symfony.com/contributors"
4891 }
4892 ],
4893 "description": "Symfony polyfill for intl's ICU-related data and classes",
4894 "homepage": "https://symfony.com",
4895 "keywords": [
4896 "compatibility",
4897 "icu",
4898 "intl",
4899 "polyfill",
4900 "portable",
4901 "shim"
4902 ],
4903 "support": {
4904 "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.23.0"
4905 },
4906 "funding": [
4907 {
4908 "url": "https://symfony.com/sponsor",
4909 "type": "custom"
4910 },
4911 {
4912 "url": "https://github.com/fabpot",
4913 "type": "github"
4914 },
4915 {
4916 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4917 "type": "tidelift"
4918 }
4919 ],
4920 "time": "2021-05-24T10:04:56+00:00"
4921 },
4922 {
4923 "name": "symfony/polyfill-intl-idn",
4924 "version": "v1.23.0",
4925 "source": {
4926 "type": "git",
4927 "url": "https://github.com/symfony/polyfill-intl-idn.git",
4928 "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
4929 },
4930 "dist": {
4931 "type": "zip",
4932 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
4933 "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
4934 "shasum": ""
4935 },
4936 "require": {
4937 "php": ">=7.1",
4938 "symfony/polyfill-intl-normalizer": "^1.10",
4939 "symfony/polyfill-php72": "^1.10"
4940 },
4941 "suggest": {
4942 "ext-intl": "For best performance"
4943 },
4944 "type": "library",
4945 "extra": {
4946 "branch-alias": {
4947 "dev-main": "1.23-dev"
4948 },
4949 "thanks": {
4950 "name": "symfony/polyfill",
4951 "url": "https://github.com/symfony/polyfill"
4952 }
4953 },
4954 "autoload": {
4955 "psr-4": {
4956 "Symfony\\Polyfill\\Intl\\Idn\\": ""
4957 },
4958 "files": [
4959 "bootstrap.php"
4960 ]
4961 },
4962 "notification-url": "https://packagist.org/downloads/",
4963 "license": [
4964 "MIT"
4965 ],
4966 "authors": [
4967 {
4968 "name": "Laurent Bassin",
4969 "email": "laurent@bassin.info"
4970 },
4971 {
4972 "name": "Trevor Rowbotham",
4973 "email": "trevor.rowbotham@pm.me"
4974 },
4975 {
4976 "name": "Symfony Community",
4977 "homepage": "https://symfony.com/contributors"
4978 }
4979 ],
4980 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4981 "homepage": "https://symfony.com",
4982 "keywords": [
4983 "compatibility",
4984 "idn",
4985 "intl",
4986 "polyfill",
4987 "portable",
4988 "shim"
4989 ],
4990 "support": {
4991 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
4992 },
4993 "funding": [
4994 {
4995 "url": "https://symfony.com/sponsor",
4996 "type": "custom"
4997 },
4998 {
4999 "url": "https://github.com/fabpot",
5000 "type": "github"
5001 },
5002 {
5003 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5004 "type": "tidelift"
5005 }
5006 ],
5007 "time": "2021-05-27T09:27:20+00:00"
5008 },
5009 {
5010 "name": "symfony/polyfill-intl-normalizer",
5011 "version": "v1.23.0",
5012 "source": {
5013 "type": "git",
5014 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
5015 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
5016 },
5017 "dist": {
5018 "type": "zip",
5019 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
5020 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
5021 "shasum": ""
5022 },
5023 "require": {
5024 "php": ">=7.1"
5025 },
5026 "suggest": {
5027 "ext-intl": "For best performance"
5028 },
5029 "type": "library",
5030 "extra": {
5031 "branch-alias": {
5032 "dev-main": "1.23-dev"
5033 },
5034 "thanks": {
5035 "name": "symfony/polyfill",
5036 "url": "https://github.com/symfony/polyfill"
5037 }
5038 },
5039 "autoload": {
5040 "psr-4": {
5041 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
5042 },
5043 "files": [
5044 "bootstrap.php"
5045 ],
5046 "classmap": [
5047 "Resources/stubs"
5048 ]
5049 },
5050 "notification-url": "https://packagist.org/downloads/",
5051 "license": [
5052 "MIT"
5053 ],
5054 "authors": [
5055 {
5056 "name": "Nicolas Grekas",
5057 "email": "p@tchwork.com"
5058 },
5059 {
5060 "name": "Symfony Community",
5061 "homepage": "https://symfony.com/contributors"
5062 }
5063 ],
5064 "description": "Symfony polyfill for intl's Normalizer class and related functions",
5065 "homepage": "https://symfony.com",
5066 "keywords": [
5067 "compatibility",
5068 "intl",
5069 "normalizer",
5070 "polyfill",
5071 "portable",
5072 "shim"
5073 ],
5074 "support": {
5075 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
5076 },
5077 "funding": [
5078 {
5079 "url": "https://symfony.com/sponsor",
5080 "type": "custom"
5081 },
5082 {
5083 "url": "https://github.com/fabpot",
5084 "type": "github"
5085 },
5086 {
5087 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5088 "type": "tidelift"
5089 }
5090 ],
5091 "time": "2021-02-19T12:13:01+00:00"
5092 },
5093 {
5094 "name": "symfony/polyfill-mbstring",
5095 "version": "v1.23.1",
5096 "source": {
5097 "type": "git",
5098 "url": "https://github.com/symfony/polyfill-mbstring.git",
5099 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
5100 },
5101 "dist": {
5102 "type": "zip",
5103 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
5104 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
5105 "shasum": ""
5106 },
5107 "require": {
5108 "php": ">=7.1"
5109 },
5110 "suggest": {
5111 "ext-mbstring": "For best performance"
5112 },
5113 "type": "library",
5114 "extra": {
5115 "branch-alias": {
5116 "dev-main": "1.23-dev"
5117 },
5118 "thanks": {
5119 "name": "symfony/polyfill",
5120 "url": "https://github.com/symfony/polyfill"
5121 }
5122 },
5123 "autoload": {
5124 "psr-4": {
5125 "Symfony\\Polyfill\\Mbstring\\": ""
5126 },
5127 "files": [
5128 "bootstrap.php"
5129 ]
5130 },
5131 "notification-url": "https://packagist.org/downloads/",
5132 "license": [
5133 "MIT"
5134 ],
5135 "authors": [
5136 {
5137 "name": "Nicolas Grekas",
5138 "email": "p@tchwork.com"
5139 },
5140 {
5141 "name": "Symfony Community",
5142 "homepage": "https://symfony.com/contributors"
5143 }
5144 ],
5145 "description": "Symfony polyfill for the Mbstring extension",
5146 "homepage": "https://symfony.com",
5147 "keywords": [
5148 "compatibility",
5149 "mbstring",
5150 "polyfill",
5151 "portable",
5152 "shim"
5153 ],
5154 "support": {
5155 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
5156 },
5157 "funding": [
5158 {
5159 "url": "https://symfony.com/sponsor",
5160 "type": "custom"
5161 },
5162 {
5163 "url": "https://github.com/fabpot",
5164 "type": "github"
5165 },
5166 {
5167 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5168 "type": "tidelift"
5169 }
5170 ],
5171 "time": "2021-05-27T12:26:48+00:00"
5172 },
5173 {
5174 "name": "symfony/polyfill-php72",
5175 "version": "v1.23.0",
5176 "source": {
5177 "type": "git",
5178 "url": "https://github.com/symfony/polyfill-php72.git",
5179 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
5180 },
5181 "dist": {
5182 "type": "zip",
5183 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
5184 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
5185 "shasum": ""
5186 },
5187 "require": {
5188 "php": ">=7.1"
5189 },
5190 "type": "library",
5191 "extra": {
5192 "branch-alias": {
5193 "dev-main": "1.23-dev"
5194 },
5195 "thanks": {
5196 "name": "symfony/polyfill",
5197 "url": "https://github.com/symfony/polyfill"
5198 }
5199 },
5200 "autoload": {
5201 "psr-4": {
5202 "Symfony\\Polyfill\\Php72\\": ""
5203 },
5204 "files": [
5205 "bootstrap.php"
5206 ]
5207 },
5208 "notification-url": "https://packagist.org/downloads/",
5209 "license": [
5210 "MIT"
5211 ],
5212 "authors": [
5213 {
5214 "name": "Nicolas Grekas",
5215 "email": "p@tchwork.com"
5216 },
5217 {
5218 "name": "Symfony Community",
5219 "homepage": "https://symfony.com/contributors"
5220 }
5221 ],
5222 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
5223 "homepage": "https://symfony.com",
5224 "keywords": [
5225 "compatibility",
5226 "polyfill",
5227 "portable",
5228 "shim"
5229 ],
5230 "support": {
5231 "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
5232 },
5233 "funding": [
5234 {
5235 "url": "https://symfony.com/sponsor",
5236 "type": "custom"
5237 },
5238 {
5239 "url": "https://github.com/fabpot",
5240 "type": "github"
5241 },
5242 {
5243 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5244 "type": "tidelift"
5245 }
5246 ],
5247 "time": "2021-05-27T09:17:38+00:00"
5248 },
5249 {
5250 "name": "symfony/polyfill-php73",
5251 "version": "v1.23.0",
5252 "source": {
5253 "type": "git",
5254 "url": "https://github.com/symfony/polyfill-php73.git",
5255 "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
5256 },
5257 "dist": {
5258 "type": "zip",
5259 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
5260 "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
5261 "shasum": ""
5262 },
5263 "require": {
5264 "php": ">=7.1"
5265 },
5266 "type": "library",
5267 "extra": {
5268 "branch-alias": {
5269 "dev-main": "1.23-dev"
5270 },
5271 "thanks": {
5272 "name": "symfony/polyfill",
5273 "url": "https://github.com/symfony/polyfill"
5274 }
5275 },
5276 "autoload": {
5277 "psr-4": {
5278 "Symfony\\Polyfill\\Php73\\": ""
5279 },
5280 "files": [
5281 "bootstrap.php"
5282 ],
5283 "classmap": [
5284 "Resources/stubs"
5285 ]
5286 },
5287 "notification-url": "https://packagist.org/downloads/",
5288 "license": [
5289 "MIT"
5290 ],
5291 "authors": [
5292 {
5293 "name": "Nicolas Grekas",
5294 "email": "p@tchwork.com"
5295 },
5296 {
5297 "name": "Symfony Community",
5298 "homepage": "https://symfony.com/contributors"
5299 }
5300 ],
5301 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
5302 "homepage": "https://symfony.com",
5303 "keywords": [
5304 "compatibility",
5305 "polyfill",
5306 "portable",
5307 "shim"
5308 ],
5309 "support": {
5310 "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
5311 },
5312 "funding": [
5313 {
5314 "url": "https://symfony.com/sponsor",
5315 "type": "custom"
5316 },
5317 {
5318 "url": "https://github.com/fabpot",
5319 "type": "github"
5320 },
5321 {
5322 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5323 "type": "tidelift"
5324 }
5325 ],
5326 "time": "2021-02-19T12:13:01+00:00"
5327 },
5328 {
5329 "name": "symfony/polyfill-php80",
5330 "version": "v1.23.1",
5331 "source": {
5332 "type": "git",
5333 "url": "https://github.com/symfony/polyfill-php80.git",
5334 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
5335 },
5336 "dist": {
5337 "type": "zip",
5338 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
5339 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
5340 "shasum": ""
5341 },
5342 "require": {
5343 "php": ">=7.1"
5344 },
5345 "type": "library",
5346 "extra": {
5347 "branch-alias": {
5348 "dev-main": "1.23-dev"
5349 },
5350 "thanks": {
5351 "name": "symfony/polyfill",
5352 "url": "https://github.com/symfony/polyfill"
5353 }
5354 },
5355 "autoload": {
5356 "psr-4": {
5357 "Symfony\\Polyfill\\Php80\\": ""
5358 },
5359 "files": [
5360 "bootstrap.php"
5361 ],
5362 "classmap": [
5363 "Resources/stubs"
5364 ]
5365 },
5366 "notification-url": "https://packagist.org/downloads/",
5367 "license": [
5368 "MIT"
5369 ],
5370 "authors": [
5371 {
5372 "name": "Ion Bazan",
5373 "email": "ion.bazan@gmail.com"
5374 },
5375 {
5376 "name": "Nicolas Grekas",
5377 "email": "p@tchwork.com"
5378 },
5379 {
5380 "name": "Symfony Community",
5381 "homepage": "https://symfony.com/contributors"
5382 }
5383 ],
5384 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
5385 "homepage": "https://symfony.com",
5386 "keywords": [
5387 "compatibility",
5388 "polyfill",
5389 "portable",
5390 "shim"
5391 ],
5392 "support": {
5393 "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
5394 },
5395 "funding": [
5396 {
5397 "url": "https://symfony.com/sponsor",
5398 "type": "custom"
5399 },
5400 {
5401 "url": "https://github.com/fabpot",
5402 "type": "github"
5403 },
5404 {
5405 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5406 "type": "tidelift"
5407 }
5408 ],
5409 "time": "2021-07-28T13:41:28+00:00"
5410 },
5411 {
5412 "name": "symfony/polyfill-php81",
5413 "version": "v1.23.0",
5414 "source": {
5415 "type": "git",
5416 "url": "https://github.com/symfony/polyfill-php81.git",
5417 "reference": "e66119f3de95efc359483f810c4c3e6436279436"
5418 },
5419 "dist": {
5420 "type": "zip",
5421 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
5422 "reference": "e66119f3de95efc359483f810c4c3e6436279436",
5423 "shasum": ""
5424 },
5425 "require": {
5426 "php": ">=7.1"
5427 },
5428 "type": "library",
5429 "extra": {
5430 "branch-alias": {
5431 "dev-main": "1.23-dev"
5432 },
5433 "thanks": {
5434 "name": "symfony/polyfill",
5435 "url": "https://github.com/symfony/polyfill"
5436 }
5437 },
5438 "autoload": {
5439 "psr-4": {
5440 "Symfony\\Polyfill\\Php81\\": ""
5441 },
5442 "files": [
5443 "bootstrap.php"
5444 ],
5445 "classmap": [
5446 "Resources/stubs"
5447 ]
5448 },
5449 "notification-url": "https://packagist.org/downloads/",
5450 "license": [
5451 "MIT"
5452 ],
5453 "authors": [
5454 {
5455 "name": "Nicolas Grekas",
5456 "email": "p@tchwork.com"
5457 },
5458 {
5459 "name": "Symfony Community",
5460 "homepage": "https://symfony.com/contributors"
5461 }
5462 ],
5463 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
5464 "homepage": "https://symfony.com",
5465 "keywords": [
5466 "compatibility",
5467 "polyfill",
5468 "portable",
5469 "shim"
5470 ],
5471 "support": {
5472 "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
5473 },
5474 "funding": [
5475 {
5476 "url": "https://symfony.com/sponsor",
5477 "type": "custom"
5478 },
5479 {
5480 "url": "https://github.com/fabpot",
5481 "type": "github"
5482 },
5483 {
5484 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5485 "type": "tidelift"
5486 }
5487 ],
5488 "time": "2021-05-21T13:25:03+00:00"
5489 },
5490 {
5491 "name": "symfony/process",
5492 "version": "v5.3.7",
5493 "source": {
5494 "type": "git",
5495 "url": "https://github.com/symfony/process.git",
5496 "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967"
5497 },
5498 "dist": {
5499 "type": "zip",
5500 "url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967",
5501 "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967",
5502 "shasum": ""
5503 },
5504 "require": {
5505 "php": ">=7.2.5",
5506 "symfony/polyfill-php80": "^1.16"
5507 },
5508 "type": "library",
5509 "autoload": {
5510 "psr-4": {
5511 "Symfony\\Component\\Process\\": ""
5512 },
5513 "exclude-from-classmap": [
5514 "/Tests/"
5515 ]
5516 },
5517 "notification-url": "https://packagist.org/downloads/",
5518 "license": [
5519 "MIT"
5520 ],
5521 "authors": [
5522 {
5523 "name": "Fabien Potencier",
5524 "email": "fabien@symfony.com"
5525 },
5526 {
5527 "name": "Symfony Community",
5528 "homepage": "https://symfony.com/contributors"
5529 }
5530 ],
5531 "description": "Executes commands in sub-processes",
5532 "homepage": "https://symfony.com",
5533 "support": {
5534 "source": "https://github.com/symfony/process/tree/v5.3.7"
5535 },
5536 "funding": [
5537 {
5538 "url": "https://symfony.com/sponsor",
5539 "type": "custom"
5540 },
5541 {
5542 "url": "https://github.com/fabpot",
5543 "type": "github"
5544 },
5545 {
5546 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5547 "type": "tidelift"
5548 }
5549 ],
5550 "time": "2021-08-04T21:20:46+00:00"
5551 },
5552 {
5553 "name": "symfony/profiler-pack",
5554 "version": "v1.0.6",
5555 "source": {
5556 "type": "git",
5557 "url": "https://github.com/symfony/profiler-pack.git",
5558 "reference": "bcd6e80af9819454ac18594362e7875fd1d771c7"
5559 },
5560 "dist": {
5561 "type": "zip",
5562 "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/bcd6e80af9819454ac18594362e7875fd1d771c7",
5563 "reference": "bcd6e80af9819454ac18594362e7875fd1d771c7",
5564 "shasum": ""
5565 },
5566 "require": {
5567 "symfony/stopwatch": "*",
5568 "symfony/web-profiler-bundle": "*"
5569 },
5570 "require-dev": {
5571 "symfony/stopwatch": "*",
5572 "symfony/web-profiler-bundle": "*"
5573 },
5574 "type": "symfony-pack",
5575 "notification-url": "https://packagist.org/downloads/",
5576 "license": [
5577 "MIT"
5578 ],
5579 "description": "A pack for the Symfony web profiler",
5580 "support": {
5581 "issues": "https://github.com/symfony/profiler-pack/issues",
5582 "source": "https://github.com/symfony/profiler-pack/tree/v1.0.6"
5583 },
5584 "funding": [
5585 {
5586 "url": "https://symfony.com/sponsor",
5587 "type": "custom"
5588 },
5589 {
5590 "url": "https://github.com/fabpot",
5591 "type": "github"
5592 },
5593 {
5594 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5595 "type": "tidelift"
5596 }
5597 ],
5598 "time": "2021-08-20T17:27:58+00:00"
5599 },
5600 {
5601 "name": "symfony/property-access",
5602 "version": "v5.3.7",
5603 "source": {
5604 "type": "git",
5605 "url": "https://github.com/symfony/property-access.git",
5606 "reference": "a4bbf09b8f3e2d2c89cc2c8b3d6682bf4c3d5589"
5607 },
5608 "dist": {
5609 "type": "zip",
5610 "url": "https://api.github.com/repos/symfony/property-access/zipball/a4bbf09b8f3e2d2c89cc2c8b3d6682bf4c3d5589",
5611 "reference": "a4bbf09b8f3e2d2c89cc2c8b3d6682bf4c3d5589",
5612 "shasum": ""
5613 },
5614 "require": {
5615 "php": ">=7.2.5",
5616 "symfony/deprecation-contracts": "^2.1",
5617 "symfony/polyfill-php80": "^1.16",
5618 "symfony/property-info": "^5.2"
5619 },
5620 "require-dev": {
5621 "symfony/cache": "^4.4|^5.0"
5622 },
5623 "suggest": {
5624 "psr/cache-implementation": "To cache access methods."
5625 },
5626 "type": "library",
5627 "autoload": {
5628 "psr-4": {
5629 "Symfony\\Component\\PropertyAccess\\": ""
5630 },
5631 "exclude-from-classmap": [
5632 "/Tests/"
5633 ]
5634 },
5635 "notification-url": "https://packagist.org/downloads/",
5636 "license": [
5637 "MIT"
5638 ],
5639 "authors": [
5640 {
5641 "name": "Fabien Potencier",
5642 "email": "fabien@symfony.com"
5643 },
5644 {
5645 "name": "Symfony Community",
5646 "homepage": "https://symfony.com/contributors"
5647 }
5648 ],
5649 "description": "Provides functions to read and write from/to an object or array using a simple string notation",
5650 "homepage": "https://symfony.com",
5651 "keywords": [
5652 "access",
5653 "array",
5654 "extraction",
5655 "index",
5656 "injection",
5657 "object",
5658 "property",
5659 "property path",
5660 "reflection"
5661 ],
5662 "support": {
5663 "source": "https://github.com/symfony/property-access/tree/v5.3.7"
5664 },
5665 "funding": [
5666 {
5667 "url": "https://symfony.com/sponsor",
5668 "type": "custom"
5669 },
5670 {
5671 "url": "https://github.com/fabpot",
5672 "type": "github"
5673 },
5674 {
5675 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5676 "type": "tidelift"
5677 }
5678 ],
5679 "time": "2021-08-09T12:23:10+00:00"
5680 },
5681 {
5682 "name": "symfony/property-info",
5683 "version": "v5.3.7",
5684 "source": {
5685 "type": "git",
5686 "url": "https://github.com/symfony/property-info.git",
5687 "reference": "7202b6c93a07df5df83eb58e3757dffb77fc5d90"
5688 },
5689 "dist": {
5690 "type": "zip",
5691 "url": "https://api.github.com/repos/symfony/property-info/zipball/7202b6c93a07df5df83eb58e3757dffb77fc5d90",
5692 "reference": "7202b6c93a07df5df83eb58e3757dffb77fc5d90",
5693 "shasum": ""
5694 },
5695 "require": {
5696 "php": ">=7.2.5",
5697 "symfony/deprecation-contracts": "^2.1",
5698 "symfony/polyfill-php80": "^1.16",
5699 "symfony/string": "^5.1"
5700 },
5701 "conflict": {
5702 "phpdocumentor/reflection-docblock": "<3.2.2",
5703 "phpdocumentor/type-resolver": "<1.4.0",
5704 "symfony/dependency-injection": "<4.4"
5705 },
5706 "require-dev": {
5707 "doctrine/annotations": "^1.10.4",
5708 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
5709 "symfony/cache": "^4.4|^5.0",
5710 "symfony/dependency-injection": "^4.4|^5.0",
5711 "symfony/serializer": "^4.4|^5.0"
5712 },
5713 "suggest": {
5714 "phpdocumentor/reflection-docblock": "To use the PHPDoc",
5715 "psr/cache-implementation": "To cache results",
5716 "symfony/doctrine-bridge": "To use Doctrine metadata",
5717 "symfony/serializer": "To use Serializer metadata"
5718 },
5719 "type": "library",
5720 "autoload": {
5721 "psr-4": {
5722 "Symfony\\Component\\PropertyInfo\\": ""
5723 },
5724 "exclude-from-classmap": [
5725 "/Tests/"
5726 ]
5727 },
5728 "notification-url": "https://packagist.org/downloads/",
5729 "license": [
5730 "MIT"
5731 ],
5732 "authors": [
5733 {
5734 "name": "KĆ©vin Dunglas",
5735 "email": "dunglas@gmail.com"
5736 },
5737 {
5738 "name": "Symfony Community",
5739 "homepage": "https://symfony.com/contributors"
5740 }
5741 ],
5742 "description": "Extracts information about PHP class' properties using metadata of popular sources",
5743 "homepage": "https://symfony.com",
5744 "keywords": [
5745 "doctrine",
5746 "phpdoc",
5747 "property",
5748 "symfony",
5749 "type",
5750 "validator"
5751 ],
5752 "support": {
5753 "source": "https://github.com/symfony/property-info/tree/v5.3.7"
5754 },
5755 "funding": [
5756 {
5757 "url": "https://symfony.com/sponsor",
5758 "type": "custom"
5759 },
5760 {
5761 "url": "https://github.com/fabpot",
5762 "type": "github"
5763 },
5764 {
5765 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5766 "type": "tidelift"
5767 }
5768 ],
5769 "time": "2021-08-23T12:57:24+00:00"
5770 },
5771 {
5772 "name": "symfony/routing",
5773 "version": "v5.3.7",
5774 "source": {
5775 "type": "git",
5776 "url": "https://github.com/symfony/routing.git",
5777 "reference": "be865017746fe869007d94220ad3f5297951811b"
5778 },
5779 "dist": {
5780 "type": "zip",
5781 "url": "https://api.github.com/repos/symfony/routing/zipball/be865017746fe869007d94220ad3f5297951811b",
5782 "reference": "be865017746fe869007d94220ad3f5297951811b",
5783 "shasum": ""
5784 },
5785 "require": {
5786 "php": ">=7.2.5",
5787 "symfony/deprecation-contracts": "^2.1",
5788 "symfony/polyfill-php80": "^1.16"
5789 },
5790 "conflict": {
5791 "doctrine/annotations": "<1.12",
5792 "symfony/config": "<5.3",
5793 "symfony/dependency-injection": "<4.4",
5794 "symfony/yaml": "<4.4"
5795 },
5796 "require-dev": {
5797 "doctrine/annotations": "^1.12",
5798 "psr/log": "^1|^2|^3",
5799 "symfony/config": "^5.3",
5800 "symfony/dependency-injection": "^4.4|^5.0",
5801 "symfony/expression-language": "^4.4|^5.0",
5802 "symfony/http-foundation": "^4.4|^5.0",
5803 "symfony/yaml": "^4.4|^5.0"
5804 },
5805 "suggest": {
5806 "symfony/config": "For using the all-in-one router or any loader",
5807 "symfony/expression-language": "For using expression matching",
5808 "symfony/http-foundation": "For using a Symfony Request object",
5809 "symfony/yaml": "For using the YAML loader"
5810 },
5811 "type": "library",
5812 "autoload": {
5813 "psr-4": {
5814 "Symfony\\Component\\Routing\\": ""
5815 },
5816 "exclude-from-classmap": [
5817 "/Tests/"
5818 ]
5819 },
5820 "notification-url": "https://packagist.org/downloads/",
5821 "license": [
5822 "MIT"
5823 ],
5824 "authors": [
5825 {
5826 "name": "Fabien Potencier",
5827 "email": "fabien@symfony.com"
5828 },
5829 {
5830 "name": "Symfony Community",
5831 "homepage": "https://symfony.com/contributors"
5832 }
5833 ],
5834 "description": "Maps an HTTP request to a set of configuration variables",
5835 "homepage": "https://symfony.com",
5836 "keywords": [
5837 "router",
5838 "routing",
5839 "uri",
5840 "url"
5841 ],
5842 "support": {
5843 "source": "https://github.com/symfony/routing/tree/v5.3.7"
5844 },
5845 "funding": [
5846 {
5847 "url": "https://symfony.com/sponsor",
5848 "type": "custom"
5849 },
5850 {
5851 "url": "https://github.com/fabpot",
5852 "type": "github"
5853 },
5854 {
5855 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5856 "type": "tidelift"
5857 }
5858 ],
5859 "time": "2021-08-04T21:42:42+00:00"
5860 },
5861 {
5862 "name": "symfony/security-bundle",
5863 "version": "v5.3.7",
5864 "source": {
5865 "type": "git",
5866 "url": "https://github.com/symfony/security-bundle.git",
5867 "reference": "aed98f8ca60f1fb474a4db3ade066155d2b040f7"
5868 },
5869 "dist": {
5870 "type": "zip",
5871 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/aed98f8ca60f1fb474a4db3ade066155d2b040f7",
5872 "reference": "aed98f8ca60f1fb474a4db3ade066155d2b040f7",
5873 "shasum": ""
5874 },
5875 "require": {
5876 "ext-xml": "*",
5877 "php": ">=7.2.5",
5878 "symfony/config": "^4.4|^5.0",
5879 "symfony/dependency-injection": "^5.3",
5880 "symfony/deprecation-contracts": "^2.1",
5881 "symfony/event-dispatcher": "^5.1",
5882 "symfony/http-foundation": "^5.3",
5883 "symfony/http-kernel": "^5.3",
5884 "symfony/password-hasher": "^5.3",
5885 "symfony/polyfill-php80": "^1.16",
5886 "symfony/security-core": "^5.3",
5887 "symfony/security-csrf": "^4.4|^5.0",
5888 "symfony/security-guard": "^5.3",
5889 "symfony/security-http": "^5.3.2"
5890 },
5891 "conflict": {
5892 "symfony/browser-kit": "<4.4",
5893 "symfony/console": "<4.4",
5894 "symfony/framework-bundle": "<4.4",
5895 "symfony/ldap": "<5.1",
5896 "symfony/twig-bundle": "<4.4"
5897 },
5898 "require-dev": {
5899 "doctrine/annotations": "^1.10.4",
5900 "symfony/asset": "^4.4|^5.0",
5901 "symfony/browser-kit": "^4.4|^5.0",
5902 "symfony/console": "^4.4|^5.0",
5903 "symfony/css-selector": "^4.4|^5.0",
5904 "symfony/dom-crawler": "^4.4|^5.0",
5905 "symfony/expression-language": "^4.4|^5.0",
5906 "symfony/form": "^4.4|^5.0",
5907 "symfony/framework-bundle": "^5.3",
5908 "symfony/ldap": "^5.3",
5909 "symfony/process": "^4.4|^5.0",
5910 "symfony/rate-limiter": "^5.2",
5911 "symfony/serializer": "^4.4|^5.0",
5912 "symfony/translation": "^4.4|^5.0",
5913 "symfony/twig-bridge": "^4.4|^5.0",
5914 "symfony/twig-bundle": "^4.4|^5.0",
5915 "symfony/validator": "^4.4|^5.0",
5916 "symfony/yaml": "^4.4|^5.0",
5917 "twig/twig": "^2.13|^3.0.4"
5918 },
5919 "type": "symfony-bundle",
5920 "autoload": {
5921 "psr-4": {
5922 "Symfony\\Bundle\\SecurityBundle\\": ""
5923 },
5924 "exclude-from-classmap": [
5925 "/Tests/"
5926 ]
5927 },
5928 "notification-url": "https://packagist.org/downloads/",
5929 "license": [
5930 "MIT"
5931 ],
5932 "authors": [
5933 {
5934 "name": "Fabien Potencier",
5935 "email": "fabien@symfony.com"
5936 },
5937 {
5938 "name": "Symfony Community",
5939 "homepage": "https://symfony.com/contributors"
5940 }
5941 ],
5942 "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
5943 "homepage": "https://symfony.com",
5944 "support": {
5945 "source": "https://github.com/symfony/security-bundle/tree/v5.3.7"
5946 },
5947 "funding": [
5948 {
5949 "url": "https://symfony.com/sponsor",
5950 "type": "custom"
5951 },
5952 {
5953 "url": "https://github.com/fabpot",
5954 "type": "github"
5955 },
5956 {
5957 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5958 "type": "tidelift"
5959 }
5960 ],
5961 "time": "2021-08-17T15:45:42+00:00"
5962 },
5963 {
5964 "name": "symfony/security-core",
5965 "version": "v5.3.7",
5966 "source": {
5967 "type": "git",
5968 "url": "https://github.com/symfony/security-core.git",
5969 "reference": "bd3a055d1092a46f6b6599bcda5a7624cd804cb1"
5970 },
5971 "dist": {
5972 "type": "zip",
5973 "url": "https://api.github.com/repos/symfony/security-core/zipball/bd3a055d1092a46f6b6599bcda5a7624cd804cb1",
5974 "reference": "bd3a055d1092a46f6b6599bcda5a7624cd804cb1",
5975 "shasum": ""
5976 },
5977 "require": {
5978 "php": ">=7.2.5",
5979 "symfony/deprecation-contracts": "^2.1",
5980 "symfony/event-dispatcher-contracts": "^1.1|^2",
5981 "symfony/password-hasher": "^5.3",
5982 "symfony/polyfill-php80": "^1.16",
5983 "symfony/service-contracts": "^1.1.6|^2"
5984 },
5985 "conflict": {
5986 "symfony/event-dispatcher": "<4.4",
5987 "symfony/http-foundation": "<5.3",
5988 "symfony/ldap": "<4.4",
5989 "symfony/security-guard": "<4.4",
5990 "symfony/validator": "<5.2"
5991 },
5992 "require-dev": {
5993 "psr/cache": "^1.0|^2.0|^3.0",
5994 "psr/container": "^1.0|^2.0",
5995 "psr/log": "^1|^2|^3",
5996 "symfony/cache": "^4.4|^5.0",
5997 "symfony/event-dispatcher": "^4.4|^5.0",
5998 "symfony/expression-language": "^4.4|^5.0",
5999 "symfony/http-foundation": "^5.3",
6000 "symfony/ldap": "^4.4|^5.0",
6001 "symfony/translation": "^4.4|^5.0",
6002 "symfony/validator": "^5.2"
6003 },
6004 "suggest": {
6005 "psr/container-implementation": "To instantiate the Security class",
6006 "symfony/event-dispatcher": "",
6007 "symfony/expression-language": "For using the expression voter",
6008 "symfony/http-foundation": "",
6009 "symfony/ldap": "For using LDAP integration",
6010 "symfony/validator": "For using the user password constraint"
6011 },
6012 "type": "library",
6013 "autoload": {
6014 "psr-4": {
6015 "Symfony\\Component\\Security\\Core\\": ""
6016 },
6017 "exclude-from-classmap": [
6018 "/Tests/"
6019 ]
6020 },
6021 "notification-url": "https://packagist.org/downloads/",
6022 "license": [
6023 "MIT"
6024 ],
6025 "authors": [
6026 {
6027 "name": "Fabien Potencier",
6028 "email": "fabien@symfony.com"
6029 },
6030 {
6031 "name": "Symfony Community",
6032 "homepage": "https://symfony.com/contributors"
6033 }
6034 ],
6035 "description": "Symfony Security Component - Core Library",
6036 "homepage": "https://symfony.com",
6037 "support": {
6038 "source": "https://github.com/symfony/security-core/tree/v5.3.7"
6039 },
6040 "funding": [
6041 {
6042 "url": "https://symfony.com/sponsor",
6043 "type": "custom"
6044 },
6045 {
6046 "url": "https://github.com/fabpot",
6047 "type": "github"
6048 },
6049 {
6050 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6051 "type": "tidelift"
6052 }
6053 ],
6054 "time": "2021-08-14T21:25:00+00:00"
6055 },
6056 {
6057 "name": "symfony/security-csrf",
6058 "version": "v5.3.4",
6059 "source": {
6060 "type": "git",
6061 "url": "https://github.com/symfony/security-csrf.git",
6062 "reference": "94b533195cf7fb21f3fae8ce349861c6401d969e"
6063 },
6064 "dist": {
6065 "type": "zip",
6066 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/94b533195cf7fb21f3fae8ce349861c6401d969e",
6067 "reference": "94b533195cf7fb21f3fae8ce349861c6401d969e",
6068 "shasum": ""
6069 },
6070 "require": {
6071 "php": ">=7.2.5",
6072 "symfony/polyfill-php80": "^1.16",
6073 "symfony/security-core": "^4.4|^5.0"
6074 },
6075 "conflict": {
6076 "symfony/http-foundation": "<5.3"
6077 },
6078 "require-dev": {
6079 "symfony/http-foundation": "^5.3"
6080 },
6081 "suggest": {
6082 "symfony/http-foundation": "For using the class SessionTokenStorage."
6083 },
6084 "type": "library",
6085 "autoload": {
6086 "psr-4": {
6087 "Symfony\\Component\\Security\\Csrf\\": ""
6088 },
6089 "exclude-from-classmap": [
6090 "/Tests/"
6091 ]
6092 },
6093 "notification-url": "https://packagist.org/downloads/",
6094 "license": [
6095 "MIT"
6096 ],
6097 "authors": [
6098 {
6099 "name": "Fabien Potencier",
6100 "email": "fabien@symfony.com"
6101 },
6102 {
6103 "name": "Symfony Community",
6104 "homepage": "https://symfony.com/contributors"
6105 }
6106 ],
6107 "description": "Symfony Security Component - CSRF Library",
6108 "homepage": "https://symfony.com",
6109 "support": {
6110 "source": "https://github.com/symfony/security-csrf/tree/v5.3.4"
6111 },
6112 "funding": [
6113 {
6114 "url": "https://symfony.com/sponsor",
6115 "type": "custom"
6116 },
6117 {
6118 "url": "https://github.com/fabpot",
6119 "type": "github"
6120 },
6121 {
6122 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6123 "type": "tidelift"
6124 }
6125 ],
6126 "time": "2021-07-21T12:40:44+00:00"
6127 },
6128 {
6129 "name": "symfony/security-guard",
6130 "version": "v5.3.7",
6131 "source": {
6132 "type": "git",
6133 "url": "https://github.com/symfony/security-guard.git",
6134 "reference": "25f8d2a206505514a0ff14b16c4fb4e17a10cf18"
6135 },
6136 "dist": {
6137 "type": "zip",
6138 "url": "https://api.github.com/repos/symfony/security-guard/zipball/25f8d2a206505514a0ff14b16c4fb4e17a10cf18",
6139 "reference": "25f8d2a206505514a0ff14b16c4fb4e17a10cf18",
6140 "shasum": ""
6141 },
6142 "require": {
6143 "php": ">=7.2.5",
6144 "symfony/polyfill-php80": "^1.15",
6145 "symfony/security-core": "^5.0",
6146 "symfony/security-http": "^5.3"
6147 },
6148 "require-dev": {
6149 "psr/log": "^1|^2|^3"
6150 },
6151 "type": "library",
6152 "autoload": {
6153 "psr-4": {
6154 "Symfony\\Component\\Security\\Guard\\": ""
6155 },
6156 "exclude-from-classmap": [
6157 "/Tests/"
6158 ]
6159 },
6160 "notification-url": "https://packagist.org/downloads/",
6161 "license": [
6162 "MIT"
6163 ],
6164 "authors": [
6165 {
6166 "name": "Fabien Potencier",
6167 "email": "fabien@symfony.com"
6168 },
6169 {
6170 "name": "Symfony Community",
6171 "homepage": "https://symfony.com/contributors"
6172 }
6173 ],
6174 "description": "Symfony Security Component - Guard",
6175 "homepage": "https://symfony.com",
6176 "support": {
6177 "source": "https://github.com/symfony/security-guard/tree/v5.3.7"
6178 },
6179 "funding": [
6180 {
6181 "url": "https://symfony.com/sponsor",
6182 "type": "custom"
6183 },
6184 {
6185 "url": "https://github.com/fabpot",
6186 "type": "github"
6187 },
6188 {
6189 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6190 "type": "tidelift"
6191 }
6192 ],
6193 "time": "2021-08-13T15:54:02+00:00"
6194 },
6195 {
6196 "name": "symfony/security-http",
6197 "version": "v5.3.7",
6198 "source": {
6199 "type": "git",
6200 "url": "https://github.com/symfony/security-http.git",
6201 "reference": "cb3d53b245c38f73e67b1e461ea076ffbb2e6dd7"
6202 },
6203 "dist": {
6204 "type": "zip",
6205 "url": "https://api.github.com/repos/symfony/security-http/zipball/cb3d53b245c38f73e67b1e461ea076ffbb2e6dd7",
6206 "reference": "cb3d53b245c38f73e67b1e461ea076ffbb2e6dd7",
6207 "shasum": ""
6208 },
6209 "require": {
6210 "php": ">=7.2.5",
6211 "symfony/deprecation-contracts": "^2.1",
6212 "symfony/http-foundation": "^5.3",
6213 "symfony/http-kernel": "^5.3",
6214 "symfony/polyfill-mbstring": "~1.0",
6215 "symfony/polyfill-php80": "^1.16",
6216 "symfony/property-access": "^4.4|^5.0",
6217 "symfony/security-core": "^5.3"
6218 },
6219 "conflict": {
6220 "symfony/event-dispatcher": "<4.3",
6221 "symfony/security-bundle": "<5.3",
6222 "symfony/security-csrf": "<4.4"
6223 },
6224 "require-dev": {
6225 "psr/log": "^1|^2|^3",
6226 "symfony/cache": "^4.4|^5.0",
6227 "symfony/rate-limiter": "^5.2",
6228 "symfony/routing": "^4.4|^5.0",
6229 "symfony/security-csrf": "^4.4|^5.0",
6230 "symfony/translation": "^4.4|^5.0"
6231 },
6232 "suggest": {
6233 "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
6234 "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
6235 },
6236 "type": "library",
6237 "autoload": {
6238 "psr-4": {
6239 "Symfony\\Component\\Security\\Http\\": ""
6240 },
6241 "exclude-from-classmap": [
6242 "/Tests/"
6243 ]
6244 },
6245 "notification-url": "https://packagist.org/downloads/",
6246 "license": [
6247 "MIT"
6248 ],
6249 "authors": [
6250 {
6251 "name": "Fabien Potencier",
6252 "email": "fabien@symfony.com"
6253 },
6254 {
6255 "name": "Symfony Community",
6256 "homepage": "https://symfony.com/contributors"
6257 }
6258 ],
6259 "description": "Symfony Security Component - HTTP Integration",
6260 "homepage": "https://symfony.com",
6261 "support": {
6262 "source": "https://github.com/symfony/security-http/tree/v5.3.7"
6263 },
6264 "funding": [
6265 {
6266 "url": "https://symfony.com/sponsor",
6267 "type": "custom"
6268 },
6269 {
6270 "url": "https://github.com/fabpot",
6271 "type": "github"
6272 },
6273 {
6274 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6275 "type": "tidelift"
6276 }
6277 ],
6278 "time": "2021-08-18T14:06:55+00:00"
6279 },
6280 {
6281 "name": "symfony/service-contracts",
6282 "version": "v2.4.0",
6283 "source": {
6284 "type": "git",
6285 "url": "https://github.com/symfony/service-contracts.git",
6286 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
6287 },
6288 "dist": {
6289 "type": "zip",
6290 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
6291 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
6292 "shasum": ""
6293 },
6294 "require": {
6295 "php": ">=7.2.5",
6296 "psr/container": "^1.1"
6297 },
6298 "suggest": {
6299 "symfony/service-implementation": ""
6300 },
6301 "type": "library",
6302 "extra": {
6303 "branch-alias": {
6304 "dev-main": "2.4-dev"
6305 },
6306 "thanks": {
6307 "name": "symfony/contracts",
6308 "url": "https://github.com/symfony/contracts"
6309 }
6310 },
6311 "autoload": {
6312 "psr-4": {
6313 "Symfony\\Contracts\\Service\\": ""
6314 }
6315 },
6316 "notification-url": "https://packagist.org/downloads/",
6317 "license": [
6318 "MIT"
6319 ],
6320 "authors": [
6321 {
6322 "name": "Nicolas Grekas",
6323 "email": "p@tchwork.com"
6324 },
6325 {
6326 "name": "Symfony Community",
6327 "homepage": "https://symfony.com/contributors"
6328 }
6329 ],
6330 "description": "Generic abstractions related to writing services",
6331 "homepage": "https://symfony.com",
6332 "keywords": [
6333 "abstractions",
6334 "contracts",
6335 "decoupling",
6336 "interfaces",
6337 "interoperability",
6338 "standards"
6339 ],
6340 "support": {
6341 "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
6342 },
6343 "funding": [
6344 {
6345 "url": "https://symfony.com/sponsor",
6346 "type": "custom"
6347 },
6348 {
6349 "url": "https://github.com/fabpot",
6350 "type": "github"
6351 },
6352 {
6353 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6354 "type": "tidelift"
6355 }
6356 ],
6357 "time": "2021-04-01T10:43:52+00:00"
6358 },
6359 {
6360 "name": "symfony/stopwatch",
6361 "version": "v5.3.4",
6362 "source": {
6363 "type": "git",
6364 "url": "https://github.com/symfony/stopwatch.git",
6365 "reference": "b24c6a92c6db316fee69e38c80591e080e41536c"
6366 },
6367 "dist": {
6368 "type": "zip",
6369 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b24c6a92c6db316fee69e38c80591e080e41536c",
6370 "reference": "b24c6a92c6db316fee69e38c80591e080e41536c",
6371 "shasum": ""
6372 },
6373 "require": {
6374 "php": ">=7.2.5",
6375 "symfony/service-contracts": "^1.0|^2"
6376 },
6377 "type": "library",
6378 "autoload": {
6379 "psr-4": {
6380 "Symfony\\Component\\Stopwatch\\": ""
6381 },
6382 "exclude-from-classmap": [
6383 "/Tests/"
6384 ]
6385 },
6386 "notification-url": "https://packagist.org/downloads/",
6387 "license": [
6388 "MIT"
6389 ],
6390 "authors": [
6391 {
6392 "name": "Fabien Potencier",
6393 "email": "fabien@symfony.com"
6394 },
6395 {
6396 "name": "Symfony Community",
6397 "homepage": "https://symfony.com/contributors"
6398 }
6399 ],
6400 "description": "Provides a way to profile code",
6401 "homepage": "https://symfony.com",
6402 "support": {
6403 "source": "https://github.com/symfony/stopwatch/tree/v5.3.4"
6404 },
6405 "funding": [
6406 {
6407 "url": "https://symfony.com/sponsor",
6408 "type": "custom"
6409 },
6410 {
6411 "url": "https://github.com/fabpot",
6412 "type": "github"
6413 },
6414 {
6415 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6416 "type": "tidelift"
6417 }
6418 ],
6419 "time": "2021-07-10T08:58:57+00:00"
6420 },
6421 {
6422 "name": "symfony/string",
6423 "version": "v5.3.7",
6424 "source": {
6425 "type": "git",
6426 "url": "https://github.com/symfony/string.git",
6427 "reference": "8d224396e28d30f81969f083a58763b8b9ceb0a5"
6428 },
6429 "dist": {
6430 "type": "zip",
6431 "url": "https://api.github.com/repos/symfony/string/zipball/8d224396e28d30f81969f083a58763b8b9ceb0a5",
6432 "reference": "8d224396e28d30f81969f083a58763b8b9ceb0a5",
6433 "shasum": ""
6434 },
6435 "require": {
6436 "php": ">=7.2.5",
6437 "symfony/polyfill-ctype": "~1.8",
6438 "symfony/polyfill-intl-grapheme": "~1.0",
6439 "symfony/polyfill-intl-normalizer": "~1.0",
6440 "symfony/polyfill-mbstring": "~1.0",
6441 "symfony/polyfill-php80": "~1.15"
6442 },
6443 "require-dev": {
6444 "symfony/error-handler": "^4.4|^5.0",
6445 "symfony/http-client": "^4.4|^5.0",
6446 "symfony/translation-contracts": "^1.1|^2",
6447 "symfony/var-exporter": "^4.4|^5.0"
6448 },
6449 "type": "library",
6450 "autoload": {
6451 "psr-4": {
6452 "Symfony\\Component\\String\\": ""
6453 },
6454 "files": [
6455 "Resources/functions.php"
6456 ],
6457 "exclude-from-classmap": [
6458 "/Tests/"
6459 ]
6460 },
6461 "notification-url": "https://packagist.org/downloads/",
6462 "license": [
6463 "MIT"
6464 ],
6465 "authors": [
6466 {
6467 "name": "Nicolas Grekas",
6468 "email": "p@tchwork.com"
6469 },
6470 {
6471 "name": "Symfony Community",
6472 "homepage": "https://symfony.com/contributors"
6473 }
6474 ],
6475 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
6476 "homepage": "https://symfony.com",
6477 "keywords": [
6478 "grapheme",
6479 "i18n",
6480 "string",
6481 "unicode",
6482 "utf-8",
6483 "utf8"
6484 ],
6485 "support": {
6486 "source": "https://github.com/symfony/string/tree/v5.3.7"
6487 },
6488 "funding": [
6489 {
6490 "url": "https://symfony.com/sponsor",
6491 "type": "custom"
6492 },
6493 {
6494 "url": "https://github.com/fabpot",
6495 "type": "github"
6496 },
6497 {
6498 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6499 "type": "tidelift"
6500 }
6501 ],
6502 "time": "2021-08-26T08:00:08+00:00"
6503 },
6504 {
6505 "name": "symfony/translation",
6506 "version": "v5.3.7",
6507 "source": {
6508 "type": "git",
6509 "url": "https://github.com/symfony/translation.git",
6510 "reference": "4d595a6d15fd3a2c67f6f31d14d15d3b7356d7a6"
6511 },
6512 "dist": {
6513 "type": "zip",
6514 "url": "https://api.github.com/repos/symfony/translation/zipball/4d595a6d15fd3a2c67f6f31d14d15d3b7356d7a6",
6515 "reference": "4d595a6d15fd3a2c67f6f31d14d15d3b7356d7a6",
6516 "shasum": ""
6517 },
6518 "require": {
6519 "php": ">=7.2.5",
6520 "symfony/deprecation-contracts": "^2.1",
6521 "symfony/polyfill-mbstring": "~1.0",
6522 "symfony/polyfill-php80": "^1.16",
6523 "symfony/translation-contracts": "^2.3"
6524 },
6525 "conflict": {
6526 "symfony/config": "<4.4",
6527 "symfony/dependency-injection": "<5.0",
6528 "symfony/http-kernel": "<5.0",
6529 "symfony/twig-bundle": "<5.0",
6530 "symfony/yaml": "<4.4"
6531 },
6532 "provide": {
6533 "symfony/translation-implementation": "2.3"
6534 },
6535 "require-dev": {
6536 "psr/log": "^1|^2|^3",
6537 "symfony/config": "^4.4|^5.0",
6538 "symfony/console": "^4.4|^5.0",
6539 "symfony/dependency-injection": "^5.0",
6540 "symfony/finder": "^4.4|^5.0",
6541 "symfony/http-kernel": "^5.0",
6542 "symfony/intl": "^4.4|^5.0",
6543 "symfony/polyfill-intl-icu": "^1.21",
6544 "symfony/service-contracts": "^1.1.2|^2",
6545 "symfony/yaml": "^4.4|^5.0"
6546 },
6547 "suggest": {
6548 "psr/log-implementation": "To use logging capability in translator",
6549 "symfony/config": "",
6550 "symfony/yaml": ""
6551 },
6552 "type": "library",
6553 "autoload": {
6554 "files": [
6555 "Resources/functions.php"
6556 ],
6557 "psr-4": {
6558 "Symfony\\Component\\Translation\\": ""
6559 },
6560 "exclude-from-classmap": [
6561 "/Tests/"
6562 ]
6563 },
6564 "notification-url": "https://packagist.org/downloads/",
6565 "license": [
6566 "MIT"
6567 ],
6568 "authors": [
6569 {
6570 "name": "Fabien Potencier",
6571 "email": "fabien@symfony.com"
6572 },
6573 {
6574 "name": "Symfony Community",
6575 "homepage": "https://symfony.com/contributors"
6576 }
6577 ],
6578 "description": "Provides tools to internationalize your application",
6579 "homepage": "https://symfony.com",
6580 "support": {
6581 "source": "https://github.com/symfony/translation/tree/v5.3.7"
6582 },
6583 "funding": [
6584 {
6585 "url": "https://symfony.com/sponsor",
6586 "type": "custom"
6587 },
6588 {
6589 "url": "https://github.com/fabpot",
6590 "type": "github"
6591 },
6592 {
6593 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6594 "type": "tidelift"
6595 }
6596 ],
6597 "time": "2021-08-26T08:22:53+00:00"
6598 },
6599 {
6600 "name": "symfony/translation-contracts",
6601 "version": "v2.4.0",
6602 "source": {
6603 "type": "git",
6604 "url": "https://github.com/symfony/translation-contracts.git",
6605 "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
6606 },
6607 "dist": {
6608 "type": "zip",
6609 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
6610 "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
6611 "shasum": ""
6612 },
6613 "require": {
6614 "php": ">=7.2.5"
6615 },
6616 "suggest": {
6617 "symfony/translation-implementation": ""
6618 },
6619 "type": "library",
6620 "extra": {
6621 "branch-alias": {
6622 "dev-main": "2.4-dev"
6623 },
6624 "thanks": {
6625 "name": "symfony/contracts",
6626 "url": "https://github.com/symfony/contracts"
6627 }
6628 },
6629 "autoload": {
6630 "psr-4": {
6631 "Symfony\\Contracts\\Translation\\": ""
6632 }
6633 },
6634 "notification-url": "https://packagist.org/downloads/",
6635 "license": [
6636 "MIT"
6637 ],
6638 "authors": [
6639 {
6640 "name": "Nicolas Grekas",
6641 "email": "p@tchwork.com"
6642 },
6643 {
6644 "name": "Symfony Community",
6645 "homepage": "https://symfony.com/contributors"
6646 }
6647 ],
6648 "description": "Generic abstractions related to translation",
6649 "homepage": "https://symfony.com",
6650 "keywords": [
6651 "abstractions",
6652 "contracts",
6653 "decoupling",
6654 "interfaces",
6655 "interoperability",
6656 "standards"
6657 ],
6658 "support": {
6659 "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
6660 },
6661 "funding": [
6662 {
6663 "url": "https://symfony.com/sponsor",
6664 "type": "custom"
6665 },
6666 {
6667 "url": "https://github.com/fabpot",
6668 "type": "github"
6669 },
6670 {
6671 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6672 "type": "tidelift"
6673 }
6674 ],
6675 "time": "2021-03-23T23:28:01+00:00"
6676 },
6677 {
6678 "name": "symfony/twig-bridge",
6679 "version": "v5.3.7",
6680 "source": {
6681 "type": "git",
6682 "url": "https://github.com/symfony/twig-bridge.git",
6683 "reference": "503e12aded4d5cbda4f8d1f3824c6a108119822f"
6684 },
6685 "dist": {
6686 "type": "zip",
6687 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/503e12aded4d5cbda4f8d1f3824c6a108119822f",
6688 "reference": "503e12aded4d5cbda4f8d1f3824c6a108119822f",
6689 "shasum": ""
6690 },
6691 "require": {
6692 "php": ">=7.2.5",
6693 "symfony/polyfill-php80": "^1.16",
6694 "symfony/translation-contracts": "^1.1|^2",
6695 "twig/twig": "^2.13|^3.0.4"
6696 },
6697 "conflict": {
6698 "phpdocumentor/reflection-docblock": "<3.2.2",
6699 "phpdocumentor/type-resolver": "<1.4.0",
6700 "symfony/console": "<4.4",
6701 "symfony/form": "<5.3",
6702 "symfony/http-foundation": "<5.3",
6703 "symfony/http-kernel": "<4.4",
6704 "symfony/translation": "<5.2",
6705 "symfony/workflow": "<5.2"
6706 },
6707 "require-dev": {
6708 "doctrine/annotations": "^1.12",
6709 "egulias/email-validator": "^2.1.10|^3",
6710 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
6711 "symfony/asset": "^4.4|^5.0",
6712 "symfony/console": "^4.4|^5.0",
6713 "symfony/dependency-injection": "^4.4|^5.0",
6714 "symfony/expression-language": "^4.4|^5.0",
6715 "symfony/finder": "^4.4|^5.0",
6716 "symfony/form": "^5.3",
6717 "symfony/http-foundation": "^5.3",
6718 "symfony/http-kernel": "^4.4|^5.0",
6719 "symfony/intl": "^4.4|^5.0",
6720 "symfony/mime": "^5.2",
6721 "symfony/polyfill-intl-icu": "~1.0",
6722 "symfony/property-info": "^4.4|^5.1",
6723 "symfony/routing": "^4.4|^5.0",
6724 "symfony/security-acl": "^2.8|^3.0",
6725 "symfony/security-core": "^4.4|^5.0",
6726 "symfony/security-csrf": "^4.4|^5.0",
6727 "symfony/security-http": "^4.4|^5.0",
6728 "symfony/serializer": "^5.2",
6729 "symfony/stopwatch": "^4.4|^5.0",
6730 "symfony/translation": "^5.2",
6731 "symfony/web-link": "^4.4|^5.0",
6732 "symfony/workflow": "^5.2",
6733 "symfony/yaml": "^4.4|^5.0",
6734 "twig/cssinliner-extra": "^2.12|^3",
6735 "twig/inky-extra": "^2.12|^3",
6736 "twig/markdown-extra": "^2.12|^3"
6737 },
6738 "suggest": {
6739 "symfony/asset": "For using the AssetExtension",
6740 "symfony/expression-language": "For using the ExpressionExtension",
6741 "symfony/finder": "",
6742 "symfony/form": "For using the FormExtension",
6743 "symfony/http-kernel": "For using the HttpKernelExtension",
6744 "symfony/routing": "For using the RoutingExtension",
6745 "symfony/security-core": "For using the SecurityExtension",
6746 "symfony/security-csrf": "For using the CsrfExtension",
6747 "symfony/security-http": "For using the LogoutUrlExtension",
6748 "symfony/stopwatch": "For using the StopwatchExtension",
6749 "symfony/translation": "For using the TranslationExtension",
6750 "symfony/var-dumper": "For using the DumpExtension",
6751 "symfony/web-link": "For using the WebLinkExtension",
6752 "symfony/yaml": "For using the YamlExtension"
6753 },
6754 "type": "symfony-bridge",
6755 "autoload": {
6756 "psr-4": {
6757 "Symfony\\Bridge\\Twig\\": ""
6758 },
6759 "exclude-from-classmap": [
6760 "/Tests/"
6761 ]
6762 },
6763 "notification-url": "https://packagist.org/downloads/",
6764 "license": [
6765 "MIT"
6766 ],
6767 "authors": [
6768 {
6769 "name": "Fabien Potencier",
6770 "email": "fabien@symfony.com"
6771 },
6772 {
6773 "name": "Symfony Community",
6774 "homepage": "https://symfony.com/contributors"
6775 }
6776 ],
6777 "description": "Provides integration for Twig with various Symfony components",
6778 "homepage": "https://symfony.com",
6779 "support": {
6780 "source": "https://github.com/symfony/twig-bridge/tree/v5.3.7"
6781 },
6782 "funding": [
6783 {
6784 "url": "https://symfony.com/sponsor",
6785 "type": "custom"
6786 },
6787 {
6788 "url": "https://github.com/fabpot",
6789 "type": "github"
6790 },
6791 {
6792 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6793 "type": "tidelift"
6794 }
6795 ],
6796 "time": "2021-08-26T07:28:06+00:00"
6797 },
6798 {
6799 "name": "symfony/twig-bundle",
6800 "version": "v5.3.4",
6801 "source": {
6802 "type": "git",
6803 "url": "https://github.com/symfony/twig-bundle.git",
6804 "reference": "345965b40c1847ebdbb2ab0eb98c71a98a5e167b"
6805 },
6806 "dist": {
6807 "type": "zip",
6808 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/345965b40c1847ebdbb2ab0eb98c71a98a5e167b",
6809 "reference": "345965b40c1847ebdbb2ab0eb98c71a98a5e167b",
6810 "shasum": ""
6811 },
6812 "require": {
6813 "php": ">=7.2.5",
6814 "symfony/config": "^4.4|^5.0",
6815 "symfony/http-foundation": "^4.4|^5.0",
6816 "symfony/http-kernel": "^5.0",
6817 "symfony/polyfill-ctype": "~1.8",
6818 "symfony/polyfill-php80": "^1.16",
6819 "symfony/twig-bridge": "^5.3",
6820 "twig/twig": "^2.13|^3.0.4"
6821 },
6822 "conflict": {
6823 "symfony/dependency-injection": "<5.3",
6824 "symfony/framework-bundle": "<5.0",
6825 "symfony/translation": "<5.0"
6826 },
6827 "require-dev": {
6828 "doctrine/annotations": "^1.10.4",
6829 "doctrine/cache": "^1.0|^2.0",
6830 "symfony/asset": "^4.4|^5.0",
6831 "symfony/dependency-injection": "^5.3",
6832 "symfony/expression-language": "^4.4|^5.0",
6833 "symfony/finder": "^4.4|^5.0",
6834 "symfony/form": "^4.4|^5.0",
6835 "symfony/framework-bundle": "^5.0",
6836 "symfony/routing": "^4.4|^5.0",
6837 "symfony/stopwatch": "^4.4|^5.0",
6838 "symfony/translation": "^5.0",
6839 "symfony/web-link": "^4.4|^5.0",
6840 "symfony/yaml": "^4.4|^5.0"
6841 },
6842 "type": "symfony-bundle",
6843 "autoload": {
6844 "psr-4": {
6845 "Symfony\\Bundle\\TwigBundle\\": ""
6846 },
6847 "exclude-from-classmap": [
6848 "/Tests/"
6849 ]
6850 },
6851 "notification-url": "https://packagist.org/downloads/",
6852 "license": [
6853 "MIT"
6854 ],
6855 "authors": [
6856 {
6857 "name": "Fabien Potencier",
6858 "email": "fabien@symfony.com"
6859 },
6860 {
6861 "name": "Symfony Community",
6862 "homepage": "https://symfony.com/contributors"
6863 }
6864 ],
6865 "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
6866 "homepage": "https://symfony.com",
6867 "support": {
6868 "source": "https://github.com/symfony/twig-bundle/tree/v5.3.4"
6869 },
6870 "funding": [
6871 {
6872 "url": "https://symfony.com/sponsor",
6873 "type": "custom"
6874 },
6875 {
6876 "url": "https://github.com/fabpot",
6877 "type": "github"
6878 },
6879 {
6880 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6881 "type": "tidelift"
6882 }
6883 ],
6884 "time": "2021-07-21T12:40:44+00:00"
6885 },
6886 {
6887 "name": "symfony/validator",
6888 "version": "v5.3.7",
6889 "source": {
6890 "type": "git",
6891 "url": "https://github.com/symfony/validator.git",
6892 "reference": "916a7c6cf3ede36eb0e4097500e0a12dcff520a7"
6893 },
6894 "dist": {
6895 "type": "zip",
6896 "url": "https://api.github.com/repos/symfony/validator/zipball/916a7c6cf3ede36eb0e4097500e0a12dcff520a7",
6897 "reference": "916a7c6cf3ede36eb0e4097500e0a12dcff520a7",
6898 "shasum": ""
6899 },
6900 "require": {
6901 "php": ">=7.2.5",
6902 "symfony/deprecation-contracts": "^2.1",
6903 "symfony/polyfill-ctype": "~1.8",
6904 "symfony/polyfill-mbstring": "~1.0",
6905 "symfony/polyfill-php73": "~1.0",
6906 "symfony/polyfill-php80": "^1.16",
6907 "symfony/translation-contracts": "^1.1|^2"
6908 },
6909 "conflict": {
6910 "doctrine/lexer": "<1.0.2",
6911 "phpunit/phpunit": "<5.4.3",
6912 "symfony/dependency-injection": "<4.4",
6913 "symfony/expression-language": "<5.1",
6914 "symfony/http-kernel": "<4.4",
6915 "symfony/intl": "<4.4",
6916 "symfony/property-info": "<5.3",
6917 "symfony/translation": "<4.4",
6918 "symfony/yaml": "<4.4"
6919 },
6920 "require-dev": {
6921 "doctrine/annotations": "^1.10.4",
6922 "doctrine/cache": "^1.0|^2.0",
6923 "egulias/email-validator": "^2.1.10|^3",
6924 "symfony/cache": "^4.4|^5.0",
6925 "symfony/config": "^4.4|^5.0",
6926 "symfony/console": "^4.4|^5.0",
6927 "symfony/dependency-injection": "^4.4|^5.0",
6928 "symfony/expression-language": "^5.1",
6929 "symfony/finder": "^4.4|^5.0",
6930 "symfony/http-client": "^4.4|^5.0",
6931 "symfony/http-foundation": "^4.4|^5.0",
6932 "symfony/http-kernel": "^4.4|^5.0",
6933 "symfony/intl": "^4.4|^5.0",
6934 "symfony/mime": "^4.4|^5.0",
6935 "symfony/property-access": "^4.4|^5.0",
6936 "symfony/property-info": "^5.3",
6937 "symfony/translation": "^4.4|^5.0",
6938 "symfony/yaml": "^4.4|^5.0"
6939 },
6940 "suggest": {
6941 "egulias/email-validator": "Strict (RFC compliant) email validation",
6942 "psr/cache-implementation": "For using the mapping cache.",
6943 "symfony/config": "",
6944 "symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints",
6945 "symfony/http-foundation": "",
6946 "symfony/intl": "",
6947 "symfony/property-access": "For accessing properties within comparison constraints",
6948 "symfony/property-info": "To automatically add NotNull and Type constraints",
6949 "symfony/translation": "For translating validation errors.",
6950 "symfony/yaml": ""
6951 },
6952 "type": "library",
6953 "autoload": {
6954 "psr-4": {
6955 "Symfony\\Component\\Validator\\": ""
6956 },
6957 "exclude-from-classmap": [
6958 "/Tests/"
6959 ]
6960 },
6961 "notification-url": "https://packagist.org/downloads/",
6962 "license": [
6963 "MIT"
6964 ],
6965 "authors": [
6966 {
6967 "name": "Fabien Potencier",
6968 "email": "fabien@symfony.com"
6969 },
6970 {
6971 "name": "Symfony Community",
6972 "homepage": "https://symfony.com/contributors"
6973 }
6974 ],
6975 "description": "Provides tools to validate values",
6976 "homepage": "https://symfony.com",
6977 "support": {
6978 "source": "https://github.com/symfony/validator/tree/v5.3.7"
6979 },
6980 "funding": [
6981 {
6982 "url": "https://symfony.com/sponsor",
6983 "type": "custom"
6984 },
6985 {
6986 "url": "https://github.com/fabpot",
6987 "type": "github"
6988 },
6989 {
6990 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6991 "type": "tidelift"
6992 }
6993 ],
6994 "time": "2021-08-26T08:22:53+00:00"
6995 },
6996 {
6997 "name": "symfony/var-dumper",
6998 "version": "v5.3.7",
6999 "source": {
7000 "type": "git",
7001 "url": "https://github.com/symfony/var-dumper.git",
7002 "reference": "3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f"
7003 },
7004 "dist": {
7005 "type": "zip",
7006 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f",
7007 "reference": "3ad5af4aed07d0a0201bbcfc42658fe6c5b2fb8f",
7008 "shasum": ""
7009 },
7010 "require": {
7011 "php": ">=7.2.5",
7012 "symfony/polyfill-mbstring": "~1.0",
7013 "symfony/polyfill-php80": "^1.16"
7014 },
7015 "conflict": {
7016 "phpunit/phpunit": "<5.4.3",
7017 "symfony/console": "<4.4"
7018 },
7019 "require-dev": {
7020 "ext-iconv": "*",
7021 "symfony/console": "^4.4|^5.0",
7022 "symfony/process": "^4.4|^5.0",
7023 "twig/twig": "^2.13|^3.0.4"
7024 },
7025 "suggest": {
7026 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
7027 "ext-intl": "To show region name in time zone dump",
7028 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
7029 },
7030 "bin": [
7031 "Resources/bin/var-dump-server"
7032 ],
7033 "type": "library",
7034 "autoload": {
7035 "files": [
7036 "Resources/functions/dump.php"
7037 ],
7038 "psr-4": {
7039 "Symfony\\Component\\VarDumper\\": ""
7040 },
7041 "exclude-from-classmap": [
7042 "/Tests/"
7043 ]
7044 },
7045 "notification-url": "https://packagist.org/downloads/",
7046 "license": [
7047 "MIT"
7048 ],
7049 "authors": [
7050 {
7051 "name": "Nicolas Grekas",
7052 "email": "p@tchwork.com"
7053 },
7054 {
7055 "name": "Symfony Community",
7056 "homepage": "https://symfony.com/contributors"
7057 }
7058 ],
7059 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7060 "homepage": "https://symfony.com",
7061 "keywords": [
7062 "debug",
7063 "dump"
7064 ],
7065 "support": {
7066 "source": "https://github.com/symfony/var-dumper/tree/v5.3.7"
7067 },
7068 "funding": [
7069 {
7070 "url": "https://symfony.com/sponsor",
7071 "type": "custom"
7072 },
7073 {
7074 "url": "https://github.com/fabpot",
7075 "type": "github"
7076 },
7077 {
7078 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7079 "type": "tidelift"
7080 }
7081 ],
7082 "time": "2021-08-04T23:19:25+00:00"
7083 },
7084 {
7085 "name": "symfony/var-exporter",
7086 "version": "v5.3.7",
7087 "source": {
7088 "type": "git",
7089 "url": "https://github.com/symfony/var-exporter.git",
7090 "reference": "2ded877ab0574d8b646f4eb3f716f8ed7ee7f392"
7091 },
7092 "dist": {
7093 "type": "zip",
7094 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2ded877ab0574d8b646f4eb3f716f8ed7ee7f392",
7095 "reference": "2ded877ab0574d8b646f4eb3f716f8ed7ee7f392",
7096 "shasum": ""
7097 },
7098 "require": {
7099 "php": ">=7.2.5",
7100 "symfony/polyfill-php80": "^1.16"
7101 },
7102 "require-dev": {
7103 "symfony/var-dumper": "^4.4.9|^5.0.9"
7104 },
7105 "type": "library",
7106 "autoload": {
7107 "psr-4": {
7108 "Symfony\\Component\\VarExporter\\": ""
7109 },
7110 "exclude-from-classmap": [
7111 "/Tests/"
7112 ]
7113 },
7114 "notification-url": "https://packagist.org/downloads/",
7115 "license": [
7116 "MIT"
7117 ],
7118 "authors": [
7119 {
7120 "name": "Nicolas Grekas",
7121 "email": "p@tchwork.com"
7122 },
7123 {
7124 "name": "Symfony Community",
7125 "homepage": "https://symfony.com/contributors"
7126 }
7127 ],
7128 "description": "Allows exporting any serializable PHP data structure to plain PHP code",
7129 "homepage": "https://symfony.com",
7130 "keywords": [
7131 "clone",
7132 "construct",
7133 "export",
7134 "hydrate",
7135 "instantiate",
7136 "serialize"
7137 ],
7138 "support": {
7139 "source": "https://github.com/symfony/var-exporter/tree/v5.3.7"
7140 },
7141 "funding": [
7142 {
7143 "url": "https://symfony.com/sponsor",
7144 "type": "custom"
7145 },
7146 {
7147 "url": "https://github.com/fabpot",
7148 "type": "github"
7149 },
7150 {
7151 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7152 "type": "tidelift"
7153 }
7154 ],
7155 "time": "2021-08-04T22:42:42+00:00"
7156 },
7157 {
7158 "name": "symfony/web-profiler-bundle",
7159 "version": "v5.3.5",
7160 "source": {
7161 "type": "git",
7162 "url": "https://github.com/symfony/web-profiler-bundle.git",
7163 "reference": "95fb24b09551688a09cffac95a2ddbb907833f07"
7164 },
7165 "dist": {
7166 "type": "zip",
7167 "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/95fb24b09551688a09cffac95a2ddbb907833f07",
7168 "reference": "95fb24b09551688a09cffac95a2ddbb907833f07",
7169 "shasum": ""
7170 },
7171 "require": {
7172 "php": ">=7.2.5",
7173 "symfony/config": "^4.4|^5.0",
7174 "symfony/framework-bundle": "^5.3",
7175 "symfony/http-kernel": "^5.3",
7176 "symfony/polyfill-php80": "^1.16",
7177 "symfony/routing": "^4.4|^5.0",
7178 "symfony/twig-bundle": "^4.4|^5.0",
7179 "twig/twig": "^2.13|^3.0.4"
7180 },
7181 "conflict": {
7182 "symfony/dependency-injection": "<5.2",
7183 "symfony/form": "<4.4",
7184 "symfony/messenger": "<4.4"
7185 },
7186 "require-dev": {
7187 "symfony/browser-kit": "^4.4|^5.0",
7188 "symfony/console": "^4.4|^5.0",
7189 "symfony/css-selector": "^4.4|^5.0",
7190 "symfony/stopwatch": "^4.4|^5.0"
7191 },
7192 "type": "symfony-bundle",
7193 "autoload": {
7194 "psr-4": {
7195 "Symfony\\Bundle\\WebProfilerBundle\\": ""
7196 },
7197 "exclude-from-classmap": [
7198 "/Tests/"
7199 ]
7200 },
7201 "notification-url": "https://packagist.org/downloads/",
7202 "license": [
7203 "MIT"
7204 ],
7205 "authors": [
7206 {
7207 "name": "Fabien Potencier",
7208 "email": "fabien@symfony.com"
7209 },
7210 {
7211 "name": "Symfony Community",
7212 "homepage": "https://symfony.com/contributors"
7213 }
7214 ],
7215 "description": "Provides a development tool that gives detailed information about the execution of any request",
7216 "homepage": "https://symfony.com",
7217 "support": {
7218 "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.3.5"
7219 },
7220 "funding": [
7221 {
7222 "url": "https://symfony.com/sponsor",
7223 "type": "custom"
7224 },
7225 {
7226 "url": "https://github.com/fabpot",
7227 "type": "github"
7228 },
7229 {
7230 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7231 "type": "tidelift"
7232 }
7233 ],
7234 "time": "2021-07-27T04:28:53+00:00"
7235 },
7236 {
7237 "name": "symfony/yaml",
7238 "version": "v5.3.6",
7239 "source": {
7240 "type": "git",
7241 "url": "https://github.com/symfony/yaml.git",
7242 "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7"
7243 },
7244 "dist": {
7245 "type": "zip",
7246 "url": "https://api.github.com/repos/symfony/yaml/zipball/4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7",
7247 "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7",
7248 "shasum": ""
7249 },
7250 "require": {
7251 "php": ">=7.2.5",
7252 "symfony/deprecation-contracts": "^2.1",
7253 "symfony/polyfill-ctype": "~1.8"
7254 },
7255 "conflict": {
7256 "symfony/console": "<4.4"
7257 },
7258 "require-dev": {
7259 "symfony/console": "^4.4|^5.0"
7260 },
7261 "suggest": {
7262 "symfony/console": "For validating YAML files using the lint command"
7263 },
7264 "bin": [
7265 "Resources/bin/yaml-lint"
7266 ],
7267 "type": "library",
7268 "autoload": {
7269 "psr-4": {
7270 "Symfony\\Component\\Yaml\\": ""
7271 },
7272 "exclude-from-classmap": [
7273 "/Tests/"
7274 ]
7275 },
7276 "notification-url": "https://packagist.org/downloads/",
7277 "license": [
7278 "MIT"
7279 ],
7280 "authors": [
7281 {
7282 "name": "Fabien Potencier",
7283 "email": "fabien@symfony.com"
7284 },
7285 {
7286 "name": "Symfony Community",
7287 "homepage": "https://symfony.com/contributors"
7288 }
7289 ],
7290 "description": "Loads and dumps YAML files",
7291 "homepage": "https://symfony.com",
7292 "support": {
7293 "source": "https://github.com/symfony/yaml/tree/v5.3.6"
7294 },
7295 "funding": [
7296 {
7297 "url": "https://symfony.com/sponsor",
7298 "type": "custom"
7299 },
7300 {
7301 "url": "https://github.com/fabpot",
7302 "type": "github"
7303 },
7304 {
7305 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7306 "type": "tidelift"
7307 }
7308 ],
7309 "time": "2021-07-29T06:20:01+00:00"
7310 },
7311 {
7312 "name": "twig/extra-bundle",
7313 "version": "v3.3.1",
7314 "source": {
7315 "type": "git",
7316 "url": "https://github.com/twigphp/twig-extra-bundle.git",
7317 "reference": "e12a8ee63387abb83fb7e4c897663bfb94ac22b6"
7318 },
7319 "dist": {
7320 "type": "zip",
7321 "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/e12a8ee63387abb83fb7e4c897663bfb94ac22b6",
7322 "reference": "e12a8ee63387abb83fb7e4c897663bfb94ac22b6",
7323 "shasum": ""
7324 },
7325 "require": {
7326 "php": "^7.1.3|^8.0",
7327 "symfony/framework-bundle": "^4.3|^5.0",
7328 "symfony/twig-bundle": "^4.3|^5.0",
7329 "twig/twig": "^2.4|^3.0"
7330 },
7331 "require-dev": {
7332 "symfony/phpunit-bridge": "^4.4.9|^5.0.9",
7333 "twig/cache-extra": "^3.0",
7334 "twig/cssinliner-extra": "^2.12|^3.0",
7335 "twig/html-extra": "^2.12|^3.0",
7336 "twig/inky-extra": "^2.12|^3.0",
7337 "twig/intl-extra": "^2.12|^3.0",
7338 "twig/markdown-extra": "^2.12|^3.0",
7339 "twig/string-extra": "^2.12|^3.0"
7340 },
7341 "type": "symfony-bundle",
7342 "extra": {
7343 "branch-alias": {
7344 "dev-master": "3.2-dev"
7345 }
7346 },
7347 "autoload": {
7348 "psr-4": {
7349 "Twig\\Extra\\TwigExtraBundle\\": ""
7350 },
7351 "exclude-from-classmap": [
7352 "/Tests/"
7353 ]
7354 },
7355 "notification-url": "https://packagist.org/downloads/",
7356 "license": [
7357 "MIT"
7358 ],
7359 "authors": [
7360 {
7361 "name": "Fabien Potencier",
7362 "email": "fabien@symfony.com",
7363 "homepage": "http://fabien.potencier.org",
7364 "role": "Lead Developer"
7365 }
7366 ],
7367 "description": "A Symfony bundle for extra Twig extensions",
7368 "homepage": "https://twig.symfony.com",
7369 "keywords": [
7370 "bundle",
7371 "extra",
7372 "twig"
7373 ],
7374 "support": {
7375 "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.3.1"
7376 },
7377 "funding": [
7378 {
7379 "url": "https://github.com/fabpot",
7380 "type": "github"
7381 },
7382 {
7383 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7384 "type": "tidelift"
7385 }
7386 ],
7387 "time": "2021-05-12T07:47:40+00:00"
7388 },
7389 {
7390 "name": "twig/html-extra",
7391 "version": "v3.3.0",
7392 "source": {
7393 "type": "git",
7394 "url": "https://github.com/twigphp/html-extra.git",
7395 "reference": "fb14ea62ddb1ab4dab44eb87c087b6f89dbc4df2"
7396 },
7397 "dist": {
7398 "type": "zip",
7399 "url": "https://api.github.com/repos/twigphp/html-extra/zipball/fb14ea62ddb1ab4dab44eb87c087b6f89dbc4df2",
7400 "reference": "fb14ea62ddb1ab4dab44eb87c087b6f89dbc4df2",
7401 "shasum": ""
7402 },
7403 "require": {
7404 "php": ">=7.1.3",
7405 "symfony/mime": "^4.3|^5.0",
7406 "twig/twig": "^2.4|^3.0"
7407 },
7408 "require-dev": {
7409 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
7410 },
7411 "type": "library",
7412 "extra": {
7413 "branch-alias": {
7414 "dev-master": "3.2-dev"
7415 }
7416 },
7417 "autoload": {
7418 "psr-4": {
7419 "Twig\\Extra\\Html\\": ""
7420 },
7421 "exclude-from-classmap": [
7422 "/Tests/"
7423 ]
7424 },
7425 "notification-url": "https://packagist.org/downloads/",
7426 "license": [
7427 "MIT"
7428 ],
7429 "authors": [
7430 {
7431 "name": "Fabien Potencier",
7432 "email": "fabien@symfony.com",
7433 "homepage": "http://fabien.potencier.org",
7434 "role": "Lead Developer"
7435 }
7436 ],
7437 "description": "A Twig extension for HTML",
7438 "homepage": "https://twig.symfony.com",
7439 "keywords": [
7440 "html",
7441 "twig"
7442 ],
7443 "support": {
7444 "source": "https://github.com/twigphp/html-extra/tree/v3.3.0"
7445 },
7446 "funding": [
7447 {
7448 "url": "https://github.com/fabpot",
7449 "type": "github"
7450 },
7451 {
7452 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7453 "type": "tidelift"
7454 }
7455 ],
7456 "time": "2021-01-01T14:58:18+00:00"
7457 },
7458 {
7459 "name": "twig/markdown-extra",
7460 "version": "v3.3.1",
7461 "source": {
7462 "type": "git",
7463 "url": "https://github.com/twigphp/markdown-extra.git",
7464 "reference": "a9fe276dbb7f837c3f4ecc6dad89bcccb9fc8bc9"
7465 },
7466 "dist": {
7467 "type": "zip",
7468 "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/a9fe276dbb7f837c3f4ecc6dad89bcccb9fc8bc9",
7469 "reference": "a9fe276dbb7f837c3f4ecc6dad89bcccb9fc8bc9",
7470 "shasum": ""
7471 },
7472 "require": {
7473 "php": ">=7.1.3",
7474 "twig/twig": "^2.4|^3.0"
7475 },
7476 "require-dev": {
7477 "erusev/parsedown": "^1.7",
7478 "league/commonmark": "^1.0",
7479 "league/html-to-markdown": "^4.8|^5.0",
7480 "michelf/php-markdown": "^1.8",
7481 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
7482 },
7483 "type": "library",
7484 "extra": {
7485 "branch-alias": {
7486 "dev-master": "3.2-dev"
7487 }
7488 },
7489 "autoload": {
7490 "psr-4": {
7491 "Twig\\Extra\\Markdown\\": ""
7492 },
7493 "exclude-from-classmap": [
7494 "/Tests/"
7495 ]
7496 },
7497 "notification-url": "https://packagist.org/downloads/",
7498 "license": [
7499 "MIT"
7500 ],
7501 "authors": [
7502 {
7503 "name": "Fabien Potencier",
7504 "email": "fabien@symfony.com",
7505 "homepage": "http://fabien.potencier.org",
7506 "role": "Lead Developer"
7507 }
7508 ],
7509 "description": "A Twig extension for Markdown",
7510 "homepage": "https://twig.symfony.com",
7511 "keywords": [
7512 "html",
7513 "markdown",
7514 "twig"
7515 ],
7516 "support": {
7517 "source": "https://github.com/twigphp/markdown-extra/tree/v3.3.1"
7518 },
7519 "funding": [
7520 {
7521 "url": "https://github.com/fabpot",
7522 "type": "github"
7523 },
7524 {
7525 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7526 "type": "tidelift"
7527 }
7528 ],
7529 "time": "2021-04-01T12:19:25+00:00"
7530 },
7531 {
7532 "name": "twig/twig",
7533 "version": "v3.3.2",
7534 "source": {
7535 "type": "git",
7536 "url": "https://github.com/twigphp/Twig.git",
7537 "reference": "21578f00e83d4a82ecfa3d50752b609f13de6790"
7538 },
7539 "dist": {
7540 "type": "zip",
7541 "url": "https://api.github.com/repos/twigphp/Twig/zipball/21578f00e83d4a82ecfa3d50752b609f13de6790",
7542 "reference": "21578f00e83d4a82ecfa3d50752b609f13de6790",
7543 "shasum": ""
7544 },
7545 "require": {
7546 "php": ">=7.2.5",
7547 "symfony/polyfill-ctype": "^1.8",
7548 "symfony/polyfill-mbstring": "^1.3"
7549 },
7550 "require-dev": {
7551 "psr/container": "^1.0",
7552 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
7553 },
7554 "type": "library",
7555 "extra": {
7556 "branch-alias": {
7557 "dev-master": "3.3-dev"
7558 }
7559 },
7560 "autoload": {
7561 "psr-4": {
7562 "Twig\\": "src/"
7563 }
7564 },
7565 "notification-url": "https://packagist.org/downloads/",
7566 "license": [
7567 "BSD-3-Clause"
7568 ],
7569 "authors": [
7570 {
7571 "name": "Fabien Potencier",
7572 "email": "fabien@symfony.com",
7573 "homepage": "http://fabien.potencier.org",
7574 "role": "Lead Developer"
7575 },
7576 {
7577 "name": "Twig Team",
7578 "role": "Contributors"
7579 },
7580 {
7581 "name": "Armin Ronacher",
7582 "email": "armin.ronacher@active-4.com",
7583 "role": "Project Founder"
7584 }
7585 ],
7586 "description": "Twig, the flexible, fast, and secure template language for PHP",
7587 "homepage": "https://twig.symfony.com",
7588 "keywords": [
7589 "templating"
7590 ],
7591 "support": {
7592 "issues": "https://github.com/twigphp/Twig/issues",
7593 "source": "https://github.com/twigphp/Twig/tree/v3.3.2"
7594 },
7595 "funding": [
7596 {
7597 "url": "https://github.com/fabpot",
7598 "type": "github"
7599 },
7600 {
7601 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
7602 "type": "tidelift"
7603 }
7604 ],
7605 "time": "2021-05-16T12:14:13+00:00"
7606 }
7607 ],
7608 "packages-dev": [
7609 {
7610 "name": "doctrine/data-fixtures",
7611 "version": "1.5.0",
7612 "source": {
7613 "type": "git",
7614 "url": "https://github.com/doctrine/data-fixtures.git",
7615 "reference": "51d3d4880d28951fff42a635a2389f8c63baddc5"
7616 },
7617 "dist": {
7618 "type": "zip",
7619 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/51d3d4880d28951fff42a635a2389f8c63baddc5",
7620 "reference": "51d3d4880d28951fff42a635a2389f8c63baddc5",
7621 "shasum": ""
7622 },
7623 "require": {
7624 "doctrine/common": "^2.13|^3.0",
7625 "doctrine/persistence": "^1.3.3|^2.0",
7626 "php": "^7.2 || ^8.0"
7627 },
7628 "conflict": {
7629 "doctrine/phpcr-odm": "<1.3.0"
7630 },
7631 "require-dev": {
7632 "doctrine/coding-standard": "^8.2",
7633 "doctrine/dbal": "^2.5.4",
7634 "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
7635 "doctrine/orm": "^2.7.0",
7636 "ext-sqlite3": "*",
7637 "phpunit/phpunit": "^8.0"
7638 },
7639 "suggest": {
7640 "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
7641 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
7642 "doctrine/orm": "For loading ORM fixtures",
7643 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
7644 },
7645 "type": "library",
7646 "autoload": {
7647 "psr-4": {
7648 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
7649 }
7650 },
7651 "notification-url": "https://packagist.org/downloads/",
7652 "license": [
7653 "MIT"
7654 ],
7655 "authors": [
7656 {
7657 "name": "Jonathan Wage",
7658 "email": "jonwage@gmail.com"
7659 }
7660 ],
7661 "description": "Data Fixtures for all Doctrine Object Managers",
7662 "homepage": "http://www.doctrine-project.org",
7663 "keywords": [
7664 "database"
7665 ],
7666 "support": {
7667 "issues": "https://github.com/doctrine/data-fixtures/issues",
7668 "source": "https://github.com/doctrine/data-fixtures/tree/1.5.0"
7669 },
7670 "funding": [
7671 {
7672 "url": "https://www.doctrine-project.org/sponsorship.html",
7673 "type": "custom"
7674 },
7675 {
7676 "url": "https://www.patreon.com/phpdoctrine",
7677 "type": "patreon"
7678 },
7679 {
7680 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
7681 "type": "tidelift"
7682 }
7683 ],
7684 "time": "2021-01-23T10:20:43+00:00"
7685 },
7686 {
7687 "name": "doctrine/doctrine-fixtures-bundle",
7688 "version": "3.4.0",
7689 "source": {
7690 "type": "git",
7691 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
7692 "reference": "870189619a7770f468ffb0b80925302e065a3b34"
7693 },
7694 "dist": {
7695 "type": "zip",
7696 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/870189619a7770f468ffb0b80925302e065a3b34",
7697 "reference": "870189619a7770f468ffb0b80925302e065a3b34",
7698 "shasum": ""
7699 },
7700 "require": {
7701 "doctrine/data-fixtures": "^1.3",
7702 "doctrine/doctrine-bundle": "^1.11|^2.0",
7703 "doctrine/orm": "^2.6.0",
7704 "doctrine/persistence": "^1.3.7|^2.0",
7705 "php": "^7.1 || ^8.0",
7706 "symfony/config": "^3.4|^4.3|^5.0",
7707 "symfony/console": "^3.4|^4.3|^5.0",
7708 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
7709 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
7710 "symfony/http-kernel": "^3.4|^4.3|^5.0"
7711 },
7712 "require-dev": {
7713 "doctrine/coding-standard": "^6.0",
7714 "phpunit/phpunit": "^7.4 || ^8.0 || ^9.2",
7715 "symfony/phpunit-bridge": "^4.1|^5.0"
7716 },
7717 "type": "symfony-bundle",
7718 "autoload": {
7719 "psr-4": {
7720 "Doctrine\\Bundle\\FixturesBundle\\": ""
7721 }
7722 },
7723 "notification-url": "https://packagist.org/downloads/",
7724 "license": [
7725 "MIT"
7726 ],
7727 "authors": [
7728 {
7729 "name": "Fabien Potencier",
7730 "email": "fabien@symfony.com"
7731 },
7732 {
7733 "name": "Doctrine Project",
7734 "homepage": "http://www.doctrine-project.org"
7735 },
7736 {
7737 "name": "Symfony Community",
7738 "homepage": "http://symfony.com/contributors"
7739 }
7740 ],
7741 "description": "Symfony DoctrineFixturesBundle",
7742 "homepage": "http://www.doctrine-project.org",
7743 "keywords": [
7744 "Fixture",
7745 "persistence"
7746 ],
7747 "support": {
7748 "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
7749 "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.0"
7750 },
7751 "funding": [
7752 {
7753 "url": "https://www.doctrine-project.org/sponsorship.html",
7754 "type": "custom"
7755 },
7756 {
7757 "url": "https://www.patreon.com/phpdoctrine",
7758 "type": "patreon"
7759 },
7760 {
7761 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
7762 "type": "tidelift"
7763 }
7764 ],
7765 "time": "2020-11-14T09:36:49+00:00"
7766 },
7767 {
7768 "name": "nikic/php-parser",
7769 "version": "v4.12.0",
7770 "source": {
7771 "type": "git",
7772 "url": "https://github.com/nikic/PHP-Parser.git",
7773 "reference": "6608f01670c3cc5079e18c1dab1104e002579143"
7774 },
7775 "dist": {
7776 "type": "zip",
7777 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6608f01670c3cc5079e18c1dab1104e002579143",
7778 "reference": "6608f01670c3cc5079e18c1dab1104e002579143",
7779 "shasum": ""
7780 },
7781 "require": {
7782 "ext-tokenizer": "*",
7783 "php": ">=7.0"
7784 },
7785 "require-dev": {
7786 "ircmaxell/php-yacc": "^0.0.7",
7787 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
7788 },
7789 "bin": [
7790 "bin/php-parse"
7791 ],
7792 "type": "library",
7793 "extra": {
7794 "branch-alias": {
7795 "dev-master": "4.9-dev"
7796 }
7797 },
7798 "autoload": {
7799 "psr-4": {
7800 "PhpParser\\": "lib/PhpParser"
7801 }
7802 },
7803 "notification-url": "https://packagist.org/downloads/",
7804 "license": [
7805 "BSD-3-Clause"
7806 ],
7807 "authors": [
7808 {
7809 "name": "Nikita Popov"
7810 }
7811 ],
7812 "description": "A PHP parser written in PHP",
7813 "keywords": [
7814 "parser",
7815 "php"
7816 ],
7817 "support": {
7818 "issues": "https://github.com/nikic/PHP-Parser/issues",
7819 "source": "https://github.com/nikic/PHP-Parser/tree/v4.12.0"
7820 },
7821 "time": "2021-07-21T10:44:31+00:00"
7822 },
7823 {
7824 "name": "symfony/browser-kit",
7825 "version": "v5.3.4",
7826 "source": {
7827 "type": "git",
7828 "url": "https://github.com/symfony/browser-kit.git",
7829 "reference": "c1e3f64fcc631c96e2c5843b666db66679ced11c"
7830 },
7831 "dist": {
7832 "type": "zip",
7833 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c1e3f64fcc631c96e2c5843b666db66679ced11c",
7834 "reference": "c1e3f64fcc631c96e2c5843b666db66679ced11c",
7835 "shasum": ""
7836 },
7837 "require": {
7838 "php": ">=7.2.5",
7839 "symfony/dom-crawler": "^4.4|^5.0",
7840 "symfony/polyfill-php80": "^1.16"
7841 },
7842 "require-dev": {
7843 "symfony/css-selector": "^4.4|^5.0",
7844 "symfony/http-client": "^4.4|^5.0",
7845 "symfony/mime": "^4.4|^5.0",
7846 "symfony/process": "^4.4|^5.0"
7847 },
7848 "suggest": {
7849 "symfony/process": ""
7850 },
7851 "type": "library",
7852 "autoload": {
7853 "psr-4": {
7854 "Symfony\\Component\\BrowserKit\\": ""
7855 },
7856 "exclude-from-classmap": [
7857 "/Tests/"
7858 ]
7859 },
7860 "notification-url": "https://packagist.org/downloads/",
7861 "license": [
7862 "MIT"
7863 ],
7864 "authors": [
7865 {
7866 "name": "Fabien Potencier",
7867 "email": "fabien@symfony.com"
7868 },
7869 {
7870 "name": "Symfony Community",
7871 "homepage": "https://symfony.com/contributors"
7872 }
7873 ],
7874 "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
7875 "homepage": "https://symfony.com",
7876 "support": {
7877 "source": "https://github.com/symfony/browser-kit/tree/v5.3.4"
7878 },
7879 "funding": [
7880 {
7881 "url": "https://symfony.com/sponsor",
7882 "type": "custom"
7883 },
7884 {
7885 "url": "https://github.com/fabpot",
7886 "type": "github"
7887 },
7888 {
7889 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7890 "type": "tidelift"
7891 }
7892 ],
7893 "time": "2021-07-21T12:40:44+00:00"
7894 },
7895 {
7896 "name": "symfony/maker-bundle",
7897 "version": "v1.33.0",
7898 "source": {
7899 "type": "git",
7900 "url": "https://github.com/symfony/maker-bundle.git",
7901 "reference": "f093d906c667cba7e3f74487d9e5e55aaf25a031"
7902 },
7903 "dist": {
7904 "type": "zip",
7905 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/f093d906c667cba7e3f74487d9e5e55aaf25a031",
7906 "reference": "f093d906c667cba7e3f74487d9e5e55aaf25a031",
7907 "shasum": ""
7908 },
7909 "require": {
7910 "doctrine/inflector": "^1.2|^2.0",
7911 "nikic/php-parser": "^4.0",
7912 "php": ">=7.1.3",
7913 "symfony/config": "^4.0|^5.0",
7914 "symfony/console": "^4.0|^5.0",
7915 "symfony/dependency-injection": "^4.0|^5.0",
7916 "symfony/deprecation-contracts": "^2.2",
7917 "symfony/filesystem": "^4.0|^5.0",
7918 "symfony/finder": "^4.0|^5.0",
7919 "symfony/framework-bundle": "^4.0|^5.0",
7920 "symfony/http-kernel": "^4.0|^5.0"
7921 },
7922 "require-dev": {
7923 "composer/semver": "^3.0@dev",
7924 "doctrine/doctrine-bundle": "^1.8|^2.0",
7925 "doctrine/orm": "^2.3",
7926 "friendsofphp/php-cs-fixer": "^3.0",
7927 "friendsoftwig/twigcs": "^4.1.0|^5.0.0",
7928 "symfony/http-client": "^4.3|^5.0",
7929 "symfony/phpunit-bridge": "^4.3|^5.0",
7930 "symfony/process": "^4.0|^5.0",
7931 "symfony/security-core": "^4.0|^5.0",
7932 "symfony/yaml": "^4.0|^5.0"
7933 },
7934 "type": "symfony-bundle",
7935 "extra": {
7936 "branch-alias": {
7937 "dev-main": "1.0-dev"
7938 }
7939 },
7940 "autoload": {
7941 "psr-4": {
7942 "Symfony\\Bundle\\MakerBundle\\": "src/"
7943 }
7944 },
7945 "notification-url": "https://packagist.org/downloads/",
7946 "license": [
7947 "MIT"
7948 ],
7949 "authors": [
7950 {
7951 "name": "Symfony Community",
7952 "homepage": "https://symfony.com/contributors"
7953 }
7954 ],
7955 "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
7956 "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
7957 "keywords": [
7958 "code generator",
7959 "generator",
7960 "scaffold",
7961 "scaffolding"
7962 ],
7963 "support": {
7964 "issues": "https://github.com/symfony/maker-bundle/issues",
7965 "source": "https://github.com/symfony/maker-bundle/tree/v1.33.0"
7966 },
7967 "funding": [
7968 {
7969 "url": "https://symfony.com/sponsor",
7970 "type": "custom"
7971 },
7972 {
7973 "url": "https://github.com/fabpot",
7974 "type": "github"
7975 },
7976 {
7977 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7978 "type": "tidelift"
7979 }
7980 ],
7981 "time": "2021-07-01T00:28:30+00:00"
7982 },
7983 {
7984 "name": "symfony/phpunit-bridge",
7985 "version": "v5.3.7",
7986 "source": {
7987 "type": "git",
7988 "url": "https://github.com/symfony/phpunit-bridge.git",
7989 "reference": "2a1ff6e5a4521be1350bfce75784938e590d6342"
7990 },
7991 "dist": {
7992 "type": "zip",
7993 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2a1ff6e5a4521be1350bfce75784938e590d6342",
7994 "reference": "2a1ff6e5a4521be1350bfce75784938e590d6342",
7995 "shasum": ""
7996 },
7997 "require": {
7998 "php": ">=7.1.3",
7999 "symfony/deprecation-contracts": "^2.1"
8000 },
8001 "conflict": {
8002 "phpunit/phpunit": "<7.5|9.1.2"
8003 },
8004 "require-dev": {
8005 "symfony/error-handler": "^4.4|^5.0"
8006 },
8007 "suggest": {
8008 "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
8009 },
8010 "bin": [
8011 "bin/simple-phpunit"
8012 ],
8013 "type": "symfony-bridge",
8014 "extra": {
8015 "thanks": {
8016 "name": "phpunit/phpunit",
8017 "url": "https://github.com/sebastianbergmann/phpunit"
8018 }
8019 },
8020 "autoload": {
8021 "files": [
8022 "bootstrap.php"
8023 ],
8024 "psr-4": {
8025 "Symfony\\Bridge\\PhpUnit\\": ""
8026 },
8027 "exclude-from-classmap": [
8028 "/Tests/"
8029 ]
8030 },
8031 "notification-url": "https://packagist.org/downloads/",
8032 "license": [
8033 "MIT"
8034 ],
8035 "authors": [
8036 {
8037 "name": "Nicolas Grekas",
8038 "email": "p@tchwork.com"
8039 },
8040 {
8041 "name": "Symfony Community",
8042 "homepage": "https://symfony.com/contributors"
8043 }
8044 ],
8045 "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
8046 "homepage": "https://symfony.com",
8047 "support": {
8048 "source": "https://github.com/symfony/phpunit-bridge/tree/v5.3.7"
8049 },
8050 "funding": [
8051 {
8052 "url": "https://symfony.com/sponsor",
8053 "type": "custom"
8054 },
8055 {
8056 "url": "https://github.com/fabpot",
8057 "type": "github"
8058 },
8059 {
8060 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
8061 "type": "tidelift"
8062 }
8063 ],
8064 "time": "2021-08-26T13:36:50+00:00"
8065 }
8066 ],
8067 "aliases": [],
8068 "minimum-stability": "stable",
8069 "stability-flags": {
8070 "rapsys/airbundle": 20,
8071 "rapsys/packbundle": 20,
8072 "rapsys/userbundle": 20
8073 },
8074 "prefer-stable": false,
8075 "prefer-lowest": false,
8076 "platform": {
8077 "php": "^7.0|^8.0",
8078 "ext-ctype": "*",
8079 "ext-iconv": "*"
8080 },
8081 "platform-dev": [],
8082 "plugin-api-version": "2.0.0"
8083 }