]> Raphaƫl G. Git Repositories - airlibre/blob - composer.lock
Remove deprecated
[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": "585f51885175ad81c9aed4ce7013ee39",
8 "packages": [
9 {
10 "name": "composer/package-versions-deprecated",
11 "version": "1.11.99",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/composer/package-versions-deprecated.git",
15 "reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855",
20 "reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855",
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 "time": "2020-08-25T05:50:16+00:00"
63 },
64 {
65 "name": "doctrine/annotations",
66 "version": "1.10.4",
67 "source": {
68 "type": "git",
69 "url": "https://github.com/doctrine/annotations.git",
70 "reference": "bfe91e31984e2ba76df1c1339681770401ec262f"
71 },
72 "dist": {
73 "type": "zip",
74 "url": "https://api.github.com/repos/doctrine/annotations/zipball/bfe91e31984e2ba76df1c1339681770401ec262f",
75 "reference": "bfe91e31984e2ba76df1c1339681770401ec262f",
76 "shasum": ""
77 },
78 "require": {
79 "doctrine/lexer": "1.*",
80 "ext-tokenizer": "*",
81 "php": "^7.1 || ^8.0"
82 },
83 "require-dev": {
84 "doctrine/cache": "1.*",
85 "phpstan/phpstan": "^0.12.20",
86 "phpunit/phpunit": "^7.5 || ^9.1.5"
87 },
88 "type": "library",
89 "extra": {
90 "branch-alias": {
91 "dev-master": "1.9.x-dev"
92 }
93 },
94 "autoload": {
95 "psr-4": {
96 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
97 }
98 },
99 "notification-url": "https://packagist.org/downloads/",
100 "license": [
101 "MIT"
102 ],
103 "authors": [
104 {
105 "name": "Guilherme Blanco",
106 "email": "guilhermeblanco@gmail.com"
107 },
108 {
109 "name": "Roman Borschel",
110 "email": "roman@code-factory.org"
111 },
112 {
113 "name": "Benjamin Eberlei",
114 "email": "kontakt@beberlei.de"
115 },
116 {
117 "name": "Jonathan Wage",
118 "email": "jonwage@gmail.com"
119 },
120 {
121 "name": "Johannes Schmitt",
122 "email": "schmittjoh@gmail.com"
123 }
124 ],
125 "description": "Docblock Annotations Parser",
126 "homepage": "http://www.doctrine-project.org",
127 "keywords": [
128 "annotations",
129 "docblock",
130 "parser"
131 ],
132 "time": "2020-08-10T19:35:50+00:00"
133 },
134 {
135 "name": "doctrine/cache",
136 "version": "1.10.2",
137 "source": {
138 "type": "git",
139 "url": "https://github.com/doctrine/cache.git",
140 "reference": "13e3381b25847283a91948d04640543941309727"
141 },
142 "dist": {
143 "type": "zip",
144 "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
145 "reference": "13e3381b25847283a91948d04640543941309727",
146 "shasum": ""
147 },
148 "require": {
149 "php": "~7.1 || ^8.0"
150 },
151 "conflict": {
152 "doctrine/common": ">2.2,<2.4"
153 },
154 "require-dev": {
155 "alcaeus/mongo-php-adapter": "^1.1",
156 "doctrine/coding-standard": "^6.0",
157 "mongodb/mongodb": "^1.1",
158 "phpunit/phpunit": "^7.0",
159 "predis/predis": "~1.0"
160 },
161 "suggest": {
162 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
163 },
164 "type": "library",
165 "extra": {
166 "branch-alias": {
167 "dev-master": "1.9.x-dev"
168 }
169 },
170 "autoload": {
171 "psr-4": {
172 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
173 }
174 },
175 "notification-url": "https://packagist.org/downloads/",
176 "license": [
177 "MIT"
178 ],
179 "authors": [
180 {
181 "name": "Guilherme Blanco",
182 "email": "guilhermeblanco@gmail.com"
183 },
184 {
185 "name": "Roman Borschel",
186 "email": "roman@code-factory.org"
187 },
188 {
189 "name": "Benjamin Eberlei",
190 "email": "kontakt@beberlei.de"
191 },
192 {
193 "name": "Jonathan Wage",
194 "email": "jonwage@gmail.com"
195 },
196 {
197 "name": "Johannes Schmitt",
198 "email": "schmittjoh@gmail.com"
199 }
200 ],
201 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
202 "homepage": "https://www.doctrine-project.org/projects/cache.html",
203 "keywords": [
204 "abstraction",
205 "apcu",
206 "cache",
207 "caching",
208 "couchdb",
209 "memcached",
210 "php",
211 "redis",
212 "xcache"
213 ],
214 "time": "2020-07-07T18:54:01+00:00"
215 },
216 {
217 "name": "doctrine/collections",
218 "version": "1.6.7",
219 "source": {
220 "type": "git",
221 "url": "https://github.com/doctrine/collections.git",
222 "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
223 },
224 "dist": {
225 "type": "zip",
226 "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a",
227 "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a",
228 "shasum": ""
229 },
230 "require": {
231 "php": "^7.1.3 || ^8.0"
232 },
233 "require-dev": {
234 "doctrine/coding-standard": "^6.0",
235 "phpstan/phpstan-shim": "^0.9.2",
236 "phpunit/phpunit": "^7.0",
237 "vimeo/psalm": "^3.8.1"
238 },
239 "type": "library",
240 "autoload": {
241 "psr-4": {
242 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
243 }
244 },
245 "notification-url": "https://packagist.org/downloads/",
246 "license": [
247 "MIT"
248 ],
249 "authors": [
250 {
251 "name": "Guilherme Blanco",
252 "email": "guilhermeblanco@gmail.com"
253 },
254 {
255 "name": "Roman Borschel",
256 "email": "roman@code-factory.org"
257 },
258 {
259 "name": "Benjamin Eberlei",
260 "email": "kontakt@beberlei.de"
261 },
262 {
263 "name": "Jonathan Wage",
264 "email": "jonwage@gmail.com"
265 },
266 {
267 "name": "Johannes Schmitt",
268 "email": "schmittjoh@gmail.com"
269 }
270 ],
271 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
272 "homepage": "https://www.doctrine-project.org/projects/collections.html",
273 "keywords": [
274 "array",
275 "collections",
276 "iterators",
277 "php"
278 ],
279 "time": "2020-07-27T17:53:49+00:00"
280 },
281 {
282 "name": "doctrine/common",
283 "version": "2.13.3",
284 "source": {
285 "type": "git",
286 "url": "https://github.com/doctrine/common.git",
287 "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
288 },
289 "dist": {
290 "type": "zip",
291 "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
292 "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
293 "shasum": ""
294 },
295 "require": {
296 "doctrine/annotations": "^1.0",
297 "doctrine/cache": "^1.0",
298 "doctrine/collections": "^1.0",
299 "doctrine/event-manager": "^1.0",
300 "doctrine/inflector": "^1.0",
301 "doctrine/lexer": "^1.0",
302 "doctrine/persistence": "^1.3.3",
303 "doctrine/reflection": "^1.0",
304 "php": "^7.1 || ^8.0"
305 },
306 "require-dev": {
307 "doctrine/coding-standard": "^1.0",
308 "phpstan/phpstan": "^0.11",
309 "phpstan/phpstan-phpunit": "^0.11",
310 "phpunit/phpunit": "^7.0",
311 "squizlabs/php_codesniffer": "^3.0",
312 "symfony/phpunit-bridge": "^4.0.5"
313 },
314 "type": "library",
315 "extra": {
316 "branch-alias": {
317 "dev-master": "2.11.x-dev"
318 }
319 },
320 "autoload": {
321 "psr-4": {
322 "Doctrine\\Common\\": "lib/Doctrine/Common"
323 }
324 },
325 "notification-url": "https://packagist.org/downloads/",
326 "license": [
327 "MIT"
328 ],
329 "authors": [
330 {
331 "name": "Guilherme Blanco",
332 "email": "guilhermeblanco@gmail.com"
333 },
334 {
335 "name": "Roman Borschel",
336 "email": "roman@code-factory.org"
337 },
338 {
339 "name": "Benjamin Eberlei",
340 "email": "kontakt@beberlei.de"
341 },
342 {
343 "name": "Jonathan Wage",
344 "email": "jonwage@gmail.com"
345 },
346 {
347 "name": "Johannes Schmitt",
348 "email": "schmittjoh@gmail.com"
349 },
350 {
351 "name": "Marco Pivetta",
352 "email": "ocramius@gmail.com"
353 }
354 ],
355 "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.",
356 "homepage": "https://www.doctrine-project.org/projects/common.html",
357 "keywords": [
358 "common",
359 "doctrine",
360 "php"
361 ],
362 "time": "2020-06-05T16:46:05+00:00"
363 },
364 {
365 "name": "doctrine/dbal",
366 "version": "2.11.1",
367 "source": {
368 "type": "git",
369 "url": "https://github.com/doctrine/dbal.git",
370 "reference": "6e6903cd5e3a5be60a79439e3ee8fe126f78fe86"
371 },
372 "dist": {
373 "type": "zip",
374 "url": "https://api.github.com/repos/doctrine/dbal/zipball/6e6903cd5e3a5be60a79439e3ee8fe126f78fe86",
375 "reference": "6e6903cd5e3a5be60a79439e3ee8fe126f78fe86",
376 "shasum": ""
377 },
378 "require": {
379 "doctrine/cache": "^1.0",
380 "doctrine/event-manager": "^1.0",
381 "ext-pdo": "*",
382 "php": "^7.3"
383 },
384 "require-dev": {
385 "doctrine/coding-standard": "^8.1",
386 "jetbrains/phpstorm-stubs": "^2019.1",
387 "nikic/php-parser": "^4.4",
388 "phpstan/phpstan": "^0.12.40",
389 "phpunit/phpunit": "^9.3",
390 "psalm/plugin-phpunit": "^0.10.0",
391 "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
392 "vimeo/psalm": "^3.14.2"
393 },
394 "suggest": {
395 "symfony/console": "For helpful console commands such as SQL execution and import of files."
396 },
397 "bin": [
398 "bin/doctrine-dbal"
399 ],
400 "type": "library",
401 "extra": {
402 "branch-alias": {
403 "dev-master": "4.0.x-dev"
404 }
405 },
406 "autoload": {
407 "psr-4": {
408 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
409 }
410 },
411 "notification-url": "https://packagist.org/downloads/",
412 "license": [
413 "MIT"
414 ],
415 "authors": [
416 {
417 "name": "Guilherme Blanco",
418 "email": "guilhermeblanco@gmail.com"
419 },
420 {
421 "name": "Roman Borschel",
422 "email": "roman@code-factory.org"
423 },
424 {
425 "name": "Benjamin Eberlei",
426 "email": "kontakt@beberlei.de"
427 },
428 {
429 "name": "Jonathan Wage",
430 "email": "jonwage@gmail.com"
431 }
432 ],
433 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
434 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
435 "keywords": [
436 "abstraction",
437 "database",
438 "db2",
439 "dbal",
440 "mariadb",
441 "mssql",
442 "mysql",
443 "oci8",
444 "oracle",
445 "pdo",
446 "pgsql",
447 "postgresql",
448 "queryobject",
449 "sasql",
450 "sql",
451 "sqlanywhere",
452 "sqlite",
453 "sqlserver",
454 "sqlsrv"
455 ],
456 "time": "2020-09-27T04:09:41+00:00"
457 },
458 {
459 "name": "doctrine/doctrine-bundle",
460 "version": "1.12.10",
461 "source": {
462 "type": "git",
463 "url": "https://github.com/doctrine/DoctrineBundle.git",
464 "reference": "2ee4c25a847e744e93d7fc2895e059ad9ef7d10c"
465 },
466 "dist": {
467 "type": "zip",
468 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/2ee4c25a847e744e93d7fc2895e059ad9ef7d10c",
469 "reference": "2ee4c25a847e744e93d7fc2895e059ad9ef7d10c",
470 "shasum": ""
471 },
472 "require": {
473 "doctrine/dbal": "^2.5.12",
474 "doctrine/doctrine-cache-bundle": "~1.2",
475 "doctrine/persistence": "^1.3.3",
476 "jdorn/sql-formatter": "^1.2.16",
477 "php": "^7.1 || ^8.0",
478 "symfony/cache": "^3.4.30|^4.3.3",
479 "symfony/config": "^3.4.30|^4.3.3",
480 "symfony/console": "^3.4.30|^4.3.3",
481 "symfony/dependency-injection": "^3.4.30|^4.3.3",
482 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
483 "symfony/framework-bundle": "^3.4.30|^4.3.3",
484 "symfony/service-contracts": "^1.1.1|^2.0"
485 },
486 "conflict": {
487 "doctrine/orm": "<2.6",
488 "twig/twig": "<1.34|>=2.0,<2.4"
489 },
490 "require-dev": {
491 "doctrine/coding-standard": "^6.0",
492 "doctrine/orm": "^2.6",
493 "ocramius/proxy-manager": "^2.1",
494 "php-coveralls/php-coveralls": "^2.1",
495 "phpunit/phpunit": "^7.5",
496 "symfony/phpunit-bridge": "^4.2",
497 "symfony/property-info": "^3.4.30|^4.3.3",
498 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
499 "symfony/twig-bridge": "^3.4|^4.1",
500 "symfony/validator": "^3.4.30|^4.3.3",
501 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
502 "symfony/yaml": "^3.4.30|^4.3.3",
503 "twig/twig": "^1.34|^2.12"
504 },
505 "suggest": {
506 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
507 "symfony/web-profiler-bundle": "To use the data collector."
508 },
509 "type": "symfony-bundle",
510 "extra": {
511 "branch-alias": {
512 "dev-master": "1.12.x-dev"
513 }
514 },
515 "autoload": {
516 "psr-4": {
517 "Doctrine\\Bundle\\DoctrineBundle\\": ""
518 }
519 },
520 "notification-url": "https://packagist.org/downloads/",
521 "license": [
522 "MIT"
523 ],
524 "authors": [
525 {
526 "name": "Fabien Potencier",
527 "email": "fabien@symfony.com"
528 },
529 {
530 "name": "Benjamin Eberlei",
531 "email": "kontakt@beberlei.de"
532 },
533 {
534 "name": "Symfony Community",
535 "homepage": "http://symfony.com/contributors"
536 },
537 {
538 "name": "Doctrine Project",
539 "homepage": "http://www.doctrine-project.org/"
540 }
541 ],
542 "description": "Symfony DoctrineBundle",
543 "homepage": "http://www.doctrine-project.org",
544 "keywords": [
545 "database",
546 "dbal",
547 "orm",
548 "persistence"
549 ],
550 "time": "2020-05-25T19:50:59+00:00"
551 },
552 {
553 "name": "doctrine/doctrine-cache-bundle",
554 "version": "1.4.0",
555 "source": {
556 "type": "git",
557 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
558 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
559 },
560 "dist": {
561 "type": "zip",
562 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
563 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
564 "shasum": ""
565 },
566 "require": {
567 "doctrine/cache": "^1.4.2",
568 "doctrine/inflector": "^1.0",
569 "php": "^7.1",
570 "symfony/doctrine-bridge": "^3.4|^4.0"
571 },
572 "require-dev": {
573 "instaclick/coding-standard": "~1.1",
574 "instaclick/object-calisthenics-sniffs": "dev-master",
575 "instaclick/symfony2-coding-standard": "dev-remaster",
576 "phpunit/phpunit": "^7.0",
577 "predis/predis": "~0.8",
578 "satooshi/php-coveralls": "^1.0",
579 "squizlabs/php_codesniffer": "~1.5",
580 "symfony/console": "^3.4|^4.0",
581 "symfony/finder": "^3.4|^4.0",
582 "symfony/framework-bundle": "^3.4|^4.0",
583 "symfony/phpunit-bridge": "^3.4|^4.0",
584 "symfony/security-acl": "^2.8",
585 "symfony/validator": "^3.4|^4.0",
586 "symfony/yaml": "^3.4|^4.0"
587 },
588 "suggest": {
589 "symfony/security-acl": "For using this bundle to cache ACLs"
590 },
591 "type": "symfony-bundle",
592 "extra": {
593 "branch-alias": {
594 "dev-master": "1.4.x-dev"
595 }
596 },
597 "autoload": {
598 "psr-4": {
599 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
600 },
601 "exclude-from-classmap": [
602 "/Tests/"
603 ]
604 },
605 "notification-url": "https://packagist.org/downloads/",
606 "license": [
607 "MIT"
608 ],
609 "authors": [
610 {
611 "name": "Fabien Potencier",
612 "email": "fabien@symfony.com"
613 },
614 {
615 "name": "Benjamin Eberlei",
616 "email": "kontakt@beberlei.de"
617 },
618 {
619 "name": "Fabio B. Silva",
620 "email": "fabio.bat.silva@gmail.com"
621 },
622 {
623 "name": "Guilherme Blanco",
624 "email": "guilhermeblanco@hotmail.com"
625 },
626 {
627 "name": "Symfony Community",
628 "homepage": "http://symfony.com/contributors"
629 },
630 {
631 "name": "Doctrine Project",
632 "homepage": "http://www.doctrine-project.org/"
633 }
634 ],
635 "description": "Symfony Bundle for Doctrine Cache",
636 "homepage": "https://www.doctrine-project.org",
637 "keywords": [
638 "cache",
639 "caching"
640 ],
641 "time": "2019-11-29T11:22:01+00:00"
642 },
643 {
644 "name": "doctrine/event-manager",
645 "version": "1.1.1",
646 "source": {
647 "type": "git",
648 "url": "https://github.com/doctrine/event-manager.git",
649 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
650 },
651 "dist": {
652 "type": "zip",
653 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
654 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
655 "shasum": ""
656 },
657 "require": {
658 "php": "^7.1 || ^8.0"
659 },
660 "conflict": {
661 "doctrine/common": "<2.9@dev"
662 },
663 "require-dev": {
664 "doctrine/coding-standard": "^6.0",
665 "phpunit/phpunit": "^7.0"
666 },
667 "type": "library",
668 "extra": {
669 "branch-alias": {
670 "dev-master": "1.0.x-dev"
671 }
672 },
673 "autoload": {
674 "psr-4": {
675 "Doctrine\\Common\\": "lib/Doctrine/Common"
676 }
677 },
678 "notification-url": "https://packagist.org/downloads/",
679 "license": [
680 "MIT"
681 ],
682 "authors": [
683 {
684 "name": "Guilherme Blanco",
685 "email": "guilhermeblanco@gmail.com"
686 },
687 {
688 "name": "Roman Borschel",
689 "email": "roman@code-factory.org"
690 },
691 {
692 "name": "Benjamin Eberlei",
693 "email": "kontakt@beberlei.de"
694 },
695 {
696 "name": "Jonathan Wage",
697 "email": "jonwage@gmail.com"
698 },
699 {
700 "name": "Johannes Schmitt",
701 "email": "schmittjoh@gmail.com"
702 },
703 {
704 "name": "Marco Pivetta",
705 "email": "ocramius@gmail.com"
706 }
707 ],
708 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
709 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
710 "keywords": [
711 "event",
712 "event dispatcher",
713 "event manager",
714 "event system",
715 "events"
716 ],
717 "time": "2020-05-29T18:28:51+00:00"
718 },
719 {
720 "name": "doctrine/inflector",
721 "version": "1.4.3",
722 "source": {
723 "type": "git",
724 "url": "https://github.com/doctrine/inflector.git",
725 "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
726 },
727 "dist": {
728 "type": "zip",
729 "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
730 "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
731 "shasum": ""
732 },
733 "require": {
734 "php": "^7.2 || ^8.0"
735 },
736 "require-dev": {
737 "doctrine/coding-standard": "^7.0",
738 "phpstan/phpstan": "^0.11",
739 "phpstan/phpstan-phpunit": "^0.11",
740 "phpstan/phpstan-strict-rules": "^0.11",
741 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
742 },
743 "type": "library",
744 "extra": {
745 "branch-alias": {
746 "dev-master": "2.0.x-dev"
747 }
748 },
749 "autoload": {
750 "psr-4": {
751 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
752 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
753 }
754 },
755 "notification-url": "https://packagist.org/downloads/",
756 "license": [
757 "MIT"
758 ],
759 "authors": [
760 {
761 "name": "Guilherme Blanco",
762 "email": "guilhermeblanco@gmail.com"
763 },
764 {
765 "name": "Roman Borschel",
766 "email": "roman@code-factory.org"
767 },
768 {
769 "name": "Benjamin Eberlei",
770 "email": "kontakt@beberlei.de"
771 },
772 {
773 "name": "Jonathan Wage",
774 "email": "jonwage@gmail.com"
775 },
776 {
777 "name": "Johannes Schmitt",
778 "email": "schmittjoh@gmail.com"
779 }
780 ],
781 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
782 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
783 "keywords": [
784 "inflection",
785 "inflector",
786 "lowercase",
787 "manipulation",
788 "php",
789 "plural",
790 "singular",
791 "strings",
792 "uppercase",
793 "words"
794 ],
795 "time": "2020-05-29T07:19:59+00:00"
796 },
797 {
798 "name": "doctrine/instantiator",
799 "version": "1.3.1",
800 "source": {
801 "type": "git",
802 "url": "https://github.com/doctrine/instantiator.git",
803 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
804 },
805 "dist": {
806 "type": "zip",
807 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
808 "reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
809 "shasum": ""
810 },
811 "require": {
812 "php": "^7.1 || ^8.0"
813 },
814 "require-dev": {
815 "doctrine/coding-standard": "^6.0",
816 "ext-pdo": "*",
817 "ext-phar": "*",
818 "phpbench/phpbench": "^0.13",
819 "phpstan/phpstan-phpunit": "^0.11",
820 "phpstan/phpstan-shim": "^0.11",
821 "phpunit/phpunit": "^7.0"
822 },
823 "type": "library",
824 "extra": {
825 "branch-alias": {
826 "dev-master": "1.2.x-dev"
827 }
828 },
829 "autoload": {
830 "psr-4": {
831 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
832 }
833 },
834 "notification-url": "https://packagist.org/downloads/",
835 "license": [
836 "MIT"
837 ],
838 "authors": [
839 {
840 "name": "Marco Pivetta",
841 "email": "ocramius@gmail.com",
842 "homepage": "http://ocramius.github.com/"
843 }
844 ],
845 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
846 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
847 "keywords": [
848 "constructor",
849 "instantiate"
850 ],
851 "time": "2020-05-29T17:27:14+00:00"
852 },
853 {
854 "name": "doctrine/lexer",
855 "version": "1.2.1",
856 "source": {
857 "type": "git",
858 "url": "https://github.com/doctrine/lexer.git",
859 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
860 },
861 "dist": {
862 "type": "zip",
863 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
864 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
865 "shasum": ""
866 },
867 "require": {
868 "php": "^7.2 || ^8.0"
869 },
870 "require-dev": {
871 "doctrine/coding-standard": "^6.0",
872 "phpstan/phpstan": "^0.11.8",
873 "phpunit/phpunit": "^8.2"
874 },
875 "type": "library",
876 "extra": {
877 "branch-alias": {
878 "dev-master": "1.2.x-dev"
879 }
880 },
881 "autoload": {
882 "psr-4": {
883 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
884 }
885 },
886 "notification-url": "https://packagist.org/downloads/",
887 "license": [
888 "MIT"
889 ],
890 "authors": [
891 {
892 "name": "Guilherme Blanco",
893 "email": "guilhermeblanco@gmail.com"
894 },
895 {
896 "name": "Roman Borschel",
897 "email": "roman@code-factory.org"
898 },
899 {
900 "name": "Johannes Schmitt",
901 "email": "schmittjoh@gmail.com"
902 }
903 ],
904 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
905 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
906 "keywords": [
907 "annotations",
908 "docblock",
909 "lexer",
910 "parser",
911 "php"
912 ],
913 "time": "2020-05-25T17:44:05+00:00"
914 },
915 {
916 "name": "doctrine/orm",
917 "version": "2.7.4",
918 "source": {
919 "type": "git",
920 "url": "https://github.com/doctrine/orm.git",
921 "reference": "7d84a4998091ece4d645253ac65de9f879eeed2f"
922 },
923 "dist": {
924 "type": "zip",
925 "url": "https://api.github.com/repos/doctrine/orm/zipball/7d84a4998091ece4d645253ac65de9f879eeed2f",
926 "reference": "7d84a4998091ece4d645253ac65de9f879eeed2f",
927 "shasum": ""
928 },
929 "require": {
930 "composer/package-versions-deprecated": "^1.8",
931 "doctrine/annotations": "^1.8",
932 "doctrine/cache": "^1.9.1",
933 "doctrine/collections": "^1.5",
934 "doctrine/common": "^2.11 || ^3.0",
935 "doctrine/dbal": "^2.9.3",
936 "doctrine/event-manager": "^1.1",
937 "doctrine/inflector": "^1.0",
938 "doctrine/instantiator": "^1.3",
939 "doctrine/lexer": "^1.0",
940 "doctrine/persistence": "^1.3.3 || ^2.0",
941 "ext-pdo": "*",
942 "php": "^7.1",
943 "symfony/console": "^3.0|^4.0|^5.0"
944 },
945 "require-dev": {
946 "doctrine/coding-standard": "^5.0",
947 "phpstan/phpstan": "^0.12.18",
948 "phpunit/phpunit": "^7.5",
949 "symfony/yaml": "^3.4|^4.0|^5.0",
950 "vimeo/psalm": "^3.11"
951 },
952 "suggest": {
953 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
954 },
955 "bin": [
956 "bin/doctrine"
957 ],
958 "type": "library",
959 "extra": {
960 "branch-alias": {
961 "dev-master": "2.7.x-dev"
962 }
963 },
964 "autoload": {
965 "psr-4": {
966 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
967 }
968 },
969 "notification-url": "https://packagist.org/downloads/",
970 "license": [
971 "MIT"
972 ],
973 "authors": [
974 {
975 "name": "Guilherme Blanco",
976 "email": "guilhermeblanco@gmail.com"
977 },
978 {
979 "name": "Roman Borschel",
980 "email": "roman@code-factory.org"
981 },
982 {
983 "name": "Benjamin Eberlei",
984 "email": "kontakt@beberlei.de"
985 },
986 {
987 "name": "Jonathan Wage",
988 "email": "jonwage@gmail.com"
989 },
990 {
991 "name": "Marco Pivetta",
992 "email": "ocramius@gmail.com"
993 }
994 ],
995 "description": "Object-Relational-Mapper for PHP",
996 "homepage": "https://www.doctrine-project.org/projects/orm.html",
997 "keywords": [
998 "database",
999 "orm"
1000 ],
1001 "time": "2020-10-10T17:11:26+00:00"
1002 },
1003 {
1004 "name": "doctrine/persistence",
1005 "version": "1.3.8",
1006 "source": {
1007 "type": "git",
1008 "url": "https://github.com/doctrine/persistence.git",
1009 "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288"
1010 },
1011 "dist": {
1012 "type": "zip",
1013 "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288",
1014 "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288",
1015 "shasum": ""
1016 },
1017 "require": {
1018 "doctrine/annotations": "^1.0",
1019 "doctrine/cache": "^1.0",
1020 "doctrine/collections": "^1.0",
1021 "doctrine/event-manager": "^1.0",
1022 "doctrine/reflection": "^1.2",
1023 "php": "^7.1 || ^8.0"
1024 },
1025 "conflict": {
1026 "doctrine/common": "<2.10@dev"
1027 },
1028 "require-dev": {
1029 "doctrine/coding-standard": "^6.0",
1030 "phpstan/phpstan": "^0.11",
1031 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
1032 "vimeo/psalm": "^3.11"
1033 },
1034 "type": "library",
1035 "extra": {
1036 "branch-alias": {
1037 "dev-master": "1.3.x-dev"
1038 }
1039 },
1040 "autoload": {
1041 "psr-4": {
1042 "Doctrine\\Common\\": "lib/Doctrine/Common",
1043 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1044 }
1045 },
1046 "notification-url": "https://packagist.org/downloads/",
1047 "license": [
1048 "MIT"
1049 ],
1050 "authors": [
1051 {
1052 "name": "Guilherme Blanco",
1053 "email": "guilhermeblanco@gmail.com"
1054 },
1055 {
1056 "name": "Roman Borschel",
1057 "email": "roman@code-factory.org"
1058 },
1059 {
1060 "name": "Benjamin Eberlei",
1061 "email": "kontakt@beberlei.de"
1062 },
1063 {
1064 "name": "Jonathan Wage",
1065 "email": "jonwage@gmail.com"
1066 },
1067 {
1068 "name": "Johannes Schmitt",
1069 "email": "schmittjoh@gmail.com"
1070 },
1071 {
1072 "name": "Marco Pivetta",
1073 "email": "ocramius@gmail.com"
1074 }
1075 ],
1076 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1077 "homepage": "https://doctrine-project.org/projects/persistence.html",
1078 "keywords": [
1079 "mapper",
1080 "object",
1081 "odm",
1082 "orm",
1083 "persistence"
1084 ],
1085 "time": "2020-06-20T12:56:16+00:00"
1086 },
1087 {
1088 "name": "doctrine/reflection",
1089 "version": "1.2.1",
1090 "source": {
1091 "type": "git",
1092 "url": "https://github.com/doctrine/reflection.git",
1093 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
1094 },
1095 "dist": {
1096 "type": "zip",
1097 "url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1098 "reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
1099 "shasum": ""
1100 },
1101 "require": {
1102 "doctrine/annotations": "^1.0",
1103 "ext-tokenizer": "*",
1104 "php": "^7.1"
1105 },
1106 "conflict": {
1107 "doctrine/common": "<2.9"
1108 },
1109 "require-dev": {
1110 "doctrine/coding-standard": "^5.0",
1111 "doctrine/common": "^2.10",
1112 "phpstan/phpstan": "^0.11.0",
1113 "phpstan/phpstan-phpunit": "^0.11.0",
1114 "phpunit/phpunit": "^7.0"
1115 },
1116 "type": "library",
1117 "extra": {
1118 "branch-alias": {
1119 "dev-master": "1.2.x-dev"
1120 }
1121 },
1122 "autoload": {
1123 "psr-4": {
1124 "Doctrine\\Common\\": "lib/Doctrine/Common"
1125 }
1126 },
1127 "notification-url": "https://packagist.org/downloads/",
1128 "license": [
1129 "MIT"
1130 ],
1131 "authors": [
1132 {
1133 "name": "Guilherme Blanco",
1134 "email": "guilhermeblanco@gmail.com"
1135 },
1136 {
1137 "name": "Roman Borschel",
1138 "email": "roman@code-factory.org"
1139 },
1140 {
1141 "name": "Benjamin Eberlei",
1142 "email": "kontakt@beberlei.de"
1143 },
1144 {
1145 "name": "Jonathan Wage",
1146 "email": "jonwage@gmail.com"
1147 },
1148 {
1149 "name": "Johannes Schmitt",
1150 "email": "schmittjoh@gmail.com"
1151 },
1152 {
1153 "name": "Marco Pivetta",
1154 "email": "ocramius@gmail.com"
1155 }
1156 ],
1157 "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.",
1158 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1159 "keywords": [
1160 "reflection",
1161 "static"
1162 ],
1163 "time": "2020-03-27T11:06:43+00:00"
1164 },
1165 {
1166 "name": "egulias/email-validator",
1167 "version": "2.1.22",
1168 "source": {
1169 "type": "git",
1170 "url": "https://github.com/egulias/EmailValidator.git",
1171 "reference": "68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5"
1172 },
1173 "dist": {
1174 "type": "zip",
1175 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5",
1176 "reference": "68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5",
1177 "shasum": ""
1178 },
1179 "require": {
1180 "doctrine/lexer": "^1.0.1",
1181 "php": ">=5.5",
1182 "symfony/polyfill-intl-idn": "^1.10"
1183 },
1184 "require-dev": {
1185 "dominicsayers/isemail": "^3.0.7",
1186 "phpunit/phpunit": "^4.8.36|^7.5.15",
1187 "satooshi/php-coveralls": "^1.0.1"
1188 },
1189 "suggest": {
1190 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1191 },
1192 "type": "library",
1193 "extra": {
1194 "branch-alias": {
1195 "dev-master": "2.1.x-dev"
1196 }
1197 },
1198 "autoload": {
1199 "psr-4": {
1200 "Egulias\\EmailValidator\\": "src"
1201 }
1202 },
1203 "notification-url": "https://packagist.org/downloads/",
1204 "license": [
1205 "MIT"
1206 ],
1207 "authors": [
1208 {
1209 "name": "Eduardo Gulias Davis"
1210 }
1211 ],
1212 "description": "A library for validating emails against several RFCs",
1213 "homepage": "https://github.com/egulias/EmailValidator",
1214 "keywords": [
1215 "email",
1216 "emailvalidation",
1217 "emailvalidator",
1218 "validation",
1219 "validator"
1220 ],
1221 "time": "2020-09-26T15:48:38+00:00"
1222 },
1223 {
1224 "name": "jdorn/sql-formatter",
1225 "version": "v1.2.17",
1226 "source": {
1227 "type": "git",
1228 "url": "https://github.com/jdorn/sql-formatter.git",
1229 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1230 },
1231 "dist": {
1232 "type": "zip",
1233 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1234 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1235 "shasum": ""
1236 },
1237 "require": {
1238 "php": ">=5.2.4"
1239 },
1240 "require-dev": {
1241 "phpunit/phpunit": "3.7.*"
1242 },
1243 "type": "library",
1244 "extra": {
1245 "branch-alias": {
1246 "dev-master": "1.3.x-dev"
1247 }
1248 },
1249 "autoload": {
1250 "classmap": [
1251 "lib"
1252 ]
1253 },
1254 "notification-url": "https://packagist.org/downloads/",
1255 "license": [
1256 "MIT"
1257 ],
1258 "authors": [
1259 {
1260 "name": "Jeremy Dorn",
1261 "email": "jeremy@jeremydorn.com",
1262 "homepage": "http://jeremydorn.com/"
1263 }
1264 ],
1265 "description": "a PHP SQL highlighting library",
1266 "homepage": "https://github.com/jdorn/sql-formatter/",
1267 "keywords": [
1268 "highlight",
1269 "sql"
1270 ],
1271 "time": "2014-01-12T16:20:24+00:00"
1272 },
1273 {
1274 "name": "psr/cache",
1275 "version": "1.0.1",
1276 "source": {
1277 "type": "git",
1278 "url": "https://github.com/php-fig/cache.git",
1279 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1280 },
1281 "dist": {
1282 "type": "zip",
1283 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1284 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1285 "shasum": ""
1286 },
1287 "require": {
1288 "php": ">=5.3.0"
1289 },
1290 "type": "library",
1291 "extra": {
1292 "branch-alias": {
1293 "dev-master": "1.0.x-dev"
1294 }
1295 },
1296 "autoload": {
1297 "psr-4": {
1298 "Psr\\Cache\\": "src/"
1299 }
1300 },
1301 "notification-url": "https://packagist.org/downloads/",
1302 "license": [
1303 "MIT"
1304 ],
1305 "authors": [
1306 {
1307 "name": "PHP-FIG",
1308 "homepage": "http://www.php-fig.org/"
1309 }
1310 ],
1311 "description": "Common interface for caching libraries",
1312 "keywords": [
1313 "cache",
1314 "psr",
1315 "psr-6"
1316 ],
1317 "time": "2016-08-06T20:24:11+00:00"
1318 },
1319 {
1320 "name": "psr/container",
1321 "version": "1.0.0",
1322 "source": {
1323 "type": "git",
1324 "url": "https://github.com/php-fig/container.git",
1325 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1326 },
1327 "dist": {
1328 "type": "zip",
1329 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1330 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1331 "shasum": ""
1332 },
1333 "require": {
1334 "php": ">=5.3.0"
1335 },
1336 "type": "library",
1337 "extra": {
1338 "branch-alias": {
1339 "dev-master": "1.0.x-dev"
1340 }
1341 },
1342 "autoload": {
1343 "psr-4": {
1344 "Psr\\Container\\": "src/"
1345 }
1346 },
1347 "notification-url": "https://packagist.org/downloads/",
1348 "license": [
1349 "MIT"
1350 ],
1351 "authors": [
1352 {
1353 "name": "PHP-FIG",
1354 "homepage": "http://www.php-fig.org/"
1355 }
1356 ],
1357 "description": "Common Container Interface (PHP FIG PSR-11)",
1358 "homepage": "https://github.com/php-fig/container",
1359 "keywords": [
1360 "PSR-11",
1361 "container",
1362 "container-interface",
1363 "container-interop",
1364 "psr"
1365 ],
1366 "time": "2017-02-14T16:28:37+00:00"
1367 },
1368 {
1369 "name": "psr/log",
1370 "version": "1.1.3",
1371 "source": {
1372 "type": "git",
1373 "url": "https://github.com/php-fig/log.git",
1374 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
1375 },
1376 "dist": {
1377 "type": "zip",
1378 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
1379 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
1380 "shasum": ""
1381 },
1382 "require": {
1383 "php": ">=5.3.0"
1384 },
1385 "type": "library",
1386 "extra": {
1387 "branch-alias": {
1388 "dev-master": "1.1.x-dev"
1389 }
1390 },
1391 "autoload": {
1392 "psr-4": {
1393 "Psr\\Log\\": "Psr/Log/"
1394 }
1395 },
1396 "notification-url": "https://packagist.org/downloads/",
1397 "license": [
1398 "MIT"
1399 ],
1400 "authors": [
1401 {
1402 "name": "PHP-FIG",
1403 "homepage": "http://www.php-fig.org/"
1404 }
1405 ],
1406 "description": "Common interface for logging libraries",
1407 "homepage": "https://github.com/php-fig/log",
1408 "keywords": [
1409 "log",
1410 "psr",
1411 "psr-3"
1412 ],
1413 "time": "2020-03-23T09:12:05+00:00"
1414 },
1415 {
1416 "name": "rapsys/airbundle",
1417 "version": "dev-master",
1418 "source": {
1419 "type": "git",
1420 "url": "https://rapsys@git.rapsys.eu/airbundle",
1421 "reference": "master"
1422 },
1423 "require": {
1424 "doctrine/doctrine-bundle": "^1.12",
1425 "doctrine/orm": "^2.7",
1426 "symfony/flex": "^1.5",
1427 "symfony/form": "^4.4",
1428 "symfony/framework-bundle": "^4.4",
1429 "symfony/mailer": "^4.4",
1430 "symfony/profiler-pack": "^1.0",
1431 "symfony/security-bundle": "^4.4",
1432 "symfony/translation": "^4.4",
1433 "symfony/twig-bundle": "^4.4",
1434 "symfony/validator": "^4.4",
1435 "twig/extensions": "^1.5",
1436 "twig/html-extra": "^2.12"
1437 },
1438 "require-dev": {
1439 "doctrine/doctrine-fixtures-bundle": "^3.3",
1440 "symfony/browser-kit": "^4.3",
1441 "symfony/maker-bundle": "^1.14",
1442 "symfony/phpunit-bridge": "^4.4",
1443 "symfony/web-profiler-bundle": "^4.4"
1444 },
1445 "type": "library",
1446 "autoload": {
1447 "psr-4": {
1448 "Rapsys\\AirBundle\\": ""
1449 }
1450 },
1451 "time": "2020-10-19T01:43:01+00:00"
1452 },
1453 {
1454 "name": "rapsys/packbundle",
1455 "version": "dev-master",
1456 "source": {
1457 "type": "git",
1458 "url": "https://rapsys@git.rapsys.eu/packbundle",
1459 "reference": "master"
1460 },
1461 "require": {
1462 "symfony/asset": "^4.4",
1463 "symfony/flex": "^1.5",
1464 "symfony/framework-bundle": "^4.4",
1465 "symfony/process": "^4.4",
1466 "symfony/twig-bundle": "^4.4",
1467 "twig/extensions": "^1.5"
1468 },
1469 "type": "library",
1470 "autoload": {
1471 "psr-4": {
1472 "Rapsys\\PackBundle\\": ""
1473 }
1474 },
1475 "time": "2020-10-14T01:43:20+00:00"
1476 },
1477 {
1478 "name": "rapsys/userbundle",
1479 "version": "dev-master",
1480 "source": {
1481 "type": "git",
1482 "url": "https://rapsys@git.rapsys.eu/userbundle",
1483 "reference": "master"
1484 },
1485 "require": {
1486 "doctrine/doctrine-bundle": "^1.12",
1487 "symfony/flex": "^1.5",
1488 "symfony/form": "^4.4",
1489 "symfony/framework-bundle": "^4.4",
1490 "symfony/security-bundle": "^4.4",
1491 "symfony/validator": "^4.4"
1492 },
1493 "type": "library",
1494 "autoload": {
1495 "psr-4": {
1496 "Rapsys\\UserBundle\\": ""
1497 }
1498 },
1499 "time": "2020-10-14T01:38:48+00:00"
1500 },
1501 {
1502 "name": "symfony/asset",
1503 "version": "v4.4.15",
1504 "source": {
1505 "type": "git",
1506 "url": "https://github.com/symfony/asset.git",
1507 "reference": "9b446eb7c16347088663dc18d38fb0f3b536b7e2"
1508 },
1509 "dist": {
1510 "type": "zip",
1511 "url": "https://api.github.com/repos/symfony/asset/zipball/9b446eb7c16347088663dc18d38fb0f3b536b7e2",
1512 "reference": "9b446eb7c16347088663dc18d38fb0f3b536b7e2",
1513 "shasum": ""
1514 },
1515 "require": {
1516 "php": ">=7.1.3"
1517 },
1518 "require-dev": {
1519 "symfony/http-foundation": "^3.4|^4.0|^5.0",
1520 "symfony/http-kernel": "^3.4|^4.0|^5.0"
1521 },
1522 "suggest": {
1523 "symfony/http-foundation": ""
1524 },
1525 "type": "library",
1526 "extra": {
1527 "branch-alias": {
1528 "dev-master": "4.4-dev"
1529 }
1530 },
1531 "autoload": {
1532 "psr-4": {
1533 "Symfony\\Component\\Asset\\": ""
1534 },
1535 "exclude-from-classmap": [
1536 "/Tests/"
1537 ]
1538 },
1539 "notification-url": "https://packagist.org/downloads/",
1540 "license": [
1541 "MIT"
1542 ],
1543 "authors": [
1544 {
1545 "name": "Fabien Potencier",
1546 "email": "fabien@symfony.com"
1547 },
1548 {
1549 "name": "Symfony Community",
1550 "homepage": "https://symfony.com/contributors"
1551 }
1552 ],
1553 "description": "Symfony Asset Component",
1554 "homepage": "https://symfony.com",
1555 "time": "2020-09-02T16:08:58+00:00"
1556 },
1557 {
1558 "name": "symfony/cache",
1559 "version": "v4.4.15",
1560 "source": {
1561 "type": "git",
1562 "url": "https://github.com/symfony/cache.git",
1563 "reference": "969a76c2dbce7e4306684f5376718147d1ec4ae7"
1564 },
1565 "dist": {
1566 "type": "zip",
1567 "url": "https://api.github.com/repos/symfony/cache/zipball/969a76c2dbce7e4306684f5376718147d1ec4ae7",
1568 "reference": "969a76c2dbce7e4306684f5376718147d1ec4ae7",
1569 "shasum": ""
1570 },
1571 "require": {
1572 "php": ">=7.1.3",
1573 "psr/cache": "~1.0",
1574 "psr/log": "~1.0",
1575 "symfony/cache-contracts": "^1.1.7|^2",
1576 "symfony/service-contracts": "^1.1|^2",
1577 "symfony/var-exporter": "^4.2|^5.0"
1578 },
1579 "conflict": {
1580 "doctrine/dbal": "<2.5",
1581 "symfony/dependency-injection": "<3.4",
1582 "symfony/http-kernel": "<4.4",
1583 "symfony/var-dumper": "<4.4"
1584 },
1585 "provide": {
1586 "psr/cache-implementation": "1.0",
1587 "psr/simple-cache-implementation": "1.0",
1588 "symfony/cache-implementation": "1.0"
1589 },
1590 "require-dev": {
1591 "cache/integration-tests": "dev-master",
1592 "doctrine/cache": "^1.6",
1593 "doctrine/dbal": "^2.5|^3.0",
1594 "predis/predis": "^1.1",
1595 "psr/simple-cache": "^1.0",
1596 "symfony/config": "^4.2|^5.0",
1597 "symfony/dependency-injection": "^3.4|^4.1|^5.0",
1598 "symfony/var-dumper": "^4.4|^5.0"
1599 },
1600 "type": "library",
1601 "extra": {
1602 "branch-alias": {
1603 "dev-master": "4.4-dev"
1604 }
1605 },
1606 "autoload": {
1607 "psr-4": {
1608 "Symfony\\Component\\Cache\\": ""
1609 },
1610 "exclude-from-classmap": [
1611 "/Tests/"
1612 ]
1613 },
1614 "notification-url": "https://packagist.org/downloads/",
1615 "license": [
1616 "MIT"
1617 ],
1618 "authors": [
1619 {
1620 "name": "Nicolas Grekas",
1621 "email": "p@tchwork.com"
1622 },
1623 {
1624 "name": "Symfony Community",
1625 "homepage": "https://symfony.com/contributors"
1626 }
1627 ],
1628 "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
1629 "homepage": "https://symfony.com",
1630 "keywords": [
1631 "caching",
1632 "psr6"
1633 ],
1634 "time": "2020-09-27T12:40:39+00:00"
1635 },
1636 {
1637 "name": "symfony/cache-contracts",
1638 "version": "v2.2.0",
1639 "source": {
1640 "type": "git",
1641 "url": "https://github.com/symfony/cache-contracts.git",
1642 "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb"
1643 },
1644 "dist": {
1645 "type": "zip",
1646 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
1647 "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
1648 "shasum": ""
1649 },
1650 "require": {
1651 "php": ">=7.2.5",
1652 "psr/cache": "^1.0"
1653 },
1654 "suggest": {
1655 "symfony/cache-implementation": ""
1656 },
1657 "type": "library",
1658 "extra": {
1659 "branch-alias": {
1660 "dev-master": "2.2-dev"
1661 },
1662 "thanks": {
1663 "name": "symfony/contracts",
1664 "url": "https://github.com/symfony/contracts"
1665 }
1666 },
1667 "autoload": {
1668 "psr-4": {
1669 "Symfony\\Contracts\\Cache\\": ""
1670 }
1671 },
1672 "notification-url": "https://packagist.org/downloads/",
1673 "license": [
1674 "MIT"
1675 ],
1676 "authors": [
1677 {
1678 "name": "Nicolas Grekas",
1679 "email": "p@tchwork.com"
1680 },
1681 {
1682 "name": "Symfony Community",
1683 "homepage": "https://symfony.com/contributors"
1684 }
1685 ],
1686 "description": "Generic abstractions related to caching",
1687 "homepage": "https://symfony.com",
1688 "keywords": [
1689 "abstractions",
1690 "contracts",
1691 "decoupling",
1692 "interfaces",
1693 "interoperability",
1694 "standards"
1695 ],
1696 "time": "2020-09-07T11:33:47+00:00"
1697 },
1698 {
1699 "name": "symfony/config",
1700 "version": "v4.4.15",
1701 "source": {
1702 "type": "git",
1703 "url": "https://github.com/symfony/config.git",
1704 "reference": "7c5a1002178a612787c291a4f515f87b19176b61"
1705 },
1706 "dist": {
1707 "type": "zip",
1708 "url": "https://api.github.com/repos/symfony/config/zipball/7c5a1002178a612787c291a4f515f87b19176b61",
1709 "reference": "7c5a1002178a612787c291a4f515f87b19176b61",
1710 "shasum": ""
1711 },
1712 "require": {
1713 "php": ">=7.1.3",
1714 "symfony/filesystem": "^3.4|^4.0|^5.0",
1715 "symfony/polyfill-ctype": "~1.8"
1716 },
1717 "conflict": {
1718 "symfony/finder": "<3.4"
1719 },
1720 "require-dev": {
1721 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
1722 "symfony/finder": "^3.4|^4.0|^5.0",
1723 "symfony/messenger": "^4.1|^5.0",
1724 "symfony/service-contracts": "^1.1|^2",
1725 "symfony/yaml": "^3.4|^4.0|^5.0"
1726 },
1727 "suggest": {
1728 "symfony/yaml": "To use the yaml reference dumper"
1729 },
1730 "type": "library",
1731 "extra": {
1732 "branch-alias": {
1733 "dev-master": "4.4-dev"
1734 }
1735 },
1736 "autoload": {
1737 "psr-4": {
1738 "Symfony\\Component\\Config\\": ""
1739 },
1740 "exclude-from-classmap": [
1741 "/Tests/"
1742 ]
1743 },
1744 "notification-url": "https://packagist.org/downloads/",
1745 "license": [
1746 "MIT"
1747 ],
1748 "authors": [
1749 {
1750 "name": "Fabien Potencier",
1751 "email": "fabien@symfony.com"
1752 },
1753 {
1754 "name": "Symfony Community",
1755 "homepage": "https://symfony.com/contributors"
1756 }
1757 ],
1758 "description": "Symfony Config Component",
1759 "homepage": "https://symfony.com",
1760 "time": "2020-10-02T07:34:48+00:00"
1761 },
1762 {
1763 "name": "symfony/console",
1764 "version": "v4.4.15",
1765 "source": {
1766 "type": "git",
1767 "url": "https://github.com/symfony/console.git",
1768 "reference": "90933b39c7b312fc3ceaa1ddeac7eb48cb953124"
1769 },
1770 "dist": {
1771 "type": "zip",
1772 "url": "https://api.github.com/repos/symfony/console/zipball/90933b39c7b312fc3ceaa1ddeac7eb48cb953124",
1773 "reference": "90933b39c7b312fc3ceaa1ddeac7eb48cb953124",
1774 "shasum": ""
1775 },
1776 "require": {
1777 "php": ">=7.1.3",
1778 "symfony/polyfill-mbstring": "~1.0",
1779 "symfony/polyfill-php73": "^1.8",
1780 "symfony/polyfill-php80": "^1.15",
1781 "symfony/service-contracts": "^1.1|^2"
1782 },
1783 "conflict": {
1784 "symfony/dependency-injection": "<3.4",
1785 "symfony/event-dispatcher": "<4.3|>=5",
1786 "symfony/lock": "<4.4",
1787 "symfony/process": "<3.3"
1788 },
1789 "provide": {
1790 "psr/log-implementation": "1.0"
1791 },
1792 "require-dev": {
1793 "psr/log": "~1.0",
1794 "symfony/config": "^3.4|^4.0|^5.0",
1795 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
1796 "symfony/event-dispatcher": "^4.3",
1797 "symfony/lock": "^4.4|^5.0",
1798 "symfony/process": "^3.4|^4.0|^5.0",
1799 "symfony/var-dumper": "^4.3|^5.0"
1800 },
1801 "suggest": {
1802 "psr/log": "For using the console logger",
1803 "symfony/event-dispatcher": "",
1804 "symfony/lock": "",
1805 "symfony/process": ""
1806 },
1807 "type": "library",
1808 "extra": {
1809 "branch-alias": {
1810 "dev-master": "4.4-dev"
1811 }
1812 },
1813 "autoload": {
1814 "psr-4": {
1815 "Symfony\\Component\\Console\\": ""
1816 },
1817 "exclude-from-classmap": [
1818 "/Tests/"
1819 ]
1820 },
1821 "notification-url": "https://packagist.org/downloads/",
1822 "license": [
1823 "MIT"
1824 ],
1825 "authors": [
1826 {
1827 "name": "Fabien Potencier",
1828 "email": "fabien@symfony.com"
1829 },
1830 {
1831 "name": "Symfony Community",
1832 "homepage": "https://symfony.com/contributors"
1833 }
1834 ],
1835 "description": "Symfony Console Component",
1836 "homepage": "https://symfony.com",
1837 "time": "2020-09-15T07:58:55+00:00"
1838 },
1839 {
1840 "name": "symfony/debug",
1841 "version": "v4.4.15",
1842 "source": {
1843 "type": "git",
1844 "url": "https://github.com/symfony/debug.git",
1845 "reference": "726b85e69342e767d60e3853b98559a68ff74183"
1846 },
1847 "dist": {
1848 "type": "zip",
1849 "url": "https://api.github.com/repos/symfony/debug/zipball/726b85e69342e767d60e3853b98559a68ff74183",
1850 "reference": "726b85e69342e767d60e3853b98559a68ff74183",
1851 "shasum": ""
1852 },
1853 "require": {
1854 "php": ">=7.1.3",
1855 "psr/log": "~1.0",
1856 "symfony/polyfill-php80": "^1.15"
1857 },
1858 "conflict": {
1859 "symfony/http-kernel": "<3.4"
1860 },
1861 "require-dev": {
1862 "symfony/http-kernel": "^3.4|^4.0|^5.0"
1863 },
1864 "type": "library",
1865 "extra": {
1866 "branch-alias": {
1867 "dev-master": "4.4-dev"
1868 }
1869 },
1870 "autoload": {
1871 "psr-4": {
1872 "Symfony\\Component\\Debug\\": ""
1873 },
1874 "exclude-from-classmap": [
1875 "/Tests/"
1876 ]
1877 },
1878 "notification-url": "https://packagist.org/downloads/",
1879 "license": [
1880 "MIT"
1881 ],
1882 "authors": [
1883 {
1884 "name": "Fabien Potencier",
1885 "email": "fabien@symfony.com"
1886 },
1887 {
1888 "name": "Symfony Community",
1889 "homepage": "https://symfony.com/contributors"
1890 }
1891 ],
1892 "description": "Symfony Debug Component",
1893 "homepage": "https://symfony.com",
1894 "time": "2020-09-09T05:20:36+00:00"
1895 },
1896 {
1897 "name": "symfony/dependency-injection",
1898 "version": "v4.4.15",
1899 "source": {
1900 "type": "git",
1901 "url": "https://github.com/symfony/dependency-injection.git",
1902 "reference": "89274c8847dff2ed703e481843eb9159ca25cc6e"
1903 },
1904 "dist": {
1905 "type": "zip",
1906 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/89274c8847dff2ed703e481843eb9159ca25cc6e",
1907 "reference": "89274c8847dff2ed703e481843eb9159ca25cc6e",
1908 "shasum": ""
1909 },
1910 "require": {
1911 "php": ">=7.1.3",
1912 "psr/container": "^1.0",
1913 "symfony/service-contracts": "^1.1.6|^2"
1914 },
1915 "conflict": {
1916 "symfony/config": "<4.3|>=5.0",
1917 "symfony/finder": "<3.4",
1918 "symfony/proxy-manager-bridge": "<3.4",
1919 "symfony/yaml": "<3.4"
1920 },
1921 "provide": {
1922 "psr/container-implementation": "1.0",
1923 "symfony/service-implementation": "1.0"
1924 },
1925 "require-dev": {
1926 "symfony/config": "^4.3",
1927 "symfony/expression-language": "^3.4|^4.0|^5.0",
1928 "symfony/yaml": "^3.4|^4.0|^5.0"
1929 },
1930 "suggest": {
1931 "symfony/config": "",
1932 "symfony/expression-language": "For using expressions in service container configuration",
1933 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
1934 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
1935 "symfony/yaml": ""
1936 },
1937 "type": "library",
1938 "extra": {
1939 "branch-alias": {
1940 "dev-master": "4.4-dev"
1941 }
1942 },
1943 "autoload": {
1944 "psr-4": {
1945 "Symfony\\Component\\DependencyInjection\\": ""
1946 },
1947 "exclude-from-classmap": [
1948 "/Tests/"
1949 ]
1950 },
1951 "notification-url": "https://packagist.org/downloads/",
1952 "license": [
1953 "MIT"
1954 ],
1955 "authors": [
1956 {
1957 "name": "Fabien Potencier",
1958 "email": "fabien@symfony.com"
1959 },
1960 {
1961 "name": "Symfony Community",
1962 "homepage": "https://symfony.com/contributors"
1963 }
1964 ],
1965 "description": "Symfony DependencyInjection Component",
1966 "homepage": "https://symfony.com",
1967 "time": "2020-09-10T10:08:39+00:00"
1968 },
1969 {
1970 "name": "symfony/doctrine-bridge",
1971 "version": "v4.4.15",
1972 "source": {
1973 "type": "git",
1974 "url": "https://github.com/symfony/doctrine-bridge.git",
1975 "reference": "98c60d6dbaafeaf6204d3476ab1b54335ff7f540"
1976 },
1977 "dist": {
1978 "type": "zip",
1979 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/98c60d6dbaafeaf6204d3476ab1b54335ff7f540",
1980 "reference": "98c60d6dbaafeaf6204d3476ab1b54335ff7f540",
1981 "shasum": ""
1982 },
1983 "require": {
1984 "doctrine/event-manager": "~1.0",
1985 "doctrine/persistence": "^1.3|^2",
1986 "php": ">=7.1.3",
1987 "symfony/polyfill-ctype": "~1.8",
1988 "symfony/polyfill-mbstring": "~1.0",
1989 "symfony/service-contracts": "^1.1|^2"
1990 },
1991 "conflict": {
1992 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
1993 "symfony/dependency-injection": "<3.4",
1994 "symfony/form": "<4.4",
1995 "symfony/http-kernel": "<4.3.7",
1996 "symfony/messenger": "<4.3",
1997 "symfony/security-core": "<4.4",
1998 "symfony/validator": "<4.4.2|<5.0.2,>=5.0"
1999 },
2000 "require-dev": {
2001 "composer/package-versions-deprecated": "^1.8",
2002 "doctrine/annotations": "~1.7",
2003 "doctrine/cache": "~1.6",
2004 "doctrine/collections": "~1.0",
2005 "doctrine/data-fixtures": "^1.1",
2006 "doctrine/dbal": "~2.4|^3.0",
2007 "doctrine/orm": "^2.6.3",
2008 "doctrine/reflection": "~1.0",
2009 "symfony/config": "^4.2|^5.0",
2010 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2011 "symfony/expression-language": "^3.4|^4.0|^5.0",
2012 "symfony/form": "^4.4.11|^5.0.11",
2013 "symfony/http-kernel": "^4.3.7",
2014 "symfony/messenger": "^4.4|^5.0",
2015 "symfony/property-access": "^3.4|^4.0|^5.0",
2016 "symfony/property-info": "^3.4|^4.0|^5.0",
2017 "symfony/proxy-manager-bridge": "^3.4|^4.0|^5.0",
2018 "symfony/security-core": "^4.4|^5.0",
2019 "symfony/stopwatch": "^3.4|^4.0|^5.0",
2020 "symfony/translation": "^3.4|^4.0|^5.0",
2021 "symfony/validator": "^4.4.2|^5.0.2",
2022 "symfony/var-dumper": "^3.4|^4.0|^5.0"
2023 },
2024 "suggest": {
2025 "doctrine/data-fixtures": "",
2026 "doctrine/dbal": "",
2027 "doctrine/orm": "",
2028 "symfony/form": "",
2029 "symfony/property-info": "",
2030 "symfony/validator": ""
2031 },
2032 "type": "symfony-bridge",
2033 "extra": {
2034 "branch-alias": {
2035 "dev-master": "4.4-dev"
2036 }
2037 },
2038 "autoload": {
2039 "psr-4": {
2040 "Symfony\\Bridge\\Doctrine\\": ""
2041 },
2042 "exclude-from-classmap": [
2043 "/Tests/"
2044 ]
2045 },
2046 "notification-url": "https://packagist.org/downloads/",
2047 "license": [
2048 "MIT"
2049 ],
2050 "authors": [
2051 {
2052 "name": "Fabien Potencier",
2053 "email": "fabien@symfony.com"
2054 },
2055 {
2056 "name": "Symfony Community",
2057 "homepage": "https://symfony.com/contributors"
2058 }
2059 ],
2060 "description": "Symfony Doctrine Bridge",
2061 "homepage": "https://symfony.com",
2062 "time": "2020-09-27T14:14:06+00:00"
2063 },
2064 {
2065 "name": "symfony/dom-crawler",
2066 "version": "v4.4.15",
2067 "source": {
2068 "type": "git",
2069 "url": "https://github.com/symfony/dom-crawler.git",
2070 "reference": "bdcb7633a501770a0daefbf81d2e6b28c3864f2b"
2071 },
2072 "dist": {
2073 "type": "zip",
2074 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/bdcb7633a501770a0daefbf81d2e6b28c3864f2b",
2075 "reference": "bdcb7633a501770a0daefbf81d2e6b28c3864f2b",
2076 "shasum": ""
2077 },
2078 "require": {
2079 "php": ">=7.1.3",
2080 "symfony/polyfill-ctype": "~1.8",
2081 "symfony/polyfill-mbstring": "~1.0"
2082 },
2083 "conflict": {
2084 "masterminds/html5": "<2.6"
2085 },
2086 "require-dev": {
2087 "masterminds/html5": "^2.6",
2088 "symfony/css-selector": "^3.4|^4.0|^5.0"
2089 },
2090 "suggest": {
2091 "symfony/css-selector": ""
2092 },
2093 "type": "library",
2094 "extra": {
2095 "branch-alias": {
2096 "dev-master": "4.4-dev"
2097 }
2098 },
2099 "autoload": {
2100 "psr-4": {
2101 "Symfony\\Component\\DomCrawler\\": ""
2102 },
2103 "exclude-from-classmap": [
2104 "/Tests/"
2105 ]
2106 },
2107 "notification-url": "https://packagist.org/downloads/",
2108 "license": [
2109 "MIT"
2110 ],
2111 "authors": [
2112 {
2113 "name": "Fabien Potencier",
2114 "email": "fabien@symfony.com"
2115 },
2116 {
2117 "name": "Symfony Community",
2118 "homepage": "https://symfony.com/contributors"
2119 }
2120 ],
2121 "description": "Symfony DomCrawler Component",
2122 "homepage": "https://symfony.com",
2123 "time": "2020-10-02T07:34:48+00:00"
2124 },
2125 {
2126 "name": "symfony/dotenv",
2127 "version": "v4.4.15",
2128 "source": {
2129 "type": "git",
2130 "url": "https://github.com/symfony/dotenv.git",
2131 "reference": "f17675595fd7527c57d11bd3d733eb5d41600128"
2132 },
2133 "dist": {
2134 "type": "zip",
2135 "url": "https://api.github.com/repos/symfony/dotenv/zipball/f17675595fd7527c57d11bd3d733eb5d41600128",
2136 "reference": "f17675595fd7527c57d11bd3d733eb5d41600128",
2137 "shasum": ""
2138 },
2139 "require": {
2140 "php": ">=7.1.3"
2141 },
2142 "require-dev": {
2143 "symfony/process": "^3.4.2|^4.0|^5.0"
2144 },
2145 "type": "library",
2146 "extra": {
2147 "branch-alias": {
2148 "dev-master": "4.4-dev"
2149 }
2150 },
2151 "autoload": {
2152 "psr-4": {
2153 "Symfony\\Component\\Dotenv\\": ""
2154 },
2155 "exclude-from-classmap": [
2156 "/Tests/"
2157 ]
2158 },
2159 "notification-url": "https://packagist.org/downloads/",
2160 "license": [
2161 "MIT"
2162 ],
2163 "authors": [
2164 {
2165 "name": "Fabien Potencier",
2166 "email": "fabien@symfony.com"
2167 },
2168 {
2169 "name": "Symfony Community",
2170 "homepage": "https://symfony.com/contributors"
2171 }
2172 ],
2173 "description": "Registers environment variables from a .env file",
2174 "homepage": "https://symfony.com",
2175 "keywords": [
2176 "dotenv",
2177 "env",
2178 "environment"
2179 ],
2180 "time": "2020-09-02T16:08:58+00:00"
2181 },
2182 {
2183 "name": "symfony/error-handler",
2184 "version": "v4.4.15",
2185 "source": {
2186 "type": "git",
2187 "url": "https://github.com/symfony/error-handler.git",
2188 "reference": "c8be4a5c70af70fec82e762dd93e3bbcf95c035f"
2189 },
2190 "dist": {
2191 "type": "zip",
2192 "url": "https://api.github.com/repos/symfony/error-handler/zipball/c8be4a5c70af70fec82e762dd93e3bbcf95c035f",
2193 "reference": "c8be4a5c70af70fec82e762dd93e3bbcf95c035f",
2194 "shasum": ""
2195 },
2196 "require": {
2197 "php": ">=7.1.3",
2198 "psr/log": "~1.0",
2199 "symfony/debug": "^4.4.5",
2200 "symfony/polyfill-php80": "^1.15",
2201 "symfony/var-dumper": "^4.4|^5.0"
2202 },
2203 "require-dev": {
2204 "symfony/http-kernel": "^4.4|^5.0",
2205 "symfony/serializer": "^4.4|^5.0"
2206 },
2207 "type": "library",
2208 "extra": {
2209 "branch-alias": {
2210 "dev-master": "4.4-dev"
2211 }
2212 },
2213 "autoload": {
2214 "psr-4": {
2215 "Symfony\\Component\\ErrorHandler\\": ""
2216 },
2217 "exclude-from-classmap": [
2218 "/Tests/"
2219 ]
2220 },
2221 "notification-url": "https://packagist.org/downloads/",
2222 "license": [
2223 "MIT"
2224 ],
2225 "authors": [
2226 {
2227 "name": "Fabien Potencier",
2228 "email": "fabien@symfony.com"
2229 },
2230 {
2231 "name": "Symfony Community",
2232 "homepage": "https://symfony.com/contributors"
2233 }
2234 ],
2235 "description": "Symfony ErrorHandler Component",
2236 "homepage": "https://symfony.com",
2237 "time": "2020-10-01T16:21:20+00:00"
2238 },
2239 {
2240 "name": "symfony/event-dispatcher",
2241 "version": "v4.4.15",
2242 "source": {
2243 "type": "git",
2244 "url": "https://github.com/symfony/event-dispatcher.git",
2245 "reference": "e17bb5e0663dc725f7cdcafc932132735b4725cd"
2246 },
2247 "dist": {
2248 "type": "zip",
2249 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/e17bb5e0663dc725f7cdcafc932132735b4725cd",
2250 "reference": "e17bb5e0663dc725f7cdcafc932132735b4725cd",
2251 "shasum": ""
2252 },
2253 "require": {
2254 "php": ">=7.1.3",
2255 "symfony/event-dispatcher-contracts": "^1.1"
2256 },
2257 "conflict": {
2258 "symfony/dependency-injection": "<3.4"
2259 },
2260 "provide": {
2261 "psr/event-dispatcher-implementation": "1.0",
2262 "symfony/event-dispatcher-implementation": "1.1"
2263 },
2264 "require-dev": {
2265 "psr/log": "~1.0",
2266 "symfony/config": "^3.4|^4.0|^5.0",
2267 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2268 "symfony/error-handler": "~3.4|~4.4",
2269 "symfony/expression-language": "^3.4|^4.0|^5.0",
2270 "symfony/http-foundation": "^3.4|^4.0|^5.0",
2271 "symfony/service-contracts": "^1.1|^2",
2272 "symfony/stopwatch": "^3.4|^4.0|^5.0"
2273 },
2274 "suggest": {
2275 "symfony/dependency-injection": "",
2276 "symfony/http-kernel": ""
2277 },
2278 "type": "library",
2279 "extra": {
2280 "branch-alias": {
2281 "dev-master": "4.4-dev"
2282 }
2283 },
2284 "autoload": {
2285 "psr-4": {
2286 "Symfony\\Component\\EventDispatcher\\": ""
2287 },
2288 "exclude-from-classmap": [
2289 "/Tests/"
2290 ]
2291 },
2292 "notification-url": "https://packagist.org/downloads/",
2293 "license": [
2294 "MIT"
2295 ],
2296 "authors": [
2297 {
2298 "name": "Fabien Potencier",
2299 "email": "fabien@symfony.com"
2300 },
2301 {
2302 "name": "Symfony Community",
2303 "homepage": "https://symfony.com/contributors"
2304 }
2305 ],
2306 "description": "Symfony EventDispatcher Component",
2307 "homepage": "https://symfony.com",
2308 "time": "2020-09-18T14:07:46+00:00"
2309 },
2310 {
2311 "name": "symfony/event-dispatcher-contracts",
2312 "version": "v1.1.9",
2313 "source": {
2314 "type": "git",
2315 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2316 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
2317 },
2318 "dist": {
2319 "type": "zip",
2320 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
2321 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
2322 "shasum": ""
2323 },
2324 "require": {
2325 "php": ">=7.1.3"
2326 },
2327 "suggest": {
2328 "psr/event-dispatcher": "",
2329 "symfony/event-dispatcher-implementation": ""
2330 },
2331 "type": "library",
2332 "extra": {
2333 "branch-alias": {
2334 "dev-master": "1.1-dev"
2335 },
2336 "thanks": {
2337 "name": "symfony/contracts",
2338 "url": "https://github.com/symfony/contracts"
2339 }
2340 },
2341 "autoload": {
2342 "psr-4": {
2343 "Symfony\\Contracts\\EventDispatcher\\": ""
2344 }
2345 },
2346 "notification-url": "https://packagist.org/downloads/",
2347 "license": [
2348 "MIT"
2349 ],
2350 "authors": [
2351 {
2352 "name": "Nicolas Grekas",
2353 "email": "p@tchwork.com"
2354 },
2355 {
2356 "name": "Symfony Community",
2357 "homepage": "https://symfony.com/contributors"
2358 }
2359 ],
2360 "description": "Generic abstractions related to dispatching event",
2361 "homepage": "https://symfony.com",
2362 "keywords": [
2363 "abstractions",
2364 "contracts",
2365 "decoupling",
2366 "interfaces",
2367 "interoperability",
2368 "standards"
2369 ],
2370 "time": "2020-07-06T13:19:58+00:00"
2371 },
2372 {
2373 "name": "symfony/filesystem",
2374 "version": "v4.4.15",
2375 "source": {
2376 "type": "git",
2377 "url": "https://github.com/symfony/filesystem.git",
2378 "reference": "ebc51494739d3b081ea543ed7c462fa73a4f74db"
2379 },
2380 "dist": {
2381 "type": "zip",
2382 "url": "https://api.github.com/repos/symfony/filesystem/zipball/ebc51494739d3b081ea543ed7c462fa73a4f74db",
2383 "reference": "ebc51494739d3b081ea543ed7c462fa73a4f74db",
2384 "shasum": ""
2385 },
2386 "require": {
2387 "php": ">=7.1.3",
2388 "symfony/polyfill-ctype": "~1.8"
2389 },
2390 "type": "library",
2391 "extra": {
2392 "branch-alias": {
2393 "dev-master": "4.4-dev"
2394 }
2395 },
2396 "autoload": {
2397 "psr-4": {
2398 "Symfony\\Component\\Filesystem\\": ""
2399 },
2400 "exclude-from-classmap": [
2401 "/Tests/"
2402 ]
2403 },
2404 "notification-url": "https://packagist.org/downloads/",
2405 "license": [
2406 "MIT"
2407 ],
2408 "authors": [
2409 {
2410 "name": "Fabien Potencier",
2411 "email": "fabien@symfony.com"
2412 },
2413 {
2414 "name": "Symfony Community",
2415 "homepage": "https://symfony.com/contributors"
2416 }
2417 ],
2418 "description": "Symfony Filesystem Component",
2419 "homepage": "https://symfony.com",
2420 "time": "2020-09-27T13:54:16+00:00"
2421 },
2422 {
2423 "name": "symfony/finder",
2424 "version": "v4.4.15",
2425 "source": {
2426 "type": "git",
2427 "url": "https://github.com/symfony/finder.git",
2428 "reference": "60d08560f9aa72997c44077c40d47aa28a963230"
2429 },
2430 "dist": {
2431 "type": "zip",
2432 "url": "https://api.github.com/repos/symfony/finder/zipball/60d08560f9aa72997c44077c40d47aa28a963230",
2433 "reference": "60d08560f9aa72997c44077c40d47aa28a963230",
2434 "shasum": ""
2435 },
2436 "require": {
2437 "php": ">=7.1.3"
2438 },
2439 "type": "library",
2440 "extra": {
2441 "branch-alias": {
2442 "dev-master": "4.4-dev"
2443 }
2444 },
2445 "autoload": {
2446 "psr-4": {
2447 "Symfony\\Component\\Finder\\": ""
2448 },
2449 "exclude-from-classmap": [
2450 "/Tests/"
2451 ]
2452 },
2453 "notification-url": "https://packagist.org/downloads/",
2454 "license": [
2455 "MIT"
2456 ],
2457 "authors": [
2458 {
2459 "name": "Fabien Potencier",
2460 "email": "fabien@symfony.com"
2461 },
2462 {
2463 "name": "Symfony Community",
2464 "homepage": "https://symfony.com/contributors"
2465 }
2466 ],
2467 "description": "Symfony Finder Component",
2468 "homepage": "https://symfony.com",
2469 "time": "2020-10-02T07:34:48+00:00"
2470 },
2471 {
2472 "name": "symfony/flex",
2473 "version": "v1.9.10",
2474 "source": {
2475 "type": "git",
2476 "url": "https://github.com/symfony/flex.git",
2477 "reference": "7335ec033995aa34133e621627333368f260b626"
2478 },
2479 "dist": {
2480 "type": "zip",
2481 "url": "https://api.github.com/repos/symfony/flex/zipball/7335ec033995aa34133e621627333368f260b626",
2482 "reference": "7335ec033995aa34133e621627333368f260b626",
2483 "shasum": ""
2484 },
2485 "require": {
2486 "composer-plugin-api": "^1.0|^2.0",
2487 "php": ">=7.1"
2488 },
2489 "require-dev": {
2490 "composer/composer": "^1.0.2|^2.0",
2491 "symfony/dotenv": "^4.4|^5.0",
2492 "symfony/phpunit-bridge": "^4.4|^5.0",
2493 "symfony/process": "^3.4|^4.4|^5.0"
2494 },
2495 "type": "composer-plugin",
2496 "extra": {
2497 "branch-alias": {
2498 "dev-main": "1.9-dev"
2499 },
2500 "class": "Symfony\\Flex\\Flex"
2501 },
2502 "autoload": {
2503 "psr-4": {
2504 "Symfony\\Flex\\": "src"
2505 }
2506 },
2507 "notification-url": "https://packagist.org/downloads/",
2508 "license": [
2509 "MIT"
2510 ],
2511 "authors": [
2512 {
2513 "name": "Fabien Potencier",
2514 "email": "fabien.potencier@gmail.com"
2515 }
2516 ],
2517 "description": "Composer plugin for Symfony",
2518 "time": "2020-10-14T17:41:54+00:00"
2519 },
2520 {
2521 "name": "symfony/form",
2522 "version": "v4.4.15",
2523 "source": {
2524 "type": "git",
2525 "url": "https://github.com/symfony/form.git",
2526 "reference": "54d9ec68b65440a4a5937bd6b76ac92214dcd210"
2527 },
2528 "dist": {
2529 "type": "zip",
2530 "url": "https://api.github.com/repos/symfony/form/zipball/54d9ec68b65440a4a5937bd6b76ac92214dcd210",
2531 "reference": "54d9ec68b65440a4a5937bd6b76ac92214dcd210",
2532 "shasum": ""
2533 },
2534 "require": {
2535 "php": ">=7.1.3",
2536 "symfony/event-dispatcher": "^4.3",
2537 "symfony/intl": "^4.4|^5.0",
2538 "symfony/options-resolver": "~4.3|^5.0",
2539 "symfony/polyfill-ctype": "~1.8",
2540 "symfony/polyfill-mbstring": "~1.0",
2541 "symfony/property-access": "^3.4.40|^4.4.8|^5.0.8",
2542 "symfony/service-contracts": "^1.1|^2"
2543 },
2544 "conflict": {
2545 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2546 "symfony/console": "<4.3",
2547 "symfony/dependency-injection": "<3.4",
2548 "symfony/doctrine-bridge": "<3.4",
2549 "symfony/framework-bundle": "<3.4",
2550 "symfony/http-kernel": "<4.4",
2551 "symfony/intl": "<4.3",
2552 "symfony/translation": "<4.2",
2553 "symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
2554 },
2555 "require-dev": {
2556 "doctrine/collections": "~1.0",
2557 "symfony/config": "^3.4|^4.0|^5.0",
2558 "symfony/console": "^4.3|^5.0",
2559 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2560 "symfony/expression-language": "^3.4|^4.0|^5.0",
2561 "symfony/http-foundation": "^3.4|^4.0|^5.0",
2562 "symfony/http-kernel": "^4.4",
2563 "symfony/security-csrf": "^3.4|^4.0|^5.0",
2564 "symfony/translation": "^4.2|^5.0",
2565 "symfony/validator": "^3.4.44|^4.3.4|^5.0",
2566 "symfony/var-dumper": "^4.3|^5.0"
2567 },
2568 "suggest": {
2569 "symfony/security-csrf": "For protecting forms against CSRF attacks.",
2570 "symfony/twig-bridge": "For templating with Twig.",
2571 "symfony/validator": "For form validation."
2572 },
2573 "type": "library",
2574 "extra": {
2575 "branch-alias": {
2576 "dev-master": "4.4-dev"
2577 }
2578 },
2579 "autoload": {
2580 "psr-4": {
2581 "Symfony\\Component\\Form\\": ""
2582 },
2583 "exclude-from-classmap": [
2584 "/Tests/"
2585 ]
2586 },
2587 "notification-url": "https://packagist.org/downloads/",
2588 "license": [
2589 "MIT"
2590 ],
2591 "authors": [
2592 {
2593 "name": "Fabien Potencier",
2594 "email": "fabien@symfony.com"
2595 },
2596 {
2597 "name": "Symfony Community",
2598 "homepage": "https://symfony.com/contributors"
2599 }
2600 ],
2601 "description": "Symfony Form Component",
2602 "homepage": "https://symfony.com",
2603 "time": "2020-10-02T12:43:11+00:00"
2604 },
2605 {
2606 "name": "symfony/framework-bundle",
2607 "version": "v4.4.15",
2608 "source": {
2609 "type": "git",
2610 "url": "https://github.com/symfony/framework-bundle.git",
2611 "reference": "01c517f48814a1f599ce721814435f2dc548ce4c"
2612 },
2613 "dist": {
2614 "type": "zip",
2615 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/01c517f48814a1f599ce721814435f2dc548ce4c",
2616 "reference": "01c517f48814a1f599ce721814435f2dc548ce4c",
2617 "shasum": ""
2618 },
2619 "require": {
2620 "ext-xml": "*",
2621 "php": ">=7.1.3",
2622 "symfony/cache": "^4.4|^5.0",
2623 "symfony/config": "^4.3.4|^5.0",
2624 "symfony/dependency-injection": "^4.4.1|^5.0.1",
2625 "symfony/error-handler": "^4.4.1|^5.0.1",
2626 "symfony/filesystem": "^3.4|^4.0|^5.0",
2627 "symfony/finder": "^3.4|^4.0|^5.0",
2628 "symfony/http-foundation": "^4.4|^5.0",
2629 "symfony/http-kernel": "^4.4",
2630 "symfony/polyfill-mbstring": "~1.0",
2631 "symfony/routing": "^4.4|^5.0"
2632 },
2633 "conflict": {
2634 "doctrine/persistence": "<1.3",
2635 "phpdocumentor/reflection-docblock": "<3.0",
2636 "phpdocumentor/type-resolver": "<0.2.1",
2637 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2638 "symfony/asset": "<3.4",
2639 "symfony/browser-kit": "<4.3",
2640 "symfony/console": "<4.3",
2641 "symfony/dom-crawler": "<4.3",
2642 "symfony/dotenv": "<4.3.6",
2643 "symfony/form": "<4.3.5",
2644 "symfony/http-client": "<4.4",
2645 "symfony/lock": "<4.4",
2646 "symfony/mailer": "<4.4",
2647 "symfony/messenger": "<4.4",
2648 "symfony/mime": "<4.4",
2649 "symfony/property-info": "<3.4",
2650 "symfony/security-bundle": "<4.4",
2651 "symfony/serializer": "<4.4",
2652 "symfony/stopwatch": "<3.4",
2653 "symfony/translation": "<4.4",
2654 "symfony/twig-bridge": "<4.1.1",
2655 "symfony/twig-bundle": "<4.4",
2656 "symfony/validator": "<4.4",
2657 "symfony/web-profiler-bundle": "<4.4",
2658 "symfony/workflow": "<4.3.6"
2659 },
2660 "require-dev": {
2661 "doctrine/annotations": "~1.7",
2662 "doctrine/cache": "~1.0",
2663 "paragonie/sodium_compat": "^1.8",
2664 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
2665 "symfony/asset": "^3.4|^4.0|^5.0",
2666 "symfony/browser-kit": "^4.3|^5.0",
2667 "symfony/console": "^4.3.4|^5.0",
2668 "symfony/css-selector": "^3.4|^4.0|^5.0",
2669 "symfony/dom-crawler": "^4.3|^5.0",
2670 "symfony/dotenv": "^4.3.6|^5.0",
2671 "symfony/expression-language": "^3.4|^4.0|^5.0",
2672 "symfony/form": "^4.3.5|^5.0",
2673 "symfony/http-client": "^4.4|^5.0",
2674 "symfony/lock": "^4.4|^5.0",
2675 "symfony/mailer": "^4.4|^5.0",
2676 "symfony/messenger": "^4.4|^5.0",
2677 "symfony/mime": "^4.4|^5.0",
2678 "symfony/polyfill-intl-icu": "~1.0",
2679 "symfony/process": "^3.4|^4.0|^5.0",
2680 "symfony/property-info": "^3.4|^4.0|^5.0",
2681 "symfony/security-csrf": "^3.4|^4.0|^5.0",
2682 "symfony/security-http": "^3.4|^4.0|^5.0",
2683 "symfony/serializer": "^4.4|^5.0",
2684 "symfony/stopwatch": "^3.4|^4.0|^5.0",
2685 "symfony/templating": "^3.4|^4.0|^5.0",
2686 "symfony/translation": "^4.4|^5.0",
2687 "symfony/twig-bundle": "^4.4|^5.0",
2688 "symfony/validator": "^4.4|^5.0",
2689 "symfony/web-link": "^4.4|^5.0",
2690 "symfony/workflow": "^4.3.6|^5.0",
2691 "symfony/yaml": "^3.4|^4.0|^5.0",
2692 "twig/twig": "^1.41|^2.10|^3.0"
2693 },
2694 "suggest": {
2695 "ext-apcu": "For best performance of the system caches",
2696 "symfony/console": "For using the console commands",
2697 "symfony/form": "For using forms",
2698 "symfony/property-info": "For using the property_info service",
2699 "symfony/serializer": "For using the serializer service",
2700 "symfony/validator": "For using validation",
2701 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
2702 "symfony/yaml": "For using the debug:config and lint:yaml commands"
2703 },
2704 "type": "symfony-bundle",
2705 "extra": {
2706 "branch-alias": {
2707 "dev-master": "4.4-dev"
2708 }
2709 },
2710 "autoload": {
2711 "psr-4": {
2712 "Symfony\\Bundle\\FrameworkBundle\\": ""
2713 },
2714 "exclude-from-classmap": [
2715 "/Tests/"
2716 ]
2717 },
2718 "notification-url": "https://packagist.org/downloads/",
2719 "license": [
2720 "MIT"
2721 ],
2722 "authors": [
2723 {
2724 "name": "Fabien Potencier",
2725 "email": "fabien@symfony.com"
2726 },
2727 {
2728 "name": "Symfony Community",
2729 "homepage": "https://symfony.com/contributors"
2730 }
2731 ],
2732 "description": "Symfony FrameworkBundle",
2733 "homepage": "https://symfony.com",
2734 "time": "2020-09-29T09:51:46+00:00"
2735 },
2736 {
2737 "name": "symfony/http-client-contracts",
2738 "version": "v2.3.1",
2739 "source": {
2740 "type": "git",
2741 "url": "https://github.com/symfony/http-client-contracts.git",
2742 "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
2743 },
2744 "dist": {
2745 "type": "zip",
2746 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
2747 "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
2748 "shasum": ""
2749 },
2750 "require": {
2751 "php": ">=7.2.5"
2752 },
2753 "suggest": {
2754 "symfony/http-client-implementation": ""
2755 },
2756 "type": "library",
2757 "extra": {
2758 "branch-version": "2.3",
2759 "branch-alias": {
2760 "dev-main": "2.3-dev"
2761 },
2762 "thanks": {
2763 "name": "symfony/contracts",
2764 "url": "https://github.com/symfony/contracts"
2765 }
2766 },
2767 "autoload": {
2768 "psr-4": {
2769 "Symfony\\Contracts\\HttpClient\\": ""
2770 }
2771 },
2772 "notification-url": "https://packagist.org/downloads/",
2773 "license": [
2774 "MIT"
2775 ],
2776 "authors": [
2777 {
2778 "name": "Nicolas Grekas",
2779 "email": "p@tchwork.com"
2780 },
2781 {
2782 "name": "Symfony Community",
2783 "homepage": "https://symfony.com/contributors"
2784 }
2785 ],
2786 "description": "Generic abstractions related to HTTP clients",
2787 "homepage": "https://symfony.com",
2788 "keywords": [
2789 "abstractions",
2790 "contracts",
2791 "decoupling",
2792 "interfaces",
2793 "interoperability",
2794 "standards"
2795 ],
2796 "time": "2020-10-14T17:08:19+00:00"
2797 },
2798 {
2799 "name": "symfony/http-foundation",
2800 "version": "v4.4.15",
2801 "source": {
2802 "type": "git",
2803 "url": "https://github.com/symfony/http-foundation.git",
2804 "reference": "10683b407c3b6087c64619ebc97a87e36ea62c92"
2805 },
2806 "dist": {
2807 "type": "zip",
2808 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/10683b407c3b6087c64619ebc97a87e36ea62c92",
2809 "reference": "10683b407c3b6087c64619ebc97a87e36ea62c92",
2810 "shasum": ""
2811 },
2812 "require": {
2813 "php": ">=7.1.3",
2814 "symfony/mime": "^4.3|^5.0",
2815 "symfony/polyfill-mbstring": "~1.1"
2816 },
2817 "require-dev": {
2818 "predis/predis": "~1.0",
2819 "symfony/expression-language": "^3.4|^4.0|^5.0"
2820 },
2821 "type": "library",
2822 "extra": {
2823 "branch-alias": {
2824 "dev-master": "4.4-dev"
2825 }
2826 },
2827 "autoload": {
2828 "psr-4": {
2829 "Symfony\\Component\\HttpFoundation\\": ""
2830 },
2831 "exclude-from-classmap": [
2832 "/Tests/"
2833 ]
2834 },
2835 "notification-url": "https://packagist.org/downloads/",
2836 "license": [
2837 "MIT"
2838 ],
2839 "authors": [
2840 {
2841 "name": "Fabien Potencier",
2842 "email": "fabien@symfony.com"
2843 },
2844 {
2845 "name": "Symfony Community",
2846 "homepage": "https://symfony.com/contributors"
2847 }
2848 ],
2849 "description": "Symfony HttpFoundation Component",
2850 "homepage": "https://symfony.com",
2851 "time": "2020-09-27T14:14:06+00:00"
2852 },
2853 {
2854 "name": "symfony/http-kernel",
2855 "version": "v4.4.15",
2856 "source": {
2857 "type": "git",
2858 "url": "https://github.com/symfony/http-kernel.git",
2859 "reference": "6544745997b06c7dcecf0d4a70f09e5de1db7ca8"
2860 },
2861 "dist": {
2862 "type": "zip",
2863 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/6544745997b06c7dcecf0d4a70f09e5de1db7ca8",
2864 "reference": "6544745997b06c7dcecf0d4a70f09e5de1db7ca8",
2865 "shasum": ""
2866 },
2867 "require": {
2868 "php": ">=7.1.3",
2869 "psr/log": "~1.0",
2870 "symfony/error-handler": "^4.4",
2871 "symfony/event-dispatcher": "^4.4",
2872 "symfony/http-client-contracts": "^1.1|^2",
2873 "symfony/http-foundation": "^4.4|^5.0",
2874 "symfony/polyfill-ctype": "^1.8",
2875 "symfony/polyfill-php73": "^1.9",
2876 "symfony/polyfill-php80": "^1.15"
2877 },
2878 "conflict": {
2879 "symfony/browser-kit": "<4.3",
2880 "symfony/config": "<3.4",
2881 "symfony/console": ">=5",
2882 "symfony/dependency-injection": "<4.3",
2883 "symfony/translation": "<4.2",
2884 "twig/twig": "<1.34|<2.4,>=2"
2885 },
2886 "provide": {
2887 "psr/log-implementation": "1.0"
2888 },
2889 "require-dev": {
2890 "psr/cache": "~1.0",
2891 "symfony/browser-kit": "^4.3|^5.0",
2892 "symfony/config": "^3.4|^4.0|^5.0",
2893 "symfony/console": "^3.4|^4.0",
2894 "symfony/css-selector": "^3.4|^4.0|^5.0",
2895 "symfony/dependency-injection": "^4.3|^5.0",
2896 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
2897 "symfony/expression-language": "^3.4|^4.0|^5.0",
2898 "symfony/finder": "^3.4|^4.0|^5.0",
2899 "symfony/process": "^3.4|^4.0|^5.0",
2900 "symfony/routing": "^3.4|^4.0|^5.0",
2901 "symfony/stopwatch": "^3.4|^4.0|^5.0",
2902 "symfony/templating": "^3.4|^4.0|^5.0",
2903 "symfony/translation": "^4.2|^5.0",
2904 "symfony/translation-contracts": "^1.1|^2",
2905 "twig/twig": "^1.34|^2.4|^3.0"
2906 },
2907 "suggest": {
2908 "symfony/browser-kit": "",
2909 "symfony/config": "",
2910 "symfony/console": "",
2911 "symfony/dependency-injection": ""
2912 },
2913 "type": "library",
2914 "extra": {
2915 "branch-alias": {
2916 "dev-master": "4.4-dev"
2917 }
2918 },
2919 "autoload": {
2920 "psr-4": {
2921 "Symfony\\Component\\HttpKernel\\": ""
2922 },
2923 "exclude-from-classmap": [
2924 "/Tests/"
2925 ]
2926 },
2927 "notification-url": "https://packagist.org/downloads/",
2928 "license": [
2929 "MIT"
2930 ],
2931 "authors": [
2932 {
2933 "name": "Fabien Potencier",
2934 "email": "fabien@symfony.com"
2935 },
2936 {
2937 "name": "Symfony Community",
2938 "homepage": "https://symfony.com/contributors"
2939 }
2940 ],
2941 "description": "Symfony HttpKernel Component",
2942 "homepage": "https://symfony.com",
2943 "time": "2020-10-04T07:48:13+00:00"
2944 },
2945 {
2946 "name": "symfony/inflector",
2947 "version": "v4.4.15",
2948 "source": {
2949 "type": "git",
2950 "url": "https://github.com/symfony/inflector.git",
2951 "reference": "3330be44724db42f0aa493002ae63f5d29f8d5f7"
2952 },
2953 "dist": {
2954 "type": "zip",
2955 "url": "https://api.github.com/repos/symfony/inflector/zipball/3330be44724db42f0aa493002ae63f5d29f8d5f7",
2956 "reference": "3330be44724db42f0aa493002ae63f5d29f8d5f7",
2957 "shasum": ""
2958 },
2959 "require": {
2960 "php": ">=7.1.3",
2961 "symfony/polyfill-ctype": "~1.8"
2962 },
2963 "type": "library",
2964 "extra": {
2965 "branch-alias": {
2966 "dev-master": "4.4-dev"
2967 }
2968 },
2969 "autoload": {
2970 "psr-4": {
2971 "Symfony\\Component\\Inflector\\": ""
2972 },
2973 "exclude-from-classmap": [
2974 "/Tests/"
2975 ]
2976 },
2977 "notification-url": "https://packagist.org/downloads/",
2978 "license": [
2979 "MIT"
2980 ],
2981 "authors": [
2982 {
2983 "name": "Bernhard Schussek",
2984 "email": "bschussek@gmail.com"
2985 },
2986 {
2987 "name": "Symfony Community",
2988 "homepage": "https://symfony.com/contributors"
2989 }
2990 ],
2991 "description": "Symfony Inflector Component",
2992 "homepage": "https://symfony.com",
2993 "keywords": [
2994 "inflection",
2995 "pluralize",
2996 "singularize",
2997 "string",
2998 "symfony",
2999 "words"
3000 ],
3001 "time": "2020-05-20T08:37:50+00:00"
3002 },
3003 {
3004 "name": "symfony/intl",
3005 "version": "v4.4.15",
3006 "source": {
3007 "type": "git",
3008 "url": "https://github.com/symfony/intl.git",
3009 "reference": "0da1f7f08072ddb9185b02ce30ce098fa61f4042"
3010 },
3011 "dist": {
3012 "type": "zip",
3013 "url": "https://api.github.com/repos/symfony/intl/zipball/0da1f7f08072ddb9185b02ce30ce098fa61f4042",
3014 "reference": "0da1f7f08072ddb9185b02ce30ce098fa61f4042",
3015 "shasum": ""
3016 },
3017 "require": {
3018 "php": ">=7.1.3",
3019 "symfony/polyfill-intl-icu": "~1.0"
3020 },
3021 "require-dev": {
3022 "symfony/filesystem": "^3.4|^4.0|^5.0"
3023 },
3024 "suggest": {
3025 "ext-intl": "to use the component with locales other than \"en\""
3026 },
3027 "type": "library",
3028 "extra": {
3029 "branch-alias": {
3030 "dev-master": "4.4-dev"
3031 }
3032 },
3033 "autoload": {
3034 "psr-4": {
3035 "Symfony\\Component\\Intl\\": ""
3036 },
3037 "classmap": [
3038 "Resources/stubs"
3039 ],
3040 "exclude-from-classmap": [
3041 "/Tests/"
3042 ]
3043 },
3044 "notification-url": "https://packagist.org/downloads/",
3045 "license": [
3046 "MIT"
3047 ],
3048 "authors": [
3049 {
3050 "name": "Bernhard Schussek",
3051 "email": "bschussek@gmail.com"
3052 },
3053 {
3054 "name": "Eriksen Costa",
3055 "email": "eriksen.costa@infranology.com.br"
3056 },
3057 {
3058 "name": "Igor Wiedler",
3059 "email": "igor@wiedler.ch"
3060 },
3061 {
3062 "name": "Symfony Community",
3063 "homepage": "https://symfony.com/contributors"
3064 }
3065 ],
3066 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
3067 "homepage": "https://symfony.com",
3068 "keywords": [
3069 "i18n",
3070 "icu",
3071 "internationalization",
3072 "intl",
3073 "l10n",
3074 "localization"
3075 ],
3076 "time": "2020-09-27T03:36:23+00:00"
3077 },
3078 {
3079 "name": "symfony/mailer",
3080 "version": "v4.4.15",
3081 "source": {
3082 "type": "git",
3083 "url": "https://github.com/symfony/mailer.git",
3084 "reference": "c1018952b49058802c2aa1ea831935e996b7f5d3"
3085 },
3086 "dist": {
3087 "type": "zip",
3088 "url": "https://api.github.com/repos/symfony/mailer/zipball/c1018952b49058802c2aa1ea831935e996b7f5d3",
3089 "reference": "c1018952b49058802c2aa1ea831935e996b7f5d3",
3090 "shasum": ""
3091 },
3092 "require": {
3093 "egulias/email-validator": "^2.1.10",
3094 "php": ">=7.1.3",
3095 "psr/log": "~1.0",
3096 "symfony/event-dispatcher": "^4.3",
3097 "symfony/mime": "^4.4|^5.0",
3098 "symfony/service-contracts": "^1.1|^2"
3099 },
3100 "conflict": {
3101 "symfony/http-kernel": "<4.4",
3102 "symfony/sendgrid-mailer": "<4.4"
3103 },
3104 "require-dev": {
3105 "symfony/amazon-mailer": "^4.4|^5.0",
3106 "symfony/google-mailer": "^4.4|^5.0",
3107 "symfony/http-client-contracts": "^1.1|^2",
3108 "symfony/mailchimp-mailer": "^4.4|^5.0",
3109 "symfony/mailgun-mailer": "^4.4|^5.0",
3110 "symfony/messenger": "^4.4|^5.0",
3111 "symfony/postmark-mailer": "^4.4|^5.0",
3112 "symfony/sendgrid-mailer": "^4.4|^5.0"
3113 },
3114 "type": "library",
3115 "extra": {
3116 "branch-alias": {
3117 "dev-master": "4.4-dev"
3118 }
3119 },
3120 "autoload": {
3121 "psr-4": {
3122 "Symfony\\Component\\Mailer\\": ""
3123 },
3124 "exclude-from-classmap": [
3125 "/Tests/"
3126 ]
3127 },
3128 "notification-url": "https://packagist.org/downloads/",
3129 "license": [
3130 "MIT"
3131 ],
3132 "authors": [
3133 {
3134 "name": "Fabien Potencier",
3135 "email": "fabien@symfony.com"
3136 },
3137 {
3138 "name": "Symfony Community",
3139 "homepage": "https://symfony.com/contributors"
3140 }
3141 ],
3142 "description": "Symfony Mailer Component",
3143 "homepage": "https://symfony.com",
3144 "time": "2020-09-06T17:12:23+00:00"
3145 },
3146 {
3147 "name": "symfony/mime",
3148 "version": "v4.4.15",
3149 "source": {
3150 "type": "git",
3151 "url": "https://github.com/symfony/mime.git",
3152 "reference": "42df2507eb8e6cd9795f51c99dd52bab543a918f"
3153 },
3154 "dist": {
3155 "type": "zip",
3156 "url": "https://api.github.com/repos/symfony/mime/zipball/42df2507eb8e6cd9795f51c99dd52bab543a918f",
3157 "reference": "42df2507eb8e6cd9795f51c99dd52bab543a918f",
3158 "shasum": ""
3159 },
3160 "require": {
3161 "php": ">=7.1.3",
3162 "symfony/polyfill-intl-idn": "^1.10",
3163 "symfony/polyfill-mbstring": "^1.0"
3164 },
3165 "conflict": {
3166 "symfony/mailer": "<4.4"
3167 },
3168 "require-dev": {
3169 "egulias/email-validator": "^2.1.10",
3170 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
3171 },
3172 "type": "library",
3173 "extra": {
3174 "branch-alias": {
3175 "dev-master": "4.4-dev"
3176 }
3177 },
3178 "autoload": {
3179 "psr-4": {
3180 "Symfony\\Component\\Mime\\": ""
3181 },
3182 "exclude-from-classmap": [
3183 "/Tests/"
3184 ]
3185 },
3186 "notification-url": "https://packagist.org/downloads/",
3187 "license": [
3188 "MIT"
3189 ],
3190 "authors": [
3191 {
3192 "name": "Fabien Potencier",
3193 "email": "fabien@symfony.com"
3194 },
3195 {
3196 "name": "Symfony Community",
3197 "homepage": "https://symfony.com/contributors"
3198 }
3199 ],
3200 "description": "A library to manipulate MIME messages",
3201 "homepage": "https://symfony.com",
3202 "keywords": [
3203 "mime",
3204 "mime-type"
3205 ],
3206 "time": "2020-09-02T16:08:58+00:00"
3207 },
3208 {
3209 "name": "symfony/options-resolver",
3210 "version": "v4.4.15",
3211 "source": {
3212 "type": "git",
3213 "url": "https://github.com/symfony/options-resolver.git",
3214 "reference": "02b120a79ff06b779819f1594a300226bfc75105"
3215 },
3216 "dist": {
3217 "type": "zip",
3218 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/02b120a79ff06b779819f1594a300226bfc75105",
3219 "reference": "02b120a79ff06b779819f1594a300226bfc75105",
3220 "shasum": ""
3221 },
3222 "require": {
3223 "php": ">=7.1.3"
3224 },
3225 "type": "library",
3226 "extra": {
3227 "branch-alias": {
3228 "dev-master": "4.4-dev"
3229 }
3230 },
3231 "autoload": {
3232 "psr-4": {
3233 "Symfony\\Component\\OptionsResolver\\": ""
3234 },
3235 "exclude-from-classmap": [
3236 "/Tests/"
3237 ]
3238 },
3239 "notification-url": "https://packagist.org/downloads/",
3240 "license": [
3241 "MIT"
3242 ],
3243 "authors": [
3244 {
3245 "name": "Fabien Potencier",
3246 "email": "fabien@symfony.com"
3247 },
3248 {
3249 "name": "Symfony Community",
3250 "homepage": "https://symfony.com/contributors"
3251 }
3252 ],
3253 "description": "Symfony OptionsResolver Component",
3254 "homepage": "https://symfony.com",
3255 "keywords": [
3256 "config",
3257 "configuration",
3258 "options"
3259 ],
3260 "time": "2020-09-24T16:40:22+00:00"
3261 },
3262 {
3263 "name": "symfony/polyfill-intl-icu",
3264 "version": "v1.18.1",
3265 "source": {
3266 "type": "git",
3267 "url": "https://github.com/symfony/polyfill-intl-icu.git",
3268 "reference": "4e45a6e39041a9cc78835b11abc47874ae302a55"
3269 },
3270 "dist": {
3271 "type": "zip",
3272 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4e45a6e39041a9cc78835b11abc47874ae302a55",
3273 "reference": "4e45a6e39041a9cc78835b11abc47874ae302a55",
3274 "shasum": ""
3275 },
3276 "require": {
3277 "php": ">=5.3.3",
3278 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
3279 },
3280 "suggest": {
3281 "ext-intl": "For best performance"
3282 },
3283 "type": "library",
3284 "extra": {
3285 "branch-alias": {
3286 "dev-master": "1.18-dev"
3287 },
3288 "thanks": {
3289 "name": "symfony/polyfill",
3290 "url": "https://github.com/symfony/polyfill"
3291 }
3292 },
3293 "autoload": {
3294 "files": [
3295 "bootstrap.php"
3296 ]
3297 },
3298 "notification-url": "https://packagist.org/downloads/",
3299 "license": [
3300 "MIT"
3301 ],
3302 "authors": [
3303 {
3304 "name": "Nicolas Grekas",
3305 "email": "p@tchwork.com"
3306 },
3307 {
3308 "name": "Symfony Community",
3309 "homepage": "https://symfony.com/contributors"
3310 }
3311 ],
3312 "description": "Symfony polyfill for intl's ICU-related data and classes",
3313 "homepage": "https://symfony.com",
3314 "keywords": [
3315 "compatibility",
3316 "icu",
3317 "intl",
3318 "polyfill",
3319 "portable",
3320 "shim"
3321 ],
3322 "time": "2020-07-14T12:35:20+00:00"
3323 },
3324 {
3325 "name": "symfony/polyfill-intl-idn",
3326 "version": "v1.18.1",
3327 "source": {
3328 "type": "git",
3329 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3330 "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
3331 },
3332 "dist": {
3333 "type": "zip",
3334 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
3335 "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
3336 "shasum": ""
3337 },
3338 "require": {
3339 "php": ">=5.3.3",
3340 "symfony/polyfill-intl-normalizer": "^1.10",
3341 "symfony/polyfill-php70": "^1.10",
3342 "symfony/polyfill-php72": "^1.10"
3343 },
3344 "suggest": {
3345 "ext-intl": "For best performance"
3346 },
3347 "type": "library",
3348 "extra": {
3349 "branch-alias": {
3350 "dev-master": "1.18-dev"
3351 },
3352 "thanks": {
3353 "name": "symfony/polyfill",
3354 "url": "https://github.com/symfony/polyfill"
3355 }
3356 },
3357 "autoload": {
3358 "psr-4": {
3359 "Symfony\\Polyfill\\Intl\\Idn\\": ""
3360 },
3361 "files": [
3362 "bootstrap.php"
3363 ]
3364 },
3365 "notification-url": "https://packagist.org/downloads/",
3366 "license": [
3367 "MIT"
3368 ],
3369 "authors": [
3370 {
3371 "name": "Laurent Bassin",
3372 "email": "laurent@bassin.info"
3373 },
3374 {
3375 "name": "Trevor Rowbotham",
3376 "email": "trevor.rowbotham@pm.me"
3377 },
3378 {
3379 "name": "Symfony Community",
3380 "homepage": "https://symfony.com/contributors"
3381 }
3382 ],
3383 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3384 "homepage": "https://symfony.com",
3385 "keywords": [
3386 "compatibility",
3387 "idn",
3388 "intl",
3389 "polyfill",
3390 "portable",
3391 "shim"
3392 ],
3393 "time": "2020-08-04T06:02:08+00:00"
3394 },
3395 {
3396 "name": "symfony/polyfill-intl-normalizer",
3397 "version": "v1.18.1",
3398 "source": {
3399 "type": "git",
3400 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3401 "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
3402 },
3403 "dist": {
3404 "type": "zip",
3405 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
3406 "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
3407 "shasum": ""
3408 },
3409 "require": {
3410 "php": ">=5.3.3"
3411 },
3412 "suggest": {
3413 "ext-intl": "For best performance"
3414 },
3415 "type": "library",
3416 "extra": {
3417 "branch-alias": {
3418 "dev-master": "1.18-dev"
3419 },
3420 "thanks": {
3421 "name": "symfony/polyfill",
3422 "url": "https://github.com/symfony/polyfill"
3423 }
3424 },
3425 "autoload": {
3426 "psr-4": {
3427 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
3428 },
3429 "files": [
3430 "bootstrap.php"
3431 ],
3432 "classmap": [
3433 "Resources/stubs"
3434 ]
3435 },
3436 "notification-url": "https://packagist.org/downloads/",
3437 "license": [
3438 "MIT"
3439 ],
3440 "authors": [
3441 {
3442 "name": "Nicolas Grekas",
3443 "email": "p@tchwork.com"
3444 },
3445 {
3446 "name": "Symfony Community",
3447 "homepage": "https://symfony.com/contributors"
3448 }
3449 ],
3450 "description": "Symfony polyfill for intl's Normalizer class and related functions",
3451 "homepage": "https://symfony.com",
3452 "keywords": [
3453 "compatibility",
3454 "intl",
3455 "normalizer",
3456 "polyfill",
3457 "portable",
3458 "shim"
3459 ],
3460 "time": "2020-07-14T12:35:20+00:00"
3461 },
3462 {
3463 "name": "symfony/polyfill-mbstring",
3464 "version": "v1.18.1",
3465 "source": {
3466 "type": "git",
3467 "url": "https://github.com/symfony/polyfill-mbstring.git",
3468 "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
3469 },
3470 "dist": {
3471 "type": "zip",
3472 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
3473 "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
3474 "shasum": ""
3475 },
3476 "require": {
3477 "php": ">=5.3.3"
3478 },
3479 "suggest": {
3480 "ext-mbstring": "For best performance"
3481 },
3482 "type": "library",
3483 "extra": {
3484 "branch-alias": {
3485 "dev-master": "1.18-dev"
3486 },
3487 "thanks": {
3488 "name": "symfony/polyfill",
3489 "url": "https://github.com/symfony/polyfill"
3490 }
3491 },
3492 "autoload": {
3493 "psr-4": {
3494 "Symfony\\Polyfill\\Mbstring\\": ""
3495 },
3496 "files": [
3497 "bootstrap.php"
3498 ]
3499 },
3500 "notification-url": "https://packagist.org/downloads/",
3501 "license": [
3502 "MIT"
3503 ],
3504 "authors": [
3505 {
3506 "name": "Nicolas Grekas",
3507 "email": "p@tchwork.com"
3508 },
3509 {
3510 "name": "Symfony Community",
3511 "homepage": "https://symfony.com/contributors"
3512 }
3513 ],
3514 "description": "Symfony polyfill for the Mbstring extension",
3515 "homepage": "https://symfony.com",
3516 "keywords": [
3517 "compatibility",
3518 "mbstring",
3519 "polyfill",
3520 "portable",
3521 "shim"
3522 ],
3523 "time": "2020-07-14T12:35:20+00:00"
3524 },
3525 {
3526 "name": "symfony/polyfill-php72",
3527 "version": "v1.18.1",
3528 "source": {
3529 "type": "git",
3530 "url": "https://github.com/symfony/polyfill-php72.git",
3531 "reference": "639447d008615574653fb3bc60d1986d7172eaae"
3532 },
3533 "dist": {
3534 "type": "zip",
3535 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
3536 "reference": "639447d008615574653fb3bc60d1986d7172eaae",
3537 "shasum": ""
3538 },
3539 "require": {
3540 "php": ">=5.3.3"
3541 },
3542 "type": "library",
3543 "extra": {
3544 "branch-alias": {
3545 "dev-master": "1.18-dev"
3546 },
3547 "thanks": {
3548 "name": "symfony/polyfill",
3549 "url": "https://github.com/symfony/polyfill"
3550 }
3551 },
3552 "autoload": {
3553 "psr-4": {
3554 "Symfony\\Polyfill\\Php72\\": ""
3555 },
3556 "files": [
3557 "bootstrap.php"
3558 ]
3559 },
3560 "notification-url": "https://packagist.org/downloads/",
3561 "license": [
3562 "MIT"
3563 ],
3564 "authors": [
3565 {
3566 "name": "Nicolas Grekas",
3567 "email": "p@tchwork.com"
3568 },
3569 {
3570 "name": "Symfony Community",
3571 "homepage": "https://symfony.com/contributors"
3572 }
3573 ],
3574 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3575 "homepage": "https://symfony.com",
3576 "keywords": [
3577 "compatibility",
3578 "polyfill",
3579 "portable",
3580 "shim"
3581 ],
3582 "time": "2020-07-14T12:35:20+00:00"
3583 },
3584 {
3585 "name": "symfony/polyfill-php73",
3586 "version": "v1.18.1",
3587 "source": {
3588 "type": "git",
3589 "url": "https://github.com/symfony/polyfill-php73.git",
3590 "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
3591 },
3592 "dist": {
3593 "type": "zip",
3594 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
3595 "reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
3596 "shasum": ""
3597 },
3598 "require": {
3599 "php": ">=5.3.3"
3600 },
3601 "type": "library",
3602 "extra": {
3603 "branch-alias": {
3604 "dev-master": "1.18-dev"
3605 },
3606 "thanks": {
3607 "name": "symfony/polyfill",
3608 "url": "https://github.com/symfony/polyfill"
3609 }
3610 },
3611 "autoload": {
3612 "psr-4": {
3613 "Symfony\\Polyfill\\Php73\\": ""
3614 },
3615 "files": [
3616 "bootstrap.php"
3617 ],
3618 "classmap": [
3619 "Resources/stubs"
3620 ]
3621 },
3622 "notification-url": "https://packagist.org/downloads/",
3623 "license": [
3624 "MIT"
3625 ],
3626 "authors": [
3627 {
3628 "name": "Nicolas Grekas",
3629 "email": "p@tchwork.com"
3630 },
3631 {
3632 "name": "Symfony Community",
3633 "homepage": "https://symfony.com/contributors"
3634 }
3635 ],
3636 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
3637 "homepage": "https://symfony.com",
3638 "keywords": [
3639 "compatibility",
3640 "polyfill",
3641 "portable",
3642 "shim"
3643 ],
3644 "time": "2020-07-14T12:35:20+00:00"
3645 },
3646 {
3647 "name": "symfony/polyfill-php80",
3648 "version": "v1.18.1",
3649 "source": {
3650 "type": "git",
3651 "url": "https://github.com/symfony/polyfill-php80.git",
3652 "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
3653 },
3654 "dist": {
3655 "type": "zip",
3656 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
3657 "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
3658 "shasum": ""
3659 },
3660 "require": {
3661 "php": ">=7.0.8"
3662 },
3663 "type": "library",
3664 "extra": {
3665 "branch-alias": {
3666 "dev-master": "1.18-dev"
3667 },
3668 "thanks": {
3669 "name": "symfony/polyfill",
3670 "url": "https://github.com/symfony/polyfill"
3671 }
3672 },
3673 "autoload": {
3674 "psr-4": {
3675 "Symfony\\Polyfill\\Php80\\": ""
3676 },
3677 "files": [
3678 "bootstrap.php"
3679 ],
3680 "classmap": [
3681 "Resources/stubs"
3682 ]
3683 },
3684 "notification-url": "https://packagist.org/downloads/",
3685 "license": [
3686 "MIT"
3687 ],
3688 "authors": [
3689 {
3690 "name": "Ion Bazan",
3691 "email": "ion.bazan@gmail.com"
3692 },
3693 {
3694 "name": "Nicolas Grekas",
3695 "email": "p@tchwork.com"
3696 },
3697 {
3698 "name": "Symfony Community",
3699 "homepage": "https://symfony.com/contributors"
3700 }
3701 ],
3702 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
3703 "homepage": "https://symfony.com",
3704 "keywords": [
3705 "compatibility",
3706 "polyfill",
3707 "portable",
3708 "shim"
3709 ],
3710 "time": "2020-07-14T12:35:20+00:00"
3711 },
3712 {
3713 "name": "symfony/process",
3714 "version": "v4.4.15",
3715 "source": {
3716 "type": "git",
3717 "url": "https://github.com/symfony/process.git",
3718 "reference": "9b887acc522935f77555ae8813495958c7771ba7"
3719 },
3720 "dist": {
3721 "type": "zip",
3722 "url": "https://api.github.com/repos/symfony/process/zipball/9b887acc522935f77555ae8813495958c7771ba7",
3723 "reference": "9b887acc522935f77555ae8813495958c7771ba7",
3724 "shasum": ""
3725 },
3726 "require": {
3727 "php": ">=7.1.3"
3728 },
3729 "type": "library",
3730 "extra": {
3731 "branch-alias": {
3732 "dev-master": "4.4-dev"
3733 }
3734 },
3735 "autoload": {
3736 "psr-4": {
3737 "Symfony\\Component\\Process\\": ""
3738 },
3739 "exclude-from-classmap": [
3740 "/Tests/"
3741 ]
3742 },
3743 "notification-url": "https://packagist.org/downloads/",
3744 "license": [
3745 "MIT"
3746 ],
3747 "authors": [
3748 {
3749 "name": "Fabien Potencier",
3750 "email": "fabien@symfony.com"
3751 },
3752 {
3753 "name": "Symfony Community",
3754 "homepage": "https://symfony.com/contributors"
3755 }
3756 ],
3757 "description": "Symfony Process Component",
3758 "homepage": "https://symfony.com",
3759 "time": "2020-09-02T16:08:58+00:00"
3760 },
3761 {
3762 "name": "symfony/profiler-pack",
3763 "version": "v1.0.5",
3764 "source": {
3765 "type": "git",
3766 "url": "https://github.com/symfony/profiler-pack.git",
3767 "reference": "29ec66471082b4eb068db11eb4f0a48c277653f7"
3768 },
3769 "dist": {
3770 "type": "zip",
3771 "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/29ec66471082b4eb068db11eb4f0a48c277653f7",
3772 "reference": "29ec66471082b4eb068db11eb4f0a48c277653f7",
3773 "shasum": ""
3774 },
3775 "require": {
3776 "symfony/stopwatch": "*",
3777 "symfony/twig-bundle": "*",
3778 "symfony/web-profiler-bundle": "*"
3779 },
3780 "type": "symfony-pack",
3781 "notification-url": "https://packagist.org/downloads/",
3782 "license": [
3783 "MIT"
3784 ],
3785 "description": "A pack for the Symfony web profiler",
3786 "time": "2020-08-12T06:50:46+00:00"
3787 },
3788 {
3789 "name": "symfony/property-access",
3790 "version": "v4.4.15",
3791 "source": {
3792 "type": "git",
3793 "url": "https://github.com/symfony/property-access.git",
3794 "reference": "ecc35239f0f665fd7a8e3a2ecaad7e4ee2668ab6"
3795 },
3796 "dist": {
3797 "type": "zip",
3798 "url": "https://api.github.com/repos/symfony/property-access/zipball/ecc35239f0f665fd7a8e3a2ecaad7e4ee2668ab6",
3799 "reference": "ecc35239f0f665fd7a8e3a2ecaad7e4ee2668ab6",
3800 "shasum": ""
3801 },
3802 "require": {
3803 "php": ">=7.1.3",
3804 "symfony/inflector": "^3.4|^4.0|^5.0"
3805 },
3806 "require-dev": {
3807 "symfony/cache": "^3.4|^4.0|^5.0"
3808 },
3809 "suggest": {
3810 "psr/cache-implementation": "To cache access methods."
3811 },
3812 "type": "library",
3813 "extra": {
3814 "branch-alias": {
3815 "dev-master": "4.4-dev"
3816 }
3817 },
3818 "autoload": {
3819 "psr-4": {
3820 "Symfony\\Component\\PropertyAccess\\": ""
3821 },
3822 "exclude-from-classmap": [
3823 "/Tests/"
3824 ]
3825 },
3826 "notification-url": "https://packagist.org/downloads/",
3827 "license": [
3828 "MIT"
3829 ],
3830 "authors": [
3831 {
3832 "name": "Fabien Potencier",
3833 "email": "fabien@symfony.com"
3834 },
3835 {
3836 "name": "Symfony Community",
3837 "homepage": "https://symfony.com/contributors"
3838 }
3839 ],
3840 "description": "Symfony PropertyAccess Component",
3841 "homepage": "https://symfony.com",
3842 "keywords": [
3843 "access",
3844 "array",
3845 "extraction",
3846 "index",
3847 "injection",
3848 "object",
3849 "property",
3850 "property path",
3851 "reflection"
3852 ],
3853 "time": "2020-09-02T16:08:58+00:00"
3854 },
3855 {
3856 "name": "symfony/routing",
3857 "version": "v4.4.15",
3858 "source": {
3859 "type": "git",
3860 "url": "https://github.com/symfony/routing.git",
3861 "reference": "006b2d06672b8650998f328fc603eb6f3feb979f"
3862 },
3863 "dist": {
3864 "type": "zip",
3865 "url": "https://api.github.com/repos/symfony/routing/zipball/006b2d06672b8650998f328fc603eb6f3feb979f",
3866 "reference": "006b2d06672b8650998f328fc603eb6f3feb979f",
3867 "shasum": ""
3868 },
3869 "require": {
3870 "php": ">=7.1.3"
3871 },
3872 "conflict": {
3873 "symfony/config": "<4.2",
3874 "symfony/dependency-injection": "<3.4",
3875 "symfony/yaml": "<3.4"
3876 },
3877 "require-dev": {
3878 "doctrine/annotations": "~1.2",
3879 "psr/log": "~1.0",
3880 "symfony/config": "^4.2|^5.0",
3881 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3882 "symfony/expression-language": "^3.4|^4.0|^5.0",
3883 "symfony/http-foundation": "^3.4|^4.0|^5.0",
3884 "symfony/yaml": "^3.4|^4.0|^5.0"
3885 },
3886 "suggest": {
3887 "doctrine/annotations": "For using the annotation loader",
3888 "symfony/config": "For using the all-in-one router or any loader",
3889 "symfony/expression-language": "For using expression matching",
3890 "symfony/http-foundation": "For using a Symfony Request object",
3891 "symfony/yaml": "For using the YAML loader"
3892 },
3893 "type": "library",
3894 "extra": {
3895 "branch-alias": {
3896 "dev-master": "4.4-dev"
3897 }
3898 },
3899 "autoload": {
3900 "psr-4": {
3901 "Symfony\\Component\\Routing\\": ""
3902 },
3903 "exclude-from-classmap": [
3904 "/Tests/"
3905 ]
3906 },
3907 "notification-url": "https://packagist.org/downloads/",
3908 "license": [
3909 "MIT"
3910 ],
3911 "authors": [
3912 {
3913 "name": "Fabien Potencier",
3914 "email": "fabien@symfony.com"
3915 },
3916 {
3917 "name": "Symfony Community",
3918 "homepage": "https://symfony.com/contributors"
3919 }
3920 ],
3921 "description": "Symfony Routing Component",
3922 "homepage": "https://symfony.com",
3923 "keywords": [
3924 "router",
3925 "routing",
3926 "uri",
3927 "url"
3928 ],
3929 "time": "2020-10-01T16:25:17+00:00"
3930 },
3931 {
3932 "name": "symfony/security-bundle",
3933 "version": "v4.4.15",
3934 "source": {
3935 "type": "git",
3936 "url": "https://github.com/symfony/security-bundle.git",
3937 "reference": "274b0eb10dfc9067175cb4d1bcc68f8b37ebee14"
3938 },
3939 "dist": {
3940 "type": "zip",
3941 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/274b0eb10dfc9067175cb4d1bcc68f8b37ebee14",
3942 "reference": "274b0eb10dfc9067175cb4d1bcc68f8b37ebee14",
3943 "shasum": ""
3944 },
3945 "require": {
3946 "ext-xml": "*",
3947 "php": ">=7.1.3",
3948 "symfony/config": "^4.2|^5.0",
3949 "symfony/dependency-injection": "^4.4|^5.0",
3950 "symfony/http-kernel": "^4.4",
3951 "symfony/security-core": "^4.4",
3952 "symfony/security-csrf": "^4.2|^5.0",
3953 "symfony/security-guard": "^4.2|^5.0",
3954 "symfony/security-http": "^4.4.5"
3955 },
3956 "conflict": {
3957 "symfony/browser-kit": "<4.2",
3958 "symfony/console": "<3.4",
3959 "symfony/framework-bundle": "<4.4",
3960 "symfony/ldap": "<4.4",
3961 "symfony/twig-bundle": "<4.4"
3962 },
3963 "require-dev": {
3964 "doctrine/doctrine-bundle": "^1.5|^2.0",
3965 "symfony/asset": "^3.4|^4.0|^5.0",
3966 "symfony/browser-kit": "^4.2|^5.0",
3967 "symfony/console": "^3.4|^4.0|^5.0",
3968 "symfony/css-selector": "^3.4|^4.0|^5.0",
3969 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
3970 "symfony/expression-language": "^3.4|^4.0|^5.0",
3971 "symfony/form": "^3.4|^4.0|^5.0",
3972 "symfony/framework-bundle": "^4.4|^5.0",
3973 "symfony/process": "^3.4|^4.0|^5.0",
3974 "symfony/serializer": "^4.4|^5.0",
3975 "symfony/translation": "^3.4|^4.0|^5.0",
3976 "symfony/twig-bridge": "^3.4|^4.0|^5.0",
3977 "symfony/twig-bundle": "^4.4|^5.0",
3978 "symfony/validator": "^3.4|^4.0|^5.0",
3979 "symfony/yaml": "^3.4|^4.0|^5.0",
3980 "twig/twig": "^1.41|^2.10|^3.0"
3981 },
3982 "type": "symfony-bundle",
3983 "extra": {
3984 "branch-alias": {
3985 "dev-master": "4.4-dev"
3986 }
3987 },
3988 "autoload": {
3989 "psr-4": {
3990 "Symfony\\Bundle\\SecurityBundle\\": ""
3991 },
3992 "exclude-from-classmap": [
3993 "/Tests/"
3994 ]
3995 },
3996 "notification-url": "https://packagist.org/downloads/",
3997 "license": [
3998 "MIT"
3999 ],
4000 "authors": [
4001 {
4002 "name": "Fabien Potencier",
4003 "email": "fabien@symfony.com"
4004 },
4005 {
4006 "name": "Symfony Community",
4007 "homepage": "https://symfony.com/contributors"
4008 }
4009 ],
4010 "description": "Symfony SecurityBundle",
4011 "homepage": "https://symfony.com",
4012 "time": "2020-09-02T16:08:58+00:00"
4013 },
4014 {
4015 "name": "symfony/security-core",
4016 "version": "v4.4.15",
4017 "source": {
4018 "type": "git",
4019 "url": "https://github.com/symfony/security-core.git",
4020 "reference": "264f391b7b172e36884790b4689152303d61e424"
4021 },
4022 "dist": {
4023 "type": "zip",
4024 "url": "https://api.github.com/repos/symfony/security-core/zipball/264f391b7b172e36884790b4689152303d61e424",
4025 "reference": "264f391b7b172e36884790b4689152303d61e424",
4026 "shasum": ""
4027 },
4028 "require": {
4029 "php": ">=7.1.3",
4030 "symfony/event-dispatcher-contracts": "^1.1|^2",
4031 "symfony/service-contracts": "^1.1.6|^2"
4032 },
4033 "conflict": {
4034 "symfony/event-dispatcher": "<4.3|>=5",
4035 "symfony/ldap": "<4.4",
4036 "symfony/security-guard": "<4.3"
4037 },
4038 "require-dev": {
4039 "psr/container": "^1.0",
4040 "psr/log": "~1.0",
4041 "symfony/event-dispatcher": "^4.3",
4042 "symfony/expression-language": "^3.4|^4.0|^5.0",
4043 "symfony/http-foundation": "^3.4|^4.0|^5.0",
4044 "symfony/ldap": "^4.4|^5.0",
4045 "symfony/validator": "^3.4.31|^4.3.4|^5.0"
4046 },
4047 "suggest": {
4048 "psr/container-implementation": "To instantiate the Security class",
4049 "symfony/event-dispatcher": "",
4050 "symfony/expression-language": "For using the expression voter",
4051 "symfony/http-foundation": "",
4052 "symfony/ldap": "For using LDAP integration",
4053 "symfony/validator": "For using the user password constraint"
4054 },
4055 "type": "library",
4056 "extra": {
4057 "branch-alias": {
4058 "dev-master": "4.4-dev"
4059 }
4060 },
4061 "autoload": {
4062 "psr-4": {
4063 "Symfony\\Component\\Security\\Core\\": ""
4064 },
4065 "exclude-from-classmap": [
4066 "/Tests/"
4067 ]
4068 },
4069 "notification-url": "https://packagist.org/downloads/",
4070 "license": [
4071 "MIT"
4072 ],
4073 "authors": [
4074 {
4075 "name": "Fabien Potencier",
4076 "email": "fabien@symfony.com"
4077 },
4078 {
4079 "name": "Symfony Community",
4080 "homepage": "https://symfony.com/contributors"
4081 }
4082 ],
4083 "description": "Symfony Security Component - Core Library",
4084 "homepage": "https://symfony.com",
4085 "time": "2020-10-04T07:09:09+00:00"
4086 },
4087 {
4088 "name": "symfony/security-csrf",
4089 "version": "v4.4.15",
4090 "source": {
4091 "type": "git",
4092 "url": "https://github.com/symfony/security-csrf.git",
4093 "reference": "59bc56de929b1e1d2cd41c22874f8f57863f0aff"
4094 },
4095 "dist": {
4096 "type": "zip",
4097 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/59bc56de929b1e1d2cd41c22874f8f57863f0aff",
4098 "reference": "59bc56de929b1e1d2cd41c22874f8f57863f0aff",
4099 "shasum": ""
4100 },
4101 "require": {
4102 "php": ">=7.1.3",
4103 "symfony/security-core": "^3.4|^4.0|^5.0"
4104 },
4105 "conflict": {
4106 "symfony/http-foundation": "<3.4"
4107 },
4108 "require-dev": {
4109 "symfony/http-foundation": "^3.4|^4.0|^5.0"
4110 },
4111 "suggest": {
4112 "symfony/http-foundation": "For using the class SessionTokenStorage."
4113 },
4114 "type": "library",
4115 "extra": {
4116 "branch-alias": {
4117 "dev-master": "4.4-dev"
4118 }
4119 },
4120 "autoload": {
4121 "psr-4": {
4122 "Symfony\\Component\\Security\\Csrf\\": ""
4123 },
4124 "exclude-from-classmap": [
4125 "/Tests/"
4126 ]
4127 },
4128 "notification-url": "https://packagist.org/downloads/",
4129 "license": [
4130 "MIT"
4131 ],
4132 "authors": [
4133 {
4134 "name": "Fabien Potencier",
4135 "email": "fabien@symfony.com"
4136 },
4137 {
4138 "name": "Symfony Community",
4139 "homepage": "https://symfony.com/contributors"
4140 }
4141 ],
4142 "description": "Symfony Security Component - CSRF Library",
4143 "homepage": "https://symfony.com",
4144 "time": "2020-09-02T16:08:58+00:00"
4145 },
4146 {
4147 "name": "symfony/security-guard",
4148 "version": "v4.4.15",
4149 "source": {
4150 "type": "git",
4151 "url": "https://github.com/symfony/security-guard.git",
4152 "reference": "95b7f702c4f07c44504a81c69ef07036e68b96b9"
4153 },
4154 "dist": {
4155 "type": "zip",
4156 "url": "https://api.github.com/repos/symfony/security-guard/zipball/95b7f702c4f07c44504a81c69ef07036e68b96b9",
4157 "reference": "95b7f702c4f07c44504a81c69ef07036e68b96b9",
4158 "shasum": ""
4159 },
4160 "require": {
4161 "php": ">=7.1.3",
4162 "symfony/security-core": "^3.4.22|^4.2.3|^5.0",
4163 "symfony/security-http": "^4.4.1"
4164 },
4165 "require-dev": {
4166 "psr/log": "~1.0"
4167 },
4168 "type": "library",
4169 "extra": {
4170 "branch-alias": {
4171 "dev-master": "4.4-dev"
4172 }
4173 },
4174 "autoload": {
4175 "psr-4": {
4176 "Symfony\\Component\\Security\\Guard\\": ""
4177 },
4178 "exclude-from-classmap": [
4179 "/Tests/"
4180 ]
4181 },
4182 "notification-url": "https://packagist.org/downloads/",
4183 "license": [
4184 "MIT"
4185 ],
4186 "authors": [
4187 {
4188 "name": "Fabien Potencier",
4189 "email": "fabien@symfony.com"
4190 },
4191 {
4192 "name": "Symfony Community",
4193 "homepage": "https://symfony.com/contributors"
4194 }
4195 ],
4196 "description": "Symfony Security Component - Guard",
4197 "homepage": "https://symfony.com",
4198 "time": "2020-09-02T16:08:58+00:00"
4199 },
4200 {
4201 "name": "symfony/security-http",
4202 "version": "v4.4.15",
4203 "source": {
4204 "type": "git",
4205 "url": "https://github.com/symfony/security-http.git",
4206 "reference": "eddcd6b7372d430a47091fa5e5d733785b5a582b"
4207 },
4208 "dist": {
4209 "type": "zip",
4210 "url": "https://api.github.com/repos/symfony/security-http/zipball/eddcd6b7372d430a47091fa5e5d733785b5a582b",
4211 "reference": "eddcd6b7372d430a47091fa5e5d733785b5a582b",
4212 "shasum": ""
4213 },
4214 "require": {
4215 "php": ">=7.1.3",
4216 "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",
4217 "symfony/http-kernel": "^4.4",
4218 "symfony/property-access": "^3.4|^4.0|^5.0",
4219 "symfony/security-core": "^4.4.8"
4220 },
4221 "conflict": {
4222 "symfony/event-dispatcher": ">=5",
4223 "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11"
4224 },
4225 "require-dev": {
4226 "psr/log": "~1.0",
4227 "symfony/routing": "^3.4|^4.0|^5.0",
4228 "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0"
4229 },
4230 "suggest": {
4231 "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
4232 "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
4233 },
4234 "type": "library",
4235 "extra": {
4236 "branch-alias": {
4237 "dev-master": "4.4-dev"
4238 }
4239 },
4240 "autoload": {
4241 "psr-4": {
4242 "Symfony\\Component\\Security\\Http\\": ""
4243 },
4244 "exclude-from-classmap": [
4245 "/Tests/"
4246 ]
4247 },
4248 "notification-url": "https://packagist.org/downloads/",
4249 "license": [
4250 "MIT"
4251 ],
4252 "authors": [
4253 {
4254 "name": "Fabien Potencier",
4255 "email": "fabien@symfony.com"
4256 },
4257 {
4258 "name": "Symfony Community",
4259 "homepage": "https://symfony.com/contributors"
4260 }
4261 ],
4262 "description": "Symfony Security Component - HTTP Integration",
4263 "homepage": "https://symfony.com",
4264 "time": "2020-09-02T16:08:58+00:00"
4265 },
4266 {
4267 "name": "symfony/service-contracts",
4268 "version": "v2.2.0",
4269 "source": {
4270 "type": "git",
4271 "url": "https://github.com/symfony/service-contracts.git",
4272 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
4273 },
4274 "dist": {
4275 "type": "zip",
4276 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
4277 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
4278 "shasum": ""
4279 },
4280 "require": {
4281 "php": ">=7.2.5",
4282 "psr/container": "^1.0"
4283 },
4284 "suggest": {
4285 "symfony/service-implementation": ""
4286 },
4287 "type": "library",
4288 "extra": {
4289 "branch-alias": {
4290 "dev-master": "2.2-dev"
4291 },
4292 "thanks": {
4293 "name": "symfony/contracts",
4294 "url": "https://github.com/symfony/contracts"
4295 }
4296 },
4297 "autoload": {
4298 "psr-4": {
4299 "Symfony\\Contracts\\Service\\": ""
4300 }
4301 },
4302 "notification-url": "https://packagist.org/downloads/",
4303 "license": [
4304 "MIT"
4305 ],
4306 "authors": [
4307 {
4308 "name": "Nicolas Grekas",
4309 "email": "p@tchwork.com"
4310 },
4311 {
4312 "name": "Symfony Community",
4313 "homepage": "https://symfony.com/contributors"
4314 }
4315 ],
4316 "description": "Generic abstractions related to writing services",
4317 "homepage": "https://symfony.com",
4318 "keywords": [
4319 "abstractions",
4320 "contracts",
4321 "decoupling",
4322 "interfaces",
4323 "interoperability",
4324 "standards"
4325 ],
4326 "time": "2020-09-07T11:33:47+00:00"
4327 },
4328 {
4329 "name": "symfony/stopwatch",
4330 "version": "v4.4.15",
4331 "source": {
4332 "type": "git",
4333 "url": "https://github.com/symfony/stopwatch.git",
4334 "reference": "6f89e19772cf61b3c65bab329fe0e318259fbd91"
4335 },
4336 "dist": {
4337 "type": "zip",
4338 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6f89e19772cf61b3c65bab329fe0e318259fbd91",
4339 "reference": "6f89e19772cf61b3c65bab329fe0e318259fbd91",
4340 "shasum": ""
4341 },
4342 "require": {
4343 "php": ">=7.1.3",
4344 "symfony/service-contracts": "^1.0|^2"
4345 },
4346 "type": "library",
4347 "extra": {
4348 "branch-alias": {
4349 "dev-master": "4.4-dev"
4350 }
4351 },
4352 "autoload": {
4353 "psr-4": {
4354 "Symfony\\Component\\Stopwatch\\": ""
4355 },
4356 "exclude-from-classmap": [
4357 "/Tests/"
4358 ]
4359 },
4360 "notification-url": "https://packagist.org/downloads/",
4361 "license": [
4362 "MIT"
4363 ],
4364 "authors": [
4365 {
4366 "name": "Fabien Potencier",
4367 "email": "fabien@symfony.com"
4368 },
4369 {
4370 "name": "Symfony Community",
4371 "homepage": "https://symfony.com/contributors"
4372 }
4373 ],
4374 "description": "Symfony Stopwatch Component",
4375 "homepage": "https://symfony.com",
4376 "time": "2020-09-02T16:08:58+00:00"
4377 },
4378 {
4379 "name": "symfony/translation",
4380 "version": "v4.4.15",
4381 "source": {
4382 "type": "git",
4383 "url": "https://github.com/symfony/translation.git",
4384 "reference": "8494fa1bbf9d77fe1e7d50ac8ccfb80a858a98bd"
4385 },
4386 "dist": {
4387 "type": "zip",
4388 "url": "https://api.github.com/repos/symfony/translation/zipball/8494fa1bbf9d77fe1e7d50ac8ccfb80a858a98bd",
4389 "reference": "8494fa1bbf9d77fe1e7d50ac8ccfb80a858a98bd",
4390 "shasum": ""
4391 },
4392 "require": {
4393 "php": ">=7.1.3",
4394 "symfony/polyfill-mbstring": "~1.0",
4395 "symfony/translation-contracts": "^1.1.6|^2"
4396 },
4397 "conflict": {
4398 "symfony/config": "<3.4",
4399 "symfony/dependency-injection": "<3.4",
4400 "symfony/http-kernel": "<4.4",
4401 "symfony/yaml": "<3.4"
4402 },
4403 "provide": {
4404 "symfony/translation-implementation": "1.0"
4405 },
4406 "require-dev": {
4407 "psr/log": "~1.0",
4408 "symfony/config": "^3.4|^4.0|^5.0",
4409 "symfony/console": "^3.4|^4.0|^5.0",
4410 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
4411 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
4412 "symfony/http-kernel": "^4.4",
4413 "symfony/intl": "^3.4|^4.0|^5.0",
4414 "symfony/service-contracts": "^1.1.2|^2",
4415 "symfony/yaml": "^3.4|^4.0|^5.0"
4416 },
4417 "suggest": {
4418 "psr/log-implementation": "To use logging capability in translator",
4419 "symfony/config": "",
4420 "symfony/yaml": ""
4421 },
4422 "type": "library",
4423 "extra": {
4424 "branch-alias": {
4425 "dev-master": "4.4-dev"
4426 }
4427 },
4428 "autoload": {
4429 "psr-4": {
4430 "Symfony\\Component\\Translation\\": ""
4431 },
4432 "exclude-from-classmap": [
4433 "/Tests/"
4434 ]
4435 },
4436 "notification-url": "https://packagist.org/downloads/",
4437 "license": [
4438 "MIT"
4439 ],
4440 "authors": [
4441 {
4442 "name": "Fabien Potencier",
4443 "email": "fabien@symfony.com"
4444 },
4445 {
4446 "name": "Symfony Community",
4447 "homepage": "https://symfony.com/contributors"
4448 }
4449 ],
4450 "description": "Symfony Translation Component",
4451 "homepage": "https://symfony.com",
4452 "time": "2020-10-02T07:34:48+00:00"
4453 },
4454 {
4455 "name": "symfony/translation-contracts",
4456 "version": "v2.3.0",
4457 "source": {
4458 "type": "git",
4459 "url": "https://github.com/symfony/translation-contracts.git",
4460 "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
4461 },
4462 "dist": {
4463 "type": "zip",
4464 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
4465 "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
4466 "shasum": ""
4467 },
4468 "require": {
4469 "php": ">=7.2.5"
4470 },
4471 "suggest": {
4472 "symfony/translation-implementation": ""
4473 },
4474 "type": "library",
4475 "extra": {
4476 "branch-alias": {
4477 "dev-master": "2.3-dev"
4478 },
4479 "thanks": {
4480 "name": "symfony/contracts",
4481 "url": "https://github.com/symfony/contracts"
4482 }
4483 },
4484 "autoload": {
4485 "psr-4": {
4486 "Symfony\\Contracts\\Translation\\": ""
4487 }
4488 },
4489 "notification-url": "https://packagist.org/downloads/",
4490 "license": [
4491 "MIT"
4492 ],
4493 "authors": [
4494 {
4495 "name": "Nicolas Grekas",
4496 "email": "p@tchwork.com"
4497 },
4498 {
4499 "name": "Symfony Community",
4500 "homepage": "https://symfony.com/contributors"
4501 }
4502 ],
4503 "description": "Generic abstractions related to translation",
4504 "homepage": "https://symfony.com",
4505 "keywords": [
4506 "abstractions",
4507 "contracts",
4508 "decoupling",
4509 "interfaces",
4510 "interoperability",
4511 "standards"
4512 ],
4513 "time": "2020-09-28T13:05:58+00:00"
4514 },
4515 {
4516 "name": "symfony/twig-bridge",
4517 "version": "v4.4.15",
4518 "source": {
4519 "type": "git",
4520 "url": "https://github.com/symfony/twig-bridge.git",
4521 "reference": "ac5de06ef28f0638bd87d8fcf515715232db34d2"
4522 },
4523 "dist": {
4524 "type": "zip",
4525 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/ac5de06ef28f0638bd87d8fcf515715232db34d2",
4526 "reference": "ac5de06ef28f0638bd87d8fcf515715232db34d2",
4527 "shasum": ""
4528 },
4529 "require": {
4530 "php": ">=7.1.3",
4531 "symfony/translation-contracts": "^1.1|^2",
4532 "twig/twig": "^1.41|^2.10|^3.0"
4533 },
4534 "conflict": {
4535 "symfony/console": "<3.4",
4536 "symfony/form": "<4.4",
4537 "symfony/http-foundation": "<4.3",
4538 "symfony/translation": "<4.2",
4539 "symfony/workflow": "<4.3"
4540 },
4541 "require-dev": {
4542 "egulias/email-validator": "^2.1.10",
4543 "symfony/asset": "^3.4|^4.0|^5.0",
4544 "symfony/console": "^3.4|^4.0|^5.0",
4545 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
4546 "symfony/error-handler": "^4.4|^5.0",
4547 "symfony/expression-language": "^3.4|^4.0|^5.0",
4548 "symfony/finder": "^3.4|^4.0|^5.0",
4549 "symfony/form": "^4.3.5",
4550 "symfony/http-foundation": "^4.3|^5.0",
4551 "symfony/http-kernel": "^4.4",
4552 "symfony/mime": "^4.3|^5.0",
4553 "symfony/polyfill-intl-icu": "~1.0",
4554 "symfony/routing": "^3.4|^4.0|^5.0",
4555 "symfony/security-acl": "^2.8|^3.0",
4556 "symfony/security-core": "^3.0|^4.0|^5.0",
4557 "symfony/security-csrf": "^3.4|^4.0|^5.0",
4558 "symfony/security-http": "^3.4|^4.0|^5.0",
4559 "symfony/stopwatch": "^3.4|^4.0|^5.0",
4560 "symfony/templating": "^3.4|^4.0|^5.0",
4561 "symfony/translation": "^4.2.1|^5.0",
4562 "symfony/web-link": "^4.4|^5.0",
4563 "symfony/workflow": "^4.3|^5.0",
4564 "symfony/yaml": "^3.4|^4.0|^5.0",
4565 "twig/cssinliner-extra": "^2.12",
4566 "twig/inky-extra": "^2.12",
4567 "twig/markdown-extra": "^2.12"
4568 },
4569 "suggest": {
4570 "symfony/asset": "For using the AssetExtension",
4571 "symfony/expression-language": "For using the ExpressionExtension",
4572 "symfony/finder": "",
4573 "symfony/form": "For using the FormExtension",
4574 "symfony/http-kernel": "For using the HttpKernelExtension",
4575 "symfony/routing": "For using the RoutingExtension",
4576 "symfony/security-core": "For using the SecurityExtension",
4577 "symfony/security-csrf": "For using the CsrfExtension",
4578 "symfony/security-http": "For using the LogoutUrlExtension",
4579 "symfony/stopwatch": "For using the StopwatchExtension",
4580 "symfony/templating": "For using the TwigEngine",
4581 "symfony/translation": "For using the TranslationExtension",
4582 "symfony/var-dumper": "For using the DumpExtension",
4583 "symfony/web-link": "For using the WebLinkExtension",
4584 "symfony/yaml": "For using the YamlExtension"
4585 },
4586 "type": "symfony-bridge",
4587 "extra": {
4588 "branch-alias": {
4589 "dev-master": "4.4-dev"
4590 }
4591 },
4592 "autoload": {
4593 "psr-4": {
4594 "Symfony\\Bridge\\Twig\\": ""
4595 },
4596 "exclude-from-classmap": [
4597 "/Tests/"
4598 ]
4599 },
4600 "notification-url": "https://packagist.org/downloads/",
4601 "license": [
4602 "MIT"
4603 ],
4604 "authors": [
4605 {
4606 "name": "Fabien Potencier",
4607 "email": "fabien@symfony.com"
4608 },
4609 {
4610 "name": "Symfony Community",
4611 "homepage": "https://symfony.com/contributors"
4612 }
4613 ],
4614 "description": "Symfony Twig Bridge",
4615 "homepage": "https://symfony.com",
4616 "time": "2020-09-02T16:08:58+00:00"
4617 },
4618 {
4619 "name": "symfony/twig-bundle",
4620 "version": "v4.4.15",
4621 "source": {
4622 "type": "git",
4623 "url": "https://github.com/symfony/twig-bundle.git",
4624 "reference": "19369cd319700a925c1a736f3059894aab04c387"
4625 },
4626 "dist": {
4627 "type": "zip",
4628 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/19369cd319700a925c1a736f3059894aab04c387",
4629 "reference": "19369cd319700a925c1a736f3059894aab04c387",
4630 "shasum": ""
4631 },
4632 "require": {
4633 "php": ">=7.1.3",
4634 "symfony/http-foundation": "^4.3|^5.0",
4635 "symfony/http-kernel": "^4.4",
4636 "symfony/polyfill-ctype": "~1.8",
4637 "symfony/twig-bridge": "^4.4|^5.0",
4638 "twig/twig": "^1.41|^2.10|^3.0"
4639 },
4640 "conflict": {
4641 "symfony/dependency-injection": "<4.1",
4642 "symfony/framework-bundle": "<4.4",
4643 "symfony/translation": "<4.2"
4644 },
4645 "require-dev": {
4646 "doctrine/annotations": "~1.7",
4647 "doctrine/cache": "~1.0",
4648 "symfony/asset": "^3.4|^4.0|^5.0",
4649 "symfony/dependency-injection": "^4.2.5|^5.0",
4650 "symfony/expression-language": "^3.4|^4.0|^5.0",
4651 "symfony/finder": "^3.4|^4.0|^5.0",
4652 "symfony/form": "^3.4|^4.0|^5.0",
4653 "symfony/framework-bundle": "^4.4|^5.0",
4654 "symfony/routing": "^3.4|^4.0|^5.0",
4655 "symfony/stopwatch": "^3.4|^4.0|^5.0",
4656 "symfony/templating": "^3.4|^4.0|^5.0",
4657 "symfony/translation": "^4.2|^5.0",
4658 "symfony/web-link": "^3.4|^4.0|^5.0",
4659 "symfony/yaml": "^3.4|^4.0|^5.0"
4660 },
4661 "type": "symfony-bundle",
4662 "extra": {
4663 "branch-alias": {
4664 "dev-master": "4.4-dev"
4665 }
4666 },
4667 "autoload": {
4668 "psr-4": {
4669 "Symfony\\Bundle\\TwigBundle\\": ""
4670 },
4671 "exclude-from-classmap": [
4672 "/Tests/"
4673 ]
4674 },
4675 "notification-url": "https://packagist.org/downloads/",
4676 "license": [
4677 "MIT"
4678 ],
4679 "authors": [
4680 {
4681 "name": "Fabien Potencier",
4682 "email": "fabien@symfony.com"
4683 },
4684 {
4685 "name": "Symfony Community",
4686 "homepage": "https://symfony.com/contributors"
4687 }
4688 ],
4689 "description": "Symfony TwigBundle",
4690 "homepage": "https://symfony.com",
4691 "time": "2020-10-01T13:17:48+00:00"
4692 },
4693 {
4694 "name": "symfony/validator",
4695 "version": "v4.4.15",
4696 "source": {
4697 "type": "git",
4698 "url": "https://github.com/symfony/validator.git",
4699 "reference": "8da71f775b7e1ffeed784d27f526527bb8e9504b"
4700 },
4701 "dist": {
4702 "type": "zip",
4703 "url": "https://api.github.com/repos/symfony/validator/zipball/8da71f775b7e1ffeed784d27f526527bb8e9504b",
4704 "reference": "8da71f775b7e1ffeed784d27f526527bb8e9504b",
4705 "shasum": ""
4706 },
4707 "require": {
4708 "php": ">=7.1.3",
4709 "symfony/polyfill-ctype": "~1.8",
4710 "symfony/polyfill-mbstring": "~1.0",
4711 "symfony/translation-contracts": "^1.1|^2"
4712 },
4713 "conflict": {
4714 "doctrine/lexer": "<1.0.2",
4715 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4716 "symfony/dependency-injection": "<3.4",
4717 "symfony/http-kernel": "<4.4",
4718 "symfony/intl": "<4.3",
4719 "symfony/translation": ">=5.0",
4720 "symfony/yaml": "<3.4"
4721 },
4722 "require-dev": {
4723 "doctrine/annotations": "~1.7",
4724 "doctrine/cache": "~1.0",
4725 "egulias/email-validator": "^2.1.10",
4726 "symfony/cache": "^3.4|^4.0|^5.0",
4727 "symfony/config": "^3.4|^4.0|^5.0",
4728 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
4729 "symfony/expression-language": "^3.4|^4.0|^5.0",
4730 "symfony/http-client": "^4.3|^5.0",
4731 "symfony/http-foundation": "^4.1|^5.0",
4732 "symfony/http-kernel": "^4.4",
4733 "symfony/intl": "^4.3|^5.0",
4734 "symfony/mime": "^4.4|^5.0",
4735 "symfony/property-access": "^3.4|^4.0|^5.0",
4736 "symfony/property-info": "^3.4|^4.0|^5.0",
4737 "symfony/translation": "^4.2",
4738 "symfony/yaml": "^3.4|^4.0|^5.0"
4739 },
4740 "suggest": {
4741 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
4742 "doctrine/cache": "For using the default cached annotation reader.",
4743 "egulias/email-validator": "Strict (RFC compliant) email validation",
4744 "psr/cache-implementation": "For using the mapping cache.",
4745 "symfony/config": "",
4746 "symfony/expression-language": "For using the Expression validator",
4747 "symfony/http-foundation": "",
4748 "symfony/intl": "",
4749 "symfony/property-access": "For accessing properties within comparison constraints",
4750 "symfony/property-info": "To automatically add NotNull and Type constraints",
4751 "symfony/translation": "For translating validation errors.",
4752 "symfony/yaml": ""
4753 },
4754 "type": "library",
4755 "extra": {
4756 "branch-alias": {
4757 "dev-master": "4.4-dev"
4758 }
4759 },
4760 "autoload": {
4761 "psr-4": {
4762 "Symfony\\Component\\Validator\\": ""
4763 },
4764 "exclude-from-classmap": [
4765 "/Tests/"
4766 ]
4767 },
4768 "notification-url": "https://packagist.org/downloads/",
4769 "license": [
4770 "MIT"
4771 ],
4772 "authors": [
4773 {
4774 "name": "Fabien Potencier",
4775 "email": "fabien@symfony.com"
4776 },
4777 {
4778 "name": "Symfony Community",
4779 "homepage": "https://symfony.com/contributors"
4780 }
4781 ],
4782 "description": "Symfony Validator Component",
4783 "homepage": "https://symfony.com",
4784 "time": "2020-09-27T03:36:23+00:00"
4785 },
4786 {
4787 "name": "symfony/var-dumper",
4788 "version": "v4.4.15",
4789 "source": {
4790 "type": "git",
4791 "url": "https://github.com/symfony/var-dumper.git",
4792 "reference": "0dc22bdf9d1197467bb04d505355180b6f20bcca"
4793 },
4794 "dist": {
4795 "type": "zip",
4796 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0dc22bdf9d1197467bb04d505355180b6f20bcca",
4797 "reference": "0dc22bdf9d1197467bb04d505355180b6f20bcca",
4798 "shasum": ""
4799 },
4800 "require": {
4801 "php": ">=7.1.3",
4802 "symfony/polyfill-mbstring": "~1.0",
4803 "symfony/polyfill-php72": "~1.5",
4804 "symfony/polyfill-php80": "^1.15"
4805 },
4806 "conflict": {
4807 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
4808 "symfony/console": "<3.4"
4809 },
4810 "require-dev": {
4811 "ext-iconv": "*",
4812 "symfony/console": "^3.4|^4.0|^5.0",
4813 "symfony/process": "^4.4|^5.0",
4814 "twig/twig": "^1.34|^2.4|^3.0"
4815 },
4816 "suggest": {
4817 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
4818 "ext-intl": "To show region name in time zone dump",
4819 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
4820 },
4821 "bin": [
4822 "Resources/bin/var-dump-server"
4823 ],
4824 "type": "library",
4825 "extra": {
4826 "branch-alias": {
4827 "dev-master": "4.4-dev"
4828 }
4829 },
4830 "autoload": {
4831 "files": [
4832 "Resources/functions/dump.php"
4833 ],
4834 "psr-4": {
4835 "Symfony\\Component\\VarDumper\\": ""
4836 },
4837 "exclude-from-classmap": [
4838 "/Tests/"
4839 ]
4840 },
4841 "notification-url": "https://packagist.org/downloads/",
4842 "license": [
4843 "MIT"
4844 ],
4845 "authors": [
4846 {
4847 "name": "Nicolas Grekas",
4848 "email": "p@tchwork.com"
4849 },
4850 {
4851 "name": "Symfony Community",
4852 "homepage": "https://symfony.com/contributors"
4853 }
4854 ],
4855 "description": "Symfony mechanism for exploring and dumping PHP variables",
4856 "homepage": "https://symfony.com",
4857 "keywords": [
4858 "debug",
4859 "dump"
4860 ],
4861 "time": "2020-09-18T08:35:10+00:00"
4862 },
4863 {
4864 "name": "symfony/var-exporter",
4865 "version": "v4.4.15",
4866 "source": {
4867 "type": "git",
4868 "url": "https://github.com/symfony/var-exporter.git",
4869 "reference": "bb6c505d1492bf55534184c0a38826bda529e5e2"
4870 },
4871 "dist": {
4872 "type": "zip",
4873 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/bb6c505d1492bf55534184c0a38826bda529e5e2",
4874 "reference": "bb6c505d1492bf55534184c0a38826bda529e5e2",
4875 "shasum": ""
4876 },
4877 "require": {
4878 "php": ">=7.1.3"
4879 },
4880 "require-dev": {
4881 "symfony/var-dumper": "^4.4.9|^5.0.9"
4882 },
4883 "type": "library",
4884 "extra": {
4885 "branch-alias": {
4886 "dev-master": "4.4-dev"
4887 }
4888 },
4889 "autoload": {
4890 "psr-4": {
4891 "Symfony\\Component\\VarExporter\\": ""
4892 },
4893 "exclude-from-classmap": [
4894 "/Tests/"
4895 ]
4896 },
4897 "notification-url": "https://packagist.org/downloads/",
4898 "license": [
4899 "MIT"
4900 ],
4901 "authors": [
4902 {
4903 "name": "Nicolas Grekas",
4904 "email": "p@tchwork.com"
4905 },
4906 {
4907 "name": "Symfony Community",
4908 "homepage": "https://symfony.com/contributors"
4909 }
4910 ],
4911 "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
4912 "homepage": "https://symfony.com",
4913 "keywords": [
4914 "clone",
4915 "construct",
4916 "export",
4917 "hydrate",
4918 "instantiate",
4919 "serialize"
4920 ],
4921 "time": "2020-09-07T21:10:21+00:00"
4922 },
4923 {
4924 "name": "symfony/web-profiler-bundle",
4925 "version": "v4.4.15",
4926 "source": {
4927 "type": "git",
4928 "url": "https://github.com/symfony/web-profiler-bundle.git",
4929 "reference": "f3b967b34b1db5d3285c415fbe5ce2b9299e6cd6"
4930 },
4931 "dist": {
4932 "type": "zip",
4933 "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/f3b967b34b1db5d3285c415fbe5ce2b9299e6cd6",
4934 "reference": "f3b967b34b1db5d3285c415fbe5ce2b9299e6cd6",
4935 "shasum": ""
4936 },
4937 "require": {
4938 "php": ">=7.1.3",
4939 "symfony/config": "^4.2|^5.0",
4940 "symfony/framework-bundle": "^4.4|^5.0",
4941 "symfony/http-kernel": "^4.4",
4942 "symfony/routing": "^4.3|^5.0",
4943 "symfony/twig-bundle": "^4.2|^5.0",
4944 "twig/twig": "^1.41|^2.10|^3.0"
4945 },
4946 "conflict": {
4947 "symfony/form": "<4.3",
4948 "symfony/messenger": "<4.2"
4949 },
4950 "require-dev": {
4951 "symfony/browser-kit": "^4.3|^5.0",
4952 "symfony/console": "^4.3|^5.0",
4953 "symfony/css-selector": "^3.4|^4.0|^5.0",
4954 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
4955 "symfony/stopwatch": "^3.4|^4.0|^5.0"
4956 },
4957 "type": "symfony-bundle",
4958 "extra": {
4959 "branch-alias": {
4960 "dev-master": "4.4-dev"
4961 }
4962 },
4963 "autoload": {
4964 "psr-4": {
4965 "Symfony\\Bundle\\WebProfilerBundle\\": ""
4966 },
4967 "exclude-from-classmap": [
4968 "/Tests/"
4969 ]
4970 },
4971 "notification-url": "https://packagist.org/downloads/",
4972 "license": [
4973 "MIT"
4974 ],
4975 "authors": [
4976 {
4977 "name": "Fabien Potencier",
4978 "email": "fabien@symfony.com"
4979 },
4980 {
4981 "name": "Symfony Community",
4982 "homepage": "https://symfony.com/contributors"
4983 }
4984 ],
4985 "description": "Symfony WebProfilerBundle",
4986 "homepage": "https://symfony.com",
4987 "time": "2020-09-06T17:41:24+00:00"
4988 },
4989 {
4990 "name": "symfony/yaml",
4991 "version": "v4.4.15",
4992 "source": {
4993 "type": "git",
4994 "url": "https://github.com/symfony/yaml.git",
4995 "reference": "c7885964b1eceb70b0981556d0a9b01d2d97c8d1"
4996 },
4997 "dist": {
4998 "type": "zip",
4999 "url": "https://api.github.com/repos/symfony/yaml/zipball/c7885964b1eceb70b0981556d0a9b01d2d97c8d1",
5000 "reference": "c7885964b1eceb70b0981556d0a9b01d2d97c8d1",
5001 "shasum": ""
5002 },
5003 "require": {
5004 "php": ">=7.1.3",
5005 "symfony/polyfill-ctype": "~1.8"
5006 },
5007 "conflict": {
5008 "symfony/console": "<3.4"
5009 },
5010 "require-dev": {
5011 "symfony/console": "^3.4|^4.0|^5.0"
5012 },
5013 "suggest": {
5014 "symfony/console": "For validating YAML files using the lint command"
5015 },
5016 "type": "library",
5017 "extra": {
5018 "branch-alias": {
5019 "dev-master": "4.4-dev"
5020 }
5021 },
5022 "autoload": {
5023 "psr-4": {
5024 "Symfony\\Component\\Yaml\\": ""
5025 },
5026 "exclude-from-classmap": [
5027 "/Tests/"
5028 ]
5029 },
5030 "notification-url": "https://packagist.org/downloads/",
5031 "license": [
5032 "MIT"
5033 ],
5034 "authors": [
5035 {
5036 "name": "Fabien Potencier",
5037 "email": "fabien@symfony.com"
5038 },
5039 {
5040 "name": "Symfony Community",
5041 "homepage": "https://symfony.com/contributors"
5042 }
5043 ],
5044 "description": "Symfony Yaml Component",
5045 "homepage": "https://symfony.com",
5046 "time": "2020-09-27T03:36:23+00:00"
5047 },
5048 {
5049 "name": "twig/extensions",
5050 "version": "v1.5.4",
5051 "source": {
5052 "type": "git",
5053 "url": "https://github.com/twigphp/Twig-extensions.git",
5054 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
5055 },
5056 "dist": {
5057 "type": "zip",
5058 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
5059 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
5060 "shasum": ""
5061 },
5062 "require": {
5063 "twig/twig": "^1.27|^2.0"
5064 },
5065 "require-dev": {
5066 "symfony/phpunit-bridge": "^3.4",
5067 "symfony/translation": "^2.7|^3.4"
5068 },
5069 "suggest": {
5070 "symfony/translation": "Allow the time_diff output to be translated"
5071 },
5072 "type": "library",
5073 "extra": {
5074 "branch-alias": {
5075 "dev-master": "1.5-dev"
5076 }
5077 },
5078 "autoload": {
5079 "psr-0": {
5080 "Twig_Extensions_": "lib/"
5081 },
5082 "psr-4": {
5083 "Twig\\Extensions\\": "src/"
5084 }
5085 },
5086 "notification-url": "https://packagist.org/downloads/",
5087 "license": [
5088 "MIT"
5089 ],
5090 "authors": [
5091 {
5092 "name": "Fabien Potencier",
5093 "email": "fabien@symfony.com"
5094 }
5095 ],
5096 "description": "Common additional features for Twig that do not directly belong in core",
5097 "keywords": [
5098 "i18n",
5099 "text"
5100 ],
5101 "abandoned": true,
5102 "time": "2018-12-05T18:34:18+00:00"
5103 },
5104 {
5105 "name": "twig/html-extra",
5106 "version": "v2.13.1",
5107 "source": {
5108 "type": "git",
5109 "url": "https://github.com/twigphp/html-extra.git",
5110 "reference": "52eec7706aac970d93d60e1187ffa0f4ea6516c6"
5111 },
5112 "dist": {
5113 "type": "zip",
5114 "url": "https://api.github.com/repos/twigphp/html-extra/zipball/52eec7706aac970d93d60e1187ffa0f4ea6516c6",
5115 "reference": "52eec7706aac970d93d60e1187ffa0f4ea6516c6",
5116 "shasum": ""
5117 },
5118 "require": {
5119 "php": ">=7.1.3",
5120 "symfony/mime": "^4.3|^5.0",
5121 "twig/twig": "^2.4|^3.0"
5122 },
5123 "require-dev": {
5124 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
5125 },
5126 "type": "library",
5127 "extra": {
5128 "branch-alias": {
5129 "dev-master": "2.12-dev"
5130 }
5131 },
5132 "autoload": {
5133 "psr-4": {
5134 "Twig\\Extra\\Html\\": "src/"
5135 }
5136 },
5137 "notification-url": "https://packagist.org/downloads/",
5138 "license": [
5139 "MIT"
5140 ],
5141 "authors": [
5142 {
5143 "name": "Fabien Potencier",
5144 "email": "fabien@symfony.com",
5145 "homepage": "http://fabien.potencier.org",
5146 "role": "Lead Developer"
5147 }
5148 ],
5149 "description": "A Twig extension for HTML",
5150 "homepage": "https://twig.symfony.com",
5151 "keywords": [
5152 "html",
5153 "twig"
5154 ],
5155 "time": "2020-05-21T09:54:27+00:00"
5156 },
5157 {
5158 "name": "twig/twig",
5159 "version": "v2.13.1",
5160 "source": {
5161 "type": "git",
5162 "url": "https://github.com/twigphp/Twig.git",
5163 "reference": "57e96259776ddcacf1814885fc3950460c8e18ef"
5164 },
5165 "dist": {
5166 "type": "zip",
5167 "url": "https://api.github.com/repos/twigphp/Twig/zipball/57e96259776ddcacf1814885fc3950460c8e18ef",
5168 "reference": "57e96259776ddcacf1814885fc3950460c8e18ef",
5169 "shasum": ""
5170 },
5171 "require": {
5172 "php": ">=7.1.3",
5173 "symfony/polyfill-ctype": "^1.8",
5174 "symfony/polyfill-mbstring": "^1.3"
5175 },
5176 "require-dev": {
5177 "psr/container": "^1.0",
5178 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
5179 },
5180 "type": "library",
5181 "extra": {
5182 "branch-alias": {
5183 "dev-master": "2.13-dev"
5184 }
5185 },
5186 "autoload": {
5187 "psr-0": {
5188 "Twig_": "lib/"
5189 },
5190 "psr-4": {
5191 "Twig\\": "src/"
5192 }
5193 },
5194 "notification-url": "https://packagist.org/downloads/",
5195 "license": [
5196 "BSD-3-Clause"
5197 ],
5198 "authors": [
5199 {
5200 "name": "Fabien Potencier",
5201 "email": "fabien@symfony.com",
5202 "homepage": "http://fabien.potencier.org",
5203 "role": "Lead Developer"
5204 },
5205 {
5206 "name": "Twig Team",
5207 "role": "Contributors"
5208 },
5209 {
5210 "name": "Armin Ronacher",
5211 "email": "armin.ronacher@active-4.com",
5212 "role": "Project Founder"
5213 }
5214 ],
5215 "description": "Twig, the flexible, fast, and secure template language for PHP",
5216 "homepage": "https://twig.symfony.com",
5217 "keywords": [
5218 "templating"
5219 ],
5220 "time": "2020-08-05T15:09:04+00:00"
5221 }
5222 ],
5223 "packages-dev": [
5224 {
5225 "name": "doctrine/data-fixtures",
5226 "version": "1.4.4",
5227 "source": {
5228 "type": "git",
5229 "url": "https://github.com/doctrine/data-fixtures.git",
5230 "reference": "16a03fadb5473f49aad70384002dfd5012fe680e"
5231 },
5232 "dist": {
5233 "type": "zip",
5234 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/16a03fadb5473f49aad70384002dfd5012fe680e",
5235 "reference": "16a03fadb5473f49aad70384002dfd5012fe680e",
5236 "shasum": ""
5237 },
5238 "require": {
5239 "doctrine/common": "^2.13|^3.0",
5240 "doctrine/persistence": "^1.3.3|^2.0",
5241 "php": "^7.2 || ^8.0"
5242 },
5243 "conflict": {
5244 "doctrine/phpcr-odm": "<1.3.0"
5245 },
5246 "require-dev": {
5247 "doctrine/coding-standard": "^6.0",
5248 "doctrine/dbal": "^2.5.4",
5249 "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
5250 "doctrine/orm": "^2.7.0",
5251 "phpunit/phpunit": "^7.0"
5252 },
5253 "suggest": {
5254 "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
5255 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
5256 "doctrine/orm": "For loading ORM fixtures",
5257 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
5258 },
5259 "type": "library",
5260 "extra": {
5261 "branch-alias": {
5262 "dev-master": "1.4.x-dev"
5263 }
5264 },
5265 "autoload": {
5266 "psr-4": {
5267 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
5268 }
5269 },
5270 "notification-url": "https://packagist.org/downloads/",
5271 "license": [
5272 "MIT"
5273 ],
5274 "authors": [
5275 {
5276 "name": "Jonathan Wage",
5277 "email": "jonwage@gmail.com"
5278 }
5279 ],
5280 "description": "Data Fixtures for all Doctrine Object Managers",
5281 "homepage": "http://www.doctrine-project.org",
5282 "keywords": [
5283 "database"
5284 ],
5285 "time": "2020-09-01T07:13:28+00:00"
5286 },
5287 {
5288 "name": "doctrine/doctrine-fixtures-bundle",
5289 "version": "3.3.2",
5290 "source": {
5291 "type": "git",
5292 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
5293 "reference": "a2179f447425d9e784fb9bc224e533a0ab083b98"
5294 },
5295 "dist": {
5296 "type": "zip",
5297 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/a2179f447425d9e784fb9bc224e533a0ab083b98",
5298 "reference": "a2179f447425d9e784fb9bc224e533a0ab083b98",
5299 "shasum": ""
5300 },
5301 "require": {
5302 "doctrine/data-fixtures": "^1.3",
5303 "doctrine/doctrine-bundle": "^1.11|^2.0",
5304 "doctrine/orm": "^2.6.0",
5305 "doctrine/persistence": "^1.3|^2.0",
5306 "php": "^7.1 || ^8.0",
5307 "symfony/config": "^3.4|^4.3|^5.0",
5308 "symfony/console": "^3.4|^4.3|^5.0",
5309 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
5310 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
5311 "symfony/http-kernel": "^3.4|^4.3|^5.0"
5312 },
5313 "require-dev": {
5314 "doctrine/coding-standard": "^6.0",
5315 "phpunit/phpunit": "^7.4 || ^9.2",
5316 "symfony/phpunit-bridge": "^4.1|^5.0"
5317 },
5318 "type": "symfony-bundle",
5319 "extra": {
5320 "branch-alias": {
5321 "dev-master": "3.3.x-dev"
5322 }
5323 },
5324 "autoload": {
5325 "psr-4": {
5326 "Doctrine\\Bundle\\FixturesBundle\\": ""
5327 }
5328 },
5329 "notification-url": "https://packagist.org/downloads/",
5330 "license": [
5331 "MIT"
5332 ],
5333 "authors": [
5334 {
5335 "name": "Fabien Potencier",
5336 "email": "fabien@symfony.com"
5337 },
5338 {
5339 "name": "Doctrine Project",
5340 "homepage": "http://www.doctrine-project.org"
5341 },
5342 {
5343 "name": "Symfony Community",
5344 "homepage": "http://symfony.com/contributors"
5345 }
5346 ],
5347 "description": "Symfony DoctrineFixturesBundle",
5348 "homepage": "http://www.doctrine-project.org",
5349 "keywords": [
5350 "Fixture",
5351 "persistence"
5352 ],
5353 "time": "2020-09-01T07:06:14+00:00"
5354 },
5355 {
5356 "name": "nikic/php-parser",
5357 "version": "v4.10.2",
5358 "source": {
5359 "type": "git",
5360 "url": "https://github.com/nikic/PHP-Parser.git",
5361 "reference": "658f1be311a230e0907f5dfe0213742aff0596de"
5362 },
5363 "dist": {
5364 "type": "zip",
5365 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/658f1be311a230e0907f5dfe0213742aff0596de",
5366 "reference": "658f1be311a230e0907f5dfe0213742aff0596de",
5367 "shasum": ""
5368 },
5369 "require": {
5370 "ext-tokenizer": "*",
5371 "php": ">=7.0"
5372 },
5373 "require-dev": {
5374 "ircmaxell/php-yacc": "^0.0.7",
5375 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
5376 },
5377 "bin": [
5378 "bin/php-parse"
5379 ],
5380 "type": "library",
5381 "extra": {
5382 "branch-alias": {
5383 "dev-master": "4.9-dev"
5384 }
5385 },
5386 "autoload": {
5387 "psr-4": {
5388 "PhpParser\\": "lib/PhpParser"
5389 }
5390 },
5391 "notification-url": "https://packagist.org/downloads/",
5392 "license": [
5393 "BSD-3-Clause"
5394 ],
5395 "authors": [
5396 {
5397 "name": "Nikita Popov"
5398 }
5399 ],
5400 "description": "A PHP parser written in PHP",
5401 "keywords": [
5402 "parser",
5403 "php"
5404 ],
5405 "time": "2020-09-26T10:30:38+00:00"
5406 },
5407 {
5408 "name": "symfony/browser-kit",
5409 "version": "v4.4.15",
5410 "source": {
5411 "type": "git",
5412 "url": "https://github.com/symfony/browser-kit.git",
5413 "reference": "9a1786e5020783605a30cff2ceed9aca030e8d80"
5414 },
5415 "dist": {
5416 "type": "zip",
5417 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9a1786e5020783605a30cff2ceed9aca030e8d80",
5418 "reference": "9a1786e5020783605a30cff2ceed9aca030e8d80",
5419 "shasum": ""
5420 },
5421 "require": {
5422 "php": ">=7.1.3",
5423 "symfony/dom-crawler": "^3.4|^4.0|^5.0"
5424 },
5425 "require-dev": {
5426 "symfony/css-selector": "^3.4|^4.0|^5.0",
5427 "symfony/http-client": "^4.3|^5.0",
5428 "symfony/mime": "^4.3|^5.0",
5429 "symfony/process": "^3.4|^4.0|^5.0"
5430 },
5431 "suggest": {
5432 "symfony/process": ""
5433 },
5434 "type": "library",
5435 "extra": {
5436 "branch-alias": {
5437 "dev-master": "4.4-dev"
5438 }
5439 },
5440 "autoload": {
5441 "psr-4": {
5442 "Symfony\\Component\\BrowserKit\\": ""
5443 },
5444 "exclude-from-classmap": [
5445 "/Tests/"
5446 ]
5447 },
5448 "notification-url": "https://packagist.org/downloads/",
5449 "license": [
5450 "MIT"
5451 ],
5452 "authors": [
5453 {
5454 "name": "Fabien Potencier",
5455 "email": "fabien@symfony.com"
5456 },
5457 {
5458 "name": "Symfony Community",
5459 "homepage": "https://symfony.com/contributors"
5460 }
5461 ],
5462 "description": "Symfony BrowserKit Component",
5463 "homepage": "https://symfony.com",
5464 "time": "2020-10-02T08:38:15+00:00"
5465 },
5466 {
5467 "name": "symfony/maker-bundle",
5468 "version": "v1.21.1",
5469 "source": {
5470 "type": "git",
5471 "url": "https://github.com/symfony/maker-bundle.git",
5472 "reference": "da629093c7bf9abd9a6a0f232a43bbb1b88de68d"
5473 },
5474 "dist": {
5475 "type": "zip",
5476 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/da629093c7bf9abd9a6a0f232a43bbb1b88de68d",
5477 "reference": "da629093c7bf9abd9a6a0f232a43bbb1b88de68d",
5478 "shasum": ""
5479 },
5480 "require": {
5481 "doctrine/inflector": "^1.2",
5482 "nikic/php-parser": "^4.0",
5483 "php": "^7.1.3",
5484 "symfony/config": "^3.4|^4.0|^5.0",
5485 "symfony/console": "^3.4|^4.0|^5.0",
5486 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5487 "symfony/filesystem": "^3.4|^4.0|^5.0",
5488 "symfony/finder": "^3.4|^4.0|^5.0",
5489 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
5490 "symfony/http-kernel": "^3.4|^4.0|^5.0"
5491 },
5492 "require-dev": {
5493 "composer/semver": "^3.0@dev",
5494 "doctrine/doctrine-bundle": "^1.8|^2.0",
5495 "doctrine/orm": "^2.3",
5496 "friendsofphp/php-cs-fixer": "^2.8",
5497 "friendsoftwig/twigcs": "^3.1.2",
5498 "symfony/http-client": "^4.3|^5.0",
5499 "symfony/phpunit-bridge": "^4.3|^5.0",
5500 "symfony/process": "^3.4|^4.0|^5.0",
5501 "symfony/security-core": "^3.4|^4.0|^5.0",
5502 "symfony/yaml": "^3.4|^4.0|^5.0"
5503 },
5504 "type": "symfony-bundle",
5505 "extra": {
5506 "branch-alias": {
5507 "dev-master": "1.0-dev"
5508 }
5509 },
5510 "autoload": {
5511 "psr-4": {
5512 "Symfony\\Bundle\\MakerBundle\\": "src/"
5513 }
5514 },
5515 "notification-url": "https://packagist.org/downloads/",
5516 "license": [
5517 "MIT"
5518 ],
5519 "authors": [
5520 {
5521 "name": "Symfony Community",
5522 "homepage": "https://symfony.com/contributors"
5523 }
5524 ],
5525 "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
5526 "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
5527 "keywords": [
5528 "code generator",
5529 "generator",
5530 "scaffold",
5531 "scaffolding"
5532 ],
5533 "time": "2020-08-29T18:05:46+00:00"
5534 },
5535 {
5536 "name": "symfony/phpunit-bridge",
5537 "version": "v4.4.15",
5538 "source": {
5539 "type": "git",
5540 "url": "https://github.com/symfony/phpunit-bridge.git",
5541 "reference": "c81c1b6ada85d9d638fe271a4cf8fa81f8385ace"
5542 },
5543 "dist": {
5544 "type": "zip",
5545 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/c81c1b6ada85d9d638fe271a4cf8fa81f8385ace",
5546 "reference": "c81c1b6ada85d9d638fe271a4cf8fa81f8385ace",
5547 "shasum": ""
5548 },
5549 "require": {
5550 "php": ">=5.5.9"
5551 },
5552 "conflict": {
5553 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
5554 },
5555 "suggest": {
5556 "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
5557 },
5558 "bin": [
5559 "bin/simple-phpunit"
5560 ],
5561 "type": "symfony-bridge",
5562 "extra": {
5563 "branch-alias": {
5564 "dev-master": "4.4-dev"
5565 },
5566 "thanks": {
5567 "name": "phpunit/phpunit",
5568 "url": "https://github.com/sebastianbergmann/phpunit"
5569 }
5570 },
5571 "autoload": {
5572 "files": [
5573 "bootstrap.php"
5574 ],
5575 "psr-4": {
5576 "Symfony\\Bridge\\PhpUnit\\": ""
5577 },
5578 "exclude-from-classmap": [
5579 "/Tests/"
5580 ]
5581 },
5582 "notification-url": "https://packagist.org/downloads/",
5583 "license": [
5584 "MIT"
5585 ],
5586 "authors": [
5587 {
5588 "name": "Nicolas Grekas",
5589 "email": "p@tchwork.com"
5590 },
5591 {
5592 "name": "Symfony Community",
5593 "homepage": "https://symfony.com/contributors"
5594 }
5595 ],
5596 "description": "Symfony PHPUnit Bridge",
5597 "homepage": "https://symfony.com",
5598 "time": "2020-09-28T20:03:26+00:00"
5599 }
5600 ],
5601 "aliases": [],
5602 "minimum-stability": "stable",
5603 "stability-flags": {
5604 "rapsys/airbundle": 20,
5605 "rapsys/packbundle": 20,
5606 "rapsys/userbundle": 20
5607 },
5608 "prefer-stable": false,
5609 "prefer-lowest": false,
5610 "platform": {
5611 "php": "^7.1.3",
5612 "ext-ctype": "*",
5613 "ext-iconv": "*"
5614 },
5615 "platform-dev": []
5616 }