]> Raphaƫl G. Git Repositories - airlibre/blob - composer.lock
6ff154984ec2b1018d797745f324204a4876fef6
[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": "91f7e228854221d9ee4391104679b610",
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": "jdorn/sql-formatter",
1432 "version": "v1.2.17",
1433 "source": {
1434 "type": "git",
1435 "url": "https://github.com/jdorn/sql-formatter.git",
1436 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1437 },
1438 "dist": {
1439 "type": "zip",
1440 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1441 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1442 "shasum": ""
1443 },
1444 "require": {
1445 "php": ">=5.2.4"
1446 },
1447 "require-dev": {
1448 "phpunit/phpunit": "3.7.*"
1449 },
1450 "type": "library",
1451 "extra": {
1452 "branch-alias": {
1453 "dev-master": "1.3.x-dev"
1454 }
1455 },
1456 "autoload": {
1457 "classmap": [
1458 "lib"
1459 ]
1460 },
1461 "notification-url": "https://packagist.org/downloads/",
1462 "license": [
1463 "MIT"
1464 ],
1465 "authors": [
1466 {
1467 "name": "Jeremy Dorn",
1468 "email": "jeremy@jeremydorn.com",
1469 "homepage": "http://jeremydorn.com/"
1470 }
1471 ],
1472 "description": "a PHP SQL highlighting library",
1473 "homepage": "https://github.com/jdorn/sql-formatter/",
1474 "keywords": [
1475 "highlight",
1476 "sql"
1477 ],
1478 "support": {
1479 "issues": "https://github.com/jdorn/sql-formatter/issues",
1480 "source": "https://github.com/jdorn/sql-formatter/tree/master"
1481 },
1482 "time": "2014-01-12T16:20:24+00:00"
1483 },
1484 {
1485 "name": "psr/cache",
1486 "version": "1.0.1",
1487 "source": {
1488 "type": "git",
1489 "url": "https://github.com/php-fig/cache.git",
1490 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1491 },
1492 "dist": {
1493 "type": "zip",
1494 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1495 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1496 "shasum": ""
1497 },
1498 "require": {
1499 "php": ">=5.3.0"
1500 },
1501 "type": "library",
1502 "extra": {
1503 "branch-alias": {
1504 "dev-master": "1.0.x-dev"
1505 }
1506 },
1507 "autoload": {
1508 "psr-4": {
1509 "Psr\\Cache\\": "src/"
1510 }
1511 },
1512 "notification-url": "https://packagist.org/downloads/",
1513 "license": [
1514 "MIT"
1515 ],
1516 "authors": [
1517 {
1518 "name": "PHP-FIG",
1519 "homepage": "http://www.php-fig.org/"
1520 }
1521 ],
1522 "description": "Common interface for caching libraries",
1523 "keywords": [
1524 "cache",
1525 "psr",
1526 "psr-6"
1527 ],
1528 "support": {
1529 "source": "https://github.com/php-fig/cache/tree/master"
1530 },
1531 "time": "2016-08-06T20:24:11+00:00"
1532 },
1533 {
1534 "name": "psr/container",
1535 "version": "1.0.0",
1536 "source": {
1537 "type": "git",
1538 "url": "https://github.com/php-fig/container.git",
1539 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1540 },
1541 "dist": {
1542 "type": "zip",
1543 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1544 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1545 "shasum": ""
1546 },
1547 "require": {
1548 "php": ">=5.3.0"
1549 },
1550 "type": "library",
1551 "extra": {
1552 "branch-alias": {
1553 "dev-master": "1.0.x-dev"
1554 }
1555 },
1556 "autoload": {
1557 "psr-4": {
1558 "Psr\\Container\\": "src/"
1559 }
1560 },
1561 "notification-url": "https://packagist.org/downloads/",
1562 "license": [
1563 "MIT"
1564 ],
1565 "authors": [
1566 {
1567 "name": "PHP-FIG",
1568 "homepage": "http://www.php-fig.org/"
1569 }
1570 ],
1571 "description": "Common Container Interface (PHP FIG PSR-11)",
1572 "homepage": "https://github.com/php-fig/container",
1573 "keywords": [
1574 "PSR-11",
1575 "container",
1576 "container-interface",
1577 "container-interop",
1578 "psr"
1579 ],
1580 "support": {
1581 "issues": "https://github.com/php-fig/container/issues",
1582 "source": "https://github.com/php-fig/container/tree/master"
1583 },
1584 "time": "2017-02-14T16:28:37+00:00"
1585 },
1586 {
1587 "name": "psr/log",
1588 "version": "1.1.3",
1589 "source": {
1590 "type": "git",
1591 "url": "https://github.com/php-fig/log.git",
1592 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
1593 },
1594 "dist": {
1595 "type": "zip",
1596 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
1597 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
1598 "shasum": ""
1599 },
1600 "require": {
1601 "php": ">=5.3.0"
1602 },
1603 "type": "library",
1604 "extra": {
1605 "branch-alias": {
1606 "dev-master": "1.1.x-dev"
1607 }
1608 },
1609 "autoload": {
1610 "psr-4": {
1611 "Psr\\Log\\": "Psr/Log/"
1612 }
1613 },
1614 "notification-url": "https://packagist.org/downloads/",
1615 "license": [
1616 "MIT"
1617 ],
1618 "authors": [
1619 {
1620 "name": "PHP-FIG",
1621 "homepage": "http://www.php-fig.org/"
1622 }
1623 ],
1624 "description": "Common interface for logging libraries",
1625 "homepage": "https://github.com/php-fig/log",
1626 "keywords": [
1627 "log",
1628 "psr",
1629 "psr-3"
1630 ],
1631 "support": {
1632 "source": "https://github.com/php-fig/log/tree/1.1.3"
1633 },
1634 "time": "2020-03-23T09:12:05+00:00"
1635 },
1636 {
1637 "name": "rapsys/airbundle",
1638 "version": "dev-master",
1639 "source": {
1640 "type": "git",
1641 "url": "https://rapsys@git.rapsys.eu/airbundle",
1642 "reference": "master"
1643 },
1644 "require": {
1645 "doctrine/doctrine-bundle": "^1.12",
1646 "doctrine/orm": "^2.7",
1647 "symfony/flex": "^1.5",
1648 "symfony/form": "^4.4",
1649 "symfony/framework-bundle": "^4.4",
1650 "symfony/mailer": "^4.4",
1651 "symfony/profiler-pack": "^1.0",
1652 "symfony/security-bundle": "^4.4",
1653 "symfony/translation": "^4.4",
1654 "symfony/twig-bundle": "^4.4",
1655 "symfony/validator": "^4.4",
1656 "twig/extensions": "^1.5",
1657 "twig/html-extra": "^2.12"
1658 },
1659 "require-dev": {
1660 "doctrine/doctrine-fixtures-bundle": "^3.3",
1661 "symfony/browser-kit": "^4.3",
1662 "symfony/maker-bundle": "^1.14",
1663 "symfony/phpunit-bridge": "^4.4",
1664 "symfony/web-profiler-bundle": "^4.4"
1665 },
1666 "type": "library",
1667 "autoload": {
1668 "psr-4": {
1669 "Rapsys\\AirBundle\\": ""
1670 }
1671 }
1672 },
1673 {
1674 "name": "rapsys/packbundle",
1675 "version": "dev-master",
1676 "source": {
1677 "type": "git",
1678 "url": "https://rapsys@git.rapsys.eu/packbundle",
1679 "reference": "master"
1680 },
1681 "require": {
1682 "symfony/asset": "^4.4",
1683 "symfony/flex": "^1.5",
1684 "symfony/framework-bundle": "^4.4",
1685 "symfony/process": "^4.4",
1686 "symfony/twig-bundle": "^4.4",
1687 "twig/extensions": "^1.5"
1688 },
1689 "type": "library",
1690 "autoload": {
1691 "psr-4": {
1692 "Rapsys\\PackBundle\\": ""
1693 }
1694 }
1695 },
1696 {
1697 "name": "rapsys/userbundle",
1698 "version": "dev-master",
1699 "source": {
1700 "type": "git",
1701 "url": "https://rapsys@git.rapsys.eu/userbundle",
1702 "reference": "master"
1703 },
1704 "require": {
1705 "doctrine/doctrine-bundle": "^1.12",
1706 "symfony/flex": "^1.5",
1707 "symfony/form": "^4.4",
1708 "symfony/framework-bundle": "^4.4",
1709 "symfony/security-bundle": "^4.4",
1710 "symfony/validator": "^4.4"
1711 },
1712 "type": "library",
1713 "autoload": {
1714 "psr-4": {
1715 "Rapsys\\UserBundle\\": ""
1716 }
1717 }
1718 },
1719 {
1720 "name": "symfony/asset",
1721 "version": "v4.4.17",
1722 "source": {
1723 "type": "git",
1724 "url": "https://github.com/symfony/asset.git",
1725 "reference": "627761b47f94affdd8405e65245a8e1bbb810399"
1726 },
1727 "dist": {
1728 "type": "zip",
1729 "url": "https://api.github.com/repos/symfony/asset/zipball/627761b47f94affdd8405e65245a8e1bbb810399",
1730 "reference": "627761b47f94affdd8405e65245a8e1bbb810399",
1731 "shasum": ""
1732 },
1733 "require": {
1734 "php": ">=7.1.3"
1735 },
1736 "require-dev": {
1737 "symfony/http-foundation": "^3.4|^4.0|^5.0",
1738 "symfony/http-kernel": "^3.4|^4.0|^5.0"
1739 },
1740 "suggest": {
1741 "symfony/http-foundation": ""
1742 },
1743 "type": "library",
1744 "autoload": {
1745 "psr-4": {
1746 "Symfony\\Component\\Asset\\": ""
1747 },
1748 "exclude-from-classmap": [
1749 "/Tests/"
1750 ]
1751 },
1752 "notification-url": "https://packagist.org/downloads/",
1753 "license": [
1754 "MIT"
1755 ],
1756 "authors": [
1757 {
1758 "name": "Fabien Potencier",
1759 "email": "fabien@symfony.com"
1760 },
1761 {
1762 "name": "Symfony Community",
1763 "homepage": "https://symfony.com/contributors"
1764 }
1765 ],
1766 "description": "Symfony Asset Component",
1767 "homepage": "https://symfony.com",
1768 "support": {
1769 "source": "https://github.com/symfony/asset/tree/v4.4.17"
1770 },
1771 "funding": [
1772 {
1773 "url": "https://symfony.com/sponsor",
1774 "type": "custom"
1775 },
1776 {
1777 "url": "https://github.com/fabpot",
1778 "type": "github"
1779 },
1780 {
1781 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1782 "type": "tidelift"
1783 }
1784 ],
1785 "time": "2020-10-24T11:50:19+00:00"
1786 },
1787 {
1788 "name": "symfony/cache",
1789 "version": "v4.4.17",
1790 "source": {
1791 "type": "git",
1792 "url": "https://github.com/symfony/cache.git",
1793 "reference": "6d330ca81ce5c98f22224c980507a7f7a7df82e8"
1794 },
1795 "dist": {
1796 "type": "zip",
1797 "url": "https://api.github.com/repos/symfony/cache/zipball/6d330ca81ce5c98f22224c980507a7f7a7df82e8",
1798 "reference": "6d330ca81ce5c98f22224c980507a7f7a7df82e8",
1799 "shasum": ""
1800 },
1801 "require": {
1802 "php": ">=7.1.3",
1803 "psr/cache": "~1.0",
1804 "psr/log": "~1.0",
1805 "symfony/cache-contracts": "^1.1.7|^2",
1806 "symfony/service-contracts": "^1.1|^2",
1807 "symfony/var-exporter": "^4.2|^5.0"
1808 },
1809 "conflict": {
1810 "doctrine/dbal": "<2.5",
1811 "symfony/dependency-injection": "<3.4",
1812 "symfony/http-kernel": "<4.4",
1813 "symfony/var-dumper": "<4.4"
1814 },
1815 "provide": {
1816 "psr/cache-implementation": "1.0",
1817 "psr/simple-cache-implementation": "1.0",
1818 "symfony/cache-implementation": "1.0"
1819 },
1820 "require-dev": {
1821 "cache/integration-tests": "dev-master",
1822 "doctrine/cache": "^1.6",
1823 "doctrine/dbal": "^2.5|^3.0",
1824 "predis/predis": "^1.1",
1825 "psr/simple-cache": "^1.0",
1826 "symfony/config": "^4.2|^5.0",
1827 "symfony/dependency-injection": "^3.4|^4.1|^5.0",
1828 "symfony/filesystem": "^4.4|^5.0",
1829 "symfony/http-kernel": "^4.4|^5.0",
1830 "symfony/var-dumper": "^4.4|^5.0"
1831 },
1832 "type": "library",
1833 "autoload": {
1834 "psr-4": {
1835 "Symfony\\Component\\Cache\\": ""
1836 },
1837 "exclude-from-classmap": [
1838 "/Tests/"
1839 ]
1840 },
1841 "notification-url": "https://packagist.org/downloads/",
1842 "license": [
1843 "MIT"
1844 ],
1845 "authors": [
1846 {
1847 "name": "Nicolas Grekas",
1848 "email": "p@tchwork.com"
1849 },
1850 {
1851 "name": "Symfony Community",
1852 "homepage": "https://symfony.com/contributors"
1853 }
1854 ],
1855 "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
1856 "homepage": "https://symfony.com",
1857 "keywords": [
1858 "caching",
1859 "psr6"
1860 ],
1861 "support": {
1862 "source": "https://github.com/symfony/cache/tree/v4.4.17"
1863 },
1864 "funding": [
1865 {
1866 "url": "https://symfony.com/sponsor",
1867 "type": "custom"
1868 },
1869 {
1870 "url": "https://github.com/fabpot",
1871 "type": "github"
1872 },
1873 {
1874 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1875 "type": "tidelift"
1876 }
1877 ],
1878 "time": "2020-11-16T17:15:10+00:00"
1879 },
1880 {
1881 "name": "symfony/cache-contracts",
1882 "version": "v2.2.0",
1883 "source": {
1884 "type": "git",
1885 "url": "https://github.com/symfony/cache-contracts.git",
1886 "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb"
1887 },
1888 "dist": {
1889 "type": "zip",
1890 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
1891 "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
1892 "shasum": ""
1893 },
1894 "require": {
1895 "php": ">=7.2.5",
1896 "psr/cache": "^1.0"
1897 },
1898 "suggest": {
1899 "symfony/cache-implementation": ""
1900 },
1901 "type": "library",
1902 "extra": {
1903 "branch-alias": {
1904 "dev-master": "2.2-dev"
1905 },
1906 "thanks": {
1907 "name": "symfony/contracts",
1908 "url": "https://github.com/symfony/contracts"
1909 }
1910 },
1911 "autoload": {
1912 "psr-4": {
1913 "Symfony\\Contracts\\Cache\\": ""
1914 }
1915 },
1916 "notification-url": "https://packagist.org/downloads/",
1917 "license": [
1918 "MIT"
1919 ],
1920 "authors": [
1921 {
1922 "name": "Nicolas Grekas",
1923 "email": "p@tchwork.com"
1924 },
1925 {
1926 "name": "Symfony Community",
1927 "homepage": "https://symfony.com/contributors"
1928 }
1929 ],
1930 "description": "Generic abstractions related to caching",
1931 "homepage": "https://symfony.com",
1932 "keywords": [
1933 "abstractions",
1934 "contracts",
1935 "decoupling",
1936 "interfaces",
1937 "interoperability",
1938 "standards"
1939 ],
1940 "support": {
1941 "source": "https://github.com/symfony/cache-contracts/tree/v2.2.0"
1942 },
1943 "funding": [
1944 {
1945 "url": "https://symfony.com/sponsor",
1946 "type": "custom"
1947 },
1948 {
1949 "url": "https://github.com/fabpot",
1950 "type": "github"
1951 },
1952 {
1953 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1954 "type": "tidelift"
1955 }
1956 ],
1957 "time": "2020-09-07T11:33:47+00:00"
1958 },
1959 {
1960 "name": "symfony/config",
1961 "version": "v4.4.17",
1962 "source": {
1963 "type": "git",
1964 "url": "https://github.com/symfony/config.git",
1965 "reference": "4da4a6b07cc7d8d7d3e29842bc9c20401d555065"
1966 },
1967 "dist": {
1968 "type": "zip",
1969 "url": "https://api.github.com/repos/symfony/config/zipball/4da4a6b07cc7d8d7d3e29842bc9c20401d555065",
1970 "reference": "4da4a6b07cc7d8d7d3e29842bc9c20401d555065",
1971 "shasum": ""
1972 },
1973 "require": {
1974 "php": ">=7.1.3",
1975 "symfony/filesystem": "^3.4|^4.0|^5.0",
1976 "symfony/polyfill-ctype": "~1.8"
1977 },
1978 "conflict": {
1979 "symfony/finder": "<3.4"
1980 },
1981 "require-dev": {
1982 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
1983 "symfony/finder": "^3.4|^4.0|^5.0",
1984 "symfony/messenger": "^4.1|^5.0",
1985 "symfony/service-contracts": "^1.1|^2",
1986 "symfony/yaml": "^3.4|^4.0|^5.0"
1987 },
1988 "suggest": {
1989 "symfony/yaml": "To use the yaml reference dumper"
1990 },
1991 "type": "library",
1992 "autoload": {
1993 "psr-4": {
1994 "Symfony\\Component\\Config\\": ""
1995 },
1996 "exclude-from-classmap": [
1997 "/Tests/"
1998 ]
1999 },
2000 "notification-url": "https://packagist.org/downloads/",
2001 "license": [
2002 "MIT"
2003 ],
2004 "authors": [
2005 {
2006 "name": "Fabien Potencier",
2007 "email": "fabien@symfony.com"
2008 },
2009 {
2010 "name": "Symfony Community",
2011 "homepage": "https://symfony.com/contributors"
2012 }
2013 ],
2014 "description": "Symfony Config Component",
2015 "homepage": "https://symfony.com",
2016 "support": {
2017 "source": "https://github.com/symfony/config/tree/v4.4.17"
2018 },
2019 "funding": [
2020 {
2021 "url": "https://symfony.com/sponsor",
2022 "type": "custom"
2023 },
2024 {
2025 "url": "https://github.com/fabpot",
2026 "type": "github"
2027 },
2028 {
2029 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2030 "type": "tidelift"
2031 }
2032 ],
2033 "time": "2020-11-16T11:15:53+00:00"
2034 },
2035 {
2036 "name": "symfony/console",
2037 "version": "v4.4.17",
2038 "source": {
2039 "type": "git",
2040 "url": "https://github.com/symfony/console.git",
2041 "reference": "c8e37f6928c19816437a4dd7bf16e3bd79941470"
2042 },
2043 "dist": {
2044 "type": "zip",
2045 "url": "https://api.github.com/repos/symfony/console/zipball/c8e37f6928c19816437a4dd7bf16e3bd79941470",
2046 "reference": "c8e37f6928c19816437a4dd7bf16e3bd79941470",
2047 "shasum": ""
2048 },
2049 "require": {
2050 "php": ">=7.1.3",
2051 "symfony/polyfill-mbstring": "~1.0",
2052 "symfony/polyfill-php73": "^1.8",
2053 "symfony/polyfill-php80": "^1.15",
2054 "symfony/service-contracts": "^1.1|^2"
2055 },
2056 "conflict": {
2057 "symfony/dependency-injection": "<3.4",
2058 "symfony/event-dispatcher": "<4.3|>=5",
2059 "symfony/lock": "<4.4",
2060 "symfony/process": "<3.3"
2061 },
2062 "provide": {
2063 "psr/log-implementation": "1.0"
2064 },
2065 "require-dev": {
2066 "psr/log": "~1.0",
2067 "symfony/config": "^3.4|^4.0|^5.0",
2068 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2069 "symfony/event-dispatcher": "^4.3",
2070 "symfony/lock": "^4.4|^5.0",
2071 "symfony/process": "^3.4|^4.0|^5.0",
2072 "symfony/var-dumper": "^4.3|^5.0"
2073 },
2074 "suggest": {
2075 "psr/log": "For using the console logger",
2076 "symfony/event-dispatcher": "",
2077 "symfony/lock": "",
2078 "symfony/process": ""
2079 },
2080 "type": "library",
2081 "autoload": {
2082 "psr-4": {
2083 "Symfony\\Component\\Console\\": ""
2084 },
2085 "exclude-from-classmap": [
2086 "/Tests/"
2087 ]
2088 },
2089 "notification-url": "https://packagist.org/downloads/",
2090 "license": [
2091 "MIT"
2092 ],
2093 "authors": [
2094 {
2095 "name": "Fabien Potencier",
2096 "email": "fabien@symfony.com"
2097 },
2098 {
2099 "name": "Symfony Community",
2100 "homepage": "https://symfony.com/contributors"
2101 }
2102 ],
2103 "description": "Symfony Console Component",
2104 "homepage": "https://symfony.com",
2105 "support": {
2106 "source": "https://github.com/symfony/console/tree/v4.4.17"
2107 },
2108 "funding": [
2109 {
2110 "url": "https://symfony.com/sponsor",
2111 "type": "custom"
2112 },
2113 {
2114 "url": "https://github.com/fabpot",
2115 "type": "github"
2116 },
2117 {
2118 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2119 "type": "tidelift"
2120 }
2121 ],
2122 "time": "2020-11-28T10:15:42+00:00"
2123 },
2124 {
2125 "name": "symfony/debug",
2126 "version": "v4.4.17",
2127 "source": {
2128 "type": "git",
2129 "url": "https://github.com/symfony/debug.git",
2130 "reference": "65fe7b49868378319b82da3035fb30801b931c47"
2131 },
2132 "dist": {
2133 "type": "zip",
2134 "url": "https://api.github.com/repos/symfony/debug/zipball/65fe7b49868378319b82da3035fb30801b931c47",
2135 "reference": "65fe7b49868378319b82da3035fb30801b931c47",
2136 "shasum": ""
2137 },
2138 "require": {
2139 "php": ">=7.1.3",
2140 "psr/log": "~1.0",
2141 "symfony/polyfill-php80": "^1.15"
2142 },
2143 "conflict": {
2144 "symfony/http-kernel": "<3.4"
2145 },
2146 "require-dev": {
2147 "symfony/http-kernel": "^3.4|^4.0|^5.0"
2148 },
2149 "type": "library",
2150 "autoload": {
2151 "psr-4": {
2152 "Symfony\\Component\\Debug\\": ""
2153 },
2154 "exclude-from-classmap": [
2155 "/Tests/"
2156 ]
2157 },
2158 "notification-url": "https://packagist.org/downloads/",
2159 "license": [
2160 "MIT"
2161 ],
2162 "authors": [
2163 {
2164 "name": "Fabien Potencier",
2165 "email": "fabien@symfony.com"
2166 },
2167 {
2168 "name": "Symfony Community",
2169 "homepage": "https://symfony.com/contributors"
2170 }
2171 ],
2172 "description": "Symfony Debug Component",
2173 "homepage": "https://symfony.com",
2174 "support": {
2175 "source": "https://github.com/symfony/debug/tree/v4.4.17"
2176 },
2177 "funding": [
2178 {
2179 "url": "https://symfony.com/sponsor",
2180 "type": "custom"
2181 },
2182 {
2183 "url": "https://github.com/fabpot",
2184 "type": "github"
2185 },
2186 {
2187 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2188 "type": "tidelift"
2189 }
2190 ],
2191 "time": "2020-10-28T20:42:29+00:00"
2192 },
2193 {
2194 "name": "symfony/dependency-injection",
2195 "version": "v4.4.17",
2196 "source": {
2197 "type": "git",
2198 "url": "https://github.com/symfony/dependency-injection.git",
2199 "reference": "7126a3a25466a29b844c21394aabf6e7cf717b24"
2200 },
2201 "dist": {
2202 "type": "zip",
2203 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7126a3a25466a29b844c21394aabf6e7cf717b24",
2204 "reference": "7126a3a25466a29b844c21394aabf6e7cf717b24",
2205 "shasum": ""
2206 },
2207 "require": {
2208 "php": ">=7.1.3",
2209 "psr/container": "^1.0",
2210 "symfony/service-contracts": "^1.1.6|^2"
2211 },
2212 "conflict": {
2213 "symfony/config": "<4.3|>=5.0",
2214 "symfony/finder": "<3.4",
2215 "symfony/proxy-manager-bridge": "<3.4",
2216 "symfony/yaml": "<3.4"
2217 },
2218 "provide": {
2219 "psr/container-implementation": "1.0",
2220 "symfony/service-implementation": "1.0"
2221 },
2222 "require-dev": {
2223 "symfony/config": "^4.3",
2224 "symfony/expression-language": "^3.4|^4.0|^5.0",
2225 "symfony/yaml": "^3.4|^4.0|^5.0"
2226 },
2227 "suggest": {
2228 "symfony/config": "",
2229 "symfony/expression-language": "For using expressions in service container configuration",
2230 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2231 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2232 "symfony/yaml": ""
2233 },
2234 "type": "library",
2235 "autoload": {
2236 "psr-4": {
2237 "Symfony\\Component\\DependencyInjection\\": ""
2238 },
2239 "exclude-from-classmap": [
2240 "/Tests/"
2241 ]
2242 },
2243 "notification-url": "https://packagist.org/downloads/",
2244 "license": [
2245 "MIT"
2246 ],
2247 "authors": [
2248 {
2249 "name": "Fabien Potencier",
2250 "email": "fabien@symfony.com"
2251 },
2252 {
2253 "name": "Symfony Community",
2254 "homepage": "https://symfony.com/contributors"
2255 }
2256 ],
2257 "description": "Symfony DependencyInjection Component",
2258 "homepage": "https://symfony.com",
2259 "support": {
2260 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.17"
2261 },
2262 "funding": [
2263 {
2264 "url": "https://symfony.com/sponsor",
2265 "type": "custom"
2266 },
2267 {
2268 "url": "https://github.com/fabpot",
2269 "type": "github"
2270 },
2271 {
2272 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2273 "type": "tidelift"
2274 }
2275 ],
2276 "time": "2020-11-27T15:54:06+00:00"
2277 },
2278 {
2279 "name": "symfony/doctrine-bridge",
2280 "version": "v4.4.17",
2281 "source": {
2282 "type": "git",
2283 "url": "https://github.com/symfony/doctrine-bridge.git",
2284 "reference": "cc9cc380f51c3ab7ad396fad8b30fc184894e6c1"
2285 },
2286 "dist": {
2287 "type": "zip",
2288 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/cc9cc380f51c3ab7ad396fad8b30fc184894e6c1",
2289 "reference": "cc9cc380f51c3ab7ad396fad8b30fc184894e6c1",
2290 "shasum": ""
2291 },
2292 "require": {
2293 "doctrine/event-manager": "~1.0",
2294 "doctrine/persistence": "^1.3|^2",
2295 "php": ">=7.1.3",
2296 "symfony/polyfill-ctype": "~1.8",
2297 "symfony/polyfill-mbstring": "~1.0",
2298 "symfony/service-contracts": "^1.1|^2"
2299 },
2300 "conflict": {
2301 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2302 "symfony/dependency-injection": "<3.4",
2303 "symfony/form": "<4.4",
2304 "symfony/http-kernel": "<4.3.7",
2305 "symfony/messenger": "<4.3",
2306 "symfony/security-core": "<4.4",
2307 "symfony/validator": "<4.4.2|<5.0.2,>=5.0"
2308 },
2309 "require-dev": {
2310 "composer/package-versions-deprecated": "^1.8",
2311 "doctrine/annotations": "~1.7",
2312 "doctrine/cache": "~1.6",
2313 "doctrine/collections": "~1.0",
2314 "doctrine/data-fixtures": "^1.1",
2315 "doctrine/dbal": "~2.4|^3.0",
2316 "doctrine/orm": "^2.6.3",
2317 "symfony/config": "^4.2|^5.0",
2318 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2319 "symfony/expression-language": "^3.4|^4.0|^5.0",
2320 "symfony/form": "^4.4.11|^5.0.11",
2321 "symfony/http-kernel": "^4.3.7",
2322 "symfony/messenger": "^4.4|^5.0",
2323 "symfony/property-access": "^3.4|^4.0|^5.0",
2324 "symfony/property-info": "^3.4|^4.0|^5.0",
2325 "symfony/proxy-manager-bridge": "^3.4|^4.0|^5.0",
2326 "symfony/security-core": "^4.4|^5.0",
2327 "symfony/stopwatch": "^3.4|^4.0|^5.0",
2328 "symfony/translation": "^3.4|^4.0|^5.0",
2329 "symfony/validator": "^4.4.2|^5.0.2",
2330 "symfony/var-dumper": "^3.4|^4.0|^5.0"
2331 },
2332 "suggest": {
2333 "doctrine/data-fixtures": "",
2334 "doctrine/dbal": "",
2335 "doctrine/orm": "",
2336 "symfony/form": "",
2337 "symfony/property-info": "",
2338 "symfony/validator": ""
2339 },
2340 "type": "symfony-bridge",
2341 "autoload": {
2342 "psr-4": {
2343 "Symfony\\Bridge\\Doctrine\\": ""
2344 },
2345 "exclude-from-classmap": [
2346 "/Tests/"
2347 ]
2348 },
2349 "notification-url": "https://packagist.org/downloads/",
2350 "license": [
2351 "MIT"
2352 ],
2353 "authors": [
2354 {
2355 "name": "Fabien Potencier",
2356 "email": "fabien@symfony.com"
2357 },
2358 {
2359 "name": "Symfony Community",
2360 "homepage": "https://symfony.com/contributors"
2361 }
2362 ],
2363 "description": "Symfony Doctrine Bridge",
2364 "homepage": "https://symfony.com",
2365 "support": {
2366 "source": "https://github.com/symfony/doctrine-bridge/tree/v4.4.17"
2367 },
2368 "funding": [
2369 {
2370 "url": "https://symfony.com/sponsor",
2371 "type": "custom"
2372 },
2373 {
2374 "url": "https://github.com/fabpot",
2375 "type": "github"
2376 },
2377 {
2378 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2379 "type": "tidelift"
2380 }
2381 ],
2382 "time": "2020-11-09T19:21:10+00:00"
2383 },
2384 {
2385 "name": "symfony/dom-crawler",
2386 "version": "v4.4.17",
2387 "source": {
2388 "type": "git",
2389 "url": "https://github.com/symfony/dom-crawler.git",
2390 "reference": "30ad9ac96a01913195bf0328d48e29d54fa53e6e"
2391 },
2392 "dist": {
2393 "type": "zip",
2394 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/30ad9ac96a01913195bf0328d48e29d54fa53e6e",
2395 "reference": "30ad9ac96a01913195bf0328d48e29d54fa53e6e",
2396 "shasum": ""
2397 },
2398 "require": {
2399 "php": ">=7.1.3",
2400 "symfony/polyfill-ctype": "~1.8",
2401 "symfony/polyfill-mbstring": "~1.0"
2402 },
2403 "conflict": {
2404 "masterminds/html5": "<2.6"
2405 },
2406 "require-dev": {
2407 "masterminds/html5": "^2.6",
2408 "symfony/css-selector": "^3.4|^4.0|^5.0"
2409 },
2410 "suggest": {
2411 "symfony/css-selector": ""
2412 },
2413 "type": "library",
2414 "autoload": {
2415 "psr-4": {
2416 "Symfony\\Component\\DomCrawler\\": ""
2417 },
2418 "exclude-from-classmap": [
2419 "/Tests/"
2420 ]
2421 },
2422 "notification-url": "https://packagist.org/downloads/",
2423 "license": [
2424 "MIT"
2425 ],
2426 "authors": [
2427 {
2428 "name": "Fabien Potencier",
2429 "email": "fabien@symfony.com"
2430 },
2431 {
2432 "name": "Symfony Community",
2433 "homepage": "https://symfony.com/contributors"
2434 }
2435 ],
2436 "description": "Symfony DomCrawler Component",
2437 "homepage": "https://symfony.com",
2438 "support": {
2439 "source": "https://github.com/symfony/dom-crawler/tree/v4.4.17"
2440 },
2441 "funding": [
2442 {
2443 "url": "https://symfony.com/sponsor",
2444 "type": "custom"
2445 },
2446 {
2447 "url": "https://github.com/fabpot",
2448 "type": "github"
2449 },
2450 {
2451 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2452 "type": "tidelift"
2453 }
2454 ],
2455 "time": "2020-10-24T11:50:19+00:00"
2456 },
2457 {
2458 "name": "symfony/dotenv",
2459 "version": "v4.4.17",
2460 "source": {
2461 "type": "git",
2462 "url": "https://github.com/symfony/dotenv.git",
2463 "reference": "6dd958a0c30bdf816ddef5052655a06d87fa343c"
2464 },
2465 "dist": {
2466 "type": "zip",
2467 "url": "https://api.github.com/repos/symfony/dotenv/zipball/6dd958a0c30bdf816ddef5052655a06d87fa343c",
2468 "reference": "6dd958a0c30bdf816ddef5052655a06d87fa343c",
2469 "shasum": ""
2470 },
2471 "require": {
2472 "php": ">=7.1.3"
2473 },
2474 "require-dev": {
2475 "symfony/process": "^3.4.2|^4.0|^5.0"
2476 },
2477 "type": "library",
2478 "autoload": {
2479 "psr-4": {
2480 "Symfony\\Component\\Dotenv\\": ""
2481 },
2482 "exclude-from-classmap": [
2483 "/Tests/"
2484 ]
2485 },
2486 "notification-url": "https://packagist.org/downloads/",
2487 "license": [
2488 "MIT"
2489 ],
2490 "authors": [
2491 {
2492 "name": "Fabien Potencier",
2493 "email": "fabien@symfony.com"
2494 },
2495 {
2496 "name": "Symfony Community",
2497 "homepage": "https://symfony.com/contributors"
2498 }
2499 ],
2500 "description": "Registers environment variables from a .env file",
2501 "homepage": "https://symfony.com",
2502 "keywords": [
2503 "dotenv",
2504 "env",
2505 "environment"
2506 ],
2507 "support": {
2508 "source": "https://github.com/symfony/dotenv/tree/v4.4.17"
2509 },
2510 "funding": [
2511 {
2512 "url": "https://symfony.com/sponsor",
2513 "type": "custom"
2514 },
2515 {
2516 "url": "https://github.com/fabpot",
2517 "type": "github"
2518 },
2519 {
2520 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2521 "type": "tidelift"
2522 }
2523 ],
2524 "time": "2020-11-14T17:10:20+00:00"
2525 },
2526 {
2527 "name": "symfony/error-handler",
2528 "version": "v4.4.17",
2529 "source": {
2530 "type": "git",
2531 "url": "https://github.com/symfony/error-handler.git",
2532 "reference": "b0887cf8fc692eef2a4cf11cee3c5f5eb93fcfdf"
2533 },
2534 "dist": {
2535 "type": "zip",
2536 "url": "https://api.github.com/repos/symfony/error-handler/zipball/b0887cf8fc692eef2a4cf11cee3c5f5eb93fcfdf",
2537 "reference": "b0887cf8fc692eef2a4cf11cee3c5f5eb93fcfdf",
2538 "shasum": ""
2539 },
2540 "require": {
2541 "php": ">=7.1.3",
2542 "psr/log": "~1.0",
2543 "symfony/debug": "^4.4.5",
2544 "symfony/polyfill-php80": "^1.15",
2545 "symfony/var-dumper": "^4.4|^5.0"
2546 },
2547 "require-dev": {
2548 "symfony/http-kernel": "^4.4|^5.0",
2549 "symfony/serializer": "^4.4|^5.0"
2550 },
2551 "type": "library",
2552 "autoload": {
2553 "psr-4": {
2554 "Symfony\\Component\\ErrorHandler\\": ""
2555 },
2556 "exclude-from-classmap": [
2557 "/Tests/"
2558 ]
2559 },
2560 "notification-url": "https://packagist.org/downloads/",
2561 "license": [
2562 "MIT"
2563 ],
2564 "authors": [
2565 {
2566 "name": "Fabien Potencier",
2567 "email": "fabien@symfony.com"
2568 },
2569 {
2570 "name": "Symfony Community",
2571 "homepage": "https://symfony.com/contributors"
2572 }
2573 ],
2574 "description": "Symfony ErrorHandler Component",
2575 "homepage": "https://symfony.com",
2576 "support": {
2577 "source": "https://github.com/symfony/error-handler/tree/v4.4.17"
2578 },
2579 "funding": [
2580 {
2581 "url": "https://symfony.com/sponsor",
2582 "type": "custom"
2583 },
2584 {
2585 "url": "https://github.com/fabpot",
2586 "type": "github"
2587 },
2588 {
2589 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2590 "type": "tidelift"
2591 }
2592 ],
2593 "time": "2020-10-28T20:42:29+00:00"
2594 },
2595 {
2596 "name": "symfony/event-dispatcher",
2597 "version": "v4.4.17",
2598 "source": {
2599 "type": "git",
2600 "url": "https://github.com/symfony/event-dispatcher.git",
2601 "reference": "f029d6f21eac61ab23198e7aca40e7638e8c8924"
2602 },
2603 "dist": {
2604 "type": "zip",
2605 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f029d6f21eac61ab23198e7aca40e7638e8c8924",
2606 "reference": "f029d6f21eac61ab23198e7aca40e7638e8c8924",
2607 "shasum": ""
2608 },
2609 "require": {
2610 "php": ">=7.1.3",
2611 "symfony/event-dispatcher-contracts": "^1.1"
2612 },
2613 "conflict": {
2614 "symfony/dependency-injection": "<3.4"
2615 },
2616 "provide": {
2617 "psr/event-dispatcher-implementation": "1.0",
2618 "symfony/event-dispatcher-implementation": "1.1"
2619 },
2620 "require-dev": {
2621 "psr/log": "~1.0",
2622 "symfony/config": "^3.4|^4.0|^5.0",
2623 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2624 "symfony/error-handler": "~3.4|~4.4",
2625 "symfony/expression-language": "^3.4|^4.0|^5.0",
2626 "symfony/http-foundation": "^3.4|^4.0|^5.0",
2627 "symfony/service-contracts": "^1.1|^2",
2628 "symfony/stopwatch": "^3.4|^4.0|^5.0"
2629 },
2630 "suggest": {
2631 "symfony/dependency-injection": "",
2632 "symfony/http-kernel": ""
2633 },
2634 "type": "library",
2635 "autoload": {
2636 "psr-4": {
2637 "Symfony\\Component\\EventDispatcher\\": ""
2638 },
2639 "exclude-from-classmap": [
2640 "/Tests/"
2641 ]
2642 },
2643 "notification-url": "https://packagist.org/downloads/",
2644 "license": [
2645 "MIT"
2646 ],
2647 "authors": [
2648 {
2649 "name": "Fabien Potencier",
2650 "email": "fabien@symfony.com"
2651 },
2652 {
2653 "name": "Symfony Community",
2654 "homepage": "https://symfony.com/contributors"
2655 }
2656 ],
2657 "description": "Symfony EventDispatcher Component",
2658 "homepage": "https://symfony.com",
2659 "support": {
2660 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.17"
2661 },
2662 "funding": [
2663 {
2664 "url": "https://symfony.com/sponsor",
2665 "type": "custom"
2666 },
2667 {
2668 "url": "https://github.com/fabpot",
2669 "type": "github"
2670 },
2671 {
2672 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2673 "type": "tidelift"
2674 }
2675 ],
2676 "time": "2020-10-31T22:44:29+00:00"
2677 },
2678 {
2679 "name": "symfony/event-dispatcher-contracts",
2680 "version": "v1.1.9",
2681 "source": {
2682 "type": "git",
2683 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2684 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
2685 },
2686 "dist": {
2687 "type": "zip",
2688 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
2689 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
2690 "shasum": ""
2691 },
2692 "require": {
2693 "php": ">=7.1.3"
2694 },
2695 "suggest": {
2696 "psr/event-dispatcher": "",
2697 "symfony/event-dispatcher-implementation": ""
2698 },
2699 "type": "library",
2700 "extra": {
2701 "branch-alias": {
2702 "dev-master": "1.1-dev"
2703 },
2704 "thanks": {
2705 "name": "symfony/contracts",
2706 "url": "https://github.com/symfony/contracts"
2707 }
2708 },
2709 "autoload": {
2710 "psr-4": {
2711 "Symfony\\Contracts\\EventDispatcher\\": ""
2712 }
2713 },
2714 "notification-url": "https://packagist.org/downloads/",
2715 "license": [
2716 "MIT"
2717 ],
2718 "authors": [
2719 {
2720 "name": "Nicolas Grekas",
2721 "email": "p@tchwork.com"
2722 },
2723 {
2724 "name": "Symfony Community",
2725 "homepage": "https://symfony.com/contributors"
2726 }
2727 ],
2728 "description": "Generic abstractions related to dispatching event",
2729 "homepage": "https://symfony.com",
2730 "keywords": [
2731 "abstractions",
2732 "contracts",
2733 "decoupling",
2734 "interfaces",
2735 "interoperability",
2736 "standards"
2737 ],
2738 "support": {
2739 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
2740 },
2741 "funding": [
2742 {
2743 "url": "https://symfony.com/sponsor",
2744 "type": "custom"
2745 },
2746 {
2747 "url": "https://github.com/fabpot",
2748 "type": "github"
2749 },
2750 {
2751 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2752 "type": "tidelift"
2753 }
2754 ],
2755 "time": "2020-07-06T13:19:58+00:00"
2756 },
2757 {
2758 "name": "symfony/filesystem",
2759 "version": "v4.4.17",
2760 "source": {
2761 "type": "git",
2762 "url": "https://github.com/symfony/filesystem.git",
2763 "reference": "17b83e36a911aefa2cfe04bbf6328ec4c040c1b2"
2764 },
2765 "dist": {
2766 "type": "zip",
2767 "url": "https://api.github.com/repos/symfony/filesystem/zipball/17b83e36a911aefa2cfe04bbf6328ec4c040c1b2",
2768 "reference": "17b83e36a911aefa2cfe04bbf6328ec4c040c1b2",
2769 "shasum": ""
2770 },
2771 "require": {
2772 "php": ">=7.1.3",
2773 "symfony/polyfill-ctype": "~1.8"
2774 },
2775 "type": "library",
2776 "autoload": {
2777 "psr-4": {
2778 "Symfony\\Component\\Filesystem\\": ""
2779 },
2780 "exclude-from-classmap": [
2781 "/Tests/"
2782 ]
2783 },
2784 "notification-url": "https://packagist.org/downloads/",
2785 "license": [
2786 "MIT"
2787 ],
2788 "authors": [
2789 {
2790 "name": "Fabien Potencier",
2791 "email": "fabien@symfony.com"
2792 },
2793 {
2794 "name": "Symfony Community",
2795 "homepage": "https://symfony.com/contributors"
2796 }
2797 ],
2798 "description": "Symfony Filesystem Component",
2799 "homepage": "https://symfony.com",
2800 "support": {
2801 "source": "https://github.com/symfony/filesystem/tree/v4.4.17"
2802 },
2803 "funding": [
2804 {
2805 "url": "https://symfony.com/sponsor",
2806 "type": "custom"
2807 },
2808 {
2809 "url": "https://github.com/fabpot",
2810 "type": "github"
2811 },
2812 {
2813 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2814 "type": "tidelift"
2815 }
2816 ],
2817 "time": "2020-11-11T22:20:15+00:00"
2818 },
2819 {
2820 "name": "symfony/finder",
2821 "version": "v4.4.17",
2822 "source": {
2823 "type": "git",
2824 "url": "https://github.com/symfony/finder.git",
2825 "reference": "9f1d1d883b79a91ef320c0c6e803494e042ef36e"
2826 },
2827 "dist": {
2828 "type": "zip",
2829 "url": "https://api.github.com/repos/symfony/finder/zipball/9f1d1d883b79a91ef320c0c6e803494e042ef36e",
2830 "reference": "9f1d1d883b79a91ef320c0c6e803494e042ef36e",
2831 "shasum": ""
2832 },
2833 "require": {
2834 "php": ">=7.1.3"
2835 },
2836 "type": "library",
2837 "autoload": {
2838 "psr-4": {
2839 "Symfony\\Component\\Finder\\": ""
2840 },
2841 "exclude-from-classmap": [
2842 "/Tests/"
2843 ]
2844 },
2845 "notification-url": "https://packagist.org/downloads/",
2846 "license": [
2847 "MIT"
2848 ],
2849 "authors": [
2850 {
2851 "name": "Fabien Potencier",
2852 "email": "fabien@symfony.com"
2853 },
2854 {
2855 "name": "Symfony Community",
2856 "homepage": "https://symfony.com/contributors"
2857 }
2858 ],
2859 "description": "Symfony Finder Component",
2860 "homepage": "https://symfony.com",
2861 "support": {
2862 "source": "https://github.com/symfony/finder/tree/v4.4.17"
2863 },
2864 "funding": [
2865 {
2866 "url": "https://symfony.com/sponsor",
2867 "type": "custom"
2868 },
2869 {
2870 "url": "https://github.com/fabpot",
2871 "type": "github"
2872 },
2873 {
2874 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2875 "type": "tidelift"
2876 }
2877 ],
2878 "time": "2020-11-17T19:45:34+00:00"
2879 },
2880 {
2881 "name": "symfony/flex",
2882 "version": "v1.11.0",
2883 "source": {
2884 "type": "git",
2885 "url": "https://github.com/symfony/flex.git",
2886 "reference": "ceb2b4e612bd0b4bb36a4d7fb2e800c861652f48"
2887 },
2888 "dist": {
2889 "type": "zip",
2890 "url": "https://api.github.com/repos/symfony/flex/zipball/ceb2b4e612bd0b4bb36a4d7fb2e800c861652f48",
2891 "reference": "ceb2b4e612bd0b4bb36a4d7fb2e800c861652f48",
2892 "shasum": ""
2893 },
2894 "require": {
2895 "composer-plugin-api": "^1.0|^2.0",
2896 "php": ">=7.1"
2897 },
2898 "require-dev": {
2899 "composer/composer": "^1.0.2|^2.0",
2900 "symfony/dotenv": "^4.4|^5.0",
2901 "symfony/filesystem": "^4.4|^5.0",
2902 "symfony/phpunit-bridge": "^4.4|^5.0",
2903 "symfony/process": "^3.4|^4.4|^5.0"
2904 },
2905 "type": "composer-plugin",
2906 "extra": {
2907 "branch-alias": {
2908 "dev-main": "1.9-dev"
2909 },
2910 "class": "Symfony\\Flex\\Flex"
2911 },
2912 "autoload": {
2913 "psr-4": {
2914 "Symfony\\Flex\\": "src"
2915 }
2916 },
2917 "notification-url": "https://packagist.org/downloads/",
2918 "license": [
2919 "MIT"
2920 ],
2921 "authors": [
2922 {
2923 "name": "Fabien Potencier",
2924 "email": "fabien.potencier@gmail.com"
2925 }
2926 ],
2927 "description": "Composer plugin for Symfony",
2928 "support": {
2929 "issues": "https://github.com/symfony/flex/issues",
2930 "source": "https://github.com/symfony/flex/tree/v1.11.0"
2931 },
2932 "funding": [
2933 {
2934 "url": "https://symfony.com/sponsor",
2935 "type": "custom"
2936 },
2937 {
2938 "url": "https://github.com/fabpot",
2939 "type": "github"
2940 },
2941 {
2942 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2943 "type": "tidelift"
2944 }
2945 ],
2946 "time": "2020-12-03T10:57:35+00:00"
2947 },
2948 {
2949 "name": "symfony/form",
2950 "version": "v4.4.17",
2951 "source": {
2952 "type": "git",
2953 "url": "https://github.com/symfony/form.git",
2954 "reference": "214e940d48cae3e33483d3ddadfc4d6cb80d1b62"
2955 },
2956 "dist": {
2957 "type": "zip",
2958 "url": "https://api.github.com/repos/symfony/form/zipball/214e940d48cae3e33483d3ddadfc4d6cb80d1b62",
2959 "reference": "214e940d48cae3e33483d3ddadfc4d6cb80d1b62",
2960 "shasum": ""
2961 },
2962 "require": {
2963 "php": ">=7.1.3",
2964 "symfony/event-dispatcher": "^4.3",
2965 "symfony/intl": "^4.4|^5.0",
2966 "symfony/options-resolver": "~4.3|^5.0",
2967 "symfony/polyfill-ctype": "~1.8",
2968 "symfony/polyfill-mbstring": "~1.0",
2969 "symfony/property-access": "^3.4.40|^4.4.8|^5.0.8",
2970 "symfony/service-contracts": "^1.1|^2"
2971 },
2972 "conflict": {
2973 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2974 "symfony/console": "<4.3",
2975 "symfony/dependency-injection": "<3.4",
2976 "symfony/doctrine-bridge": "<3.4",
2977 "symfony/framework-bundle": "<3.4",
2978 "symfony/http-kernel": "<4.4",
2979 "symfony/intl": "<4.3",
2980 "symfony/translation": "<4.2",
2981 "symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
2982 },
2983 "require-dev": {
2984 "doctrine/collections": "~1.0",
2985 "symfony/config": "^3.4|^4.0|^5.0",
2986 "symfony/console": "^4.3|^5.0",
2987 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2988 "symfony/expression-language": "^3.4|^4.0|^5.0",
2989 "symfony/http-foundation": "^3.4|^4.0|^5.0",
2990 "symfony/http-kernel": "^4.4",
2991 "symfony/security-csrf": "^3.4|^4.0|^5.0",
2992 "symfony/translation": "^4.2|^5.0",
2993 "symfony/validator": "^4.4.17|^5.1.9",
2994 "symfony/var-dumper": "^4.3|^5.0"
2995 },
2996 "suggest": {
2997 "symfony/security-csrf": "For protecting forms against CSRF attacks.",
2998 "symfony/twig-bridge": "For templating with Twig.",
2999 "symfony/validator": "For form validation."
3000 },
3001 "type": "library",
3002 "autoload": {
3003 "psr-4": {
3004 "Symfony\\Component\\Form\\": ""
3005 },
3006 "exclude-from-classmap": [
3007 "/Tests/"
3008 ]
3009 },
3010 "notification-url": "https://packagist.org/downloads/",
3011 "license": [
3012 "MIT"
3013 ],
3014 "authors": [
3015 {
3016 "name": "Fabien Potencier",
3017 "email": "fabien@symfony.com"
3018 },
3019 {
3020 "name": "Symfony Community",
3021 "homepage": "https://symfony.com/contributors"
3022 }
3023 ],
3024 "description": "Symfony Form Component",
3025 "homepage": "https://symfony.com",
3026 "support": {
3027 "source": "https://github.com/symfony/form/tree/v4.4.17"
3028 },
3029 "funding": [
3030 {
3031 "url": "https://symfony.com/sponsor",
3032 "type": "custom"
3033 },
3034 {
3035 "url": "https://github.com/fabpot",
3036 "type": "github"
3037 },
3038 {
3039 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3040 "type": "tidelift"
3041 }
3042 ],
3043 "time": "2020-11-27T08:28:28+00:00"
3044 },
3045 {
3046 "name": "symfony/framework-bundle",
3047 "version": "v4.4.17",
3048 "source": {
3049 "type": "git",
3050 "url": "https://github.com/symfony/framework-bundle.git",
3051 "reference": "3aea107a3cf50c351a492ab855caa6b2fd0f66a2"
3052 },
3053 "dist": {
3054 "type": "zip",
3055 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3aea107a3cf50c351a492ab855caa6b2fd0f66a2",
3056 "reference": "3aea107a3cf50c351a492ab855caa6b2fd0f66a2",
3057 "shasum": ""
3058 },
3059 "require": {
3060 "ext-xml": "*",
3061 "php": ">=7.1.3",
3062 "symfony/cache": "^4.4|^5.0",
3063 "symfony/config": "^4.3.4|^5.0",
3064 "symfony/dependency-injection": "^4.4.1|^5.0.1",
3065 "symfony/error-handler": "^4.4.1|^5.0.1",
3066 "symfony/filesystem": "^3.4|^4.0|^5.0",
3067 "symfony/finder": "^3.4|^4.0|^5.0",
3068 "symfony/http-foundation": "^4.4|^5.0",
3069 "symfony/http-kernel": "^4.4",
3070 "symfony/polyfill-mbstring": "~1.0",
3071 "symfony/routing": "^4.4|^5.0"
3072 },
3073 "conflict": {
3074 "doctrine/persistence": "<1.3",
3075 "phpdocumentor/reflection-docblock": "<3.0",
3076 "phpdocumentor/type-resolver": "<0.2.1",
3077 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
3078 "symfony/asset": "<3.4",
3079 "symfony/browser-kit": "<4.3",
3080 "symfony/console": "<4.3",
3081 "symfony/dom-crawler": "<4.3",
3082 "symfony/dotenv": "<4.3.6",
3083 "symfony/form": "<4.3.5",
3084 "symfony/http-client": "<4.4",
3085 "symfony/lock": "<4.4",
3086 "symfony/mailer": "<4.4",
3087 "symfony/messenger": "<4.4",
3088 "symfony/mime": "<4.4",
3089 "symfony/property-info": "<3.4",
3090 "symfony/security-bundle": "<4.4",
3091 "symfony/serializer": "<4.4",
3092 "symfony/stopwatch": "<3.4",
3093 "symfony/translation": "<4.4",
3094 "symfony/twig-bridge": "<4.1.1",
3095 "symfony/twig-bundle": "<4.4",
3096 "symfony/validator": "<4.4",
3097 "symfony/web-profiler-bundle": "<4.4",
3098 "symfony/workflow": "<4.3.6"
3099 },
3100 "require-dev": {
3101 "doctrine/annotations": "~1.7",
3102 "doctrine/cache": "~1.0",
3103 "paragonie/sodium_compat": "^1.8",
3104 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3105 "symfony/asset": "^3.4|^4.0|^5.0",
3106 "symfony/browser-kit": "^4.3|^5.0",
3107 "symfony/console": "^4.3.4|^5.0",
3108 "symfony/css-selector": "^3.4|^4.0|^5.0",
3109 "symfony/dom-crawler": "^4.3|^5.0",
3110 "symfony/dotenv": "^4.3.6|^5.0",
3111 "symfony/expression-language": "^3.4|^4.0|^5.0",
3112 "symfony/form": "^4.3.5|^5.0",
3113 "symfony/http-client": "^4.4|^5.0",
3114 "symfony/lock": "^4.4|^5.0",
3115 "symfony/mailer": "^4.4|^5.0",
3116 "symfony/messenger": "^4.4|^5.0",
3117 "symfony/mime": "^4.4|^5.0",
3118 "symfony/polyfill-intl-icu": "~1.0",
3119 "symfony/process": "^3.4|^4.0|^5.0",
3120 "symfony/property-info": "^3.4|^4.0|^5.0",
3121 "symfony/security-csrf": "^3.4|^4.0|^5.0",
3122 "symfony/security-http": "^3.4|^4.0|^5.0",
3123 "symfony/serializer": "^4.4|^5.0",
3124 "symfony/stopwatch": "^3.4|^4.0|^5.0",
3125 "symfony/templating": "^3.4|^4.0|^5.0",
3126 "symfony/translation": "^4.4|^5.0",
3127 "symfony/twig-bundle": "^4.4|^5.0",
3128 "symfony/validator": "^4.4|^5.0",
3129 "symfony/web-link": "^4.4|^5.0",
3130 "symfony/workflow": "^4.3.6|^5.0",
3131 "symfony/yaml": "^3.4|^4.0|^5.0",
3132 "twig/twig": "^1.41|^2.10|^3.0"
3133 },
3134 "suggest": {
3135 "ext-apcu": "For best performance of the system caches",
3136 "symfony/console": "For using the console commands",
3137 "symfony/form": "For using forms",
3138 "symfony/property-info": "For using the property_info service",
3139 "symfony/serializer": "For using the serializer service",
3140 "symfony/validator": "For using validation",
3141 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
3142 "symfony/yaml": "For using the debug:config and lint:yaml commands"
3143 },
3144 "type": "symfony-bundle",
3145 "autoload": {
3146 "psr-4": {
3147 "Symfony\\Bundle\\FrameworkBundle\\": ""
3148 },
3149 "exclude-from-classmap": [
3150 "/Tests/"
3151 ]
3152 },
3153 "notification-url": "https://packagist.org/downloads/",
3154 "license": [
3155 "MIT"
3156 ],
3157 "authors": [
3158 {
3159 "name": "Fabien Potencier",
3160 "email": "fabien@symfony.com"
3161 },
3162 {
3163 "name": "Symfony Community",
3164 "homepage": "https://symfony.com/contributors"
3165 }
3166 ],
3167 "description": "Symfony FrameworkBundle",
3168 "homepage": "https://symfony.com",
3169 "support": {
3170 "source": "https://github.com/symfony/framework-bundle/tree/v4.4.17"
3171 },
3172 "funding": [
3173 {
3174 "url": "https://symfony.com/sponsor",
3175 "type": "custom"
3176 },
3177 {
3178 "url": "https://github.com/fabpot",
3179 "type": "github"
3180 },
3181 {
3182 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3183 "type": "tidelift"
3184 }
3185 ],
3186 "time": "2020-11-27T14:11:20+00:00"
3187 },
3188 {
3189 "name": "symfony/http-client-contracts",
3190 "version": "v2.3.1",
3191 "source": {
3192 "type": "git",
3193 "url": "https://github.com/symfony/http-client-contracts.git",
3194 "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
3195 },
3196 "dist": {
3197 "type": "zip",
3198 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
3199 "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
3200 "shasum": ""
3201 },
3202 "require": {
3203 "php": ">=7.2.5"
3204 },
3205 "suggest": {
3206 "symfony/http-client-implementation": ""
3207 },
3208 "type": "library",
3209 "extra": {
3210 "branch-version": "2.3",
3211 "branch-alias": {
3212 "dev-main": "2.3-dev"
3213 },
3214 "thanks": {
3215 "name": "symfony/contracts",
3216 "url": "https://github.com/symfony/contracts"
3217 }
3218 },
3219 "autoload": {
3220 "psr-4": {
3221 "Symfony\\Contracts\\HttpClient\\": ""
3222 }
3223 },
3224 "notification-url": "https://packagist.org/downloads/",
3225 "license": [
3226 "MIT"
3227 ],
3228 "authors": [
3229 {
3230 "name": "Nicolas Grekas",
3231 "email": "p@tchwork.com"
3232 },
3233 {
3234 "name": "Symfony Community",
3235 "homepage": "https://symfony.com/contributors"
3236 }
3237 ],
3238 "description": "Generic abstractions related to HTTP clients",
3239 "homepage": "https://symfony.com",
3240 "keywords": [
3241 "abstractions",
3242 "contracts",
3243 "decoupling",
3244 "interfaces",
3245 "interoperability",
3246 "standards"
3247 ],
3248 "support": {
3249 "source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
3250 },
3251 "funding": [
3252 {
3253 "url": "https://symfony.com/sponsor",
3254 "type": "custom"
3255 },
3256 {
3257 "url": "https://github.com/fabpot",
3258 "type": "github"
3259 },
3260 {
3261 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3262 "type": "tidelift"
3263 }
3264 ],
3265 "time": "2020-10-14T17:08:19+00:00"
3266 },
3267 {
3268 "name": "symfony/http-foundation",
3269 "version": "v4.4.17",
3270 "source": {
3271 "type": "git",
3272 "url": "https://github.com/symfony/http-foundation.git",
3273 "reference": "9eeb37ec0ff3049c782ca67041648e28ddd75a94"
3274 },
3275 "dist": {
3276 "type": "zip",
3277 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9eeb37ec0ff3049c782ca67041648e28ddd75a94",
3278 "reference": "9eeb37ec0ff3049c782ca67041648e28ddd75a94",
3279 "shasum": ""
3280 },
3281 "require": {
3282 "php": ">=7.1.3",
3283 "symfony/mime": "^4.3|^5.0",
3284 "symfony/polyfill-mbstring": "~1.1"
3285 },
3286 "require-dev": {
3287 "predis/predis": "~1.0",
3288 "symfony/expression-language": "^3.4|^4.0|^5.0"
3289 },
3290 "type": "library",
3291 "autoload": {
3292 "psr-4": {
3293 "Symfony\\Component\\HttpFoundation\\": ""
3294 },
3295 "exclude-from-classmap": [
3296 "/Tests/"
3297 ]
3298 },
3299 "notification-url": "https://packagist.org/downloads/",
3300 "license": [
3301 "MIT"
3302 ],
3303 "authors": [
3304 {
3305 "name": "Fabien Potencier",
3306 "email": "fabien@symfony.com"
3307 },
3308 {
3309 "name": "Symfony Community",
3310 "homepage": "https://symfony.com/contributors"
3311 }
3312 ],
3313 "description": "Symfony HttpFoundation Component",
3314 "homepage": "https://symfony.com",
3315 "support": {
3316 "source": "https://github.com/symfony/http-foundation/tree/v4.4.17"
3317 },
3318 "funding": [
3319 {
3320 "url": "https://symfony.com/sponsor",
3321 "type": "custom"
3322 },
3323 {
3324 "url": "https://github.com/fabpot",
3325 "type": "github"
3326 },
3327 {
3328 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3329 "type": "tidelift"
3330 }
3331 ],
3332 "time": "2020-11-03T11:58:18+00:00"
3333 },
3334 {
3335 "name": "symfony/http-kernel",
3336 "version": "v4.4.17",
3337 "source": {
3338 "type": "git",
3339 "url": "https://github.com/symfony/http-kernel.git",
3340 "reference": "9f5605ee05406d8afa40dc4f2954c6a61de3a984"
3341 },
3342 "dist": {
3343 "type": "zip",
3344 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f5605ee05406d8afa40dc4f2954c6a61de3a984",
3345 "reference": "9f5605ee05406d8afa40dc4f2954c6a61de3a984",
3346 "shasum": ""
3347 },
3348 "require": {
3349 "php": ">=7.1.3",
3350 "psr/log": "~1.0",
3351 "symfony/error-handler": "^4.4",
3352 "symfony/event-dispatcher": "^4.4",
3353 "symfony/http-client-contracts": "^1.1|^2",
3354 "symfony/http-foundation": "^4.4|^5.0",
3355 "symfony/polyfill-ctype": "^1.8",
3356 "symfony/polyfill-php73": "^1.9",
3357 "symfony/polyfill-php80": "^1.15"
3358 },
3359 "conflict": {
3360 "symfony/browser-kit": "<4.3",
3361 "symfony/config": "<3.4",
3362 "symfony/console": ">=5",
3363 "symfony/dependency-injection": "<4.3",
3364 "symfony/translation": "<4.2",
3365 "twig/twig": "<1.34|<2.4,>=2"
3366 },
3367 "provide": {
3368 "psr/log-implementation": "1.0"
3369 },
3370 "require-dev": {
3371 "psr/cache": "~1.0",
3372 "symfony/browser-kit": "^4.3|^5.0",
3373 "symfony/config": "^3.4|^4.0|^5.0",
3374 "symfony/console": "^3.4|^4.0",
3375 "symfony/css-selector": "^3.4|^4.0|^5.0",
3376 "symfony/dependency-injection": "^4.3|^5.0",
3377 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
3378 "symfony/expression-language": "^3.4|^4.0|^5.0",
3379 "symfony/finder": "^3.4|^4.0|^5.0",
3380 "symfony/process": "^3.4|^4.0|^5.0",
3381 "symfony/routing": "^3.4|^4.0|^5.0",
3382 "symfony/stopwatch": "^3.4|^4.0|^5.0",
3383 "symfony/templating": "^3.4|^4.0|^5.0",
3384 "symfony/translation": "^4.2|^5.0",
3385 "symfony/translation-contracts": "^1.1|^2",
3386 "twig/twig": "^1.34|^2.4|^3.0"
3387 },
3388 "suggest": {
3389 "symfony/browser-kit": "",
3390 "symfony/config": "",
3391 "symfony/console": "",
3392 "symfony/dependency-injection": ""
3393 },
3394 "type": "library",
3395 "autoload": {
3396 "psr-4": {
3397 "Symfony\\Component\\HttpKernel\\": ""
3398 },
3399 "exclude-from-classmap": [
3400 "/Tests/"
3401 ]
3402 },
3403 "notification-url": "https://packagist.org/downloads/",
3404 "license": [
3405 "MIT"
3406 ],
3407 "authors": [
3408 {
3409 "name": "Fabien Potencier",
3410 "email": "fabien@symfony.com"
3411 },
3412 {
3413 "name": "Symfony Community",
3414 "homepage": "https://symfony.com/contributors"
3415 }
3416 ],
3417 "description": "Symfony HttpKernel Component",
3418 "homepage": "https://symfony.com",
3419 "support": {
3420 "source": "https://github.com/symfony/http-kernel/tree/v4.4.17"
3421 },
3422 "funding": [
3423 {
3424 "url": "https://symfony.com/sponsor",
3425 "type": "custom"
3426 },
3427 {
3428 "url": "https://github.com/fabpot",
3429 "type": "github"
3430 },
3431 {
3432 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3433 "type": "tidelift"
3434 }
3435 ],
3436 "time": "2020-11-29T09:23:08+00:00"
3437 },
3438 {
3439 "name": "symfony/inflector",
3440 "version": "v4.4.17",
3441 "source": {
3442 "type": "git",
3443 "url": "https://github.com/symfony/inflector.git",
3444 "reference": "a2ca868d7fc02800db67d1e1b6e5c83882d2aaa6"
3445 },
3446 "dist": {
3447 "type": "zip",
3448 "url": "https://api.github.com/repos/symfony/inflector/zipball/a2ca868d7fc02800db67d1e1b6e5c83882d2aaa6",
3449 "reference": "a2ca868d7fc02800db67d1e1b6e5c83882d2aaa6",
3450 "shasum": ""
3451 },
3452 "require": {
3453 "php": ">=7.1.3",
3454 "symfony/polyfill-ctype": "~1.8"
3455 },
3456 "type": "library",
3457 "autoload": {
3458 "psr-4": {
3459 "Symfony\\Component\\Inflector\\": ""
3460 },
3461 "exclude-from-classmap": [
3462 "/Tests/"
3463 ]
3464 },
3465 "notification-url": "https://packagist.org/downloads/",
3466 "license": [
3467 "MIT"
3468 ],
3469 "authors": [
3470 {
3471 "name": "Bernhard Schussek",
3472 "email": "bschussek@gmail.com"
3473 },
3474 {
3475 "name": "Symfony Community",
3476 "homepage": "https://symfony.com/contributors"
3477 }
3478 ],
3479 "description": "Symfony Inflector Component",
3480 "homepage": "https://symfony.com",
3481 "keywords": [
3482 "inflection",
3483 "pluralize",
3484 "singularize",
3485 "string",
3486 "symfony",
3487 "words"
3488 ],
3489 "support": {
3490 "source": "https://github.com/symfony/inflector/tree/v4.4.17"
3491 },
3492 "funding": [
3493 {
3494 "url": "https://symfony.com/sponsor",
3495 "type": "custom"
3496 },
3497 {
3498 "url": "https://github.com/fabpot",
3499 "type": "github"
3500 },
3501 {
3502 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3503 "type": "tidelift"
3504 }
3505 ],
3506 "time": "2020-10-24T11:50:19+00:00"
3507 },
3508 {
3509 "name": "symfony/intl",
3510 "version": "v4.4.17",
3511 "source": {
3512 "type": "git",
3513 "url": "https://github.com/symfony/intl.git",
3514 "reference": "193aef23cdc5d27785e78aaf1ba3f9bfb6e99850"
3515 },
3516 "dist": {
3517 "type": "zip",
3518 "url": "https://api.github.com/repos/symfony/intl/zipball/193aef23cdc5d27785e78aaf1ba3f9bfb6e99850",
3519 "reference": "193aef23cdc5d27785e78aaf1ba3f9bfb6e99850",
3520 "shasum": ""
3521 },
3522 "require": {
3523 "php": ">=7.1.3",
3524 "symfony/polyfill-intl-icu": "~1.0"
3525 },
3526 "require-dev": {
3527 "symfony/filesystem": "^3.4|^4.0|^5.0"
3528 },
3529 "suggest": {
3530 "ext-intl": "to use the component with locales other than \"en\""
3531 },
3532 "type": "library",
3533 "autoload": {
3534 "psr-4": {
3535 "Symfony\\Component\\Intl\\": ""
3536 },
3537 "classmap": [
3538 "Resources/stubs"
3539 ],
3540 "exclude-from-classmap": [
3541 "/Tests/"
3542 ]
3543 },
3544 "notification-url": "https://packagist.org/downloads/",
3545 "license": [
3546 "MIT"
3547 ],
3548 "authors": [
3549 {
3550 "name": "Bernhard Schussek",
3551 "email": "bschussek@gmail.com"
3552 },
3553 {
3554 "name": "Eriksen Costa",
3555 "email": "eriksen.costa@infranology.com.br"
3556 },
3557 {
3558 "name": "Igor Wiedler",
3559 "email": "igor@wiedler.ch"
3560 },
3561 {
3562 "name": "Symfony Community",
3563 "homepage": "https://symfony.com/contributors"
3564 }
3565 ],
3566 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
3567 "homepage": "https://symfony.com",
3568 "keywords": [
3569 "i18n",
3570 "icu",
3571 "internationalization",
3572 "intl",
3573 "l10n",
3574 "localization"
3575 ],
3576 "support": {
3577 "source": "https://github.com/symfony/intl/tree/v4.4.17"
3578 },
3579 "funding": [
3580 {
3581 "url": "https://symfony.com/sponsor",
3582 "type": "custom"
3583 },
3584 {
3585 "url": "https://github.com/fabpot",
3586 "type": "github"
3587 },
3588 {
3589 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3590 "type": "tidelift"
3591 }
3592 ],
3593 "time": "2020-11-03T11:57:46+00:00"
3594 },
3595 {
3596 "name": "symfony/mailer",
3597 "version": "v4.4.17",
3598 "source": {
3599 "type": "git",
3600 "url": "https://github.com/symfony/mailer.git",
3601 "reference": "ee9d1337d46d46d9022da7711c2f80614e3d9cda"
3602 },
3603 "dist": {
3604 "type": "zip",
3605 "url": "https://api.github.com/repos/symfony/mailer/zipball/ee9d1337d46d46d9022da7711c2f80614e3d9cda",
3606 "reference": "ee9d1337d46d46d9022da7711c2f80614e3d9cda",
3607 "shasum": ""
3608 },
3609 "require": {
3610 "egulias/email-validator": "^2.1.10",
3611 "php": ">=7.1.3",
3612 "psr/log": "~1.0",
3613 "symfony/event-dispatcher": "^4.3",
3614 "symfony/mime": "^4.4|^5.0",
3615 "symfony/service-contracts": "^1.1|^2"
3616 },
3617 "conflict": {
3618 "symfony/http-kernel": "<4.4",
3619 "symfony/sendgrid-mailer": "<4.4"
3620 },
3621 "require-dev": {
3622 "symfony/amazon-mailer": "^4.4|^5.0",
3623 "symfony/google-mailer": "^4.4|^5.0",
3624 "symfony/http-client-contracts": "^1.1|^2",
3625 "symfony/mailchimp-mailer": "^4.4|^5.0",
3626 "symfony/mailgun-mailer": "^4.4|^5.0",
3627 "symfony/messenger": "^4.4|^5.0",
3628 "symfony/postmark-mailer": "^4.4|^5.0",
3629 "symfony/sendgrid-mailer": "^4.4|^5.0"
3630 },
3631 "type": "library",
3632 "autoload": {
3633 "psr-4": {
3634 "Symfony\\Component\\Mailer\\": ""
3635 },
3636 "exclude-from-classmap": [
3637 "/Tests/"
3638 ]
3639 },
3640 "notification-url": "https://packagist.org/downloads/",
3641 "license": [
3642 "MIT"
3643 ],
3644 "authors": [
3645 {
3646 "name": "Fabien Potencier",
3647 "email": "fabien@symfony.com"
3648 },
3649 {
3650 "name": "Symfony Community",
3651 "homepage": "https://symfony.com/contributors"
3652 }
3653 ],
3654 "description": "Symfony Mailer Component",
3655 "homepage": "https://symfony.com",
3656 "support": {
3657 "source": "https://github.com/symfony/mailer/tree/v4.4.17"
3658 },
3659 "funding": [
3660 {
3661 "url": "https://symfony.com/sponsor",
3662 "type": "custom"
3663 },
3664 {
3665 "url": "https://github.com/fabpot",
3666 "type": "github"
3667 },
3668 {
3669 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3670 "type": "tidelift"
3671 }
3672 ],
3673 "time": "2020-10-28T20:42:29+00:00"
3674 },
3675 {
3676 "name": "symfony/mime",
3677 "version": "v4.4.17",
3678 "source": {
3679 "type": "git",
3680 "url": "https://github.com/symfony/mime.git",
3681 "reference": "4148b752f7e961931887410513ce3d9e267d25f2"
3682 },
3683 "dist": {
3684 "type": "zip",
3685 "url": "https://api.github.com/repos/symfony/mime/zipball/4148b752f7e961931887410513ce3d9e267d25f2",
3686 "reference": "4148b752f7e961931887410513ce3d9e267d25f2",
3687 "shasum": ""
3688 },
3689 "require": {
3690 "php": ">=7.1.3",
3691 "symfony/polyfill-intl-idn": "^1.10",
3692 "symfony/polyfill-mbstring": "^1.0"
3693 },
3694 "conflict": {
3695 "symfony/mailer": "<4.4"
3696 },
3697 "require-dev": {
3698 "egulias/email-validator": "^2.1.10",
3699 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
3700 },
3701 "type": "library",
3702 "autoload": {
3703 "psr-4": {
3704 "Symfony\\Component\\Mime\\": ""
3705 },
3706 "exclude-from-classmap": [
3707 "/Tests/"
3708 ]
3709 },
3710 "notification-url": "https://packagist.org/downloads/",
3711 "license": [
3712 "MIT"
3713 ],
3714 "authors": [
3715 {
3716 "name": "Fabien Potencier",
3717 "email": "fabien@symfony.com"
3718 },
3719 {
3720 "name": "Symfony Community",
3721 "homepage": "https://symfony.com/contributors"
3722 }
3723 ],
3724 "description": "A library to manipulate MIME messages",
3725 "homepage": "https://symfony.com",
3726 "keywords": [
3727 "mime",
3728 "mime-type"
3729 ],
3730 "support": {
3731 "source": "https://github.com/symfony/mime/tree/v4.4.17"
3732 },
3733 "funding": [
3734 {
3735 "url": "https://symfony.com/sponsor",
3736 "type": "custom"
3737 },
3738 {
3739 "url": "https://github.com/fabpot",
3740 "type": "github"
3741 },
3742 {
3743 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3744 "type": "tidelift"
3745 }
3746 ],
3747 "time": "2020-10-28T20:42:29+00:00"
3748 },
3749 {
3750 "name": "symfony/options-resolver",
3751 "version": "v4.4.17",
3752 "source": {
3753 "type": "git",
3754 "url": "https://github.com/symfony/options-resolver.git",
3755 "reference": "157a252222251310fe50c71012b4e72f01325850"
3756 },
3757 "dist": {
3758 "type": "zip",
3759 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/157a252222251310fe50c71012b4e72f01325850",
3760 "reference": "157a252222251310fe50c71012b4e72f01325850",
3761 "shasum": ""
3762 },
3763 "require": {
3764 "php": ">=7.1.3"
3765 },
3766 "type": "library",
3767 "autoload": {
3768 "psr-4": {
3769 "Symfony\\Component\\OptionsResolver\\": ""
3770 },
3771 "exclude-from-classmap": [
3772 "/Tests/"
3773 ]
3774 },
3775 "notification-url": "https://packagist.org/downloads/",
3776 "license": [
3777 "MIT"
3778 ],
3779 "authors": [
3780 {
3781 "name": "Fabien Potencier",
3782 "email": "fabien@symfony.com"
3783 },
3784 {
3785 "name": "Symfony Community",
3786 "homepage": "https://symfony.com/contributors"
3787 }
3788 ],
3789 "description": "Symfony OptionsResolver Component",
3790 "homepage": "https://symfony.com",
3791 "keywords": [
3792 "config",
3793 "configuration",
3794 "options"
3795 ],
3796 "support": {
3797 "source": "https://github.com/symfony/options-resolver/tree/v4.4.17"
3798 },
3799 "funding": [
3800 {
3801 "url": "https://symfony.com/sponsor",
3802 "type": "custom"
3803 },
3804 {
3805 "url": "https://github.com/fabpot",
3806 "type": "github"
3807 },
3808 {
3809 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3810 "type": "tidelift"
3811 }
3812 ],
3813 "time": "2020-10-24T11:50:19+00:00"
3814 },
3815 {
3816 "name": "symfony/polyfill-intl-icu",
3817 "version": "v1.20.0",
3818 "source": {
3819 "type": "git",
3820 "url": "https://github.com/symfony/polyfill-intl-icu.git",
3821 "reference": "c44d5bf6a75eed79555c6bf37505c6d39559353e"
3822 },
3823 "dist": {
3824 "type": "zip",
3825 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/c44d5bf6a75eed79555c6bf37505c6d39559353e",
3826 "reference": "c44d5bf6a75eed79555c6bf37505c6d39559353e",
3827 "shasum": ""
3828 },
3829 "require": {
3830 "php": ">=7.1",
3831 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
3832 },
3833 "suggest": {
3834 "ext-intl": "For best performance"
3835 },
3836 "type": "library",
3837 "extra": {
3838 "branch-alias": {
3839 "dev-main": "1.20-dev"
3840 },
3841 "thanks": {
3842 "name": "symfony/polyfill",
3843 "url": "https://github.com/symfony/polyfill"
3844 }
3845 },
3846 "autoload": {
3847 "files": [
3848 "bootstrap.php"
3849 ]
3850 },
3851 "notification-url": "https://packagist.org/downloads/",
3852 "license": [
3853 "MIT"
3854 ],
3855 "authors": [
3856 {
3857 "name": "Nicolas Grekas",
3858 "email": "p@tchwork.com"
3859 },
3860 {
3861 "name": "Symfony Community",
3862 "homepage": "https://symfony.com/contributors"
3863 }
3864 ],
3865 "description": "Symfony polyfill for intl's ICU-related data and classes",
3866 "homepage": "https://symfony.com",
3867 "keywords": [
3868 "compatibility",
3869 "icu",
3870 "intl",
3871 "polyfill",
3872 "portable",
3873 "shim"
3874 ],
3875 "support": {
3876 "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.20.0"
3877 },
3878 "funding": [
3879 {
3880 "url": "https://symfony.com/sponsor",
3881 "type": "custom"
3882 },
3883 {
3884 "url": "https://github.com/fabpot",
3885 "type": "github"
3886 },
3887 {
3888 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3889 "type": "tidelift"
3890 }
3891 ],
3892 "time": "2020-10-23T14:02:19+00:00"
3893 },
3894 {
3895 "name": "symfony/polyfill-intl-idn",
3896 "version": "v1.20.0",
3897 "source": {
3898 "type": "git",
3899 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3900 "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
3901 },
3902 "dist": {
3903 "type": "zip",
3904 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
3905 "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
3906 "shasum": ""
3907 },
3908 "require": {
3909 "php": ">=7.1",
3910 "symfony/polyfill-intl-normalizer": "^1.10",
3911 "symfony/polyfill-php72": "^1.10"
3912 },
3913 "suggest": {
3914 "ext-intl": "For best performance"
3915 },
3916 "type": "library",
3917 "extra": {
3918 "branch-alias": {
3919 "dev-main": "1.20-dev"
3920 },
3921 "thanks": {
3922 "name": "symfony/polyfill",
3923 "url": "https://github.com/symfony/polyfill"
3924 }
3925 },
3926 "autoload": {
3927 "psr-4": {
3928 "Symfony\\Polyfill\\Intl\\Idn\\": ""
3929 },
3930 "files": [
3931 "bootstrap.php"
3932 ]
3933 },
3934 "notification-url": "https://packagist.org/downloads/",
3935 "license": [
3936 "MIT"
3937 ],
3938 "authors": [
3939 {
3940 "name": "Laurent Bassin",
3941 "email": "laurent@bassin.info"
3942 },
3943 {
3944 "name": "Trevor Rowbotham",
3945 "email": "trevor.rowbotham@pm.me"
3946 },
3947 {
3948 "name": "Symfony Community",
3949 "homepage": "https://symfony.com/contributors"
3950 }
3951 ],
3952 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3953 "homepage": "https://symfony.com",
3954 "keywords": [
3955 "compatibility",
3956 "idn",
3957 "intl",
3958 "polyfill",
3959 "portable",
3960 "shim"
3961 ],
3962 "support": {
3963 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.20.0"
3964 },
3965 "funding": [
3966 {
3967 "url": "https://symfony.com/sponsor",
3968 "type": "custom"
3969 },
3970 {
3971 "url": "https://github.com/fabpot",
3972 "type": "github"
3973 },
3974 {
3975 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3976 "type": "tidelift"
3977 }
3978 ],
3979 "time": "2020-10-23T14:02:19+00:00"
3980 },
3981 {
3982 "name": "symfony/polyfill-intl-normalizer",
3983 "version": "v1.20.0",
3984 "source": {
3985 "type": "git",
3986 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3987 "reference": "727d1096295d807c309fb01a851577302394c897"
3988 },
3989 "dist": {
3990 "type": "zip",
3991 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
3992 "reference": "727d1096295d807c309fb01a851577302394c897",
3993 "shasum": ""
3994 },
3995 "require": {
3996 "php": ">=7.1"
3997 },
3998 "suggest": {
3999 "ext-intl": "For best performance"
4000 },
4001 "type": "library",
4002 "extra": {
4003 "branch-alias": {
4004 "dev-main": "1.20-dev"
4005 },
4006 "thanks": {
4007 "name": "symfony/polyfill",
4008 "url": "https://github.com/symfony/polyfill"
4009 }
4010 },
4011 "autoload": {
4012 "psr-4": {
4013 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4014 },
4015 "files": [
4016 "bootstrap.php"
4017 ],
4018 "classmap": [
4019 "Resources/stubs"
4020 ]
4021 },
4022 "notification-url": "https://packagist.org/downloads/",
4023 "license": [
4024 "MIT"
4025 ],
4026 "authors": [
4027 {
4028 "name": "Nicolas Grekas",
4029 "email": "p@tchwork.com"
4030 },
4031 {
4032 "name": "Symfony Community",
4033 "homepage": "https://symfony.com/contributors"
4034 }
4035 ],
4036 "description": "Symfony polyfill for intl's Normalizer class and related functions",
4037 "homepage": "https://symfony.com",
4038 "keywords": [
4039 "compatibility",
4040 "intl",
4041 "normalizer",
4042 "polyfill",
4043 "portable",
4044 "shim"
4045 ],
4046 "support": {
4047 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.20.0"
4048 },
4049 "funding": [
4050 {
4051 "url": "https://symfony.com/sponsor",
4052 "type": "custom"
4053 },
4054 {
4055 "url": "https://github.com/fabpot",
4056 "type": "github"
4057 },
4058 {
4059 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4060 "type": "tidelift"
4061 }
4062 ],
4063 "time": "2020-10-23T14:02:19+00:00"
4064 },
4065 {
4066 "name": "symfony/polyfill-mbstring",
4067 "version": "v1.20.0",
4068 "source": {
4069 "type": "git",
4070 "url": "https://github.com/symfony/polyfill-mbstring.git",
4071 "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
4072 },
4073 "dist": {
4074 "type": "zip",
4075 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
4076 "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
4077 "shasum": ""
4078 },
4079 "require": {
4080 "php": ">=7.1"
4081 },
4082 "suggest": {
4083 "ext-mbstring": "For best performance"
4084 },
4085 "type": "library",
4086 "extra": {
4087 "branch-alias": {
4088 "dev-main": "1.20-dev"
4089 },
4090 "thanks": {
4091 "name": "symfony/polyfill",
4092 "url": "https://github.com/symfony/polyfill"
4093 }
4094 },
4095 "autoload": {
4096 "psr-4": {
4097 "Symfony\\Polyfill\\Mbstring\\": ""
4098 },
4099 "files": [
4100 "bootstrap.php"
4101 ]
4102 },
4103 "notification-url": "https://packagist.org/downloads/",
4104 "license": [
4105 "MIT"
4106 ],
4107 "authors": [
4108 {
4109 "name": "Nicolas Grekas",
4110 "email": "p@tchwork.com"
4111 },
4112 {
4113 "name": "Symfony Community",
4114 "homepage": "https://symfony.com/contributors"
4115 }
4116 ],
4117 "description": "Symfony polyfill for the Mbstring extension",
4118 "homepage": "https://symfony.com",
4119 "keywords": [
4120 "compatibility",
4121 "mbstring",
4122 "polyfill",
4123 "portable",
4124 "shim"
4125 ],
4126 "support": {
4127 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0"
4128 },
4129 "funding": [
4130 {
4131 "url": "https://symfony.com/sponsor",
4132 "type": "custom"
4133 },
4134 {
4135 "url": "https://github.com/fabpot",
4136 "type": "github"
4137 },
4138 {
4139 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4140 "type": "tidelift"
4141 }
4142 ],
4143 "time": "2020-10-23T14:02:19+00:00"
4144 },
4145 {
4146 "name": "symfony/polyfill-php72",
4147 "version": "v1.20.0",
4148 "source": {
4149 "type": "git",
4150 "url": "https://github.com/symfony/polyfill-php72.git",
4151 "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
4152 },
4153 "dist": {
4154 "type": "zip",
4155 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
4156 "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
4157 "shasum": ""
4158 },
4159 "require": {
4160 "php": ">=7.1"
4161 },
4162 "type": "library",
4163 "extra": {
4164 "branch-alias": {
4165 "dev-main": "1.20-dev"
4166 },
4167 "thanks": {
4168 "name": "symfony/polyfill",
4169 "url": "https://github.com/symfony/polyfill"
4170 }
4171 },
4172 "autoload": {
4173 "psr-4": {
4174 "Symfony\\Polyfill\\Php72\\": ""
4175 },
4176 "files": [
4177 "bootstrap.php"
4178 ]
4179 },
4180 "notification-url": "https://packagist.org/downloads/",
4181 "license": [
4182 "MIT"
4183 ],
4184 "authors": [
4185 {
4186 "name": "Nicolas Grekas",
4187 "email": "p@tchwork.com"
4188 },
4189 {
4190 "name": "Symfony Community",
4191 "homepage": "https://symfony.com/contributors"
4192 }
4193 ],
4194 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4195 "homepage": "https://symfony.com",
4196 "keywords": [
4197 "compatibility",
4198 "polyfill",
4199 "portable",
4200 "shim"
4201 ],
4202 "support": {
4203 "source": "https://github.com/symfony/polyfill-php72/tree/v1.20.0"
4204 },
4205 "funding": [
4206 {
4207 "url": "https://symfony.com/sponsor",
4208 "type": "custom"
4209 },
4210 {
4211 "url": "https://github.com/fabpot",
4212 "type": "github"
4213 },
4214 {
4215 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4216 "type": "tidelift"
4217 }
4218 ],
4219 "time": "2020-10-23T14:02:19+00:00"
4220 },
4221 {
4222 "name": "symfony/polyfill-php73",
4223 "version": "v1.20.0",
4224 "source": {
4225 "type": "git",
4226 "url": "https://github.com/symfony/polyfill-php73.git",
4227 "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
4228 },
4229 "dist": {
4230 "type": "zip",
4231 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
4232 "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
4233 "shasum": ""
4234 },
4235 "require": {
4236 "php": ">=7.1"
4237 },
4238 "type": "library",
4239 "extra": {
4240 "branch-alias": {
4241 "dev-main": "1.20-dev"
4242 },
4243 "thanks": {
4244 "name": "symfony/polyfill",
4245 "url": "https://github.com/symfony/polyfill"
4246 }
4247 },
4248 "autoload": {
4249 "psr-4": {
4250 "Symfony\\Polyfill\\Php73\\": ""
4251 },
4252 "files": [
4253 "bootstrap.php"
4254 ],
4255 "classmap": [
4256 "Resources/stubs"
4257 ]
4258 },
4259 "notification-url": "https://packagist.org/downloads/",
4260 "license": [
4261 "MIT"
4262 ],
4263 "authors": [
4264 {
4265 "name": "Nicolas Grekas",
4266 "email": "p@tchwork.com"
4267 },
4268 {
4269 "name": "Symfony Community",
4270 "homepage": "https://symfony.com/contributors"
4271 }
4272 ],
4273 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4274 "homepage": "https://symfony.com",
4275 "keywords": [
4276 "compatibility",
4277 "polyfill",
4278 "portable",
4279 "shim"
4280 ],
4281 "support": {
4282 "source": "https://github.com/symfony/polyfill-php73/tree/v1.20.0"
4283 },
4284 "funding": [
4285 {
4286 "url": "https://symfony.com/sponsor",
4287 "type": "custom"
4288 },
4289 {
4290 "url": "https://github.com/fabpot",
4291 "type": "github"
4292 },
4293 {
4294 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4295 "type": "tidelift"
4296 }
4297 ],
4298 "time": "2020-10-23T14:02:19+00:00"
4299 },
4300 {
4301 "name": "symfony/polyfill-php80",
4302 "version": "v1.20.0",
4303 "source": {
4304 "type": "git",
4305 "url": "https://github.com/symfony/polyfill-php80.git",
4306 "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
4307 },
4308 "dist": {
4309 "type": "zip",
4310 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
4311 "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
4312 "shasum": ""
4313 },
4314 "require": {
4315 "php": ">=7.1"
4316 },
4317 "type": "library",
4318 "extra": {
4319 "branch-alias": {
4320 "dev-main": "1.20-dev"
4321 },
4322 "thanks": {
4323 "name": "symfony/polyfill",
4324 "url": "https://github.com/symfony/polyfill"
4325 }
4326 },
4327 "autoload": {
4328 "psr-4": {
4329 "Symfony\\Polyfill\\Php80\\": ""
4330 },
4331 "files": [
4332 "bootstrap.php"
4333 ],
4334 "classmap": [
4335 "Resources/stubs"
4336 ]
4337 },
4338 "notification-url": "https://packagist.org/downloads/",
4339 "license": [
4340 "MIT"
4341 ],
4342 "authors": [
4343 {
4344 "name": "Ion Bazan",
4345 "email": "ion.bazan@gmail.com"
4346 },
4347 {
4348 "name": "Nicolas Grekas",
4349 "email": "p@tchwork.com"
4350 },
4351 {
4352 "name": "Symfony Community",
4353 "homepage": "https://symfony.com/contributors"
4354 }
4355 ],
4356 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4357 "homepage": "https://symfony.com",
4358 "keywords": [
4359 "compatibility",
4360 "polyfill",
4361 "portable",
4362 "shim"
4363 ],
4364 "support": {
4365 "source": "https://github.com/symfony/polyfill-php80/tree/v1.20.0"
4366 },
4367 "funding": [
4368 {
4369 "url": "https://symfony.com/sponsor",
4370 "type": "custom"
4371 },
4372 {
4373 "url": "https://github.com/fabpot",
4374 "type": "github"
4375 },
4376 {
4377 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4378 "type": "tidelift"
4379 }
4380 ],
4381 "time": "2020-10-23T14:02:19+00:00"
4382 },
4383 {
4384 "name": "symfony/process",
4385 "version": "v4.4.17",
4386 "source": {
4387 "type": "git",
4388 "url": "https://github.com/symfony/process.git",
4389 "reference": "ec1482f13d53911a8a32e54ba6f9a3b43a57d943"
4390 },
4391 "dist": {
4392 "type": "zip",
4393 "url": "https://api.github.com/repos/symfony/process/zipball/ec1482f13d53911a8a32e54ba6f9a3b43a57d943",
4394 "reference": "ec1482f13d53911a8a32e54ba6f9a3b43a57d943",
4395 "shasum": ""
4396 },
4397 "require": {
4398 "php": ">=7.1.3"
4399 },
4400 "type": "library",
4401 "autoload": {
4402 "psr-4": {
4403 "Symfony\\Component\\Process\\": ""
4404 },
4405 "exclude-from-classmap": [
4406 "/Tests/"
4407 ]
4408 },
4409 "notification-url": "https://packagist.org/downloads/",
4410 "license": [
4411 "MIT"
4412 ],
4413 "authors": [
4414 {
4415 "name": "Fabien Potencier",
4416 "email": "fabien@symfony.com"
4417 },
4418 {
4419 "name": "Symfony Community",
4420 "homepage": "https://symfony.com/contributors"
4421 }
4422 ],
4423 "description": "Symfony Process Component",
4424 "homepage": "https://symfony.com",
4425 "support": {
4426 "source": "https://github.com/symfony/process/tree/v4.4.17"
4427 },
4428 "funding": [
4429 {
4430 "url": "https://symfony.com/sponsor",
4431 "type": "custom"
4432 },
4433 {
4434 "url": "https://github.com/fabpot",
4435 "type": "github"
4436 },
4437 {
4438 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4439 "type": "tidelift"
4440 }
4441 ],
4442 "time": "2020-11-02T15:10:16+00:00"
4443 },
4444 {
4445 "name": "symfony/profiler-pack",
4446 "version": "v1.0.5",
4447 "source": {
4448 "type": "git",
4449 "url": "https://github.com/symfony/profiler-pack.git",
4450 "reference": "29ec66471082b4eb068db11eb4f0a48c277653f7"
4451 },
4452 "dist": {
4453 "type": "zip",
4454 "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/29ec66471082b4eb068db11eb4f0a48c277653f7",
4455 "reference": "29ec66471082b4eb068db11eb4f0a48c277653f7",
4456 "shasum": ""
4457 },
4458 "require": {
4459 "symfony/stopwatch": "*",
4460 "symfony/twig-bundle": "*",
4461 "symfony/web-profiler-bundle": "*"
4462 },
4463 "type": "symfony-pack",
4464 "notification-url": "https://packagist.org/downloads/",
4465 "license": [
4466 "MIT"
4467 ],
4468 "description": "A pack for the Symfony web profiler",
4469 "support": {
4470 "issues": "https://github.com/symfony/profiler-pack/issues",
4471 "source": "https://github.com/symfony/profiler-pack/tree/v1.0.5"
4472 },
4473 "funding": [
4474 {
4475 "url": "https://symfony.com/sponsor",
4476 "type": "custom"
4477 },
4478 {
4479 "url": "https://github.com/fabpot",
4480 "type": "github"
4481 },
4482 {
4483 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4484 "type": "tidelift"
4485 }
4486 ],
4487 "time": "2020-08-12T06:50:46+00:00"
4488 },
4489 {
4490 "name": "symfony/property-access",
4491 "version": "v4.4.17",
4492 "source": {
4493 "type": "git",
4494 "url": "https://github.com/symfony/property-access.git",
4495 "reference": "ab8184f093095b40c3e7688bc4eb1d0484da327c"
4496 },
4497 "dist": {
4498 "type": "zip",
4499 "url": "https://api.github.com/repos/symfony/property-access/zipball/ab8184f093095b40c3e7688bc4eb1d0484da327c",
4500 "reference": "ab8184f093095b40c3e7688bc4eb1d0484da327c",
4501 "shasum": ""
4502 },
4503 "require": {
4504 "php": ">=7.1.3",
4505 "symfony/inflector": "^3.4|^4.0|^5.0"
4506 },
4507 "require-dev": {
4508 "symfony/cache": "^3.4|^4.0|^5.0"
4509 },
4510 "suggest": {
4511 "psr/cache-implementation": "To cache access methods."
4512 },
4513 "type": "library",
4514 "autoload": {
4515 "psr-4": {
4516 "Symfony\\Component\\PropertyAccess\\": ""
4517 },
4518 "exclude-from-classmap": [
4519 "/Tests/"
4520 ]
4521 },
4522 "notification-url": "https://packagist.org/downloads/",
4523 "license": [
4524 "MIT"
4525 ],
4526 "authors": [
4527 {
4528 "name": "Fabien Potencier",
4529 "email": "fabien@symfony.com"
4530 },
4531 {
4532 "name": "Symfony Community",
4533 "homepage": "https://symfony.com/contributors"
4534 }
4535 ],
4536 "description": "Symfony PropertyAccess Component",
4537 "homepage": "https://symfony.com",
4538 "keywords": [
4539 "access",
4540 "array",
4541 "extraction",
4542 "index",
4543 "injection",
4544 "object",
4545 "property",
4546 "property path",
4547 "reflection"
4548 ],
4549 "support": {
4550 "source": "https://github.com/symfony/property-access/tree/v4.4.17"
4551 },
4552 "funding": [
4553 {
4554 "url": "https://symfony.com/sponsor",
4555 "type": "custom"
4556 },
4557 {
4558 "url": "https://github.com/fabpot",
4559 "type": "github"
4560 },
4561 {
4562 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4563 "type": "tidelift"
4564 }
4565 ],
4566 "time": "2020-10-31T22:44:29+00:00"
4567 },
4568 {
4569 "name": "symfony/routing",
4570 "version": "v4.4.17",
4571 "source": {
4572 "type": "git",
4573 "url": "https://github.com/symfony/routing.git",
4574 "reference": "08712c5dd5041c03e997e13892f45884faccd868"
4575 },
4576 "dist": {
4577 "type": "zip",
4578 "url": "https://api.github.com/repos/symfony/routing/zipball/08712c5dd5041c03e997e13892f45884faccd868",
4579 "reference": "08712c5dd5041c03e997e13892f45884faccd868",
4580 "shasum": ""
4581 },
4582 "require": {
4583 "php": ">=7.1.3"
4584 },
4585 "conflict": {
4586 "symfony/config": "<4.2",
4587 "symfony/dependency-injection": "<3.4",
4588 "symfony/yaml": "<3.4"
4589 },
4590 "require-dev": {
4591 "doctrine/annotations": "~1.2",
4592 "psr/log": "~1.0",
4593 "symfony/config": "^4.2|^5.0",
4594 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
4595 "symfony/expression-language": "^3.4|^4.0|^5.0",
4596 "symfony/http-foundation": "^3.4|^4.0|^5.0",
4597 "symfony/yaml": "^3.4|^4.0|^5.0"
4598 },
4599 "suggest": {
4600 "doctrine/annotations": "For using the annotation loader",
4601 "symfony/config": "For using the all-in-one router or any loader",
4602 "symfony/expression-language": "For using expression matching",
4603 "symfony/http-foundation": "For using a Symfony Request object",
4604 "symfony/yaml": "For using the YAML loader"
4605 },
4606 "type": "library",
4607 "autoload": {
4608 "psr-4": {
4609 "Symfony\\Component\\Routing\\": ""
4610 },
4611 "exclude-from-classmap": [
4612 "/Tests/"
4613 ]
4614 },
4615 "notification-url": "https://packagist.org/downloads/",
4616 "license": [
4617 "MIT"
4618 ],
4619 "authors": [
4620 {
4621 "name": "Fabien Potencier",
4622 "email": "fabien@symfony.com"
4623 },
4624 {
4625 "name": "Symfony Community",
4626 "homepage": "https://symfony.com/contributors"
4627 }
4628 ],
4629 "description": "Symfony Routing Component",
4630 "homepage": "https://symfony.com",
4631 "keywords": [
4632 "router",
4633 "routing",
4634 "uri",
4635 "url"
4636 ],
4637 "support": {
4638 "source": "https://github.com/symfony/routing/tree/v4.4.17"
4639 },
4640 "funding": [
4641 {
4642 "url": "https://symfony.com/sponsor",
4643 "type": "custom"
4644 },
4645 {
4646 "url": "https://github.com/fabpot",
4647 "type": "github"
4648 },
4649 {
4650 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4651 "type": "tidelift"
4652 }
4653 ],
4654 "time": "2020-11-24T13:31:32+00:00"
4655 },
4656 {
4657 "name": "symfony/security-bundle",
4658 "version": "v4.4.17",
4659 "source": {
4660 "type": "git",
4661 "url": "https://github.com/symfony/security-bundle.git",
4662 "reference": "c48bce60a7b0e9c10f0e6ecdf8c6b6e1afbf6a94"
4663 },
4664 "dist": {
4665 "type": "zip",
4666 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/c48bce60a7b0e9c10f0e6ecdf8c6b6e1afbf6a94",
4667 "reference": "c48bce60a7b0e9c10f0e6ecdf8c6b6e1afbf6a94",
4668 "shasum": ""
4669 },
4670 "require": {
4671 "ext-xml": "*",
4672 "php": ">=7.1.3",
4673 "symfony/config": "^4.2|^5.0",
4674 "symfony/dependency-injection": "^4.4|^5.0",
4675 "symfony/http-kernel": "^4.4",
4676 "symfony/security-core": "^4.4",
4677 "symfony/security-csrf": "^4.2|^5.0",
4678 "symfony/security-guard": "^4.2|^5.0",
4679 "symfony/security-http": "^4.4.5"
4680 },
4681 "conflict": {
4682 "symfony/browser-kit": "<4.2",
4683 "symfony/console": "<3.4",
4684 "symfony/framework-bundle": "<4.4",
4685 "symfony/ldap": "<4.4",
4686 "symfony/twig-bundle": "<4.4"
4687 },
4688 "require-dev": {
4689 "doctrine/doctrine-bundle": "^1.5|^2.0",
4690 "symfony/asset": "^3.4|^4.0|^5.0",
4691 "symfony/browser-kit": "^4.2|^5.0",
4692 "symfony/console": "^3.4|^4.0|^5.0",
4693 "symfony/css-selector": "^3.4|^4.0|^5.0",
4694 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
4695 "symfony/expression-language": "^3.4|^4.0|^5.0",
4696 "symfony/form": "^3.4|^4.0|^5.0",
4697 "symfony/framework-bundle": "^4.4|^5.0",
4698 "symfony/process": "^3.4|^4.0|^5.0",
4699 "symfony/serializer": "^4.4|^5.0",
4700 "symfony/translation": "^3.4|^4.0|^5.0",
4701 "symfony/twig-bridge": "^3.4|^4.0|^5.0",
4702 "symfony/twig-bundle": "^4.4|^5.0",
4703 "symfony/validator": "^3.4|^4.0|^5.0",
4704 "symfony/yaml": "^3.4|^4.0|^5.0",
4705 "twig/twig": "^1.41|^2.10|^3.0"
4706 },
4707 "type": "symfony-bundle",
4708 "autoload": {
4709 "psr-4": {
4710 "Symfony\\Bundle\\SecurityBundle\\": ""
4711 },
4712 "exclude-from-classmap": [
4713 "/Tests/"
4714 ]
4715 },
4716 "notification-url": "https://packagist.org/downloads/",
4717 "license": [
4718 "MIT"
4719 ],
4720 "authors": [
4721 {
4722 "name": "Fabien Potencier",
4723 "email": "fabien@symfony.com"
4724 },
4725 {
4726 "name": "Symfony Community",
4727 "homepage": "https://symfony.com/contributors"
4728 }
4729 ],
4730 "description": "Symfony SecurityBundle",
4731 "homepage": "https://symfony.com",
4732 "support": {
4733 "source": "https://github.com/symfony/security-bundle/tree/v4.4.17"
4734 },
4735 "funding": [
4736 {
4737 "url": "https://symfony.com/sponsor",
4738 "type": "custom"
4739 },
4740 {
4741 "url": "https://github.com/fabpot",
4742 "type": "github"
4743 },
4744 {
4745 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4746 "type": "tidelift"
4747 }
4748 ],
4749 "time": "2020-10-31T22:44:29+00:00"
4750 },
4751 {
4752 "name": "symfony/security-core",
4753 "version": "v4.4.17",
4754 "source": {
4755 "type": "git",
4756 "url": "https://github.com/symfony/security-core.git",
4757 "reference": "c51efa61a1a9627f5f8fd35d3d5089f561b65bb8"
4758 },
4759 "dist": {
4760 "type": "zip",
4761 "url": "https://api.github.com/repos/symfony/security-core/zipball/c51efa61a1a9627f5f8fd35d3d5089f561b65bb8",
4762 "reference": "c51efa61a1a9627f5f8fd35d3d5089f561b65bb8",
4763 "shasum": ""
4764 },
4765 "require": {
4766 "php": ">=7.1.3",
4767 "symfony/event-dispatcher-contracts": "^1.1|^2",
4768 "symfony/service-contracts": "^1.1.6|^2"
4769 },
4770 "conflict": {
4771 "symfony/event-dispatcher": "<4.3|>=5",
4772 "symfony/ldap": "<4.4",
4773 "symfony/security-guard": "<4.3"
4774 },
4775 "require-dev": {
4776 "psr/container": "^1.0",
4777 "psr/log": "~1.0",
4778 "symfony/event-dispatcher": "^4.3",
4779 "symfony/expression-language": "^3.4|^4.0|^5.0",
4780 "symfony/http-foundation": "^3.4|^4.0|^5.0",
4781 "symfony/ldap": "^4.4|^5.0",
4782 "symfony/translation": "^4.4|^5.0",
4783 "symfony/validator": "^3.4.31|^4.3.4|^5.0"
4784 },
4785 "suggest": {
4786 "psr/container-implementation": "To instantiate the Security class",
4787 "symfony/event-dispatcher": "",
4788 "symfony/expression-language": "For using the expression voter",
4789 "symfony/http-foundation": "",
4790 "symfony/ldap": "For using LDAP integration",
4791 "symfony/validator": "For using the user password constraint"
4792 },
4793 "type": "library",
4794 "autoload": {
4795 "psr-4": {
4796 "Symfony\\Component\\Security\\Core\\": ""
4797 },
4798 "exclude-from-classmap": [
4799 "/Tests/"
4800 ]
4801 },
4802 "notification-url": "https://packagist.org/downloads/",
4803 "license": [
4804 "MIT"
4805 ],
4806 "authors": [
4807 {
4808 "name": "Fabien Potencier",
4809 "email": "fabien@symfony.com"
4810 },
4811 {
4812 "name": "Symfony Community",
4813 "homepage": "https://symfony.com/contributors"
4814 }
4815 ],
4816 "description": "Symfony Security Component - Core Library",
4817 "homepage": "https://symfony.com",
4818 "support": {
4819 "source": "https://github.com/symfony/security-core/tree/v4.4.17"
4820 },
4821 "funding": [
4822 {
4823 "url": "https://symfony.com/sponsor",
4824 "type": "custom"
4825 },
4826 {
4827 "url": "https://github.com/fabpot",
4828 "type": "github"
4829 },
4830 {
4831 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4832 "type": "tidelift"
4833 }
4834 ],
4835 "time": "2020-11-27T08:28:28+00:00"
4836 },
4837 {
4838 "name": "symfony/security-csrf",
4839 "version": "v4.4.17",
4840 "source": {
4841 "type": "git",
4842 "url": "https://github.com/symfony/security-csrf.git",
4843 "reference": "53d53bbb5d22ebece3f3ff4b8ec14957cc2ef7e1"
4844 },
4845 "dist": {
4846 "type": "zip",
4847 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/53d53bbb5d22ebece3f3ff4b8ec14957cc2ef7e1",
4848 "reference": "53d53bbb5d22ebece3f3ff4b8ec14957cc2ef7e1",
4849 "shasum": ""
4850 },
4851 "require": {
4852 "php": ">=7.1.3",
4853 "symfony/security-core": "^3.4|^4.0|^5.0"
4854 },
4855 "conflict": {
4856 "symfony/http-foundation": "<3.4"
4857 },
4858 "require-dev": {
4859 "symfony/http-foundation": "^3.4|^4.0|^5.0"
4860 },
4861 "suggest": {
4862 "symfony/http-foundation": "For using the class SessionTokenStorage."
4863 },
4864 "type": "library",
4865 "autoload": {
4866 "psr-4": {
4867 "Symfony\\Component\\Security\\Csrf\\": ""
4868 },
4869 "exclude-from-classmap": [
4870 "/Tests/"
4871 ]
4872 },
4873 "notification-url": "https://packagist.org/downloads/",
4874 "license": [
4875 "MIT"
4876 ],
4877 "authors": [
4878 {
4879 "name": "Fabien Potencier",
4880 "email": "fabien@symfony.com"
4881 },
4882 {
4883 "name": "Symfony Community",
4884 "homepage": "https://symfony.com/contributors"
4885 }
4886 ],
4887 "description": "Symfony Security Component - CSRF Library",
4888 "homepage": "https://symfony.com",
4889 "support": {
4890 "source": "https://github.com/symfony/security-csrf/tree/v4.4.17"
4891 },
4892 "funding": [
4893 {
4894 "url": "https://symfony.com/sponsor",
4895 "type": "custom"
4896 },
4897 {
4898 "url": "https://github.com/fabpot",
4899 "type": "github"
4900 },
4901 {
4902 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4903 "type": "tidelift"
4904 }
4905 ],
4906 "time": "2020-10-31T22:44:29+00:00"
4907 },
4908 {
4909 "name": "symfony/security-guard",
4910 "version": "v4.4.17",
4911 "source": {
4912 "type": "git",
4913 "url": "https://github.com/symfony/security-guard.git",
4914 "reference": "2671aff170d19f850bf1cc802e3edaa5cf1045f5"
4915 },
4916 "dist": {
4917 "type": "zip",
4918 "url": "https://api.github.com/repos/symfony/security-guard/zipball/2671aff170d19f850bf1cc802e3edaa5cf1045f5",
4919 "reference": "2671aff170d19f850bf1cc802e3edaa5cf1045f5",
4920 "shasum": ""
4921 },
4922 "require": {
4923 "php": ">=7.1.3",
4924 "symfony/security-core": "^3.4.22|^4.2.3|^5.0",
4925 "symfony/security-http": "^4.4.1"
4926 },
4927 "require-dev": {
4928 "psr/log": "~1.0"
4929 },
4930 "type": "library",
4931 "autoload": {
4932 "psr-4": {
4933 "Symfony\\Component\\Security\\Guard\\": ""
4934 },
4935 "exclude-from-classmap": [
4936 "/Tests/"
4937 ]
4938 },
4939 "notification-url": "https://packagist.org/downloads/",
4940 "license": [
4941 "MIT"
4942 ],
4943 "authors": [
4944 {
4945 "name": "Fabien Potencier",
4946 "email": "fabien@symfony.com"
4947 },
4948 {
4949 "name": "Symfony Community",
4950 "homepage": "https://symfony.com/contributors"
4951 }
4952 ],
4953 "description": "Symfony Security Component - Guard",
4954 "homepage": "https://symfony.com",
4955 "support": {
4956 "source": "https://github.com/symfony/security-guard/tree/v4.4.17"
4957 },
4958 "funding": [
4959 {
4960 "url": "https://symfony.com/sponsor",
4961 "type": "custom"
4962 },
4963 {
4964 "url": "https://github.com/fabpot",
4965 "type": "github"
4966 },
4967 {
4968 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4969 "type": "tidelift"
4970 }
4971 ],
4972 "time": "2020-10-31T22:44:29+00:00"
4973 },
4974 {
4975 "name": "symfony/security-http",
4976 "version": "v4.4.17",
4977 "source": {
4978 "type": "git",
4979 "url": "https://github.com/symfony/security-http.git",
4980 "reference": "bc0389c562e99fa7a69110b57aeed6a6c9be7808"
4981 },
4982 "dist": {
4983 "type": "zip",
4984 "url": "https://api.github.com/repos/symfony/security-http/zipball/bc0389c562e99fa7a69110b57aeed6a6c9be7808",
4985 "reference": "bc0389c562e99fa7a69110b57aeed6a6c9be7808",
4986 "shasum": ""
4987 },
4988 "require": {
4989 "php": ">=7.1.3",
4990 "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",
4991 "symfony/http-kernel": "^4.4",
4992 "symfony/property-access": "^3.4|^4.0|^5.0",
4993 "symfony/security-core": "^4.4.8"
4994 },
4995 "conflict": {
4996 "symfony/event-dispatcher": ">=5",
4997 "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11"
4998 },
4999 "require-dev": {
5000 "psr/log": "~1.0",
5001 "symfony/routing": "^3.4|^4.0|^5.0",
5002 "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0"
5003 },
5004 "suggest": {
5005 "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
5006 "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
5007 },
5008 "type": "library",
5009 "autoload": {
5010 "psr-4": {
5011 "Symfony\\Component\\Security\\Http\\": ""
5012 },
5013 "exclude-from-classmap": [
5014 "/Tests/"
5015 ]
5016 },
5017 "notification-url": "https://packagist.org/downloads/",
5018 "license": [
5019 "MIT"
5020 ],
5021 "authors": [
5022 {
5023 "name": "Fabien Potencier",
5024 "email": "fabien@symfony.com"
5025 },
5026 {
5027 "name": "Symfony Community",
5028 "homepage": "https://symfony.com/contributors"
5029 }
5030 ],
5031 "description": "Symfony Security Component - HTTP Integration",
5032 "homepage": "https://symfony.com",
5033 "support": {
5034 "source": "https://github.com/symfony/security-http/tree/v4.4.17"
5035 },
5036 "funding": [
5037 {
5038 "url": "https://symfony.com/sponsor",
5039 "type": "custom"
5040 },
5041 {
5042 "url": "https://github.com/fabpot",
5043 "type": "github"
5044 },
5045 {
5046 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5047 "type": "tidelift"
5048 }
5049 ],
5050 "time": "2020-11-01T21:34:37+00:00"
5051 },
5052 {
5053 "name": "symfony/service-contracts",
5054 "version": "v2.2.0",
5055 "source": {
5056 "type": "git",
5057 "url": "https://github.com/symfony/service-contracts.git",
5058 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
5059 },
5060 "dist": {
5061 "type": "zip",
5062 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
5063 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
5064 "shasum": ""
5065 },
5066 "require": {
5067 "php": ">=7.2.5",
5068 "psr/container": "^1.0"
5069 },
5070 "suggest": {
5071 "symfony/service-implementation": ""
5072 },
5073 "type": "library",
5074 "extra": {
5075 "branch-alias": {
5076 "dev-master": "2.2-dev"
5077 },
5078 "thanks": {
5079 "name": "symfony/contracts",
5080 "url": "https://github.com/symfony/contracts"
5081 }
5082 },
5083 "autoload": {
5084 "psr-4": {
5085 "Symfony\\Contracts\\Service\\": ""
5086 }
5087 },
5088 "notification-url": "https://packagist.org/downloads/",
5089 "license": [
5090 "MIT"
5091 ],
5092 "authors": [
5093 {
5094 "name": "Nicolas Grekas",
5095 "email": "p@tchwork.com"
5096 },
5097 {
5098 "name": "Symfony Community",
5099 "homepage": "https://symfony.com/contributors"
5100 }
5101 ],
5102 "description": "Generic abstractions related to writing services",
5103 "homepage": "https://symfony.com",
5104 "keywords": [
5105 "abstractions",
5106 "contracts",
5107 "decoupling",
5108 "interfaces",
5109 "interoperability",
5110 "standards"
5111 ],
5112 "support": {
5113 "source": "https://github.com/symfony/service-contracts/tree/master"
5114 },
5115 "funding": [
5116 {
5117 "url": "https://symfony.com/sponsor",
5118 "type": "custom"
5119 },
5120 {
5121 "url": "https://github.com/fabpot",
5122 "type": "github"
5123 },
5124 {
5125 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5126 "type": "tidelift"
5127 }
5128 ],
5129 "time": "2020-09-07T11:33:47+00:00"
5130 },
5131 {
5132 "name": "symfony/stopwatch",
5133 "version": "v4.4.17",
5134 "source": {
5135 "type": "git",
5136 "url": "https://github.com/symfony/stopwatch.git",
5137 "reference": "c7a594108ed01c89555c4e1bb123b4a54aee2595"
5138 },
5139 "dist": {
5140 "type": "zip",
5141 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c7a594108ed01c89555c4e1bb123b4a54aee2595",
5142 "reference": "c7a594108ed01c89555c4e1bb123b4a54aee2595",
5143 "shasum": ""
5144 },
5145 "require": {
5146 "php": ">=7.1.3",
5147 "symfony/service-contracts": "^1.0|^2"
5148 },
5149 "type": "library",
5150 "autoload": {
5151 "psr-4": {
5152 "Symfony\\Component\\Stopwatch\\": ""
5153 },
5154 "exclude-from-classmap": [
5155 "/Tests/"
5156 ]
5157 },
5158 "notification-url": "https://packagist.org/downloads/",
5159 "license": [
5160 "MIT"
5161 ],
5162 "authors": [
5163 {
5164 "name": "Fabien Potencier",
5165 "email": "fabien@symfony.com"
5166 },
5167 {
5168 "name": "Symfony Community",
5169 "homepage": "https://symfony.com/contributors"
5170 }
5171 ],
5172 "description": "Symfony Stopwatch Component",
5173 "homepage": "https://symfony.com",
5174 "support": {
5175 "source": "https://github.com/symfony/stopwatch/tree/v4.4.17"
5176 },
5177 "funding": [
5178 {
5179 "url": "https://symfony.com/sponsor",
5180 "type": "custom"
5181 },
5182 {
5183 "url": "https://github.com/fabpot",
5184 "type": "github"
5185 },
5186 {
5187 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5188 "type": "tidelift"
5189 }
5190 ],
5191 "time": "2020-10-31T22:44:29+00:00"
5192 },
5193 {
5194 "name": "symfony/translation",
5195 "version": "v4.4.17",
5196 "source": {
5197 "type": "git",
5198 "url": "https://github.com/symfony/translation.git",
5199 "reference": "84821e6a14a637e817f25d11147388695b6f790a"
5200 },
5201 "dist": {
5202 "type": "zip",
5203 "url": "https://api.github.com/repos/symfony/translation/zipball/84821e6a14a637e817f25d11147388695b6f790a",
5204 "reference": "84821e6a14a637e817f25d11147388695b6f790a",
5205 "shasum": ""
5206 },
5207 "require": {
5208 "php": ">=7.1.3",
5209 "symfony/polyfill-mbstring": "~1.0",
5210 "symfony/translation-contracts": "^1.1.6|^2"
5211 },
5212 "conflict": {
5213 "symfony/config": "<3.4",
5214 "symfony/dependency-injection": "<3.4",
5215 "symfony/http-kernel": "<4.4",
5216 "symfony/yaml": "<3.4"
5217 },
5218 "provide": {
5219 "symfony/translation-implementation": "1.0"
5220 },
5221 "require-dev": {
5222 "psr/log": "~1.0",
5223 "symfony/config": "^3.4|^4.0|^5.0",
5224 "symfony/console": "^3.4|^4.0|^5.0",
5225 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5226 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
5227 "symfony/http-kernel": "^4.4",
5228 "symfony/intl": "^3.4|^4.0|^5.0",
5229 "symfony/service-contracts": "^1.1.2|^2",
5230 "symfony/yaml": "^3.4|^4.0|^5.0"
5231 },
5232 "suggest": {
5233 "psr/log-implementation": "To use logging capability in translator",
5234 "symfony/config": "",
5235 "symfony/yaml": ""
5236 },
5237 "type": "library",
5238 "autoload": {
5239 "psr-4": {
5240 "Symfony\\Component\\Translation\\": ""
5241 },
5242 "exclude-from-classmap": [
5243 "/Tests/"
5244 ]
5245 },
5246 "notification-url": "https://packagist.org/downloads/",
5247 "license": [
5248 "MIT"
5249 ],
5250 "authors": [
5251 {
5252 "name": "Fabien Potencier",
5253 "email": "fabien@symfony.com"
5254 },
5255 {
5256 "name": "Symfony Community",
5257 "homepage": "https://symfony.com/contributors"
5258 }
5259 ],
5260 "description": "Symfony Translation Component",
5261 "homepage": "https://symfony.com",
5262 "support": {
5263 "source": "https://github.com/symfony/translation/tree/v4.4.17"
5264 },
5265 "funding": [
5266 {
5267 "url": "https://symfony.com/sponsor",
5268 "type": "custom"
5269 },
5270 {
5271 "url": "https://github.com/fabpot",
5272 "type": "github"
5273 },
5274 {
5275 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5276 "type": "tidelift"
5277 }
5278 ],
5279 "time": "2020-11-27T06:35:49+00:00"
5280 },
5281 {
5282 "name": "symfony/translation-contracts",
5283 "version": "v2.3.0",
5284 "source": {
5285 "type": "git",
5286 "url": "https://github.com/symfony/translation-contracts.git",
5287 "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
5288 },
5289 "dist": {
5290 "type": "zip",
5291 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
5292 "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
5293 "shasum": ""
5294 },
5295 "require": {
5296 "php": ">=7.2.5"
5297 },
5298 "suggest": {
5299 "symfony/translation-implementation": ""
5300 },
5301 "type": "library",
5302 "extra": {
5303 "branch-alias": {
5304 "dev-master": "2.3-dev"
5305 },
5306 "thanks": {
5307 "name": "symfony/contracts",
5308 "url": "https://github.com/symfony/contracts"
5309 }
5310 },
5311 "autoload": {
5312 "psr-4": {
5313 "Symfony\\Contracts\\Translation\\": ""
5314 }
5315 },
5316 "notification-url": "https://packagist.org/downloads/",
5317 "license": [
5318 "MIT"
5319 ],
5320 "authors": [
5321 {
5322 "name": "Nicolas Grekas",
5323 "email": "p@tchwork.com"
5324 },
5325 {
5326 "name": "Symfony Community",
5327 "homepage": "https://symfony.com/contributors"
5328 }
5329 ],
5330 "description": "Generic abstractions related to translation",
5331 "homepage": "https://symfony.com",
5332 "keywords": [
5333 "abstractions",
5334 "contracts",
5335 "decoupling",
5336 "interfaces",
5337 "interoperability",
5338 "standards"
5339 ],
5340 "support": {
5341 "source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
5342 },
5343 "funding": [
5344 {
5345 "url": "https://symfony.com/sponsor",
5346 "type": "custom"
5347 },
5348 {
5349 "url": "https://github.com/fabpot",
5350 "type": "github"
5351 },
5352 {
5353 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5354 "type": "tidelift"
5355 }
5356 ],
5357 "time": "2020-09-28T13:05:58+00:00"
5358 },
5359 {
5360 "name": "symfony/twig-bridge",
5361 "version": "v4.4.17",
5362 "source": {
5363 "type": "git",
5364 "url": "https://github.com/symfony/twig-bridge.git",
5365 "reference": "7d119d2cffb4d11a42690205c2427625c80a060e"
5366 },
5367 "dist": {
5368 "type": "zip",
5369 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/7d119d2cffb4d11a42690205c2427625c80a060e",
5370 "reference": "7d119d2cffb4d11a42690205c2427625c80a060e",
5371 "shasum": ""
5372 },
5373 "require": {
5374 "php": ">=7.1.3",
5375 "symfony/translation-contracts": "^1.1|^2",
5376 "twig/twig": "^1.41|^2.10|^3.0"
5377 },
5378 "conflict": {
5379 "symfony/console": "<3.4",
5380 "symfony/form": "<4.4",
5381 "symfony/http-foundation": "<4.3",
5382 "symfony/translation": "<4.2",
5383 "symfony/workflow": "<4.3"
5384 },
5385 "require-dev": {
5386 "egulias/email-validator": "^2.1.10",
5387 "symfony/asset": "^3.4|^4.0|^5.0",
5388 "symfony/console": "^3.4|^4.0|^5.0",
5389 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5390 "symfony/error-handler": "^4.4|^5.0",
5391 "symfony/expression-language": "^3.4|^4.0|^5.0",
5392 "symfony/finder": "^3.4|^4.0|^5.0",
5393 "symfony/form": "^4.4.17",
5394 "symfony/http-foundation": "^4.3|^5.0",
5395 "symfony/http-kernel": "^4.4",
5396 "symfony/mime": "^4.3|^5.0",
5397 "symfony/polyfill-intl-icu": "~1.0",
5398 "symfony/routing": "^3.4|^4.0|^5.0",
5399 "symfony/security-acl": "^2.8|^3.0",
5400 "symfony/security-core": "^3.0|^4.0|^5.0",
5401 "symfony/security-csrf": "^3.4|^4.0|^5.0",
5402 "symfony/security-http": "^3.4|^4.0|^5.0",
5403 "symfony/stopwatch": "^3.4|^4.0|^5.0",
5404 "symfony/templating": "^3.4|^4.0|^5.0",
5405 "symfony/translation": "^4.2.1|^5.0",
5406 "symfony/web-link": "^4.4|^5.0",
5407 "symfony/workflow": "^4.3|^5.0",
5408 "symfony/yaml": "^3.4|^4.0|^5.0",
5409 "twig/cssinliner-extra": "^2.12",
5410 "twig/inky-extra": "^2.12",
5411 "twig/markdown-extra": "^2.12"
5412 },
5413 "suggest": {
5414 "symfony/asset": "For using the AssetExtension",
5415 "symfony/expression-language": "For using the ExpressionExtension",
5416 "symfony/finder": "",
5417 "symfony/form": "For using the FormExtension",
5418 "symfony/http-kernel": "For using the HttpKernelExtension",
5419 "symfony/routing": "For using the RoutingExtension",
5420 "symfony/security-core": "For using the SecurityExtension",
5421 "symfony/security-csrf": "For using the CsrfExtension",
5422 "symfony/security-http": "For using the LogoutUrlExtension",
5423 "symfony/stopwatch": "For using the StopwatchExtension",
5424 "symfony/templating": "For using the TwigEngine",
5425 "symfony/translation": "For using the TranslationExtension",
5426 "symfony/var-dumper": "For using the DumpExtension",
5427 "symfony/web-link": "For using the WebLinkExtension",
5428 "symfony/yaml": "For using the YamlExtension"
5429 },
5430 "type": "symfony-bridge",
5431 "autoload": {
5432 "psr-4": {
5433 "Symfony\\Bridge\\Twig\\": ""
5434 },
5435 "exclude-from-classmap": [
5436 "/Tests/"
5437 ]
5438 },
5439 "notification-url": "https://packagist.org/downloads/",
5440 "license": [
5441 "MIT"
5442 ],
5443 "authors": [
5444 {
5445 "name": "Fabien Potencier",
5446 "email": "fabien@symfony.com"
5447 },
5448 {
5449 "name": "Symfony Community",
5450 "homepage": "https://symfony.com/contributors"
5451 }
5452 ],
5453 "description": "Symfony Twig Bridge",
5454 "homepage": "https://symfony.com",
5455 "support": {
5456 "source": "https://github.com/symfony/twig-bridge/tree/v4.4.17"
5457 },
5458 "funding": [
5459 {
5460 "url": "https://symfony.com/sponsor",
5461 "type": "custom"
5462 },
5463 {
5464 "url": "https://github.com/fabpot",
5465 "type": "github"
5466 },
5467 {
5468 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5469 "type": "tidelift"
5470 }
5471 ],
5472 "time": "2020-11-17T16:25:11+00:00"
5473 },
5474 {
5475 "name": "symfony/twig-bundle",
5476 "version": "v4.4.17",
5477 "source": {
5478 "type": "git",
5479 "url": "https://github.com/symfony/twig-bundle.git",
5480 "reference": "9acacb72d30ee1ea0331762906a129a66a9d9883"
5481 },
5482 "dist": {
5483 "type": "zip",
5484 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/9acacb72d30ee1ea0331762906a129a66a9d9883",
5485 "reference": "9acacb72d30ee1ea0331762906a129a66a9d9883",
5486 "shasum": ""
5487 },
5488 "require": {
5489 "php": ">=7.1.3",
5490 "symfony/http-foundation": "^4.3|^5.0",
5491 "symfony/http-kernel": "^4.4",
5492 "symfony/polyfill-ctype": "~1.8",
5493 "symfony/twig-bridge": "^4.4|^5.0",
5494 "twig/twig": "^1.41|^2.10|^3.0"
5495 },
5496 "conflict": {
5497 "symfony/dependency-injection": "<4.1",
5498 "symfony/framework-bundle": "<4.4",
5499 "symfony/translation": "<4.2"
5500 },
5501 "require-dev": {
5502 "doctrine/annotations": "~1.7",
5503 "doctrine/cache": "~1.0",
5504 "symfony/asset": "^3.4|^4.0|^5.0",
5505 "symfony/dependency-injection": "^4.2.5|^5.0",
5506 "symfony/expression-language": "^3.4|^4.0|^5.0",
5507 "symfony/finder": "^3.4|^4.0|^5.0",
5508 "symfony/form": "^3.4|^4.0|^5.0",
5509 "symfony/framework-bundle": "^4.4|^5.0",
5510 "symfony/routing": "^3.4|^4.0|^5.0",
5511 "symfony/stopwatch": "^3.4|^4.0|^5.0",
5512 "symfony/templating": "^3.4|^4.0|^5.0",
5513 "symfony/translation": "^4.2|^5.0",
5514 "symfony/web-link": "^3.4|^4.0|^5.0",
5515 "symfony/yaml": "^3.4|^4.0|^5.0"
5516 },
5517 "type": "symfony-bundle",
5518 "autoload": {
5519 "psr-4": {
5520 "Symfony\\Bundle\\TwigBundle\\": ""
5521 },
5522 "exclude-from-classmap": [
5523 "/Tests/"
5524 ]
5525 },
5526 "notification-url": "https://packagist.org/downloads/",
5527 "license": [
5528 "MIT"
5529 ],
5530 "authors": [
5531 {
5532 "name": "Fabien Potencier",
5533 "email": "fabien@symfony.com"
5534 },
5535 {
5536 "name": "Symfony Community",
5537 "homepage": "https://symfony.com/contributors"
5538 }
5539 ],
5540 "description": "Symfony TwigBundle",
5541 "homepage": "https://symfony.com",
5542 "support": {
5543 "source": "https://github.com/symfony/twig-bundle/tree/v4.4.17"
5544 },
5545 "funding": [
5546 {
5547 "url": "https://symfony.com/sponsor",
5548 "type": "custom"
5549 },
5550 {
5551 "url": "https://github.com/fabpot",
5552 "type": "github"
5553 },
5554 {
5555 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5556 "type": "tidelift"
5557 }
5558 ],
5559 "time": "2020-10-24T11:50:19+00:00"
5560 },
5561 {
5562 "name": "symfony/validator",
5563 "version": "v4.4.17",
5564 "source": {
5565 "type": "git",
5566 "url": "https://github.com/symfony/validator.git",
5567 "reference": "aa3519160f5b09043888f92aae4fd78cc41a85bf"
5568 },
5569 "dist": {
5570 "type": "zip",
5571 "url": "https://api.github.com/repos/symfony/validator/zipball/aa3519160f5b09043888f92aae4fd78cc41a85bf",
5572 "reference": "aa3519160f5b09043888f92aae4fd78cc41a85bf",
5573 "shasum": ""
5574 },
5575 "require": {
5576 "php": ">=7.1.3",
5577 "symfony/polyfill-ctype": "~1.8",
5578 "symfony/polyfill-mbstring": "~1.0",
5579 "symfony/translation-contracts": "^1.1|^2"
5580 },
5581 "conflict": {
5582 "doctrine/lexer": "<1.0.2",
5583 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
5584 "symfony/dependency-injection": "<3.4",
5585 "symfony/http-kernel": "<4.4",
5586 "symfony/intl": "<4.3",
5587 "symfony/translation": ">=5.0",
5588 "symfony/yaml": "<3.4"
5589 },
5590 "require-dev": {
5591 "doctrine/annotations": "~1.7",
5592 "doctrine/cache": "~1.0",
5593 "egulias/email-validator": "^2.1.10",
5594 "symfony/cache": "^3.4|^4.0|^5.0",
5595 "symfony/config": "^3.4|^4.0|^5.0",
5596 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5597 "symfony/expression-language": "^3.4|^4.0|^5.0",
5598 "symfony/http-client": "^4.3|^5.0",
5599 "symfony/http-foundation": "^4.1|^5.0",
5600 "symfony/http-kernel": "^4.4",
5601 "symfony/intl": "^4.3|^5.0",
5602 "symfony/mime": "^4.4|^5.0",
5603 "symfony/property-access": "^3.4|^4.0|^5.0",
5604 "symfony/property-info": "^3.4|^4.0|^5.0",
5605 "symfony/translation": "^4.2",
5606 "symfony/yaml": "^3.4|^4.0|^5.0"
5607 },
5608 "suggest": {
5609 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
5610 "doctrine/cache": "For using the default cached annotation reader.",
5611 "egulias/email-validator": "Strict (RFC compliant) email validation",
5612 "psr/cache-implementation": "For using the mapping cache.",
5613 "symfony/config": "",
5614 "symfony/expression-language": "For using the Expression validator",
5615 "symfony/http-foundation": "",
5616 "symfony/intl": "",
5617 "symfony/property-access": "For accessing properties within comparison constraints",
5618 "symfony/property-info": "To automatically add NotNull and Type constraints",
5619 "symfony/translation": "For translating validation errors.",
5620 "symfony/yaml": ""
5621 },
5622 "type": "library",
5623 "autoload": {
5624 "psr-4": {
5625 "Symfony\\Component\\Validator\\": ""
5626 },
5627 "exclude-from-classmap": [
5628 "/Tests/"
5629 ]
5630 },
5631 "notification-url": "https://packagist.org/downloads/",
5632 "license": [
5633 "MIT"
5634 ],
5635 "authors": [
5636 {
5637 "name": "Fabien Potencier",
5638 "email": "fabien@symfony.com"
5639 },
5640 {
5641 "name": "Symfony Community",
5642 "homepage": "https://symfony.com/contributors"
5643 }
5644 ],
5645 "description": "Symfony Validator Component",
5646 "homepage": "https://symfony.com",
5647 "support": {
5648 "source": "https://github.com/symfony/validator/tree/v4.4.17"
5649 },
5650 "funding": [
5651 {
5652 "url": "https://symfony.com/sponsor",
5653 "type": "custom"
5654 },
5655 {
5656 "url": "https://github.com/fabpot",
5657 "type": "github"
5658 },
5659 {
5660 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5661 "type": "tidelift"
5662 }
5663 ],
5664 "time": "2020-11-27T16:19:44+00:00"
5665 },
5666 {
5667 "name": "symfony/var-dumper",
5668 "version": "v4.4.17",
5669 "source": {
5670 "type": "git",
5671 "url": "https://github.com/symfony/var-dumper.git",
5672 "reference": "65c6f1e848cda840ef7278686c8e30a7cc353c93"
5673 },
5674 "dist": {
5675 "type": "zip",
5676 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/65c6f1e848cda840ef7278686c8e30a7cc353c93",
5677 "reference": "65c6f1e848cda840ef7278686c8e30a7cc353c93",
5678 "shasum": ""
5679 },
5680 "require": {
5681 "php": ">=7.1.3",
5682 "symfony/polyfill-mbstring": "~1.0",
5683 "symfony/polyfill-php72": "~1.5",
5684 "symfony/polyfill-php80": "^1.15"
5685 },
5686 "conflict": {
5687 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
5688 "symfony/console": "<3.4"
5689 },
5690 "require-dev": {
5691 "ext-iconv": "*",
5692 "symfony/console": "^3.4|^4.0|^5.0",
5693 "symfony/process": "^4.4|^5.0",
5694 "twig/twig": "^1.34|^2.4|^3.0"
5695 },
5696 "suggest": {
5697 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5698 "ext-intl": "To show region name in time zone dump",
5699 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
5700 },
5701 "bin": [
5702 "Resources/bin/var-dump-server"
5703 ],
5704 "type": "library",
5705 "autoload": {
5706 "files": [
5707 "Resources/functions/dump.php"
5708 ],
5709 "psr-4": {
5710 "Symfony\\Component\\VarDumper\\": ""
5711 },
5712 "exclude-from-classmap": [
5713 "/Tests/"
5714 ]
5715 },
5716 "notification-url": "https://packagist.org/downloads/",
5717 "license": [
5718 "MIT"
5719 ],
5720 "authors": [
5721 {
5722 "name": "Nicolas Grekas",
5723 "email": "p@tchwork.com"
5724 },
5725 {
5726 "name": "Symfony Community",
5727 "homepage": "https://symfony.com/contributors"
5728 }
5729 ],
5730 "description": "Symfony mechanism for exploring and dumping PHP variables",
5731 "homepage": "https://symfony.com",
5732 "keywords": [
5733 "debug",
5734 "dump"
5735 ],
5736 "support": {
5737 "source": "https://github.com/symfony/var-dumper/tree/v4.4.17"
5738 },
5739 "funding": [
5740 {
5741 "url": "https://symfony.com/sponsor",
5742 "type": "custom"
5743 },
5744 {
5745 "url": "https://github.com/fabpot",
5746 "type": "github"
5747 },
5748 {
5749 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5750 "type": "tidelift"
5751 }
5752 ],
5753 "time": "2020-11-24T09:55:37+00:00"
5754 },
5755 {
5756 "name": "symfony/var-exporter",
5757 "version": "v4.4.17",
5758 "source": {
5759 "type": "git",
5760 "url": "https://github.com/symfony/var-exporter.git",
5761 "reference": "f04b7d187b120e0a44c18a2d479c2dd0abe99d9c"
5762 },
5763 "dist": {
5764 "type": "zip",
5765 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f04b7d187b120e0a44c18a2d479c2dd0abe99d9c",
5766 "reference": "f04b7d187b120e0a44c18a2d479c2dd0abe99d9c",
5767 "shasum": ""
5768 },
5769 "require": {
5770 "php": ">=7.1.3"
5771 },
5772 "require-dev": {
5773 "symfony/var-dumper": "^4.4.9|^5.0.9"
5774 },
5775 "type": "library",
5776 "autoload": {
5777 "psr-4": {
5778 "Symfony\\Component\\VarExporter\\": ""
5779 },
5780 "exclude-from-classmap": [
5781 "/Tests/"
5782 ]
5783 },
5784 "notification-url": "https://packagist.org/downloads/",
5785 "license": [
5786 "MIT"
5787 ],
5788 "authors": [
5789 {
5790 "name": "Nicolas Grekas",
5791 "email": "p@tchwork.com"
5792 },
5793 {
5794 "name": "Symfony Community",
5795 "homepage": "https://symfony.com/contributors"
5796 }
5797 ],
5798 "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
5799 "homepage": "https://symfony.com",
5800 "keywords": [
5801 "clone",
5802 "construct",
5803 "export",
5804 "hydrate",
5805 "instantiate",
5806 "serialize"
5807 ],
5808 "support": {
5809 "source": "https://github.com/symfony/var-exporter/tree/v4.4.17"
5810 },
5811 "funding": [
5812 {
5813 "url": "https://symfony.com/sponsor",
5814 "type": "custom"
5815 },
5816 {
5817 "url": "https://github.com/fabpot",
5818 "type": "github"
5819 },
5820 {
5821 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5822 "type": "tidelift"
5823 }
5824 ],
5825 "time": "2020-10-28T20:42:29+00:00"
5826 },
5827 {
5828 "name": "symfony/web-profiler-bundle",
5829 "version": "v4.4.17",
5830 "source": {
5831 "type": "git",
5832 "url": "https://github.com/symfony/web-profiler-bundle.git",
5833 "reference": "cd980f0df4ae7696d18fd908503fc61ae67ac48d"
5834 },
5835 "dist": {
5836 "type": "zip",
5837 "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/cd980f0df4ae7696d18fd908503fc61ae67ac48d",
5838 "reference": "cd980f0df4ae7696d18fd908503fc61ae67ac48d",
5839 "shasum": ""
5840 },
5841 "require": {
5842 "php": ">=7.1.3",
5843 "symfony/config": "^4.2|^5.0",
5844 "symfony/framework-bundle": "^4.4|^5.0",
5845 "symfony/http-kernel": "^4.4",
5846 "symfony/routing": "^4.3|^5.0",
5847 "symfony/twig-bundle": "^4.2|^5.0",
5848 "twig/twig": "^1.41|^2.10|^3.0"
5849 },
5850 "conflict": {
5851 "symfony/form": "<4.3",
5852 "symfony/messenger": "<4.2"
5853 },
5854 "require-dev": {
5855 "symfony/browser-kit": "^4.3|^5.0",
5856 "symfony/console": "^4.3|^5.0",
5857 "symfony/css-selector": "^3.4|^4.0|^5.0",
5858 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5859 "symfony/stopwatch": "^3.4|^4.0|^5.0"
5860 },
5861 "type": "symfony-bundle",
5862 "autoload": {
5863 "psr-4": {
5864 "Symfony\\Bundle\\WebProfilerBundle\\": ""
5865 },
5866 "exclude-from-classmap": [
5867 "/Tests/"
5868 ]
5869 },
5870 "notification-url": "https://packagist.org/downloads/",
5871 "license": [
5872 "MIT"
5873 ],
5874 "authors": [
5875 {
5876 "name": "Fabien Potencier",
5877 "email": "fabien@symfony.com"
5878 },
5879 {
5880 "name": "Symfony Community",
5881 "homepage": "https://symfony.com/contributors"
5882 }
5883 ],
5884 "description": "Symfony WebProfilerBundle",
5885 "homepage": "https://symfony.com",
5886 "support": {
5887 "source": "https://github.com/symfony/web-profiler-bundle/tree/v4.4.17"
5888 },
5889 "funding": [
5890 {
5891 "url": "https://symfony.com/sponsor",
5892 "type": "custom"
5893 },
5894 {
5895 "url": "https://github.com/fabpot",
5896 "type": "github"
5897 },
5898 {
5899 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5900 "type": "tidelift"
5901 }
5902 ],
5903 "time": "2020-10-28T20:42:29+00:00"
5904 },
5905 {
5906 "name": "symfony/yaml",
5907 "version": "v4.4.17",
5908 "source": {
5909 "type": "git",
5910 "url": "https://github.com/symfony/yaml.git",
5911 "reference": "7531361cf38e4816821b4a12a42542b3c6143ad1"
5912 },
5913 "dist": {
5914 "type": "zip",
5915 "url": "https://api.github.com/repos/symfony/yaml/zipball/7531361cf38e4816821b4a12a42542b3c6143ad1",
5916 "reference": "7531361cf38e4816821b4a12a42542b3c6143ad1",
5917 "shasum": ""
5918 },
5919 "require": {
5920 "php": ">=7.1.3",
5921 "symfony/polyfill-ctype": "~1.8"
5922 },
5923 "conflict": {
5924 "symfony/console": "<3.4"
5925 },
5926 "require-dev": {
5927 "symfony/console": "^3.4|^4.0|^5.0"
5928 },
5929 "suggest": {
5930 "symfony/console": "For validating YAML files using the lint command"
5931 },
5932 "type": "library",
5933 "autoload": {
5934 "psr-4": {
5935 "Symfony\\Component\\Yaml\\": ""
5936 },
5937 "exclude-from-classmap": [
5938 "/Tests/"
5939 ]
5940 },
5941 "notification-url": "https://packagist.org/downloads/",
5942 "license": [
5943 "MIT"
5944 ],
5945 "authors": [
5946 {
5947 "name": "Fabien Potencier",
5948 "email": "fabien@symfony.com"
5949 },
5950 {
5951 "name": "Symfony Community",
5952 "homepage": "https://symfony.com/contributors"
5953 }
5954 ],
5955 "description": "Symfony Yaml Component",
5956 "homepage": "https://symfony.com",
5957 "support": {
5958 "source": "https://github.com/symfony/yaml/tree/v4.4.17"
5959 },
5960 "funding": [
5961 {
5962 "url": "https://symfony.com/sponsor",
5963 "type": "custom"
5964 },
5965 {
5966 "url": "https://github.com/fabpot",
5967 "type": "github"
5968 },
5969 {
5970 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5971 "type": "tidelift"
5972 }
5973 ],
5974 "time": "2020-11-24T12:28:30+00:00"
5975 },
5976 {
5977 "name": "twig/extensions",
5978 "version": "v1.5.4",
5979 "source": {
5980 "type": "git",
5981 "url": "https://github.com/twigphp/Twig-extensions.git",
5982 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
5983 },
5984 "dist": {
5985 "type": "zip",
5986 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
5987 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
5988 "shasum": ""
5989 },
5990 "require": {
5991 "twig/twig": "^1.27|^2.0"
5992 },
5993 "require-dev": {
5994 "symfony/phpunit-bridge": "^3.4",
5995 "symfony/translation": "^2.7|^3.4"
5996 },
5997 "suggest": {
5998 "symfony/translation": "Allow the time_diff output to be translated"
5999 },
6000 "type": "library",
6001 "extra": {
6002 "branch-alias": {
6003 "dev-master": "1.5-dev"
6004 }
6005 },
6006 "autoload": {
6007 "psr-0": {
6008 "Twig_Extensions_": "lib/"
6009 },
6010 "psr-4": {
6011 "Twig\\Extensions\\": "src/"
6012 }
6013 },
6014 "notification-url": "https://packagist.org/downloads/",
6015 "license": [
6016 "MIT"
6017 ],
6018 "authors": [
6019 {
6020 "name": "Fabien Potencier",
6021 "email": "fabien@symfony.com"
6022 }
6023 ],
6024 "description": "Common additional features for Twig that do not directly belong in core",
6025 "keywords": [
6026 "i18n",
6027 "text"
6028 ],
6029 "support": {
6030 "issues": "https://github.com/twigphp/Twig-extensions/issues",
6031 "source": "https://github.com/twigphp/Twig-extensions/tree/master"
6032 },
6033 "abandoned": true,
6034 "time": "2018-12-05T18:34:18+00:00"
6035 },
6036 {
6037 "name": "twig/html-extra",
6038 "version": "v2.14.1",
6039 "source": {
6040 "type": "git",
6041 "url": "https://github.com/twigphp/html-extra.git",
6042 "reference": "52eec7706aac970d93d60e1187ffa0f4ea6516c6"
6043 },
6044 "dist": {
6045 "type": "zip",
6046 "url": "https://api.github.com/repos/twigphp/html-extra/zipball/52eec7706aac970d93d60e1187ffa0f4ea6516c6",
6047 "reference": "52eec7706aac970d93d60e1187ffa0f4ea6516c6",
6048 "shasum": ""
6049 },
6050 "require": {
6051 "php": ">=7.1.3",
6052 "symfony/mime": "^4.3|^5.0",
6053 "twig/twig": "^2.4|^3.0"
6054 },
6055 "require-dev": {
6056 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
6057 },
6058 "type": "library",
6059 "extra": {
6060 "branch-alias": {
6061 "dev-master": "2.12-dev"
6062 }
6063 },
6064 "autoload": {
6065 "psr-4": {
6066 "Twig\\Extra\\Html\\": "src/"
6067 }
6068 },
6069 "notification-url": "https://packagist.org/downloads/",
6070 "license": [
6071 "MIT"
6072 ],
6073 "authors": [
6074 {
6075 "name": "Fabien Potencier",
6076 "email": "fabien@symfony.com",
6077 "homepage": "http://fabien.potencier.org",
6078 "role": "Lead Developer"
6079 }
6080 ],
6081 "description": "A Twig extension for HTML",
6082 "homepage": "https://twig.symfony.com",
6083 "keywords": [
6084 "html",
6085 "twig"
6086 ],
6087 "support": {
6088 "source": "https://github.com/twigphp/html-extra/tree/v2.14.1"
6089 },
6090 "funding": [
6091 {
6092 "url": "https://github.com/fabpot",
6093 "type": "github"
6094 },
6095 {
6096 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
6097 "type": "tidelift"
6098 }
6099 ],
6100 "time": "2020-05-21T09:54:27+00:00"
6101 },
6102 {
6103 "name": "twig/twig",
6104 "version": "v2.14.1",
6105 "source": {
6106 "type": "git",
6107 "url": "https://github.com/twigphp/Twig.git",
6108 "reference": "5eb9ac5dfdd20c3f59495c22841adc5da980d312"
6109 },
6110 "dist": {
6111 "type": "zip",
6112 "url": "https://api.github.com/repos/twigphp/Twig/zipball/5eb9ac5dfdd20c3f59495c22841adc5da980d312",
6113 "reference": "5eb9ac5dfdd20c3f59495c22841adc5da980d312",
6114 "shasum": ""
6115 },
6116 "require": {
6117 "php": ">=7.2.5",
6118 "symfony/polyfill-ctype": "^1.8",
6119 "symfony/polyfill-mbstring": "^1.3"
6120 },
6121 "require-dev": {
6122 "psr/container": "^1.0",
6123 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
6124 },
6125 "type": "library",
6126 "extra": {
6127 "branch-alias": {
6128 "dev-master": "2.14-dev"
6129 }
6130 },
6131 "autoload": {
6132 "psr-0": {
6133 "Twig_": "lib/"
6134 },
6135 "psr-4": {
6136 "Twig\\": "src/"
6137 }
6138 },
6139 "notification-url": "https://packagist.org/downloads/",
6140 "license": [
6141 "BSD-3-Clause"
6142 ],
6143 "authors": [
6144 {
6145 "name": "Fabien Potencier",
6146 "email": "fabien@symfony.com",
6147 "homepage": "http://fabien.potencier.org",
6148 "role": "Lead Developer"
6149 },
6150 {
6151 "name": "Twig Team",
6152 "role": "Contributors"
6153 },
6154 {
6155 "name": "Armin Ronacher",
6156 "email": "armin.ronacher@active-4.com",
6157 "role": "Project Founder"
6158 }
6159 ],
6160 "description": "Twig, the flexible, fast, and secure template language for PHP",
6161 "homepage": "https://twig.symfony.com",
6162 "keywords": [
6163 "templating"
6164 ],
6165 "support": {
6166 "issues": "https://github.com/twigphp/Twig/issues",
6167 "source": "https://github.com/twigphp/Twig/tree/v2.14.1"
6168 },
6169 "funding": [
6170 {
6171 "url": "https://github.com/fabpot",
6172 "type": "github"
6173 },
6174 {
6175 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
6176 "type": "tidelift"
6177 }
6178 ],
6179 "time": "2020-10-27T19:25:29+00:00"
6180 }
6181 ],
6182 "packages-dev": [
6183 {
6184 "name": "doctrine/data-fixtures",
6185 "version": "1.4.4",
6186 "source": {
6187 "type": "git",
6188 "url": "https://github.com/doctrine/data-fixtures.git",
6189 "reference": "16a03fadb5473f49aad70384002dfd5012fe680e"
6190 },
6191 "dist": {
6192 "type": "zip",
6193 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/16a03fadb5473f49aad70384002dfd5012fe680e",
6194 "reference": "16a03fadb5473f49aad70384002dfd5012fe680e",
6195 "shasum": ""
6196 },
6197 "require": {
6198 "doctrine/common": "^2.13|^3.0",
6199 "doctrine/persistence": "^1.3.3|^2.0",
6200 "php": "^7.2 || ^8.0"
6201 },
6202 "conflict": {
6203 "doctrine/phpcr-odm": "<1.3.0"
6204 },
6205 "require-dev": {
6206 "doctrine/coding-standard": "^6.0",
6207 "doctrine/dbal": "^2.5.4",
6208 "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
6209 "doctrine/orm": "^2.7.0",
6210 "phpunit/phpunit": "^7.0"
6211 },
6212 "suggest": {
6213 "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
6214 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
6215 "doctrine/orm": "For loading ORM fixtures",
6216 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
6217 },
6218 "type": "library",
6219 "extra": {
6220 "branch-alias": {
6221 "dev-master": "1.4.x-dev"
6222 }
6223 },
6224 "autoload": {
6225 "psr-4": {
6226 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
6227 }
6228 },
6229 "notification-url": "https://packagist.org/downloads/",
6230 "license": [
6231 "MIT"
6232 ],
6233 "authors": [
6234 {
6235 "name": "Jonathan Wage",
6236 "email": "jonwage@gmail.com"
6237 }
6238 ],
6239 "description": "Data Fixtures for all Doctrine Object Managers",
6240 "homepage": "http://www.doctrine-project.org",
6241 "keywords": [
6242 "database"
6243 ],
6244 "support": {
6245 "issues": "https://github.com/doctrine/data-fixtures/issues",
6246 "source": "https://github.com/doctrine/data-fixtures/tree/1.4.x"
6247 },
6248 "funding": [
6249 {
6250 "url": "https://www.doctrine-project.org/sponsorship.html",
6251 "type": "custom"
6252 },
6253 {
6254 "url": "https://www.patreon.com/phpdoctrine",
6255 "type": "patreon"
6256 },
6257 {
6258 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
6259 "type": "tidelift"
6260 }
6261 ],
6262 "time": "2020-09-01T07:13:28+00:00"
6263 },
6264 {
6265 "name": "doctrine/doctrine-fixtures-bundle",
6266 "version": "3.4.0",
6267 "source": {
6268 "type": "git",
6269 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
6270 "reference": "870189619a7770f468ffb0b80925302e065a3b34"
6271 },
6272 "dist": {
6273 "type": "zip",
6274 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/870189619a7770f468ffb0b80925302e065a3b34",
6275 "reference": "870189619a7770f468ffb0b80925302e065a3b34",
6276 "shasum": ""
6277 },
6278 "require": {
6279 "doctrine/data-fixtures": "^1.3",
6280 "doctrine/doctrine-bundle": "^1.11|^2.0",
6281 "doctrine/orm": "^2.6.0",
6282 "doctrine/persistence": "^1.3.7|^2.0",
6283 "php": "^7.1 || ^8.0",
6284 "symfony/config": "^3.4|^4.3|^5.0",
6285 "symfony/console": "^3.4|^4.3|^5.0",
6286 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
6287 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
6288 "symfony/http-kernel": "^3.4|^4.3|^5.0"
6289 },
6290 "require-dev": {
6291 "doctrine/coding-standard": "^6.0",
6292 "phpunit/phpunit": "^7.4 || ^8.0 || ^9.2",
6293 "symfony/phpunit-bridge": "^4.1|^5.0"
6294 },
6295 "type": "symfony-bundle",
6296 "autoload": {
6297 "psr-4": {
6298 "Doctrine\\Bundle\\FixturesBundle\\": ""
6299 }
6300 },
6301 "notification-url": "https://packagist.org/downloads/",
6302 "license": [
6303 "MIT"
6304 ],
6305 "authors": [
6306 {
6307 "name": "Fabien Potencier",
6308 "email": "fabien@symfony.com"
6309 },
6310 {
6311 "name": "Doctrine Project",
6312 "homepage": "http://www.doctrine-project.org"
6313 },
6314 {
6315 "name": "Symfony Community",
6316 "homepage": "http://symfony.com/contributors"
6317 }
6318 ],
6319 "description": "Symfony DoctrineFixturesBundle",
6320 "homepage": "http://www.doctrine-project.org",
6321 "keywords": [
6322 "Fixture",
6323 "persistence"
6324 ],
6325 "support": {
6326 "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
6327 "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.0"
6328 },
6329 "funding": [
6330 {
6331 "url": "https://www.doctrine-project.org/sponsorship.html",
6332 "type": "custom"
6333 },
6334 {
6335 "url": "https://www.patreon.com/phpdoctrine",
6336 "type": "patreon"
6337 },
6338 {
6339 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
6340 "type": "tidelift"
6341 }
6342 ],
6343 "time": "2020-11-14T09:36:49+00:00"
6344 },
6345 {
6346 "name": "nikic/php-parser",
6347 "version": "v4.10.3",
6348 "source": {
6349 "type": "git",
6350 "url": "https://github.com/nikic/PHP-Parser.git",
6351 "reference": "dbe56d23de8fcb157bbc0cfb3ad7c7de0cfb0984"
6352 },
6353 "dist": {
6354 "type": "zip",
6355 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dbe56d23de8fcb157bbc0cfb3ad7c7de0cfb0984",
6356 "reference": "dbe56d23de8fcb157bbc0cfb3ad7c7de0cfb0984",
6357 "shasum": ""
6358 },
6359 "require": {
6360 "ext-tokenizer": "*",
6361 "php": ">=7.0"
6362 },
6363 "require-dev": {
6364 "ircmaxell/php-yacc": "^0.0.7",
6365 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
6366 },
6367 "bin": [
6368 "bin/php-parse"
6369 ],
6370 "type": "library",
6371 "extra": {
6372 "branch-alias": {
6373 "dev-master": "4.9-dev"
6374 }
6375 },
6376 "autoload": {
6377 "psr-4": {
6378 "PhpParser\\": "lib/PhpParser"
6379 }
6380 },
6381 "notification-url": "https://packagist.org/downloads/",
6382 "license": [
6383 "BSD-3-Clause"
6384 ],
6385 "authors": [
6386 {
6387 "name": "Nikita Popov"
6388 }
6389 ],
6390 "description": "A PHP parser written in PHP",
6391 "keywords": [
6392 "parser",
6393 "php"
6394 ],
6395 "support": {
6396 "issues": "https://github.com/nikic/PHP-Parser/issues",
6397 "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.3"
6398 },
6399 "time": "2020-12-03T17:45:45+00:00"
6400 },
6401 {
6402 "name": "symfony/browser-kit",
6403 "version": "v4.4.17",
6404 "source": {
6405 "type": "git",
6406 "url": "https://github.com/symfony/browser-kit.git",
6407 "reference": "5f11947e9ec072ac32c605c07cb22522c30f4b28"
6408 },
6409 "dist": {
6410 "type": "zip",
6411 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/5f11947e9ec072ac32c605c07cb22522c30f4b28",
6412 "reference": "5f11947e9ec072ac32c605c07cb22522c30f4b28",
6413 "shasum": ""
6414 },
6415 "require": {
6416 "php": ">=7.1.3",
6417 "symfony/dom-crawler": "^3.4|^4.0|^5.0"
6418 },
6419 "require-dev": {
6420 "symfony/css-selector": "^3.4|^4.0|^5.0",
6421 "symfony/http-client": "^4.3|^5.0",
6422 "symfony/mime": "^4.3|^5.0",
6423 "symfony/process": "^3.4|^4.0|^5.0"
6424 },
6425 "suggest": {
6426 "symfony/process": ""
6427 },
6428 "type": "library",
6429 "autoload": {
6430 "psr-4": {
6431 "Symfony\\Component\\BrowserKit\\": ""
6432 },
6433 "exclude-from-classmap": [
6434 "/Tests/"
6435 ]
6436 },
6437 "notification-url": "https://packagist.org/downloads/",
6438 "license": [
6439 "MIT"
6440 ],
6441 "authors": [
6442 {
6443 "name": "Fabien Potencier",
6444 "email": "fabien@symfony.com"
6445 },
6446 {
6447 "name": "Symfony Community",
6448 "homepage": "https://symfony.com/contributors"
6449 }
6450 ],
6451 "description": "Symfony BrowserKit Component",
6452 "homepage": "https://symfony.com",
6453 "support": {
6454 "source": "https://github.com/symfony/browser-kit/tree/v4.4.17"
6455 },
6456 "funding": [
6457 {
6458 "url": "https://symfony.com/sponsor",
6459 "type": "custom"
6460 },
6461 {
6462 "url": "https://github.com/fabpot",
6463 "type": "github"
6464 },
6465 {
6466 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6467 "type": "tidelift"
6468 }
6469 ],
6470 "time": "2020-10-28T20:42:29+00:00"
6471 },
6472 {
6473 "name": "symfony/deprecation-contracts",
6474 "version": "v2.2.0",
6475 "source": {
6476 "type": "git",
6477 "url": "https://github.com/symfony/deprecation-contracts.git",
6478 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
6479 },
6480 "dist": {
6481 "type": "zip",
6482 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
6483 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
6484 "shasum": ""
6485 },
6486 "require": {
6487 "php": ">=7.1"
6488 },
6489 "type": "library",
6490 "extra": {
6491 "branch-alias": {
6492 "dev-master": "2.2-dev"
6493 },
6494 "thanks": {
6495 "name": "symfony/contracts",
6496 "url": "https://github.com/symfony/contracts"
6497 }
6498 },
6499 "autoload": {
6500 "files": [
6501 "function.php"
6502 ]
6503 },
6504 "notification-url": "https://packagist.org/downloads/",
6505 "license": [
6506 "MIT"
6507 ],
6508 "authors": [
6509 {
6510 "name": "Nicolas Grekas",
6511 "email": "p@tchwork.com"
6512 },
6513 {
6514 "name": "Symfony Community",
6515 "homepage": "https://symfony.com/contributors"
6516 }
6517 ],
6518 "description": "A generic function and convention to trigger deprecation notices",
6519 "homepage": "https://symfony.com",
6520 "support": {
6521 "source": "https://github.com/symfony/deprecation-contracts/tree/master"
6522 },
6523 "funding": [
6524 {
6525 "url": "https://symfony.com/sponsor",
6526 "type": "custom"
6527 },
6528 {
6529 "url": "https://github.com/fabpot",
6530 "type": "github"
6531 },
6532 {
6533 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6534 "type": "tidelift"
6535 }
6536 ],
6537 "time": "2020-09-07T11:33:47+00:00"
6538 },
6539 {
6540 "name": "symfony/maker-bundle",
6541 "version": "v1.25.0",
6542 "source": {
6543 "type": "git",
6544 "url": "https://github.com/symfony/maker-bundle.git",
6545 "reference": "6d2da12632f5c8b9aa7b159f0bb46f245289434a"
6546 },
6547 "dist": {
6548 "type": "zip",
6549 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/6d2da12632f5c8b9aa7b159f0bb46f245289434a",
6550 "reference": "6d2da12632f5c8b9aa7b159f0bb46f245289434a",
6551 "shasum": ""
6552 },
6553 "require": {
6554 "doctrine/inflector": "^1.2|^2.0",
6555 "nikic/php-parser": "^4.0",
6556 "php": ">=7.1.3",
6557 "symfony/config": "^3.4|^4.0|^5.0",
6558 "symfony/console": "^3.4|^4.0|^5.0",
6559 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
6560 "symfony/deprecation-contracts": "^2.2",
6561 "symfony/filesystem": "^3.4|^4.0|^5.0",
6562 "symfony/finder": "^3.4|^4.0|^5.0",
6563 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
6564 "symfony/http-kernel": "^3.4|^4.0|^5.0"
6565 },
6566 "require-dev": {
6567 "composer/semver": "^3.0@dev",
6568 "doctrine/doctrine-bundle": "^1.8|^2.0",
6569 "doctrine/orm": "^2.3",
6570 "friendsofphp/php-cs-fixer": "^2.8",
6571 "friendsoftwig/twigcs": "^3.1.2",
6572 "symfony/http-client": "^4.3|^5.0",
6573 "symfony/phpunit-bridge": "^4.3|^5.0",
6574 "symfony/process": "^3.4|^4.0|^5.0",
6575 "symfony/security-core": "^3.4|^4.0|^5.0",
6576 "symfony/yaml": "^3.4|^4.0|^5.0"
6577 },
6578 "type": "symfony-bundle",
6579 "extra": {
6580 "branch-alias": {
6581 "dev-main": "1.0-dev"
6582 }
6583 },
6584 "autoload": {
6585 "psr-4": {
6586 "Symfony\\Bundle\\MakerBundle\\": "src/"
6587 }
6588 },
6589 "notification-url": "https://packagist.org/downloads/",
6590 "license": [
6591 "MIT"
6592 ],
6593 "authors": [
6594 {
6595 "name": "Symfony Community",
6596 "homepage": "https://symfony.com/contributors"
6597 }
6598 ],
6599 "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
6600 "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
6601 "keywords": [
6602 "code generator",
6603 "generator",
6604 "scaffold",
6605 "scaffolding"
6606 ],
6607 "support": {
6608 "issues": "https://github.com/symfony/maker-bundle/issues",
6609 "source": "https://github.com/symfony/maker-bundle/tree/v1.25.0"
6610 },
6611 "funding": [
6612 {
6613 "url": "https://symfony.com/sponsor",
6614 "type": "custom"
6615 },
6616 {
6617 "url": "https://github.com/fabpot",
6618 "type": "github"
6619 },
6620 {
6621 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6622 "type": "tidelift"
6623 }
6624 ],
6625 "time": "2020-12-07T14:47:57+00:00"
6626 },
6627 {
6628 "name": "symfony/phpunit-bridge",
6629 "version": "v4.4.17",
6630 "source": {
6631 "type": "git",
6632 "url": "https://github.com/symfony/phpunit-bridge.git",
6633 "reference": "cf620b6eb347c5bd98fe593adb633995826c4240"
6634 },
6635 "dist": {
6636 "type": "zip",
6637 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/cf620b6eb347c5bd98fe593adb633995826c4240",
6638 "reference": "cf620b6eb347c5bd98fe593adb633995826c4240",
6639 "shasum": ""
6640 },
6641 "require": {
6642 "php": ">=5.5.9"
6643 },
6644 "conflict": {
6645 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
6646 },
6647 "require-dev": {
6648 "symfony/error-handler": "^4.4|^5.0"
6649 },
6650 "suggest": {
6651 "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6652 },
6653 "bin": [
6654 "bin/simple-phpunit"
6655 ],
6656 "type": "symfony-bridge",
6657 "extra": {
6658 "thanks": {
6659 "name": "phpunit/phpunit",
6660 "url": "https://github.com/sebastianbergmann/phpunit"
6661 }
6662 },
6663 "autoload": {
6664 "files": [
6665 "bootstrap.php"
6666 ],
6667 "psr-4": {
6668 "Symfony\\Bridge\\PhpUnit\\": ""
6669 },
6670 "exclude-from-classmap": [
6671 "/Tests/"
6672 ]
6673 },
6674 "notification-url": "https://packagist.org/downloads/",
6675 "license": [
6676 "MIT"
6677 ],
6678 "authors": [
6679 {
6680 "name": "Nicolas Grekas",
6681 "email": "p@tchwork.com"
6682 },
6683 {
6684 "name": "Symfony Community",
6685 "homepage": "https://symfony.com/contributors"
6686 }
6687 ],
6688 "description": "Symfony PHPUnit Bridge",
6689 "homepage": "https://symfony.com",
6690 "support": {
6691 "source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.17"
6692 },
6693 "funding": [
6694 {
6695 "url": "https://symfony.com/sponsor",
6696 "type": "custom"
6697 },
6698 {
6699 "url": "https://github.com/fabpot",
6700 "type": "github"
6701 },
6702 {
6703 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6704 "type": "tidelift"
6705 }
6706 ],
6707 "time": "2020-11-26T17:48:00+00:00"
6708 }
6709 ],
6710 "aliases": [],
6711 "minimum-stability": "stable",
6712 "stability-flags": {
6713 "rapsys/airbundle": 20,
6714 "rapsys/packbundle": 20,
6715 "rapsys/userbundle": 20
6716 },
6717 "prefer-stable": false,
6718 "prefer-lowest": false,
6719 "platform": {
6720 "php": "^7.1.3",
6721 "ext-ctype": "*",
6722 "ext-iconv": "*"
6723 },
6724 "platform-dev": [],
6725 "plugin-api-version": "2.0.0"
6726 }