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