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