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