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"
7 "content-hash": "f1f42863c84ecaea54365e39d5e7f595",
10 "name": "composer/package-versions-deprecated",
11 "version": "1.11.99.1",
14 "url": "https://github.com/composer/package-versions-deprecated.git",
15 "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
19 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
20 "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
24 "composer-plugin-api": "^1.1.0 || ^2.0",
28 "ocramius/package-versions": "1.11.99"
31 "composer/composer": "^1.9.3 || ^2.0@dev",
33 "phpunit/phpunit": "^6.5 || ^7"
35 "type": "composer-plugin",
37 "class": "PackageVersions\\Installer",
39 "dev-master": "1.x-dev"
44 "PackageVersions\\": "src/PackageVersions"
47 "notification-url": "https://packagist.org/downloads/",
53 "name": "Marco Pivetta",
54 "email": "ocramius@gmail.com"
57 "name": "Jordi Boggiano",
58 "email": "j.boggiano@seld.be"
61 "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
63 "issues": "https://github.com/composer/package-versions-deprecated/issues",
64 "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.1"
68 "url": "https://packagist.com",
72 "url": "https://github.com/composer",
76 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
80 "time": "2020-11-11T10:22:58+00:00"
83 "name": "doctrine/annotations",
87 "url": "https://github.com/doctrine/annotations.git",
88 "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad"
92 "url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
93 "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
97 "doctrine/lexer": "1.*",
102 "doctrine/cache": "1.*",
103 "doctrine/coding-standard": "^6.0 || ^8.1",
104 "phpstan/phpstan": "^0.12.20",
105 "phpunit/phpunit": "^7.5 || ^9.1.5"
110 "dev-master": "1.11.x-dev"
115 "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
118 "notification-url": "https://packagist.org/downloads/",
124 "name": "Guilherme Blanco",
125 "email": "guilhermeblanco@gmail.com"
128 "name": "Roman Borschel",
129 "email": "roman@code-factory.org"
132 "name": "Benjamin Eberlei",
133 "email": "kontakt@beberlei.de"
136 "name": "Jonathan Wage",
137 "email": "jonwage@gmail.com"
140 "name": "Johannes Schmitt",
141 "email": "schmittjoh@gmail.com"
144 "description": "Docblock Annotations Parser",
145 "homepage": "https://www.doctrine-project.org/projects/annotations.html",
152 "issues": "https://github.com/doctrine/annotations/issues",
153 "source": "https://github.com/doctrine/annotations/tree/1.11.1"
155 "time": "2020-10-26T10:28:16+00:00"
158 "name": "doctrine/cache",
162 "url": "https://github.com/doctrine/cache.git",
163 "reference": "13e3381b25847283a91948d04640543941309727"
167 "url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
168 "reference": "13e3381b25847283a91948d04640543941309727",
172 "php": "~7.1 || ^8.0"
175 "doctrine/common": ">2.2,<2.4"
178 "alcaeus/mongo-php-adapter": "^1.1",
179 "doctrine/coding-standard": "^6.0",
180 "mongodb/mongodb": "^1.1",
181 "phpunit/phpunit": "^7.0",
182 "predis/predis": "~1.0"
185 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
190 "dev-master": "1.9.x-dev"
195 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
198 "notification-url": "https://packagist.org/downloads/",
204 "name": "Guilherme Blanco",
205 "email": "guilhermeblanco@gmail.com"
208 "name": "Roman Borschel",
209 "email": "roman@code-factory.org"
212 "name": "Benjamin Eberlei",
213 "email": "kontakt@beberlei.de"
216 "name": "Jonathan Wage",
217 "email": "jonwage@gmail.com"
220 "name": "Johannes Schmitt",
221 "email": "schmittjoh@gmail.com"
224 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
225 "homepage": "https://www.doctrine-project.org/projects/cache.html",
238 "issues": "https://github.com/doctrine/cache/issues",
239 "source": "https://github.com/doctrine/cache/tree/1.10.x"
243 "url": "https://www.doctrine-project.org/sponsorship.html",
247 "url": "https://www.patreon.com/phpdoctrine",
251 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
255 "time": "2020-07-07T18:54:01+00:00"
258 "name": "doctrine/collections",
262 "url": "https://github.com/doctrine/collections.git",
263 "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
267 "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a",
268 "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a",
272 "php": "^7.1.3 || ^8.0"
275 "doctrine/coding-standard": "^6.0",
276 "phpstan/phpstan-shim": "^0.9.2",
277 "phpunit/phpunit": "^7.0",
278 "vimeo/psalm": "^3.8.1"
283 "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
286 "notification-url": "https://packagist.org/downloads/",
292 "name": "Guilherme Blanco",
293 "email": "guilhermeblanco@gmail.com"
296 "name": "Roman Borschel",
297 "email": "roman@code-factory.org"
300 "name": "Benjamin Eberlei",
301 "email": "kontakt@beberlei.de"
304 "name": "Jonathan Wage",
305 "email": "jonwage@gmail.com"
308 "name": "Johannes Schmitt",
309 "email": "schmittjoh@gmail.com"
312 "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
313 "homepage": "https://www.doctrine-project.org/projects/collections.html",
321 "issues": "https://github.com/doctrine/collections/issues",
322 "source": "https://github.com/doctrine/collections/tree/1.6.7"
324 "time": "2020-07-27T17:53:49+00:00"
327 "name": "doctrine/common",
331 "url": "https://github.com/doctrine/common.git",
332 "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
336 "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
337 "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
341 "doctrine/annotations": "^1.0",
342 "doctrine/cache": "^1.0",
343 "doctrine/collections": "^1.0",
344 "doctrine/event-manager": "^1.0",
345 "doctrine/inflector": "^1.0",
346 "doctrine/lexer": "^1.0",
347 "doctrine/persistence": "^1.3.3",
348 "doctrine/reflection": "^1.0",
349 "php": "^7.1 || ^8.0"
352 "doctrine/coding-standard": "^1.0",
353 "phpstan/phpstan": "^0.11",
354 "phpstan/phpstan-phpunit": "^0.11",
355 "phpunit/phpunit": "^7.0",
356 "squizlabs/php_codesniffer": "^3.0",
357 "symfony/phpunit-bridge": "^4.0.5"
362 "dev-master": "2.11.x-dev"
367 "Doctrine\\Common\\": "lib/Doctrine/Common"
370 "notification-url": "https://packagist.org/downloads/",
376 "name": "Guilherme Blanco",
377 "email": "guilhermeblanco@gmail.com"
380 "name": "Roman Borschel",
381 "email": "roman@code-factory.org"
384 "name": "Benjamin Eberlei",
385 "email": "kontakt@beberlei.de"
388 "name": "Jonathan Wage",
389 "email": "jonwage@gmail.com"
392 "name": "Johannes Schmitt",
393 "email": "schmittjoh@gmail.com"
396 "name": "Marco Pivetta",
397 "email": "ocramius@gmail.com"
400 "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
401 "homepage": "https://www.doctrine-project.org/projects/common.html",
408 "issues": "https://github.com/doctrine/common/issues",
409 "source": "https://github.com/doctrine/common/tree/2.13.x"
413 "url": "https://www.doctrine-project.org/sponsorship.html",
417 "url": "https://www.patreon.com/phpdoctrine",
421 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
425 "time": "2020-06-05T16:46:05+00:00"
428 "name": "doctrine/dbal",
432 "url": "https://github.com/doctrine/dbal.git",
433 "reference": "adce7a954a1c2f14f85e94aed90c8489af204086"
437 "url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086",
438 "reference": "adce7a954a1c2f14f85e94aed90c8489af204086",
442 "doctrine/cache": "^1.0",
443 "doctrine/event-manager": "^1.0",
448 "doctrine/coding-standard": "^8.1",
449 "jetbrains/phpstorm-stubs": "^2019.1",
450 "phpstan/phpstan": "^0.12.40",
451 "phpunit/phpunit": "^9.4",
452 "psalm/plugin-phpunit": "^0.10.0",
453 "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
454 "vimeo/psalm": "^3.17.2"
457 "symfony/console": "For helpful console commands such as SQL execution and import of files."
465 "dev-master": "4.0.x-dev"
470 "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
473 "notification-url": "https://packagist.org/downloads/",
479 "name": "Guilherme Blanco",
480 "email": "guilhermeblanco@gmail.com"
483 "name": "Roman Borschel",
484 "email": "roman@code-factory.org"
487 "name": "Benjamin Eberlei",
488 "email": "kontakt@beberlei.de"
491 "name": "Jonathan Wage",
492 "email": "jonwage@gmail.com"
495 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
496 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
519 "issues": "https://github.com/doctrine/dbal/issues",
520 "source": "https://github.com/doctrine/dbal/tree/2.12.1"
524 "url": "https://www.doctrine-project.org/sponsorship.html",
528 "url": "https://www.patreon.com/phpdoctrine",
532 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
536 "time": "2020-11-14T20:26:58+00:00"
539 "name": "doctrine/doctrine-bundle",
540 "version": "1.12.13",
543 "url": "https://github.com/doctrine/DoctrineBundle.git",
544 "reference": "85460b85edd8f61a16ad311e7ffc5d255d3c937c"
548 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/85460b85edd8f61a16ad311e7ffc5d255d3c937c",
549 "reference": "85460b85edd8f61a16ad311e7ffc5d255d3c937c",
553 "doctrine/dbal": "^2.5.12|^3.0",
554 "doctrine/doctrine-cache-bundle": "~1.2",
555 "doctrine/persistence": "^1.3.3",
556 "jdorn/sql-formatter": "^1.2.16",
557 "php": "^7.1 || ^8.0",
558 "symfony/cache": "^3.4.30|^4.3.3",
559 "symfony/config": "^3.4.30|^4.3.3",
560 "symfony/console": "^3.4.30|^4.3.3",
561 "symfony/dependency-injection": "^3.4.30|^4.3.3",
562 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
563 "symfony/framework-bundle": "^3.4.30|^4.3.3",
564 "symfony/service-contracts": "^1.1.1|^2.0"
567 "doctrine/orm": "<2.6",
568 "twig/twig": "<1.34|>=2.0,<2.4"
571 "doctrine/coding-standard": "^6.0",
572 "doctrine/orm": "^2.6",
573 "ocramius/proxy-manager": "^2.1",
574 "php-coveralls/php-coveralls": "^2.1",
575 "phpunit/phpunit": "^7.5",
576 "symfony/phpunit-bridge": "^4.2",
577 "symfony/property-info": "^3.4.30|^4.3.3",
578 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
579 "symfony/twig-bridge": "^3.4|^4.1",
580 "symfony/validator": "^3.4.30|^4.3.3",
581 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
582 "symfony/yaml": "^3.4.30|^4.3.3",
583 "twig/twig": "^1.34|^2.12"
586 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
587 "symfony/web-profiler-bundle": "To use the data collector."
589 "type": "symfony-bundle",
592 "dev-master": "2.3.x-dev"
597 "Doctrine\\Bundle\\DoctrineBundle\\": ""
600 "notification-url": "https://packagist.org/downloads/",
606 "name": "Fabien Potencier",
607 "email": "fabien@symfony.com"
610 "name": "Benjamin Eberlei",
611 "email": "kontakt@beberlei.de"
614 "name": "Symfony Community",
615 "homepage": "http://symfony.com/contributors"
618 "name": "Doctrine Project",
619 "homepage": "http://www.doctrine-project.org/"
622 "description": "Symfony DoctrineBundle",
623 "homepage": "http://www.doctrine-project.org",
631 "issues": "https://github.com/doctrine/DoctrineBundle/issues",
632 "source": "https://github.com/doctrine/DoctrineBundle/tree/1.12.13"
636 "url": "https://www.doctrine-project.org/sponsorship.html",
640 "url": "https://www.patreon.com/phpdoctrine",
644 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
648 "time": "2020-11-14T13:38:44+00:00"
651 "name": "doctrine/doctrine-cache-bundle",
655 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
656 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
660 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
661 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
665 "doctrine/cache": "^1.4.2",
666 "doctrine/inflector": "^1.0",
668 "symfony/doctrine-bridge": "^3.4|^4.0"
671 "instaclick/coding-standard": "~1.1",
672 "instaclick/object-calisthenics-sniffs": "dev-master",
673 "instaclick/symfony2-coding-standard": "dev-remaster",
674 "phpunit/phpunit": "^7.0",
675 "predis/predis": "~0.8",
676 "satooshi/php-coveralls": "^1.0",
677 "squizlabs/php_codesniffer": "~1.5",
678 "symfony/console": "^3.4|^4.0",
679 "symfony/finder": "^3.4|^4.0",
680 "symfony/framework-bundle": "^3.4|^4.0",
681 "symfony/phpunit-bridge": "^3.4|^4.0",
682 "symfony/security-acl": "^2.8",
683 "symfony/validator": "^3.4|^4.0",
684 "symfony/yaml": "^3.4|^4.0"
687 "symfony/security-acl": "For using this bundle to cache ACLs"
689 "type": "symfony-bundle",
692 "dev-master": "1.4.x-dev"
697 "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
699 "exclude-from-classmap": [
703 "notification-url": "https://packagist.org/downloads/",
709 "name": "Fabien Potencier",
710 "email": "fabien@symfony.com"
713 "name": "Benjamin Eberlei",
714 "email": "kontakt@beberlei.de"
717 "name": "Fabio B. Silva",
718 "email": "fabio.bat.silva@gmail.com"
721 "name": "Guilherme Blanco",
722 "email": "guilhermeblanco@hotmail.com"
725 "name": "Symfony Community",
726 "homepage": "http://symfony.com/contributors"
729 "name": "Doctrine Project",
730 "homepage": "http://www.doctrine-project.org/"
733 "description": "Symfony Bundle for Doctrine Cache",
734 "homepage": "https://www.doctrine-project.org",
740 "issues": "https://github.com/doctrine/DoctrineCacheBundle/issues",
741 "source": "https://github.com/doctrine/DoctrineCacheBundle/tree/1.4.0"
744 "time": "2019-11-29T11:22:01+00:00"
747 "name": "doctrine/event-manager",
751 "url": "https://github.com/doctrine/event-manager.git",
752 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
756 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
757 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
761 "php": "^7.1 || ^8.0"
764 "doctrine/common": "<2.9@dev"
767 "doctrine/coding-standard": "^6.0",
768 "phpunit/phpunit": "^7.0"
773 "dev-master": "1.0.x-dev"
778 "Doctrine\\Common\\": "lib/Doctrine/Common"
781 "notification-url": "https://packagist.org/downloads/",
787 "name": "Guilherme Blanco",
788 "email": "guilhermeblanco@gmail.com"
791 "name": "Roman Borschel",
792 "email": "roman@code-factory.org"
795 "name": "Benjamin Eberlei",
796 "email": "kontakt@beberlei.de"
799 "name": "Jonathan Wage",
800 "email": "jonwage@gmail.com"
803 "name": "Johannes Schmitt",
804 "email": "schmittjoh@gmail.com"
807 "name": "Marco Pivetta",
808 "email": "ocramius@gmail.com"
811 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
812 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
821 "issues": "https://github.com/doctrine/event-manager/issues",
822 "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
826 "url": "https://www.doctrine-project.org/sponsorship.html",
830 "url": "https://www.patreon.com/phpdoctrine",
834 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
838 "time": "2020-05-29T18:28:51+00:00"
841 "name": "doctrine/inflector",
845 "url": "https://github.com/doctrine/inflector.git",
846 "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
850 "url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
851 "reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
855 "php": "^7.2 || ^8.0"
858 "doctrine/coding-standard": "^7.0",
859 "phpstan/phpstan": "^0.11",
860 "phpstan/phpstan-phpunit": "^0.11",
861 "phpstan/phpstan-strict-rules": "^0.11",
862 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
867 "dev-master": "2.0.x-dev"
872 "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
873 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
876 "notification-url": "https://packagist.org/downloads/",
882 "name": "Guilherme Blanco",
883 "email": "guilhermeblanco@gmail.com"
886 "name": "Roman Borschel",
887 "email": "roman@code-factory.org"
890 "name": "Benjamin Eberlei",
891 "email": "kontakt@beberlei.de"
894 "name": "Jonathan Wage",
895 "email": "jonwage@gmail.com"
898 "name": "Johannes Schmitt",
899 "email": "schmittjoh@gmail.com"
902 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
903 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
917 "issues": "https://github.com/doctrine/inflector/issues",
918 "source": "https://github.com/doctrine/inflector/tree/1.4.x"
922 "url": "https://www.doctrine-project.org/sponsorship.html",
926 "url": "https://www.patreon.com/phpdoctrine",
930 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
934 "time": "2020-05-29T07:19:59+00:00"
937 "name": "doctrine/instantiator",
941 "url": "https://github.com/doctrine/instantiator.git",
942 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
946 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
947 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
951 "php": "^7.1 || ^8.0"
954 "doctrine/coding-standard": "^8.0",
957 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
958 "phpstan/phpstan": "^0.12",
959 "phpstan/phpstan-phpunit": "^0.12",
960 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
965 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
968 "notification-url": "https://packagist.org/downloads/",
974 "name": "Marco Pivetta",
975 "email": "ocramius@gmail.com",
976 "homepage": "https://ocramius.github.io/"
979 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
980 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
986 "issues": "https://github.com/doctrine/instantiator/issues",
987 "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
991 "url": "https://www.doctrine-project.org/sponsorship.html",
995 "url": "https://www.patreon.com/phpdoctrine",
999 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
1003 "time": "2020-11-10T18:47:58+00:00"
1006 "name": "doctrine/lexer",
1010 "url": "https://github.com/doctrine/lexer.git",
1011 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
1015 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
1016 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
1020 "php": "^7.2 || ^8.0"
1023 "doctrine/coding-standard": "^6.0",
1024 "phpstan/phpstan": "^0.11.8",
1025 "phpunit/phpunit": "^8.2"
1030 "dev-master": "1.2.x-dev"
1035 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
1038 "notification-url": "https://packagist.org/downloads/",
1044 "name": "Guilherme Blanco",
1045 "email": "guilhermeblanco@gmail.com"
1048 "name": "Roman Borschel",
1049 "email": "roman@code-factory.org"
1052 "name": "Johannes Schmitt",
1053 "email": "schmittjoh@gmail.com"
1056 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
1057 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
1066 "issues": "https://github.com/doctrine/lexer/issues",
1067 "source": "https://github.com/doctrine/lexer/tree/1.2.1"
1071 "url": "https://www.doctrine-project.org/sponsorship.html",
1075 "url": "https://www.patreon.com/phpdoctrine",
1079 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
1083 "time": "2020-05-25T17:44:05+00:00"
1086 "name": "doctrine/orm",
1090 "url": "https://github.com/doctrine/orm.git",
1091 "reference": "01187c9260cd085529ddd1273665217cae659640"
1095 "url": "https://api.github.com/repos/doctrine/orm/zipball/01187c9260cd085529ddd1273665217cae659640",
1096 "reference": "01187c9260cd085529ddd1273665217cae659640",
1100 "composer/package-versions-deprecated": "^1.8",
1101 "doctrine/annotations": "^1.11.1",
1102 "doctrine/cache": "^1.9.1",
1103 "doctrine/collections": "^1.5",
1104 "doctrine/common": "^2.11 || ^3.0",
1105 "doctrine/dbal": "^2.9.3",
1106 "doctrine/event-manager": "^1.1",
1107 "doctrine/inflector": "^1.0",
1108 "doctrine/instantiator": "^1.3",
1109 "doctrine/lexer": "^1.0",
1110 "doctrine/persistence": "^1.3.3 || ^2.0",
1113 "symfony/console": "^3.0|^4.0|^5.0"
1116 "doctrine/coding-standard": "^6.0",
1117 "phpstan/phpstan": "^0.12.18",
1118 "phpunit/phpunit": "^8.0",
1119 "symfony/yaml": "^3.4|^4.0|^5.0",
1120 "vimeo/psalm": "^3.11"
1123 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
1131 "dev-master": "2.7.x-dev"
1136 "Doctrine\\ORM\\": "lib/Doctrine/ORM"
1139 "notification-url": "https://packagist.org/downloads/",
1145 "name": "Guilherme Blanco",
1146 "email": "guilhermeblanco@gmail.com"
1149 "name": "Roman Borschel",
1150 "email": "roman@code-factory.org"
1153 "name": "Benjamin Eberlei",
1154 "email": "kontakt@beberlei.de"
1157 "name": "Jonathan Wage",
1158 "email": "jonwage@gmail.com"
1161 "name": "Marco Pivetta",
1162 "email": "ocramius@gmail.com"
1165 "description": "Object-Relational-Mapper for PHP",
1166 "homepage": "https://www.doctrine-project.org/projects/orm.html",
1172 "issues": "https://github.com/doctrine/orm/issues",
1173 "source": "https://github.com/doctrine/orm/tree/2.7.5"
1175 "time": "2020-12-03T08:52:14+00:00"
1178 "name": "doctrine/persistence",
1182 "url": "https://github.com/doctrine/persistence.git",
1183 "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288"
1187 "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288",
1188 "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288",
1192 "doctrine/annotations": "^1.0",
1193 "doctrine/cache": "^1.0",
1194 "doctrine/collections": "^1.0",
1195 "doctrine/event-manager": "^1.0",
1196 "doctrine/reflection": "^1.2",
1197 "php": "^7.1 || ^8.0"
1200 "doctrine/common": "<2.10@dev"
1203 "doctrine/coding-standard": "^6.0",
1204 "phpstan/phpstan": "^0.11",
1205 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
1206 "vimeo/psalm": "^3.11"
1211 "dev-master": "1.3.x-dev"
1216 "Doctrine\\Common\\": "lib/Doctrine/Common",
1217 "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
1220 "notification-url": "https://packagist.org/downloads/",
1226 "name": "Guilherme Blanco",
1227 "email": "guilhermeblanco@gmail.com"
1230 "name": "Roman Borschel",
1231 "email": "roman@code-factory.org"
1234 "name": "Benjamin Eberlei",
1235 "email": "kontakt@beberlei.de"
1238 "name": "Jonathan Wage",
1239 "email": "jonwage@gmail.com"
1242 "name": "Johannes Schmitt",
1243 "email": "schmittjoh@gmail.com"
1246 "name": "Marco Pivetta",
1247 "email": "ocramius@gmail.com"
1250 "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
1251 "homepage": "https://doctrine-project.org/projects/persistence.html",
1260 "issues": "https://github.com/doctrine/persistence/issues",
1261 "source": "https://github.com/doctrine/persistence/tree/1.3.x"
1265 "url": "https://www.doctrine-project.org/sponsorship.html",
1269 "url": "https://www.patreon.com/phpdoctrine",
1273 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
1277 "time": "2020-06-20T12:56:16+00:00"
1280 "name": "doctrine/reflection",
1284 "url": "https://github.com/doctrine/reflection.git",
1285 "reference": "fa587178be682efe90d005e3a322590d6ebb59a5"
1289 "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5",
1290 "reference": "fa587178be682efe90d005e3a322590d6ebb59a5",
1294 "doctrine/annotations": "^1.0",
1295 "ext-tokenizer": "*",
1296 "php": "^7.1 || ^8.0"
1299 "doctrine/common": "<2.9"
1302 "doctrine/coding-standard": "^6.0 || ^8.2.0",
1303 "doctrine/common": "^2.10",
1304 "phpstan/phpstan": "^0.11.0 || ^0.12.20",
1305 "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16",
1306 "phpunit/phpunit": "^7.5 || ^9.1.5"
1311 "dev-master": "1.2.x-dev"
1316 "Doctrine\\Common\\": "lib/Doctrine/Common"
1319 "notification-url": "https://packagist.org/downloads/",
1325 "name": "Guilherme Blanco",
1326 "email": "guilhermeblanco@gmail.com"
1329 "name": "Roman Borschel",
1330 "email": "roman@code-factory.org"
1333 "name": "Benjamin Eberlei",
1334 "email": "kontakt@beberlei.de"
1337 "name": "Jonathan Wage",
1338 "email": "jonwage@gmail.com"
1341 "name": "Johannes Schmitt",
1342 "email": "schmittjoh@gmail.com"
1345 "name": "Marco Pivetta",
1346 "email": "ocramius@gmail.com"
1349 "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
1350 "homepage": "https://www.doctrine-project.org/projects/reflection.html",
1356 "issues": "https://github.com/doctrine/reflection/issues",
1357 "source": "https://github.com/doctrine/reflection/tree/1.2.2"
1359 "abandoned": "roave/better-reflection",
1360 "time": "2020-10-27T21:46:55+00:00"
1363 "name": "egulias/email-validator",
1364 "version": "2.1.24",
1367 "url": "https://github.com/egulias/EmailValidator.git",
1368 "reference": "ca90a3291eee1538cd48ff25163240695bd95448"
1372 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ca90a3291eee1538cd48ff25163240695bd95448",
1373 "reference": "ca90a3291eee1538cd48ff25163240695bd95448",
1377 "doctrine/lexer": "^1.0.1",
1379 "symfony/polyfill-intl-idn": "^1.10"
1382 "dominicsayers/isemail": "^3.0.7",
1383 "phpunit/phpunit": "^4.8.36|^7.5.15",
1384 "satooshi/php-coveralls": "^1.0.1"
1387 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1392 "dev-master": "2.1.x-dev"
1397 "Egulias\\EmailValidator\\": "src"
1400 "notification-url": "https://packagist.org/downloads/",
1406 "name": "Eduardo Gulias Davis"
1409 "description": "A library for validating emails against several RFCs",
1410 "homepage": "https://github.com/egulias/EmailValidator",
1419 "issues": "https://github.com/egulias/EmailValidator/issues",
1420 "source": "https://github.com/egulias/EmailValidator/tree/2.1.24"
1424 "url": "https://github.com/egulias",
1428 "time": "2020-11-14T15:56:27+00:00"
1431 "name": "erusev/parsedown",
1435 "url": "https://github.com/erusev/parsedown.git",
1436 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
1440 "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
1441 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
1445 "ext-mbstring": "*",
1449 "phpunit/phpunit": "^4.8.35"
1457 "notification-url": "https://packagist.org/downloads/",
1463 "name": "Emanuil Rusev",
1464 "email": "hello@erusev.com",
1465 "homepage": "http://erusev.com"
1468 "description": "Parser for Markdown.",
1469 "homepage": "http://parsedown.org",
1475 "issues": "https://github.com/erusev/parsedown/issues",
1476 "source": "https://github.com/erusev/parsedown/tree/1.7.x"
1478 "time": "2019-12-30T22:54:17+00:00"
1481 "name": "jdorn/sql-formatter",
1482 "version": "v1.2.17",
1485 "url": "https://github.com/jdorn/sql-formatter.git",
1486 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
1490 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
1491 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
1498 "phpunit/phpunit": "3.7.*"
1503 "dev-master": "1.3.x-dev"
1511 "notification-url": "https://packagist.org/downloads/",
1517 "name": "Jeremy Dorn",
1518 "email": "jeremy@jeremydorn.com",
1519 "homepage": "http://jeremydorn.com/"
1522 "description": "a PHP SQL highlighting library",
1523 "homepage": "https://github.com/jdorn/sql-formatter/",
1529 "issues": "https://github.com/jdorn/sql-formatter/issues",
1530 "source": "https://github.com/jdorn/sql-formatter/tree/master"
1532 "time": "2014-01-12T16:20:24+00:00"
1535 "name": "psr/cache",
1539 "url": "https://github.com/php-fig/cache.git",
1540 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1544 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1545 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1554 "dev-master": "1.0.x-dev"
1559 "Psr\\Cache\\": "src/"
1562 "notification-url": "https://packagist.org/downloads/",
1569 "homepage": "http://www.php-fig.org/"
1572 "description": "Common interface for caching libraries",
1579 "source": "https://github.com/php-fig/cache/tree/master"
1581 "time": "2016-08-06T20:24:11+00:00"
1584 "name": "psr/container",
1588 "url": "https://github.com/php-fig/container.git",
1589 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1593 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1594 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1603 "dev-master": "1.0.x-dev"
1608 "Psr\\Container\\": "src/"
1611 "notification-url": "https://packagist.org/downloads/",
1618 "homepage": "http://www.php-fig.org/"
1621 "description": "Common Container Interface (PHP FIG PSR-11)",
1622 "homepage": "https://github.com/php-fig/container",
1626 "container-interface",
1627 "container-interop",
1631 "issues": "https://github.com/php-fig/container/issues",
1632 "source": "https://github.com/php-fig/container/tree/master"
1634 "time": "2017-02-14T16:28:37+00:00"
1641 "url": "https://github.com/php-fig/log.git",
1642 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
1646 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
1647 "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
1656 "dev-master": "1.1.x-dev"
1661 "Psr\\Log\\": "Psr/Log/"
1664 "notification-url": "https://packagist.org/downloads/",
1671 "homepage": "http://www.php-fig.org/"
1674 "description": "Common interface for logging libraries",
1675 "homepage": "https://github.com/php-fig/log",
1682 "source": "https://github.com/php-fig/log/tree/1.1.3"
1684 "time": "2020-03-23T09:12:05+00:00"
1687 "name": "rapsys/airbundle",
1688 "version": "dev-master",
1691 "url": "https://rapsys@git.rapsys.eu/airbundle",
1692 "reference": "master"
1695 "doctrine/doctrine-bundle": "^1.12",
1696 "doctrine/orm": "^2.7",
1697 "symfony/flex": "^1.5",
1698 "symfony/form": "^4.4",
1699 "symfony/framework-bundle": "^4.4",
1700 "symfony/mailer": "^4.4",
1701 "symfony/profiler-pack": "^1.0",
1702 "symfony/security-bundle": "^4.4",
1703 "symfony/translation": "^4.4",
1704 "symfony/twig-bundle": "^4.4",
1705 "symfony/validator": "^4.4",
1706 "twig/extensions": "^1.5",
1707 "twig/html-extra": "^2.12"
1710 "doctrine/doctrine-fixtures-bundle": "^3.3",
1711 "symfony/browser-kit": "^4.3",
1712 "symfony/maker-bundle": "^1.14",
1713 "symfony/phpunit-bridge": "^4.4",
1714 "symfony/web-profiler-bundle": "^4.4"
1719 "Rapsys\\AirBundle\\": ""
1724 "name": "rapsys/packbundle",
1725 "version": "dev-master",
1728 "url": "https://rapsys@git.rapsys.eu/packbundle",
1729 "reference": "master"
1732 "symfony/asset": "^4.4",
1733 "symfony/flex": "^1.5",
1734 "symfony/framework-bundle": "^4.4",
1735 "symfony/process": "^4.4",
1736 "symfony/twig-bundle": "^4.4",
1737 "twig/extensions": "^1.5"
1742 "Rapsys\\PackBundle\\": ""
1747 "name": "rapsys/userbundle",
1748 "version": "dev-master",
1751 "url": "https://rapsys@git.rapsys.eu/userbundle",
1752 "reference": "master"
1755 "doctrine/doctrine-bundle": "^1.12",
1756 "symfony/flex": "^1.5",
1757 "symfony/form": "^4.4",
1758 "symfony/framework-bundle": "^4.4",
1759 "symfony/security-bundle": "^4.4",
1760 "symfony/validator": "^4.4"
1765 "Rapsys\\UserBundle\\": ""
1770 "name": "symfony/asset",
1771 "version": "v4.4.18",
1774 "url": "https://github.com/symfony/asset.git",
1775 "reference": "7339980f70621f26db6208a75a8ee2a48a7ede5b"
1779 "url": "https://api.github.com/repos/symfony/asset/zipball/7339980f70621f26db6208a75a8ee2a48a7ede5b",
1780 "reference": "7339980f70621f26db6208a75a8ee2a48a7ede5b",
1787 "symfony/http-foundation": "^3.4|^4.0|^5.0",
1788 "symfony/http-kernel": "^3.4|^4.0|^5.0"
1791 "symfony/http-foundation": ""
1796 "Symfony\\Component\\Asset\\": ""
1798 "exclude-from-classmap": [
1802 "notification-url": "https://packagist.org/downloads/",
1808 "name": "Fabien Potencier",
1809 "email": "fabien@symfony.com"
1812 "name": "Symfony Community",
1813 "homepage": "https://symfony.com/contributors"
1816 "description": "Symfony Asset Component",
1817 "homepage": "https://symfony.com",
1819 "source": "https://github.com/symfony/asset/tree/v4.4.18"
1823 "url": "https://symfony.com/sponsor",
1827 "url": "https://github.com/fabpot",
1831 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1835 "time": "2020-12-13T22:21:11+00:00"
1838 "name": "symfony/cache",
1839 "version": "v4.4.18",
1842 "url": "https://github.com/symfony/cache.git",
1843 "reference": "23cc546c9104693d6fce1b3aaa31c1fd47198bdc"
1847 "url": "https://api.github.com/repos/symfony/cache/zipball/23cc546c9104693d6fce1b3aaa31c1fd47198bdc",
1848 "reference": "23cc546c9104693d6fce1b3aaa31c1fd47198bdc",
1853 "psr/cache": "~1.0",
1855 "symfony/cache-contracts": "^1.1.7|^2",
1856 "symfony/service-contracts": "^1.1|^2",
1857 "symfony/var-exporter": "^4.2|^5.0"
1860 "doctrine/dbal": "<2.5",
1861 "symfony/dependency-injection": "<3.4",
1862 "symfony/http-kernel": "<4.4",
1863 "symfony/var-dumper": "<4.4"
1866 "psr/cache-implementation": "1.0",
1867 "psr/simple-cache-implementation": "1.0",
1868 "symfony/cache-implementation": "1.0"
1871 "cache/integration-tests": "dev-master",
1872 "doctrine/cache": "^1.6",
1873 "doctrine/dbal": "^2.5|^3.0",
1874 "predis/predis": "^1.1",
1875 "psr/simple-cache": "^1.0",
1876 "symfony/config": "^4.2|^5.0",
1877 "symfony/dependency-injection": "^3.4|^4.1|^5.0",
1878 "symfony/filesystem": "^4.4|^5.0",
1879 "symfony/http-kernel": "^4.4|^5.0",
1880 "symfony/var-dumper": "^4.4|^5.0"
1885 "Symfony\\Component\\Cache\\": ""
1887 "exclude-from-classmap": [
1891 "notification-url": "https://packagist.org/downloads/",
1897 "name": "Nicolas Grekas",
1898 "email": "p@tchwork.com"
1901 "name": "Symfony Community",
1902 "homepage": "https://symfony.com/contributors"
1905 "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
1906 "homepage": "https://symfony.com",
1912 "source": "https://github.com/symfony/cache/tree/v4.4.18"
1916 "url": "https://symfony.com/sponsor",
1920 "url": "https://github.com/fabpot",
1924 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1928 "time": "2020-12-10T17:56:42+00:00"
1931 "name": "symfony/cache-contracts",
1932 "version": "v2.2.0",
1935 "url": "https://github.com/symfony/cache-contracts.git",
1936 "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb"
1940 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
1941 "reference": "8034ca0b61d4dd967f3698aaa1da2507b631d0cb",
1949 "symfony/cache-implementation": ""
1954 "dev-master": "2.2-dev"
1957 "name": "symfony/contracts",
1958 "url": "https://github.com/symfony/contracts"
1963 "Symfony\\Contracts\\Cache\\": ""
1966 "notification-url": "https://packagist.org/downloads/",
1972 "name": "Nicolas Grekas",
1973 "email": "p@tchwork.com"
1976 "name": "Symfony Community",
1977 "homepage": "https://symfony.com/contributors"
1980 "description": "Generic abstractions related to caching",
1981 "homepage": "https://symfony.com",
1991 "source": "https://github.com/symfony/cache-contracts/tree/v2.2.0"
1995 "url": "https://symfony.com/sponsor",
1999 "url": "https://github.com/fabpot",
2003 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2007 "time": "2020-09-07T11:33:47+00:00"
2010 "name": "symfony/config",
2011 "version": "v4.4.18",
2014 "url": "https://github.com/symfony/config.git",
2015 "reference": "e501c56d2fa70798075b9811d0eb4c27de491459"
2019 "url": "https://api.github.com/repos/symfony/config/zipball/e501c56d2fa70798075b9811d0eb4c27de491459",
2020 "reference": "e501c56d2fa70798075b9811d0eb4c27de491459",
2025 "symfony/filesystem": "^3.4|^4.0|^5.0",
2026 "symfony/polyfill-ctype": "~1.8"
2029 "symfony/finder": "<3.4"
2032 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
2033 "symfony/finder": "^3.4|^4.0|^5.0",
2034 "symfony/messenger": "^4.1|^5.0",
2035 "symfony/service-contracts": "^1.1|^2",
2036 "symfony/yaml": "^3.4|^4.0|^5.0"
2039 "symfony/yaml": "To use the yaml reference dumper"
2044 "Symfony\\Component\\Config\\": ""
2046 "exclude-from-classmap": [
2050 "notification-url": "https://packagist.org/downloads/",
2056 "name": "Fabien Potencier",
2057 "email": "fabien@symfony.com"
2060 "name": "Symfony Community",
2061 "homepage": "https://symfony.com/contributors"
2064 "description": "Symfony Config Component",
2065 "homepage": "https://symfony.com",
2067 "source": "https://github.com/symfony/config/tree/v4.4.18"
2071 "url": "https://symfony.com/sponsor",
2075 "url": "https://github.com/fabpot",
2079 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2083 "time": "2020-12-09T08:58:17+00:00"
2086 "name": "symfony/console",
2087 "version": "v4.4.18",
2090 "url": "https://github.com/symfony/console.git",
2091 "reference": "12e071278e396cc3e1c149857337e9e192deca0b"
2095 "url": "https://api.github.com/repos/symfony/console/zipball/12e071278e396cc3e1c149857337e9e192deca0b",
2096 "reference": "12e071278e396cc3e1c149857337e9e192deca0b",
2101 "symfony/polyfill-mbstring": "~1.0",
2102 "symfony/polyfill-php73": "^1.8",
2103 "symfony/polyfill-php80": "^1.15",
2104 "symfony/service-contracts": "^1.1|^2"
2107 "symfony/dependency-injection": "<3.4",
2108 "symfony/event-dispatcher": "<4.3|>=5",
2109 "symfony/lock": "<4.4",
2110 "symfony/process": "<3.3"
2113 "psr/log-implementation": "1.0"
2117 "symfony/config": "^3.4|^4.0|^5.0",
2118 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2119 "symfony/event-dispatcher": "^4.3",
2120 "symfony/lock": "^4.4|^5.0",
2121 "symfony/process": "^3.4|^4.0|^5.0",
2122 "symfony/var-dumper": "^4.3|^5.0"
2125 "psr/log": "For using the console logger",
2126 "symfony/event-dispatcher": "",
2128 "symfony/process": ""
2133 "Symfony\\Component\\Console\\": ""
2135 "exclude-from-classmap": [
2139 "notification-url": "https://packagist.org/downloads/",
2145 "name": "Fabien Potencier",
2146 "email": "fabien@symfony.com"
2149 "name": "Symfony Community",
2150 "homepage": "https://symfony.com/contributors"
2153 "description": "Symfony Console Component",
2154 "homepage": "https://symfony.com",
2156 "source": "https://github.com/symfony/console/tree/v4.4.18"
2160 "url": "https://symfony.com/sponsor",
2164 "url": "https://github.com/fabpot",
2168 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2172 "time": "2020-12-18T07:41:31+00:00"
2175 "name": "symfony/debug",
2176 "version": "v4.4.18",
2179 "url": "https://github.com/symfony/debug.git",
2180 "reference": "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544"
2184 "url": "https://api.github.com/repos/symfony/debug/zipball/5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544",
2185 "reference": "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544",
2191 "symfony/polyfill-php80": "^1.15"
2194 "symfony/http-kernel": "<3.4"
2197 "symfony/http-kernel": "^3.4|^4.0|^5.0"
2202 "Symfony\\Component\\Debug\\": ""
2204 "exclude-from-classmap": [
2208 "notification-url": "https://packagist.org/downloads/",
2214 "name": "Fabien Potencier",
2215 "email": "fabien@symfony.com"
2218 "name": "Symfony Community",
2219 "homepage": "https://symfony.com/contributors"
2222 "description": "Symfony Debug Component",
2223 "homepage": "https://symfony.com",
2225 "source": "https://github.com/symfony/debug/tree/v4.4.18"
2229 "url": "https://symfony.com/sponsor",
2233 "url": "https://github.com/fabpot",
2237 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2241 "time": "2020-12-10T16:34:26+00:00"
2244 "name": "symfony/dependency-injection",
2245 "version": "v4.4.18",
2248 "url": "https://github.com/symfony/dependency-injection.git",
2249 "reference": "3860f64c6deb2cb48b1ada27460c58ae479bdc0f"
2253 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3860f64c6deb2cb48b1ada27460c58ae479bdc0f",
2254 "reference": "3860f64c6deb2cb48b1ada27460c58ae479bdc0f",
2259 "psr/container": "^1.0",
2260 "symfony/service-contracts": "^1.1.6|^2"
2263 "symfony/config": "<4.3|>=5.0",
2264 "symfony/finder": "<3.4",
2265 "symfony/proxy-manager-bridge": "<3.4",
2266 "symfony/yaml": "<3.4"
2269 "psr/container-implementation": "1.0",
2270 "symfony/service-implementation": "1.0"
2273 "symfony/config": "^4.3",
2274 "symfony/expression-language": "^3.4|^4.0|^5.0",
2275 "symfony/yaml": "^3.4|^4.0|^5.0"
2278 "symfony/config": "",
2279 "symfony/expression-language": "For using expressions in service container configuration",
2280 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2281 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2287 "Symfony\\Component\\DependencyInjection\\": ""
2289 "exclude-from-classmap": [
2293 "notification-url": "https://packagist.org/downloads/",
2299 "name": "Fabien Potencier",
2300 "email": "fabien@symfony.com"
2303 "name": "Symfony Community",
2304 "homepage": "https://symfony.com/contributors"
2307 "description": "Symfony DependencyInjection Component",
2308 "homepage": "https://symfony.com",
2310 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.18"
2314 "url": "https://symfony.com/sponsor",
2318 "url": "https://github.com/fabpot",
2322 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2326 "time": "2020-12-18T07:41:31+00:00"
2329 "name": "symfony/doctrine-bridge",
2330 "version": "v4.4.18",
2333 "url": "https://github.com/symfony/doctrine-bridge.git",
2334 "reference": "f53aca820d88b279ccb22525226f35518c6d0045"
2338 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/f53aca820d88b279ccb22525226f35518c6d0045",
2339 "reference": "f53aca820d88b279ccb22525226f35518c6d0045",
2343 "doctrine/event-manager": "~1.0",
2344 "doctrine/persistence": "^1.3|^2",
2346 "symfony/polyfill-ctype": "~1.8",
2347 "symfony/polyfill-mbstring": "~1.0",
2348 "symfony/service-contracts": "^1.1|^2"
2351 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
2352 "symfony/dependency-injection": "<3.4",
2353 "symfony/form": "<4.4",
2354 "symfony/http-kernel": "<4.3.7",
2355 "symfony/messenger": "<4.3",
2356 "symfony/security-core": "<4.4",
2357 "symfony/validator": "<4.4.2|<5.0.2,>=5.0"
2360 "composer/package-versions-deprecated": "^1.8",
2361 "doctrine/annotations": "~1.7",
2362 "doctrine/cache": "~1.6",
2363 "doctrine/collections": "~1.0",
2364 "doctrine/data-fixtures": "^1.1",
2365 "doctrine/dbal": "~2.4|^3.0",
2366 "doctrine/orm": "^2.6.3",
2367 "symfony/config": "^4.2|^5.0",
2368 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2369 "symfony/expression-language": "^3.4|^4.0|^5.0",
2370 "symfony/form": "^4.4.11|^5.0.11",
2371 "symfony/http-kernel": "^4.3.7",
2372 "symfony/messenger": "^4.4|^5.0",
2373 "symfony/property-access": "^3.4|^4.0|^5.0",
2374 "symfony/property-info": "^3.4|^4.0|^5.0",
2375 "symfony/proxy-manager-bridge": "^3.4|^4.0|^5.0",
2376 "symfony/security-core": "^4.4|^5.0",
2377 "symfony/stopwatch": "^3.4|^4.0|^5.0",
2378 "symfony/translation": "^3.4|^4.0|^5.0",
2379 "symfony/validator": "^4.4.2|^5.0.2",
2380 "symfony/var-dumper": "^3.4|^4.0|^5.0"
2383 "doctrine/data-fixtures": "",
2384 "doctrine/dbal": "",
2387 "symfony/property-info": "",
2388 "symfony/validator": ""
2390 "type": "symfony-bridge",
2393 "Symfony\\Bridge\\Doctrine\\": ""
2395 "exclude-from-classmap": [
2399 "notification-url": "https://packagist.org/downloads/",
2405 "name": "Fabien Potencier",
2406 "email": "fabien@symfony.com"
2409 "name": "Symfony Community",
2410 "homepage": "https://symfony.com/contributors"
2413 "description": "Symfony Doctrine Bridge",
2414 "homepage": "https://symfony.com",
2416 "source": "https://github.com/symfony/doctrine-bridge/tree/v4.4.18"
2420 "url": "https://symfony.com/sponsor",
2424 "url": "https://github.com/fabpot",
2428 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2432 "time": "2020-12-08T16:59:59+00:00"
2435 "name": "symfony/dom-crawler",
2436 "version": "v4.4.18",
2439 "url": "https://github.com/symfony/dom-crawler.git",
2440 "reference": "d44fbb02b458fe18d00fea18f24c97cefb87577e"
2444 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/d44fbb02b458fe18d00fea18f24c97cefb87577e",
2445 "reference": "d44fbb02b458fe18d00fea18f24c97cefb87577e",
2450 "symfony/polyfill-ctype": "~1.8",
2451 "symfony/polyfill-mbstring": "~1.0"
2454 "masterminds/html5": "<2.6"
2457 "masterminds/html5": "^2.6",
2458 "symfony/css-selector": "^3.4|^4.0|^5.0"
2461 "symfony/css-selector": ""
2466 "Symfony\\Component\\DomCrawler\\": ""
2468 "exclude-from-classmap": [
2472 "notification-url": "https://packagist.org/downloads/",
2478 "name": "Fabien Potencier",
2479 "email": "fabien@symfony.com"
2482 "name": "Symfony Community",
2483 "homepage": "https://symfony.com/contributors"
2486 "description": "Symfony DomCrawler Component",
2487 "homepage": "https://symfony.com",
2489 "source": "https://github.com/symfony/dom-crawler/tree/v4.4.18"
2493 "url": "https://symfony.com/sponsor",
2497 "url": "https://github.com/fabpot",
2501 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2505 "time": "2020-12-18T07:41:31+00:00"
2508 "name": "symfony/dotenv",
2509 "version": "v4.4.18",
2512 "url": "https://github.com/symfony/dotenv.git",
2513 "reference": "2befc49ec50b4d6ffd100b332389260c9069ba1c"
2517 "url": "https://api.github.com/repos/symfony/dotenv/zipball/2befc49ec50b4d6ffd100b332389260c9069ba1c",
2518 "reference": "2befc49ec50b4d6ffd100b332389260c9069ba1c",
2525 "symfony/process": "^3.4.2|^4.0|^5.0"
2530 "Symfony\\Component\\Dotenv\\": ""
2532 "exclude-from-classmap": [
2536 "notification-url": "https://packagist.org/downloads/",
2542 "name": "Fabien Potencier",
2543 "email": "fabien@symfony.com"
2546 "name": "Symfony Community",
2547 "homepage": "https://symfony.com/contributors"
2550 "description": "Registers environment variables from a .env file",
2551 "homepage": "https://symfony.com",
2558 "source": "https://github.com/symfony/dotenv/tree/v4.4.18"
2562 "url": "https://symfony.com/sponsor",
2566 "url": "https://github.com/fabpot",
2570 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2574 "time": "2020-12-08T16:59:59+00:00"
2577 "name": "symfony/error-handler",
2578 "version": "v4.4.18",
2581 "url": "https://github.com/symfony/error-handler.git",
2582 "reference": "ef2f7ddd3b9177bbf8ff2ecd8d0e970ed48da0c3"
2586 "url": "https://api.github.com/repos/symfony/error-handler/zipball/ef2f7ddd3b9177bbf8ff2ecd8d0e970ed48da0c3",
2587 "reference": "ef2f7ddd3b9177bbf8ff2ecd8d0e970ed48da0c3",
2593 "symfony/debug": "^4.4.5",
2594 "symfony/polyfill-php80": "^1.15",
2595 "symfony/var-dumper": "^4.4|^5.0"
2598 "symfony/http-kernel": "^4.4|^5.0",
2599 "symfony/serializer": "^4.4|^5.0"
2604 "Symfony\\Component\\ErrorHandler\\": ""
2606 "exclude-from-classmap": [
2610 "notification-url": "https://packagist.org/downloads/",
2616 "name": "Fabien Potencier",
2617 "email": "fabien@symfony.com"
2620 "name": "Symfony Community",
2621 "homepage": "https://symfony.com/contributors"
2624 "description": "Symfony ErrorHandler Component",
2625 "homepage": "https://symfony.com",
2627 "source": "https://github.com/symfony/error-handler/tree/v4.4.18"
2631 "url": "https://symfony.com/sponsor",
2635 "url": "https://github.com/fabpot",
2639 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2643 "time": "2020-12-09T11:15:38+00:00"
2646 "name": "symfony/event-dispatcher",
2647 "version": "v4.4.18",
2650 "url": "https://github.com/symfony/event-dispatcher.git",
2651 "reference": "5d4c874b0eb1c32d40328a09dbc37307a5a910b0"
2655 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/5d4c874b0eb1c32d40328a09dbc37307a5a910b0",
2656 "reference": "5d4c874b0eb1c32d40328a09dbc37307a5a910b0",
2661 "symfony/event-dispatcher-contracts": "^1.1"
2664 "symfony/dependency-injection": "<3.4"
2667 "psr/event-dispatcher-implementation": "1.0",
2668 "symfony/event-dispatcher-implementation": "1.1"
2672 "symfony/config": "^3.4|^4.0|^5.0",
2673 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2674 "symfony/error-handler": "~3.4|~4.4",
2675 "symfony/expression-language": "^3.4|^4.0|^5.0",
2676 "symfony/http-foundation": "^3.4|^4.0|^5.0",
2677 "symfony/service-contracts": "^1.1|^2",
2678 "symfony/stopwatch": "^3.4|^4.0|^5.0"
2681 "symfony/dependency-injection": "",
2682 "symfony/http-kernel": ""
2687 "Symfony\\Component\\EventDispatcher\\": ""
2689 "exclude-from-classmap": [
2693 "notification-url": "https://packagist.org/downloads/",
2699 "name": "Fabien Potencier",
2700 "email": "fabien@symfony.com"
2703 "name": "Symfony Community",
2704 "homepage": "https://symfony.com/contributors"
2707 "description": "Symfony EventDispatcher Component",
2708 "homepage": "https://symfony.com",
2710 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.18"
2714 "url": "https://symfony.com/sponsor",
2718 "url": "https://github.com/fabpot",
2722 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2726 "time": "2020-12-18T07:41:31+00:00"
2729 "name": "symfony/event-dispatcher-contracts",
2730 "version": "v1.1.9",
2733 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2734 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
2738 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
2739 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
2746 "psr/event-dispatcher": "",
2747 "symfony/event-dispatcher-implementation": ""
2752 "dev-master": "1.1-dev"
2755 "name": "symfony/contracts",
2756 "url": "https://github.com/symfony/contracts"
2761 "Symfony\\Contracts\\EventDispatcher\\": ""
2764 "notification-url": "https://packagist.org/downloads/",
2770 "name": "Nicolas Grekas",
2771 "email": "p@tchwork.com"
2774 "name": "Symfony Community",
2775 "homepage": "https://symfony.com/contributors"
2778 "description": "Generic abstractions related to dispatching event",
2779 "homepage": "https://symfony.com",
2789 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
2793 "url": "https://symfony.com/sponsor",
2797 "url": "https://github.com/fabpot",
2801 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2805 "time": "2020-07-06T13:19:58+00:00"
2808 "name": "symfony/filesystem",
2809 "version": "v4.4.18",
2812 "url": "https://github.com/symfony/filesystem.git",
2813 "reference": "d99fbef7e0f69bf162ae6131b31132fa3cc4bcbe"
2817 "url": "https://api.github.com/repos/symfony/filesystem/zipball/d99fbef7e0f69bf162ae6131b31132fa3cc4bcbe",
2818 "reference": "d99fbef7e0f69bf162ae6131b31132fa3cc4bcbe",
2823 "symfony/polyfill-ctype": "~1.8"
2828 "Symfony\\Component\\Filesystem\\": ""
2830 "exclude-from-classmap": [
2834 "notification-url": "https://packagist.org/downloads/",
2840 "name": "Fabien Potencier",
2841 "email": "fabien@symfony.com"
2844 "name": "Symfony Community",
2845 "homepage": "https://symfony.com/contributors"
2848 "description": "Symfony Filesystem Component",
2849 "homepage": "https://symfony.com",
2851 "source": "https://github.com/symfony/filesystem/tree/v4.4.18"
2855 "url": "https://symfony.com/sponsor",
2859 "url": "https://github.com/fabpot",
2863 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2867 "time": "2020-11-30T13:04:35+00:00"
2870 "name": "symfony/finder",
2871 "version": "v4.4.18",
2874 "url": "https://github.com/symfony/finder.git",
2875 "reference": "ebd0965f2dc2d4e0f11487c16fbb041e50b5c09b"
2879 "url": "https://api.github.com/repos/symfony/finder/zipball/ebd0965f2dc2d4e0f11487c16fbb041e50b5c09b",
2880 "reference": "ebd0965f2dc2d4e0f11487c16fbb041e50b5c09b",
2889 "Symfony\\Component\\Finder\\": ""
2891 "exclude-from-classmap": [
2895 "notification-url": "https://packagist.org/downloads/",
2901 "name": "Fabien Potencier",
2902 "email": "fabien@symfony.com"
2905 "name": "Symfony Community",
2906 "homepage": "https://symfony.com/contributors"
2909 "description": "Symfony Finder Component",
2910 "homepage": "https://symfony.com",
2912 "source": "https://github.com/symfony/finder/tree/v4.4.18"
2916 "url": "https://symfony.com/sponsor",
2920 "url": "https://github.com/fabpot",
2924 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2928 "time": "2020-12-08T16:59:59+00:00"
2931 "name": "symfony/flex",
2932 "version": "v1.11.0",
2935 "url": "https://github.com/symfony/flex.git",
2936 "reference": "ceb2b4e612bd0b4bb36a4d7fb2e800c861652f48"
2940 "url": "https://api.github.com/repos/symfony/flex/zipball/ceb2b4e612bd0b4bb36a4d7fb2e800c861652f48",
2941 "reference": "ceb2b4e612bd0b4bb36a4d7fb2e800c861652f48",
2945 "composer-plugin-api": "^1.0|^2.0",
2949 "composer/composer": "^1.0.2|^2.0",
2950 "symfony/dotenv": "^4.4|^5.0",
2951 "symfony/filesystem": "^4.4|^5.0",
2952 "symfony/phpunit-bridge": "^4.4|^5.0",
2953 "symfony/process": "^3.4|^4.4|^5.0"
2955 "type": "composer-plugin",
2958 "dev-main": "1.9-dev"
2960 "class": "Symfony\\Flex\\Flex"
2964 "Symfony\\Flex\\": "src"
2967 "notification-url": "https://packagist.org/downloads/",
2973 "name": "Fabien Potencier",
2974 "email": "fabien.potencier@gmail.com"
2977 "description": "Composer plugin for Symfony",
2979 "issues": "https://github.com/symfony/flex/issues",
2980 "source": "https://github.com/symfony/flex/tree/v1.11.0"
2984 "url": "https://symfony.com/sponsor",
2988 "url": "https://github.com/fabpot",
2992 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2996 "time": "2020-12-03T10:57:35+00:00"
2999 "name": "symfony/form",
3000 "version": "v4.4.18",
3003 "url": "https://github.com/symfony/form.git",
3004 "reference": "9a51e82d5d4e43286ceac9bf30ae8392c3e48d48"
3008 "url": "https://api.github.com/repos/symfony/form/zipball/9a51e82d5d4e43286ceac9bf30ae8392c3e48d48",
3009 "reference": "9a51e82d5d4e43286ceac9bf30ae8392c3e48d48",
3014 "symfony/event-dispatcher": "^4.3",
3015 "symfony/intl": "^4.4|^5.0",
3016 "symfony/options-resolver": "~4.3|^5.0",
3017 "symfony/polyfill-ctype": "~1.8",
3018 "symfony/polyfill-mbstring": "~1.0",
3019 "symfony/property-access": "^3.4.40|^4.4.8|^5.0.8",
3020 "symfony/service-contracts": "^1.1|^2"
3023 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
3024 "symfony/console": "<4.3",
3025 "symfony/dependency-injection": "<3.4",
3026 "symfony/doctrine-bridge": "<3.4",
3027 "symfony/framework-bundle": "<3.4",
3028 "symfony/http-kernel": "<4.4",
3029 "symfony/intl": "<4.3",
3030 "symfony/translation": "<4.2",
3031 "symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
3034 "doctrine/collections": "~1.0",
3035 "symfony/config": "^3.4|^4.0|^5.0",
3036 "symfony/console": "^4.3|^5.0",
3037 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3038 "symfony/expression-language": "^3.4|^4.0|^5.0",
3039 "symfony/http-foundation": "^3.4|^4.0|^5.0",
3040 "symfony/http-kernel": "^4.4",
3041 "symfony/security-csrf": "^3.4|^4.0|^5.0",
3042 "symfony/translation": "^4.2|^5.0",
3043 "symfony/validator": "^4.4.17|^5.1.9",
3044 "symfony/var-dumper": "^4.3|^5.0"
3047 "symfony/security-csrf": "For protecting forms against CSRF attacks.",
3048 "symfony/twig-bridge": "For templating with Twig.",
3049 "symfony/validator": "For form validation."
3054 "Symfony\\Component\\Form\\": ""
3056 "exclude-from-classmap": [
3060 "notification-url": "https://packagist.org/downloads/",
3066 "name": "Fabien Potencier",
3067 "email": "fabien@symfony.com"
3070 "name": "Symfony Community",
3071 "homepage": "https://symfony.com/contributors"
3074 "description": "Symfony Form Component",
3075 "homepage": "https://symfony.com",
3077 "source": "https://github.com/symfony/form/tree/v4.4.18"
3081 "url": "https://symfony.com/sponsor",
3085 "url": "https://github.com/fabpot",
3089 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3093 "time": "2020-12-18T07:41:31+00:00"
3096 "name": "symfony/framework-bundle",
3097 "version": "v4.4.18",
3100 "url": "https://github.com/symfony/framework-bundle.git",
3101 "reference": "3347605c98b598ad114ac6203ec855ddb2c47569"
3105 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3347605c98b598ad114ac6203ec855ddb2c47569",
3106 "reference": "3347605c98b598ad114ac6203ec855ddb2c47569",
3112 "symfony/cache": "^4.4|^5.0",
3113 "symfony/config": "^4.3.4|^5.0",
3114 "symfony/dependency-injection": "^4.4.1|^5.0.1",
3115 "symfony/error-handler": "^4.4.1|^5.0.1",
3116 "symfony/filesystem": "^3.4|^4.0|^5.0",
3117 "symfony/finder": "^3.4|^4.0|^5.0",
3118 "symfony/http-foundation": "^4.4|^5.0",
3119 "symfony/http-kernel": "^4.4",
3120 "symfony/polyfill-mbstring": "~1.0",
3121 "symfony/routing": "^4.4|^5.0"
3124 "doctrine/persistence": "<1.3",
3125 "phpdocumentor/reflection-docblock": "<3.0",
3126 "phpdocumentor/type-resolver": "<0.2.1",
3127 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
3128 "symfony/asset": "<3.4",
3129 "symfony/browser-kit": "<4.3",
3130 "symfony/console": "<4.3",
3131 "symfony/dom-crawler": "<4.3",
3132 "symfony/dotenv": "<4.3.6",
3133 "symfony/form": "<4.3.5",
3134 "symfony/http-client": "<4.4",
3135 "symfony/lock": "<4.4",
3136 "symfony/mailer": "<4.4",
3137 "symfony/messenger": "<4.4",
3138 "symfony/mime": "<4.4",
3139 "symfony/property-info": "<3.4",
3140 "symfony/security-bundle": "<4.4",
3141 "symfony/serializer": "<4.4",
3142 "symfony/stopwatch": "<3.4",
3143 "symfony/translation": "<4.4",
3144 "symfony/twig-bridge": "<4.1.1",
3145 "symfony/twig-bundle": "<4.4",
3146 "symfony/validator": "<4.4",
3147 "symfony/web-profiler-bundle": "<4.4",
3148 "symfony/workflow": "<4.3.6"
3151 "doctrine/annotations": "~1.7",
3152 "doctrine/cache": "~1.0",
3153 "paragonie/sodium_compat": "^1.8",
3154 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
3155 "symfony/asset": "^3.4|^4.0|^5.0",
3156 "symfony/browser-kit": "^4.3|^5.0",
3157 "symfony/console": "^4.3.4|^5.0",
3158 "symfony/css-selector": "^3.4|^4.0|^5.0",
3159 "symfony/dom-crawler": "^4.3|^5.0",
3160 "symfony/dotenv": "^4.3.6|^5.0",
3161 "symfony/expression-language": "^3.4|^4.0|^5.0",
3162 "symfony/form": "^4.3.5|^5.0",
3163 "symfony/http-client": "^4.4|^5.0",
3164 "symfony/lock": "^4.4|^5.0",
3165 "symfony/mailer": "^4.4|^5.0",
3166 "symfony/messenger": "^4.4|^5.0",
3167 "symfony/mime": "^4.4|^5.0",
3168 "symfony/polyfill-intl-icu": "~1.0",
3169 "symfony/process": "^3.4|^4.0|^5.0",
3170 "symfony/property-info": "^3.4|^4.0|^5.0",
3171 "symfony/security-csrf": "^3.4|^4.0|^5.0",
3172 "symfony/security-http": "^3.4|^4.0|^5.0",
3173 "symfony/serializer": "^4.4|^5.0",
3174 "symfony/stopwatch": "^3.4|^4.0|^5.0",
3175 "symfony/templating": "^3.4|^4.0|^5.0",
3176 "symfony/translation": "^4.4|^5.0",
3177 "symfony/twig-bundle": "^4.4|^5.0",
3178 "symfony/validator": "^4.4|^5.0",
3179 "symfony/web-link": "^4.4|^5.0",
3180 "symfony/workflow": "^4.3.6|^5.0",
3181 "symfony/yaml": "^3.4|^4.0|^5.0",
3182 "twig/twig": "^1.41|^2.10|^3.0"
3185 "ext-apcu": "For best performance of the system caches",
3186 "symfony/console": "For using the console commands",
3187 "symfony/form": "For using forms",
3188 "symfony/property-info": "For using the property_info service",
3189 "symfony/serializer": "For using the serializer service",
3190 "symfony/validator": "For using validation",
3191 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
3192 "symfony/yaml": "For using the debug:config and lint:yaml commands"
3194 "type": "symfony-bundle",
3197 "Symfony\\Bundle\\FrameworkBundle\\": ""
3199 "exclude-from-classmap": [
3203 "notification-url": "https://packagist.org/downloads/",
3209 "name": "Fabien Potencier",
3210 "email": "fabien@symfony.com"
3213 "name": "Symfony Community",
3214 "homepage": "https://symfony.com/contributors"
3217 "description": "Symfony FrameworkBundle",
3218 "homepage": "https://symfony.com",
3220 "source": "https://github.com/symfony/framework-bundle/tree/v4.4.18"
3224 "url": "https://symfony.com/sponsor",
3228 "url": "https://github.com/fabpot",
3232 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3236 "time": "2020-12-11T16:32:02+00:00"
3239 "name": "symfony/http-client-contracts",
3240 "version": "v2.3.1",
3243 "url": "https://github.com/symfony/http-client-contracts.git",
3244 "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
3248 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
3249 "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
3256 "symfony/http-client-implementation": ""
3260 "branch-version": "2.3",
3262 "dev-main": "2.3-dev"
3265 "name": "symfony/contracts",
3266 "url": "https://github.com/symfony/contracts"
3271 "Symfony\\Contracts\\HttpClient\\": ""
3274 "notification-url": "https://packagist.org/downloads/",
3280 "name": "Nicolas Grekas",
3281 "email": "p@tchwork.com"
3284 "name": "Symfony Community",
3285 "homepage": "https://symfony.com/contributors"
3288 "description": "Generic abstractions related to HTTP clients",
3289 "homepage": "https://symfony.com",
3299 "source": "https://github.com/symfony/http-client-contracts/tree/v2.3.1"
3303 "url": "https://symfony.com/sponsor",
3307 "url": "https://github.com/fabpot",
3311 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3315 "time": "2020-10-14T17:08:19+00:00"
3318 "name": "symfony/http-foundation",
3319 "version": "v4.4.18",
3322 "url": "https://github.com/symfony/http-foundation.git",
3323 "reference": "5ebda66b51612516bf338d5f87da2f37ff74cf34"
3327 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5ebda66b51612516bf338d5f87da2f37ff74cf34",
3328 "reference": "5ebda66b51612516bf338d5f87da2f37ff74cf34",
3333 "symfony/mime": "^4.3|^5.0",
3334 "symfony/polyfill-mbstring": "~1.1",
3335 "symfony/polyfill-php80": "^1.15"
3338 "predis/predis": "~1.0",
3339 "symfony/expression-language": "^3.4|^4.0|^5.0"
3344 "Symfony\\Component\\HttpFoundation\\": ""
3346 "exclude-from-classmap": [
3350 "notification-url": "https://packagist.org/downloads/",
3356 "name": "Fabien Potencier",
3357 "email": "fabien@symfony.com"
3360 "name": "Symfony Community",
3361 "homepage": "https://symfony.com/contributors"
3364 "description": "Symfony HttpFoundation Component",
3365 "homepage": "https://symfony.com",
3367 "source": "https://github.com/symfony/http-foundation/tree/v4.4.18"
3371 "url": "https://symfony.com/sponsor",
3375 "url": "https://github.com/fabpot",
3379 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3383 "time": "2020-12-18T07:41:31+00:00"
3386 "name": "symfony/http-kernel",
3387 "version": "v4.4.18",
3390 "url": "https://github.com/symfony/http-kernel.git",
3391 "reference": "eaff9a43e74513508867ecfa66ef94fbb96ab128"
3395 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/eaff9a43e74513508867ecfa66ef94fbb96ab128",
3396 "reference": "eaff9a43e74513508867ecfa66ef94fbb96ab128",
3402 "symfony/error-handler": "^4.4",
3403 "symfony/event-dispatcher": "^4.4",
3404 "symfony/http-client-contracts": "^1.1|^2",
3405 "symfony/http-foundation": "^4.4|^5.0",
3406 "symfony/polyfill-ctype": "^1.8",
3407 "symfony/polyfill-php73": "^1.9",
3408 "symfony/polyfill-php80": "^1.15"
3411 "symfony/browser-kit": "<4.3",
3412 "symfony/config": "<3.4",
3413 "symfony/console": ">=5",
3414 "symfony/dependency-injection": "<4.3",
3415 "symfony/translation": "<4.2",
3416 "twig/twig": "<1.34|<2.4,>=2"
3419 "psr/log-implementation": "1.0"
3422 "psr/cache": "~1.0",
3423 "symfony/browser-kit": "^4.3|^5.0",
3424 "symfony/config": "^3.4|^4.0|^5.0",
3425 "symfony/console": "^3.4|^4.0",
3426 "symfony/css-selector": "^3.4|^4.0|^5.0",
3427 "symfony/dependency-injection": "^4.3|^5.0",
3428 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
3429 "symfony/expression-language": "^3.4|^4.0|^5.0",
3430 "symfony/finder": "^3.4|^4.0|^5.0",
3431 "symfony/process": "^3.4|^4.0|^5.0",
3432 "symfony/routing": "^3.4|^4.0|^5.0",
3433 "symfony/stopwatch": "^3.4|^4.0|^5.0",
3434 "symfony/templating": "^3.4|^4.0|^5.0",
3435 "symfony/translation": "^4.2|^5.0",
3436 "symfony/translation-contracts": "^1.1|^2",
3437 "twig/twig": "^1.34|^2.4|^3.0"
3440 "symfony/browser-kit": "",
3441 "symfony/config": "",
3442 "symfony/console": "",
3443 "symfony/dependency-injection": ""
3448 "Symfony\\Component\\HttpKernel\\": ""
3450 "exclude-from-classmap": [
3454 "notification-url": "https://packagist.org/downloads/",
3460 "name": "Fabien Potencier",
3461 "email": "fabien@symfony.com"
3464 "name": "Symfony Community",
3465 "homepage": "https://symfony.com/contributors"
3468 "description": "Symfony HttpKernel Component",
3469 "homepage": "https://symfony.com",
3471 "source": "https://github.com/symfony/http-kernel/tree/v4.4.18"
3475 "url": "https://symfony.com/sponsor",
3479 "url": "https://github.com/fabpot",
3483 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3487 "time": "2020-12-18T13:32:33+00:00"
3490 "name": "symfony/inflector",
3491 "version": "v4.4.18",
3494 "url": "https://github.com/symfony/inflector.git",
3495 "reference": "311180fcc84daaf6f07f49acdaa2cd61becbea2d"
3499 "url": "https://api.github.com/repos/symfony/inflector/zipball/311180fcc84daaf6f07f49acdaa2cd61becbea2d",
3500 "reference": "311180fcc84daaf6f07f49acdaa2cd61becbea2d",
3505 "symfony/polyfill-ctype": "~1.8"
3510 "Symfony\\Component\\Inflector\\": ""
3512 "exclude-from-classmap": [
3516 "notification-url": "https://packagist.org/downloads/",
3522 "name": "Bernhard Schussek",
3523 "email": "bschussek@gmail.com"
3526 "name": "Symfony Community",
3527 "homepage": "https://symfony.com/contributors"
3530 "description": "Symfony Inflector Component",
3531 "homepage": "https://symfony.com",
3541 "source": "https://github.com/symfony/inflector/tree/v4.4.18"
3545 "url": "https://symfony.com/sponsor",
3549 "url": "https://github.com/fabpot",
3553 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3557 "time": "2020-12-01T15:29:30+00:00"
3560 "name": "symfony/intl",
3561 "version": "v4.4.18",
3564 "url": "https://github.com/symfony/intl.git",
3565 "reference": "79c82bb12f88a58afc68ed9b2302ef979df9aa95"
3569 "url": "https://api.github.com/repos/symfony/intl/zipball/79c82bb12f88a58afc68ed9b2302ef979df9aa95",
3570 "reference": "79c82bb12f88a58afc68ed9b2302ef979df9aa95",
3575 "symfony/polyfill-intl-icu": "~1.0"
3578 "symfony/filesystem": "^3.4|^4.0|^5.0"
3581 "ext-intl": "to use the component with locales other than \"en\""
3586 "Symfony\\Component\\Intl\\": ""
3591 "exclude-from-classmap": [
3595 "notification-url": "https://packagist.org/downloads/",
3601 "name": "Bernhard Schussek",
3602 "email": "bschussek@gmail.com"
3605 "name": "Eriksen Costa",
3606 "email": "eriksen.costa@infranology.com.br"
3609 "name": "Igor Wiedler",
3610 "email": "igor@wiedler.ch"
3613 "name": "Symfony Community",
3614 "homepage": "https://symfony.com/contributors"
3617 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
3618 "homepage": "https://symfony.com",
3622 "internationalization",
3628 "source": "https://github.com/symfony/intl/tree/v4.4.18"
3632 "url": "https://symfony.com/sponsor",
3636 "url": "https://github.com/fabpot",
3640 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3644 "time": "2020-12-08T16:59:59+00:00"
3647 "name": "symfony/mailer",
3648 "version": "v4.4.18",
3651 "url": "https://github.com/symfony/mailer.git",
3652 "reference": "34d37f7b5cbe21c22eba947c32a07e93223e36ee"
3656 "url": "https://api.github.com/repos/symfony/mailer/zipball/34d37f7b5cbe21c22eba947c32a07e93223e36ee",
3657 "reference": "34d37f7b5cbe21c22eba947c32a07e93223e36ee",
3661 "egulias/email-validator": "^2.1.10",
3664 "symfony/event-dispatcher": "^4.3",
3665 "symfony/mime": "^4.4|^5.0",
3666 "symfony/service-contracts": "^1.1|^2"
3669 "symfony/http-kernel": "<4.4",
3670 "symfony/sendgrid-mailer": "<4.4"
3673 "symfony/amazon-mailer": "^4.4|^5.0",
3674 "symfony/google-mailer": "^4.4|^5.0",
3675 "symfony/http-client-contracts": "^1.1|^2",
3676 "symfony/mailchimp-mailer": "^4.4|^5.0",
3677 "symfony/mailgun-mailer": "^4.4|^5.0",
3678 "symfony/messenger": "^4.4|^5.0",
3679 "symfony/postmark-mailer": "^4.4|^5.0",
3680 "symfony/sendgrid-mailer": "^4.4|^5.0"
3685 "Symfony\\Component\\Mailer\\": ""
3687 "exclude-from-classmap": [
3691 "notification-url": "https://packagist.org/downloads/",
3697 "name": "Fabien Potencier",
3698 "email": "fabien@symfony.com"
3701 "name": "Symfony Community",
3702 "homepage": "https://symfony.com/contributors"
3705 "description": "Symfony Mailer Component",
3706 "homepage": "https://symfony.com",
3708 "source": "https://github.com/symfony/mailer/tree/v4.4.18"
3712 "url": "https://symfony.com/sponsor",
3716 "url": "https://github.com/fabpot",
3720 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3724 "time": "2020-12-18T07:41:31+00:00"
3727 "name": "symfony/mime",
3728 "version": "v4.4.18",
3731 "url": "https://github.com/symfony/mime.git",
3732 "reference": "7a4176a1cbc4cc99268c531de547fccbd0beb370"
3736 "url": "https://api.github.com/repos/symfony/mime/zipball/7a4176a1cbc4cc99268c531de547fccbd0beb370",
3737 "reference": "7a4176a1cbc4cc99268c531de547fccbd0beb370",
3742 "symfony/polyfill-intl-idn": "^1.10",
3743 "symfony/polyfill-mbstring": "^1.0"
3746 "symfony/mailer": "<4.4"
3749 "egulias/email-validator": "^2.1.10",
3750 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
3755 "Symfony\\Component\\Mime\\": ""
3757 "exclude-from-classmap": [
3761 "notification-url": "https://packagist.org/downloads/",
3767 "name": "Fabien Potencier",
3768 "email": "fabien@symfony.com"
3771 "name": "Symfony Community",
3772 "homepage": "https://symfony.com/contributors"
3775 "description": "A library to manipulate MIME messages",
3776 "homepage": "https://symfony.com",
3782 "source": "https://github.com/symfony/mime/tree/v4.4.18"
3786 "url": "https://symfony.com/sponsor",
3790 "url": "https://github.com/fabpot",
3794 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3798 "time": "2020-12-09T11:15:38+00:00"
3801 "name": "symfony/options-resolver",
3802 "version": "v4.4.18",
3805 "url": "https://github.com/symfony/options-resolver.git",
3806 "reference": "157a252222251310fe50c71012b4e72f01325850"
3810 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/157a252222251310fe50c71012b4e72f01325850",
3811 "reference": "157a252222251310fe50c71012b4e72f01325850",
3820 "Symfony\\Component\\OptionsResolver\\": ""
3822 "exclude-from-classmap": [
3826 "notification-url": "https://packagist.org/downloads/",
3832 "name": "Fabien Potencier",
3833 "email": "fabien@symfony.com"
3836 "name": "Symfony Community",
3837 "homepage": "https://symfony.com/contributors"
3840 "description": "Symfony OptionsResolver Component",
3841 "homepage": "https://symfony.com",
3848 "source": "https://github.com/symfony/options-resolver/tree/v4.4.18"
3852 "url": "https://symfony.com/sponsor",
3856 "url": "https://github.com/fabpot",
3860 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3864 "time": "2020-10-24T11:50:19+00:00"
3867 "name": "symfony/polyfill-intl-icu",
3868 "version": "v1.20.0",
3871 "url": "https://github.com/symfony/polyfill-intl-icu.git",
3872 "reference": "c44d5bf6a75eed79555c6bf37505c6d39559353e"
3876 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/c44d5bf6a75eed79555c6bf37505c6d39559353e",
3877 "reference": "c44d5bf6a75eed79555c6bf37505c6d39559353e",
3882 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
3885 "ext-intl": "For best performance"
3890 "dev-main": "1.20-dev"
3893 "name": "symfony/polyfill",
3894 "url": "https://github.com/symfony/polyfill"
3902 "notification-url": "https://packagist.org/downloads/",
3908 "name": "Nicolas Grekas",
3909 "email": "p@tchwork.com"
3912 "name": "Symfony Community",
3913 "homepage": "https://symfony.com/contributors"
3916 "description": "Symfony polyfill for intl's ICU-related data and classes",
3917 "homepage": "https://symfony.com",
3927 "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.20.0"
3931 "url": "https://symfony.com/sponsor",
3935 "url": "https://github.com/fabpot",
3939 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3943 "time": "2020-10-23T14:02:19+00:00"
3946 "name": "symfony/polyfill-intl-idn",
3947 "version": "v1.20.0",
3950 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3951 "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
3955 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
3956 "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
3961 "symfony/polyfill-intl-normalizer": "^1.10",
3962 "symfony/polyfill-php72": "^1.10"
3965 "ext-intl": "For best performance"
3970 "dev-main": "1.20-dev"
3973 "name": "symfony/polyfill",
3974 "url": "https://github.com/symfony/polyfill"
3979 "Symfony\\Polyfill\\Intl\\Idn\\": ""
3985 "notification-url": "https://packagist.org/downloads/",
3991 "name": "Laurent Bassin",
3992 "email": "laurent@bassin.info"
3995 "name": "Trevor Rowbotham",
3996 "email": "trevor.rowbotham@pm.me"
3999 "name": "Symfony Community",
4000 "homepage": "https://symfony.com/contributors"
4003 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4004 "homepage": "https://symfony.com",
4014 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.20.0"
4018 "url": "https://symfony.com/sponsor",
4022 "url": "https://github.com/fabpot",
4026 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4030 "time": "2020-10-23T14:02:19+00:00"
4033 "name": "symfony/polyfill-intl-normalizer",
4034 "version": "v1.20.0",
4037 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4038 "reference": "727d1096295d807c309fb01a851577302394c897"
4042 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
4043 "reference": "727d1096295d807c309fb01a851577302394c897",
4050 "ext-intl": "For best performance"
4055 "dev-main": "1.20-dev"
4058 "name": "symfony/polyfill",
4059 "url": "https://github.com/symfony/polyfill"
4064 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4073 "notification-url": "https://packagist.org/downloads/",
4079 "name": "Nicolas Grekas",
4080 "email": "p@tchwork.com"
4083 "name": "Symfony Community",
4084 "homepage": "https://symfony.com/contributors"
4087 "description": "Symfony polyfill for intl's Normalizer class and related functions",
4088 "homepage": "https://symfony.com",
4098 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.20.0"
4102 "url": "https://symfony.com/sponsor",
4106 "url": "https://github.com/fabpot",
4110 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4114 "time": "2020-10-23T14:02:19+00:00"
4117 "name": "symfony/polyfill-mbstring",
4118 "version": "v1.20.0",
4121 "url": "https://github.com/symfony/polyfill-mbstring.git",
4122 "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
4126 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
4127 "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
4134 "ext-mbstring": "For best performance"
4139 "dev-main": "1.20-dev"
4142 "name": "symfony/polyfill",
4143 "url": "https://github.com/symfony/polyfill"
4148 "Symfony\\Polyfill\\Mbstring\\": ""
4154 "notification-url": "https://packagist.org/downloads/",
4160 "name": "Nicolas Grekas",
4161 "email": "p@tchwork.com"
4164 "name": "Symfony Community",
4165 "homepage": "https://symfony.com/contributors"
4168 "description": "Symfony polyfill for the Mbstring extension",
4169 "homepage": "https://symfony.com",
4178 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0"
4182 "url": "https://symfony.com/sponsor",
4186 "url": "https://github.com/fabpot",
4190 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4194 "time": "2020-10-23T14:02:19+00:00"
4197 "name": "symfony/polyfill-php72",
4198 "version": "v1.20.0",
4201 "url": "https://github.com/symfony/polyfill-php72.git",
4202 "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
4206 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
4207 "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
4216 "dev-main": "1.20-dev"
4219 "name": "symfony/polyfill",
4220 "url": "https://github.com/symfony/polyfill"
4225 "Symfony\\Polyfill\\Php72\\": ""
4231 "notification-url": "https://packagist.org/downloads/",
4237 "name": "Nicolas Grekas",
4238 "email": "p@tchwork.com"
4241 "name": "Symfony Community",
4242 "homepage": "https://symfony.com/contributors"
4245 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4246 "homepage": "https://symfony.com",
4254 "source": "https://github.com/symfony/polyfill-php72/tree/v1.20.0"
4258 "url": "https://symfony.com/sponsor",
4262 "url": "https://github.com/fabpot",
4266 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4270 "time": "2020-10-23T14:02:19+00:00"
4273 "name": "symfony/polyfill-php73",
4274 "version": "v1.20.0",
4277 "url": "https://github.com/symfony/polyfill-php73.git",
4278 "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
4282 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
4283 "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
4292 "dev-main": "1.20-dev"
4295 "name": "symfony/polyfill",
4296 "url": "https://github.com/symfony/polyfill"
4301 "Symfony\\Polyfill\\Php73\\": ""
4310 "notification-url": "https://packagist.org/downloads/",
4316 "name": "Nicolas Grekas",
4317 "email": "p@tchwork.com"
4320 "name": "Symfony Community",
4321 "homepage": "https://symfony.com/contributors"
4324 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4325 "homepage": "https://symfony.com",
4333 "source": "https://github.com/symfony/polyfill-php73/tree/v1.20.0"
4337 "url": "https://symfony.com/sponsor",
4341 "url": "https://github.com/fabpot",
4345 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4349 "time": "2020-10-23T14:02:19+00:00"
4352 "name": "symfony/polyfill-php80",
4353 "version": "v1.20.0",
4356 "url": "https://github.com/symfony/polyfill-php80.git",
4357 "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
4361 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
4362 "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
4371 "dev-main": "1.20-dev"
4374 "name": "symfony/polyfill",
4375 "url": "https://github.com/symfony/polyfill"
4380 "Symfony\\Polyfill\\Php80\\": ""
4389 "notification-url": "https://packagist.org/downloads/",
4395 "name": "Ion Bazan",
4396 "email": "ion.bazan@gmail.com"
4399 "name": "Nicolas Grekas",
4400 "email": "p@tchwork.com"
4403 "name": "Symfony Community",
4404 "homepage": "https://symfony.com/contributors"
4407 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4408 "homepage": "https://symfony.com",
4416 "source": "https://github.com/symfony/polyfill-php80/tree/v1.20.0"
4420 "url": "https://symfony.com/sponsor",
4424 "url": "https://github.com/fabpot",
4428 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4432 "time": "2020-10-23T14:02:19+00:00"
4435 "name": "symfony/process",
4436 "version": "v4.4.18",
4439 "url": "https://github.com/symfony/process.git",
4440 "reference": "075316ff72233ce3d04a9743414292e834f2cb4a"
4444 "url": "https://api.github.com/repos/symfony/process/zipball/075316ff72233ce3d04a9743414292e834f2cb4a",
4445 "reference": "075316ff72233ce3d04a9743414292e834f2cb4a",
4454 "Symfony\\Component\\Process\\": ""
4456 "exclude-from-classmap": [
4460 "notification-url": "https://packagist.org/downloads/",
4466 "name": "Fabien Potencier",
4467 "email": "fabien@symfony.com"
4470 "name": "Symfony Community",
4471 "homepage": "https://symfony.com/contributors"
4474 "description": "Symfony Process Component",
4475 "homepage": "https://symfony.com",
4477 "source": "https://github.com/symfony/process/tree/v4.4.18"
4481 "url": "https://symfony.com/sponsor",
4485 "url": "https://github.com/fabpot",
4489 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4493 "time": "2020-12-08T16:59:59+00:00"
4496 "name": "symfony/profiler-pack",
4497 "version": "v1.0.5",
4500 "url": "https://github.com/symfony/profiler-pack.git",
4501 "reference": "29ec66471082b4eb068db11eb4f0a48c277653f7"
4505 "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/29ec66471082b4eb068db11eb4f0a48c277653f7",
4506 "reference": "29ec66471082b4eb068db11eb4f0a48c277653f7",
4510 "symfony/stopwatch": "*",
4511 "symfony/twig-bundle": "*",
4512 "symfony/web-profiler-bundle": "*"
4514 "type": "symfony-pack",
4515 "notification-url": "https://packagist.org/downloads/",
4519 "description": "A pack for the Symfony web profiler",
4521 "issues": "https://github.com/symfony/profiler-pack/issues",
4522 "source": "https://github.com/symfony/profiler-pack/tree/v1.0.5"
4526 "url": "https://symfony.com/sponsor",
4530 "url": "https://github.com/fabpot",
4534 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4538 "time": "2020-08-12T06:50:46+00:00"
4541 "name": "symfony/property-access",
4542 "version": "v4.4.18",
4545 "url": "https://github.com/symfony/property-access.git",
4546 "reference": "439d92bc88fdda717f2c31335e8db41483ca5c8d"
4550 "url": "https://api.github.com/repos/symfony/property-access/zipball/439d92bc88fdda717f2c31335e8db41483ca5c8d",
4551 "reference": "439d92bc88fdda717f2c31335e8db41483ca5c8d",
4556 "symfony/inflector": "^3.4|^4.0|^5.0"
4559 "symfony/cache": "^3.4|^4.0|^5.0"
4562 "psr/cache-implementation": "To cache access methods."
4567 "Symfony\\Component\\PropertyAccess\\": ""
4569 "exclude-from-classmap": [
4573 "notification-url": "https://packagist.org/downloads/",
4579 "name": "Fabien Potencier",
4580 "email": "fabien@symfony.com"
4583 "name": "Symfony Community",
4584 "homepage": "https://symfony.com/contributors"
4587 "description": "Symfony PropertyAccess Component",
4588 "homepage": "https://symfony.com",
4601 "source": "https://github.com/symfony/property-access/tree/v4.4.18"
4605 "url": "https://symfony.com/sponsor",
4609 "url": "https://github.com/fabpot",
4613 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4617 "time": "2020-12-10T16:34:26+00:00"
4620 "name": "symfony/routing",
4621 "version": "v4.4.18",
4624 "url": "https://github.com/symfony/routing.git",
4625 "reference": "80b042c20b035818daec844723e23b9825134ba0"
4629 "url": "https://api.github.com/repos/symfony/routing/zipball/80b042c20b035818daec844723e23b9825134ba0",
4630 "reference": "80b042c20b035818daec844723e23b9825134ba0",
4637 "symfony/config": "<4.2",
4638 "symfony/dependency-injection": "<3.4",
4639 "symfony/yaml": "<3.4"
4642 "doctrine/annotations": "~1.2",
4644 "symfony/config": "^4.2|^5.0",
4645 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
4646 "symfony/expression-language": "^3.4|^4.0|^5.0",
4647 "symfony/http-foundation": "^3.4|^4.0|^5.0",
4648 "symfony/yaml": "^3.4|^4.0|^5.0"
4651 "doctrine/annotations": "For using the annotation loader",
4652 "symfony/config": "For using the all-in-one router or any loader",
4653 "symfony/expression-language": "For using expression matching",
4654 "symfony/http-foundation": "For using a Symfony Request object",
4655 "symfony/yaml": "For using the YAML loader"
4660 "Symfony\\Component\\Routing\\": ""
4662 "exclude-from-classmap": [
4666 "notification-url": "https://packagist.org/downloads/",
4672 "name": "Fabien Potencier",
4673 "email": "fabien@symfony.com"
4676 "name": "Symfony Community",
4677 "homepage": "https://symfony.com/contributors"
4680 "description": "Symfony Routing Component",
4681 "homepage": "https://symfony.com",
4689 "source": "https://github.com/symfony/routing/tree/v4.4.18"
4693 "url": "https://symfony.com/sponsor",
4697 "url": "https://github.com/fabpot",
4701 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4705 "time": "2020-12-08T16:59:59+00:00"
4708 "name": "symfony/security-bundle",
4709 "version": "v4.4.18",
4712 "url": "https://github.com/symfony/security-bundle.git",
4713 "reference": "3ca01785c1711d5c8dd714d861e900de25fdb753"
4717 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/3ca01785c1711d5c8dd714d861e900de25fdb753",
4718 "reference": "3ca01785c1711d5c8dd714d861e900de25fdb753",
4724 "symfony/config": "^4.2|^5.0",
4725 "symfony/dependency-injection": "^4.4|^5.0",
4726 "symfony/http-kernel": "^4.4",
4727 "symfony/security-core": "^4.4",
4728 "symfony/security-csrf": "^4.2|^5.0",
4729 "symfony/security-guard": "^4.2|^5.0",
4730 "symfony/security-http": "^4.4.5"
4733 "symfony/browser-kit": "<4.2",
4734 "symfony/console": "<3.4",
4735 "symfony/framework-bundle": "<4.4",
4736 "symfony/ldap": "<4.4",
4737 "symfony/twig-bundle": "<4.4"
4740 "doctrine/doctrine-bundle": "^1.5|^2.0",
4741 "symfony/asset": "^3.4|^4.0|^5.0",
4742 "symfony/browser-kit": "^4.2|^5.0",
4743 "symfony/console": "^3.4|^4.0|^5.0",
4744 "symfony/css-selector": "^3.4|^4.0|^5.0",
4745 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
4746 "symfony/expression-language": "^3.4|^4.0|^5.0",
4747 "symfony/form": "^3.4|^4.0|^5.0",
4748 "symfony/framework-bundle": "^4.4|^5.0",
4749 "symfony/process": "^3.4|^4.0|^5.0",
4750 "symfony/serializer": "^4.4|^5.0",
4751 "symfony/translation": "^3.4|^4.0|^5.0",
4752 "symfony/twig-bridge": "^3.4|^4.0|^5.0",
4753 "symfony/twig-bundle": "^4.4|^5.0",
4754 "symfony/validator": "^3.4|^4.0|^5.0",
4755 "symfony/yaml": "^3.4|^4.0|^5.0",
4756 "twig/twig": "^1.41|^2.10|^3.0"
4758 "type": "symfony-bundle",
4761 "Symfony\\Bundle\\SecurityBundle\\": ""
4763 "exclude-from-classmap": [
4767 "notification-url": "https://packagist.org/downloads/",
4773 "name": "Fabien Potencier",
4774 "email": "fabien@symfony.com"
4777 "name": "Symfony Community",
4778 "homepage": "https://symfony.com/contributors"
4781 "description": "Symfony SecurityBundle",
4782 "homepage": "https://symfony.com",
4784 "source": "https://github.com/symfony/security-bundle/tree/v4.4.18"
4788 "url": "https://symfony.com/sponsor",
4792 "url": "https://github.com/fabpot",
4796 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4800 "time": "2020-12-18T07:41:31+00:00"
4803 "name": "symfony/security-core",
4804 "version": "v4.4.18",
4807 "url": "https://github.com/symfony/security-core.git",
4808 "reference": "4f6cd03ce14a74c1af680becc4c2e417fedf95aa"
4812 "url": "https://api.github.com/repos/symfony/security-core/zipball/4f6cd03ce14a74c1af680becc4c2e417fedf95aa",
4813 "reference": "4f6cd03ce14a74c1af680becc4c2e417fedf95aa",
4818 "symfony/event-dispatcher-contracts": "^1.1|^2",
4819 "symfony/service-contracts": "^1.1.6|^2"
4822 "symfony/event-dispatcher": "<4.3|>=5",
4823 "symfony/ldap": "<4.4",
4824 "symfony/security-guard": "<4.3"
4827 "psr/container": "^1.0",
4829 "symfony/event-dispatcher": "^4.3",
4830 "symfony/expression-language": "^3.4|^4.0|^5.0",
4831 "symfony/http-foundation": "^3.4|^4.0|^5.0",
4832 "symfony/ldap": "^4.4|^5.0",
4833 "symfony/translation": "^4.4|^5.0",
4834 "symfony/validator": "^3.4.31|^4.3.4|^5.0"
4837 "psr/container-implementation": "To instantiate the Security class",
4838 "symfony/event-dispatcher": "",
4839 "symfony/expression-language": "For using the expression voter",
4840 "symfony/http-foundation": "",
4841 "symfony/ldap": "For using LDAP integration",
4842 "symfony/validator": "For using the user password constraint"
4847 "Symfony\\Component\\Security\\Core\\": ""
4849 "exclude-from-classmap": [
4853 "notification-url": "https://packagist.org/downloads/",
4859 "name": "Fabien Potencier",
4860 "email": "fabien@symfony.com"
4863 "name": "Symfony Community",
4864 "homepage": "https://symfony.com/contributors"
4867 "description": "Symfony Security Component - Core Library",
4868 "homepage": "https://symfony.com",
4870 "source": "https://github.com/symfony/security-core/tree/v4.4.18"
4874 "url": "https://symfony.com/sponsor",
4878 "url": "https://github.com/fabpot",
4882 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4886 "time": "2020-12-17T16:47:44+00:00"
4889 "name": "symfony/security-csrf",
4890 "version": "v4.4.18",
4893 "url": "https://github.com/symfony/security-csrf.git",
4894 "reference": "e8ef12198a5f90117ef223cacbfddb9d46e347d5"
4898 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/e8ef12198a5f90117ef223cacbfddb9d46e347d5",
4899 "reference": "e8ef12198a5f90117ef223cacbfddb9d46e347d5",
4904 "symfony/security-core": "^3.4|^4.0|^5.0"
4907 "symfony/http-foundation": "<3.4"
4910 "symfony/http-foundation": "^3.4|^4.0|^5.0"
4913 "symfony/http-foundation": "For using the class SessionTokenStorage."
4918 "Symfony\\Component\\Security\\Csrf\\": ""
4920 "exclude-from-classmap": [
4924 "notification-url": "https://packagist.org/downloads/",
4930 "name": "Fabien Potencier",
4931 "email": "fabien@symfony.com"
4934 "name": "Symfony Community",
4935 "homepage": "https://symfony.com/contributors"
4938 "description": "Symfony Security Component - CSRF Library",
4939 "homepage": "https://symfony.com",
4941 "source": "https://github.com/symfony/security-csrf/tree/v4.4.18"
4945 "url": "https://symfony.com/sponsor",
4949 "url": "https://github.com/fabpot",
4953 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4957 "time": "2020-12-08T16:59:59+00:00"
4960 "name": "symfony/security-guard",
4961 "version": "v4.4.18",
4964 "url": "https://github.com/symfony/security-guard.git",
4965 "reference": "2671aff170d19f850bf1cc802e3edaa5cf1045f5"
4969 "url": "https://api.github.com/repos/symfony/security-guard/zipball/2671aff170d19f850bf1cc802e3edaa5cf1045f5",
4970 "reference": "2671aff170d19f850bf1cc802e3edaa5cf1045f5",
4975 "symfony/security-core": "^3.4.22|^4.2.3|^5.0",
4976 "symfony/security-http": "^4.4.1"
4984 "Symfony\\Component\\Security\\Guard\\": ""
4986 "exclude-from-classmap": [
4990 "notification-url": "https://packagist.org/downloads/",
4996 "name": "Fabien Potencier",
4997 "email": "fabien@symfony.com"
5000 "name": "Symfony Community",
5001 "homepage": "https://symfony.com/contributors"
5004 "description": "Symfony Security Component - Guard",
5005 "homepage": "https://symfony.com",
5007 "source": "https://github.com/symfony/security-guard/tree/v4.4.18"
5011 "url": "https://symfony.com/sponsor",
5015 "url": "https://github.com/fabpot",
5019 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5023 "time": "2020-10-31T22:44:29+00:00"
5026 "name": "symfony/security-http",
5027 "version": "v4.4.18",
5030 "url": "https://github.com/symfony/security-http.git",
5031 "reference": "2d311398b026429c62845e1cd368c893b945f085"
5035 "url": "https://api.github.com/repos/symfony/security-http/zipball/2d311398b026429c62845e1cd368c893b945f085",
5036 "reference": "2d311398b026429c62845e1cd368c893b945f085",
5041 "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",
5042 "symfony/http-kernel": "^4.4",
5043 "symfony/property-access": "^3.4|^4.0|^5.0",
5044 "symfony/security-core": "^4.4.8"
5047 "symfony/event-dispatcher": ">=5",
5048 "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11"
5052 "symfony/routing": "^3.4|^4.0|^5.0",
5053 "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0"
5056 "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
5057 "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
5062 "Symfony\\Component\\Security\\Http\\": ""
5064 "exclude-from-classmap": [
5068 "notification-url": "https://packagist.org/downloads/",
5074 "name": "Fabien Potencier",
5075 "email": "fabien@symfony.com"
5078 "name": "Symfony Community",
5079 "homepage": "https://symfony.com/contributors"
5082 "description": "Symfony Security Component - HTTP Integration",
5083 "homepage": "https://symfony.com",
5085 "source": "https://github.com/symfony/security-http/tree/v4.4.18"
5089 "url": "https://symfony.com/sponsor",
5093 "url": "https://github.com/fabpot",
5097 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5101 "time": "2020-12-08T16:59:59+00:00"
5104 "name": "symfony/service-contracts",
5105 "version": "v2.2.0",
5108 "url": "https://github.com/symfony/service-contracts.git",
5109 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
5113 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
5114 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
5119 "psr/container": "^1.0"
5122 "symfony/service-implementation": ""
5127 "dev-master": "2.2-dev"
5130 "name": "symfony/contracts",
5131 "url": "https://github.com/symfony/contracts"
5136 "Symfony\\Contracts\\Service\\": ""
5139 "notification-url": "https://packagist.org/downloads/",
5145 "name": "Nicolas Grekas",
5146 "email": "p@tchwork.com"
5149 "name": "Symfony Community",
5150 "homepage": "https://symfony.com/contributors"
5153 "description": "Generic abstractions related to writing services",
5154 "homepage": "https://symfony.com",
5164 "source": "https://github.com/symfony/service-contracts/tree/master"
5168 "url": "https://symfony.com/sponsor",
5172 "url": "https://github.com/fabpot",
5176 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5180 "time": "2020-09-07T11:33:47+00:00"
5183 "name": "symfony/stopwatch",
5184 "version": "v4.4.18",
5187 "url": "https://github.com/symfony/stopwatch.git",
5188 "reference": "c7a594108ed01c89555c4e1bb123b4a54aee2595"
5192 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c7a594108ed01c89555c4e1bb123b4a54aee2595",
5193 "reference": "c7a594108ed01c89555c4e1bb123b4a54aee2595",
5198 "symfony/service-contracts": "^1.0|^2"
5203 "Symfony\\Component\\Stopwatch\\": ""
5205 "exclude-from-classmap": [
5209 "notification-url": "https://packagist.org/downloads/",
5215 "name": "Fabien Potencier",
5216 "email": "fabien@symfony.com"
5219 "name": "Symfony Community",
5220 "homepage": "https://symfony.com/contributors"
5223 "description": "Symfony Stopwatch Component",
5224 "homepage": "https://symfony.com",
5226 "source": "https://github.com/symfony/stopwatch/tree/v4.4.18"
5230 "url": "https://symfony.com/sponsor",
5234 "url": "https://github.com/fabpot",
5238 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5242 "time": "2020-10-31T22:44:29+00:00"
5245 "name": "symfony/translation",
5246 "version": "v4.4.18",
5249 "url": "https://github.com/symfony/translation.git",
5250 "reference": "c1001b7d75b3136648f94b245588209d881c6939"
5254 "url": "https://api.github.com/repos/symfony/translation/zipball/c1001b7d75b3136648f94b245588209d881c6939",
5255 "reference": "c1001b7d75b3136648f94b245588209d881c6939",
5260 "symfony/polyfill-mbstring": "~1.0",
5261 "symfony/translation-contracts": "^1.1.6|^2"
5264 "symfony/config": "<3.4",
5265 "symfony/dependency-injection": "<3.4",
5266 "symfony/http-kernel": "<4.4",
5267 "symfony/yaml": "<3.4"
5270 "symfony/translation-implementation": "1.0"
5274 "symfony/config": "^3.4|^4.0|^5.0",
5275 "symfony/console": "^3.4|^4.0|^5.0",
5276 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5277 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
5278 "symfony/http-kernel": "^4.4",
5279 "symfony/intl": "^3.4|^4.0|^5.0",
5280 "symfony/service-contracts": "^1.1.2|^2",
5281 "symfony/yaml": "^3.4|^4.0|^5.0"
5284 "psr/log-implementation": "To use logging capability in translator",
5285 "symfony/config": "",
5291 "Symfony\\Component\\Translation\\": ""
5293 "exclude-from-classmap": [
5297 "notification-url": "https://packagist.org/downloads/",
5303 "name": "Fabien Potencier",
5304 "email": "fabien@symfony.com"
5307 "name": "Symfony Community",
5308 "homepage": "https://symfony.com/contributors"
5311 "description": "Symfony Translation Component",
5312 "homepage": "https://symfony.com",
5314 "source": "https://github.com/symfony/translation/tree/v4.4.18"
5318 "url": "https://symfony.com/sponsor",
5322 "url": "https://github.com/fabpot",
5326 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5330 "time": "2020-12-08T16:59:59+00:00"
5333 "name": "symfony/translation-contracts",
5334 "version": "v2.3.0",
5337 "url": "https://github.com/symfony/translation-contracts.git",
5338 "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
5342 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
5343 "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
5350 "symfony/translation-implementation": ""
5355 "dev-master": "2.3-dev"
5358 "name": "symfony/contracts",
5359 "url": "https://github.com/symfony/contracts"
5364 "Symfony\\Contracts\\Translation\\": ""
5367 "notification-url": "https://packagist.org/downloads/",
5373 "name": "Nicolas Grekas",
5374 "email": "p@tchwork.com"
5377 "name": "Symfony Community",
5378 "homepage": "https://symfony.com/contributors"
5381 "description": "Generic abstractions related to translation",
5382 "homepage": "https://symfony.com",
5392 "source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
5396 "url": "https://symfony.com/sponsor",
5400 "url": "https://github.com/fabpot",
5404 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5408 "time": "2020-09-28T13:05:58+00:00"
5411 "name": "symfony/twig-bridge",
5412 "version": "v4.4.18",
5415 "url": "https://github.com/symfony/twig-bridge.git",
5416 "reference": "18e73526b4e499646111739c118a6d8dad062d91"
5420 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/18e73526b4e499646111739c118a6d8dad062d91",
5421 "reference": "18e73526b4e499646111739c118a6d8dad062d91",
5426 "symfony/translation-contracts": "^1.1|^2",
5427 "twig/twig": "^1.41|^2.10|^3.0"
5430 "symfony/console": "<3.4",
5431 "symfony/form": "<4.4",
5432 "symfony/http-foundation": "<4.3",
5433 "symfony/translation": "<4.2",
5434 "symfony/workflow": "<4.3"
5437 "egulias/email-validator": "^2.1.10",
5438 "symfony/asset": "^3.4|^4.0|^5.0",
5439 "symfony/console": "^3.4|^4.0|^5.0",
5440 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5441 "symfony/error-handler": "^4.4|^5.0",
5442 "symfony/expression-language": "^3.4|^4.0|^5.0",
5443 "symfony/finder": "^3.4|^4.0|^5.0",
5444 "symfony/form": "^4.4.17",
5445 "symfony/http-foundation": "^4.3|^5.0",
5446 "symfony/http-kernel": "^4.4",
5447 "symfony/mime": "^4.3|^5.0",
5448 "symfony/polyfill-intl-icu": "~1.0",
5449 "symfony/routing": "^3.4|^4.0|^5.0",
5450 "symfony/security-acl": "^2.8|^3.0",
5451 "symfony/security-core": "^3.0|^4.0|^5.0",
5452 "symfony/security-csrf": "^3.4|^4.0|^5.0",
5453 "symfony/security-http": "^3.4|^4.0|^5.0",
5454 "symfony/stopwatch": "^3.4|^4.0|^5.0",
5455 "symfony/templating": "^3.4|^4.0|^5.0",
5456 "symfony/translation": "^4.2.1|^5.0",
5457 "symfony/web-link": "^4.4|^5.0",
5458 "symfony/workflow": "^4.3|^5.0",
5459 "symfony/yaml": "^3.4|^4.0|^5.0",
5460 "twig/cssinliner-extra": "^2.12",
5461 "twig/inky-extra": "^2.12",
5462 "twig/markdown-extra": "^2.12"
5465 "symfony/asset": "For using the AssetExtension",
5466 "symfony/expression-language": "For using the ExpressionExtension",
5467 "symfony/finder": "",
5468 "symfony/form": "For using the FormExtension",
5469 "symfony/http-kernel": "For using the HttpKernelExtension",
5470 "symfony/routing": "For using the RoutingExtension",
5471 "symfony/security-core": "For using the SecurityExtension",
5472 "symfony/security-csrf": "For using the CsrfExtension",
5473 "symfony/security-http": "For using the LogoutUrlExtension",
5474 "symfony/stopwatch": "For using the StopwatchExtension",
5475 "symfony/templating": "For using the TwigEngine",
5476 "symfony/translation": "For using the TranslationExtension",
5477 "symfony/var-dumper": "For using the DumpExtension",
5478 "symfony/web-link": "For using the WebLinkExtension",
5479 "symfony/yaml": "For using the YamlExtension"
5481 "type": "symfony-bridge",
5484 "Symfony\\Bridge\\Twig\\": ""
5486 "exclude-from-classmap": [
5490 "notification-url": "https://packagist.org/downloads/",
5496 "name": "Fabien Potencier",
5497 "email": "fabien@symfony.com"
5500 "name": "Symfony Community",
5501 "homepage": "https://symfony.com/contributors"
5504 "description": "Symfony Twig Bridge",
5505 "homepage": "https://symfony.com",
5507 "source": "https://github.com/symfony/twig-bridge/tree/v4.4.18"
5511 "url": "https://symfony.com/sponsor",
5515 "url": "https://github.com/fabpot",
5519 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5523 "time": "2020-12-11T12:39:31+00:00"
5526 "name": "symfony/twig-bundle",
5527 "version": "v4.4.18",
5530 "url": "https://github.com/symfony/twig-bundle.git",
5531 "reference": "10d55db1fd9e506c6f074c3e9d566c25b407877a"
5535 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/10d55db1fd9e506c6f074c3e9d566c25b407877a",
5536 "reference": "10d55db1fd9e506c6f074c3e9d566c25b407877a",
5541 "symfony/http-foundation": "^4.3|^5.0",
5542 "symfony/http-kernel": "^4.4",
5543 "symfony/polyfill-ctype": "~1.8",
5544 "symfony/twig-bridge": "^4.4|^5.0",
5545 "twig/twig": "^1.41|^2.10|^3.0"
5548 "symfony/dependency-injection": "<4.1",
5549 "symfony/framework-bundle": "<4.4",
5550 "symfony/translation": "<4.2"
5553 "doctrine/annotations": "~1.7",
5554 "doctrine/cache": "~1.0",
5555 "symfony/asset": "^3.4|^4.0|^5.0",
5556 "symfony/dependency-injection": "^4.2.5|^5.0",
5557 "symfony/expression-language": "^3.4|^4.0|^5.0",
5558 "symfony/finder": "^3.4|^4.0|^5.0",
5559 "symfony/form": "^3.4|^4.0|^5.0",
5560 "symfony/framework-bundle": "^4.4|^5.0",
5561 "symfony/routing": "^3.4|^4.0|^5.0",
5562 "symfony/stopwatch": "^3.4|^4.0|^5.0",
5563 "symfony/templating": "^3.4|^4.0|^5.0",
5564 "symfony/translation": "^4.2|^5.0",
5565 "symfony/web-link": "^3.4|^4.0|^5.0",
5566 "symfony/yaml": "^3.4|^4.0|^5.0"
5568 "type": "symfony-bundle",
5571 "Symfony\\Bundle\\TwigBundle\\": ""
5573 "exclude-from-classmap": [
5577 "notification-url": "https://packagist.org/downloads/",
5583 "name": "Fabien Potencier",
5584 "email": "fabien@symfony.com"
5587 "name": "Symfony Community",
5588 "homepage": "https://symfony.com/contributors"
5591 "description": "Symfony TwigBundle",
5592 "homepage": "https://symfony.com",
5594 "source": "https://github.com/symfony/twig-bundle/tree/v4.4.18"
5598 "url": "https://symfony.com/sponsor",
5602 "url": "https://github.com/fabpot",
5606 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5610 "time": "2020-12-18T07:41:31+00:00"
5613 "name": "symfony/validator",
5614 "version": "v4.4.18",
5617 "url": "https://github.com/symfony/validator.git",
5618 "reference": "f212e0520097c3a283358a83fd202a66d85c21ee"
5622 "url": "https://api.github.com/repos/symfony/validator/zipball/f212e0520097c3a283358a83fd202a66d85c21ee",
5623 "reference": "f212e0520097c3a283358a83fd202a66d85c21ee",
5628 "symfony/polyfill-ctype": "~1.8",
5629 "symfony/polyfill-mbstring": "~1.0",
5630 "symfony/translation-contracts": "^1.1|^2"
5633 "doctrine/lexer": "<1.0.2",
5634 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
5635 "symfony/dependency-injection": "<3.4",
5636 "symfony/http-kernel": "<4.4",
5637 "symfony/intl": "<4.3",
5638 "symfony/translation": ">=5.0",
5639 "symfony/yaml": "<3.4"
5642 "doctrine/annotations": "~1.7",
5643 "doctrine/cache": "~1.0",
5644 "egulias/email-validator": "^2.1.10",
5645 "symfony/cache": "^3.4|^4.0|^5.0",
5646 "symfony/config": "^3.4|^4.0|^5.0",
5647 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5648 "symfony/expression-language": "^3.4|^4.0|^5.0",
5649 "symfony/http-client": "^4.3|^5.0",
5650 "symfony/http-foundation": "^4.1|^5.0",
5651 "symfony/http-kernel": "^4.4",
5652 "symfony/intl": "^4.3|^5.0",
5653 "symfony/mime": "^4.4|^5.0",
5654 "symfony/property-access": "^3.4|^4.0|^5.0",
5655 "symfony/property-info": "^3.4|^4.0|^5.0",
5656 "symfony/translation": "^4.2",
5657 "symfony/yaml": "^3.4|^4.0|^5.0"
5660 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
5661 "doctrine/cache": "For using the default cached annotation reader.",
5662 "egulias/email-validator": "Strict (RFC compliant) email validation",
5663 "psr/cache-implementation": "For using the mapping cache.",
5664 "symfony/config": "",
5665 "symfony/expression-language": "For using the Expression validator",
5666 "symfony/http-foundation": "",
5668 "symfony/property-access": "For accessing properties within comparison constraints",
5669 "symfony/property-info": "To automatically add NotNull and Type constraints",
5670 "symfony/translation": "For translating validation errors.",
5676 "Symfony\\Component\\Validator\\": ""
5678 "exclude-from-classmap": [
5682 "notification-url": "https://packagist.org/downloads/",
5688 "name": "Fabien Potencier",
5689 "email": "fabien@symfony.com"
5692 "name": "Symfony Community",
5693 "homepage": "https://symfony.com/contributors"
5696 "description": "Symfony Validator Component",
5697 "homepage": "https://symfony.com",
5699 "source": "https://github.com/symfony/validator/tree/v4.4.18"
5703 "url": "https://symfony.com/sponsor",
5707 "url": "https://github.com/fabpot",
5711 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5715 "time": "2020-12-17T16:57:38+00:00"
5718 "name": "symfony/var-dumper",
5719 "version": "v4.4.18",
5722 "url": "https://github.com/symfony/var-dumper.git",
5723 "reference": "4f31364bbc8177f2a6dbc125ac3851634ebe2a03"
5727 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/4f31364bbc8177f2a6dbc125ac3851634ebe2a03",
5728 "reference": "4f31364bbc8177f2a6dbc125ac3851634ebe2a03",
5733 "symfony/polyfill-mbstring": "~1.0",
5734 "symfony/polyfill-php72": "~1.5",
5735 "symfony/polyfill-php80": "^1.15"
5738 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
5739 "symfony/console": "<3.4"
5743 "symfony/console": "^3.4|^4.0|^5.0",
5744 "symfony/process": "^4.4|^5.0",
5745 "twig/twig": "^1.34|^2.4|^3.0"
5748 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5749 "ext-intl": "To show region name in time zone dump",
5750 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
5753 "Resources/bin/var-dump-server"
5758 "Resources/functions/dump.php"
5761 "Symfony\\Component\\VarDumper\\": ""
5763 "exclude-from-classmap": [
5767 "notification-url": "https://packagist.org/downloads/",
5773 "name": "Nicolas Grekas",
5774 "email": "p@tchwork.com"
5777 "name": "Symfony Community",
5778 "homepage": "https://symfony.com/contributors"
5781 "description": "Symfony mechanism for exploring and dumping PHP variables",
5782 "homepage": "https://symfony.com",
5788 "source": "https://github.com/symfony/var-dumper/tree/v4.4.18"
5792 "url": "https://symfony.com/sponsor",
5796 "url": "https://github.com/fabpot",
5800 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5804 "time": "2020-12-08T16:59:59+00:00"
5807 "name": "symfony/var-exporter",
5808 "version": "v4.4.18",
5811 "url": "https://github.com/symfony/var-exporter.git",
5812 "reference": "f04b7d187b120e0a44c18a2d479c2dd0abe99d9c"
5816 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f04b7d187b120e0a44c18a2d479c2dd0abe99d9c",
5817 "reference": "f04b7d187b120e0a44c18a2d479c2dd0abe99d9c",
5824 "symfony/var-dumper": "^4.4.9|^5.0.9"
5829 "Symfony\\Component\\VarExporter\\": ""
5831 "exclude-from-classmap": [
5835 "notification-url": "https://packagist.org/downloads/",
5841 "name": "Nicolas Grekas",
5842 "email": "p@tchwork.com"
5845 "name": "Symfony Community",
5846 "homepage": "https://symfony.com/contributors"
5849 "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
5850 "homepage": "https://symfony.com",
5860 "source": "https://github.com/symfony/var-exporter/tree/v4.4.18"
5864 "url": "https://symfony.com/sponsor",
5868 "url": "https://github.com/fabpot",
5872 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5876 "time": "2020-10-28T20:42:29+00:00"
5879 "name": "symfony/web-profiler-bundle",
5880 "version": "v4.4.18",
5883 "url": "https://github.com/symfony/web-profiler-bundle.git",
5884 "reference": "d419cd0b14f15f44bb50b77e2f209a8c63249baa"
5888 "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/d419cd0b14f15f44bb50b77e2f209a8c63249baa",
5889 "reference": "d419cd0b14f15f44bb50b77e2f209a8c63249baa",
5894 "symfony/config": "^4.2|^5.0",
5895 "symfony/framework-bundle": "^4.4|^5.0",
5896 "symfony/http-kernel": "^4.4",
5897 "symfony/routing": "^4.3|^5.0",
5898 "symfony/twig-bundle": "^4.2|^5.0",
5899 "twig/twig": "^1.41|^2.10|^3.0"
5902 "symfony/form": "<4.3",
5903 "symfony/messenger": "<4.2"
5906 "symfony/browser-kit": "^4.3|^5.0",
5907 "symfony/console": "^4.3|^5.0",
5908 "symfony/css-selector": "^3.4|^4.0|^5.0",
5909 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5910 "symfony/stopwatch": "^3.4|^4.0|^5.0"
5912 "type": "symfony-bundle",
5915 "Symfony\\Bundle\\WebProfilerBundle\\": ""
5917 "exclude-from-classmap": [
5921 "notification-url": "https://packagist.org/downloads/",
5927 "name": "Fabien Potencier",
5928 "email": "fabien@symfony.com"
5931 "name": "Symfony Community",
5932 "homepage": "https://symfony.com/contributors"
5935 "description": "Symfony WebProfilerBundle",
5936 "homepage": "https://symfony.com",
5938 "source": "https://github.com/symfony/web-profiler-bundle/tree/v4.4.18"
5942 "url": "https://symfony.com/sponsor",
5946 "url": "https://github.com/fabpot",
5950 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5954 "time": "2020-12-08T16:59:59+00:00"
5957 "name": "symfony/yaml",
5958 "version": "v4.4.18",
5961 "url": "https://github.com/symfony/yaml.git",
5962 "reference": "bbce94f14d73732340740366fcbe63363663a403"
5966 "url": "https://api.github.com/repos/symfony/yaml/zipball/bbce94f14d73732340740366fcbe63363663a403",
5967 "reference": "bbce94f14d73732340740366fcbe63363663a403",
5972 "symfony/polyfill-ctype": "~1.8"
5975 "symfony/console": "<3.4"
5978 "symfony/console": "^3.4|^4.0|^5.0"
5981 "symfony/console": "For validating YAML files using the lint command"
5986 "Symfony\\Component\\Yaml\\": ""
5988 "exclude-from-classmap": [
5992 "notification-url": "https://packagist.org/downloads/",
5998 "name": "Fabien Potencier",
5999 "email": "fabien@symfony.com"
6002 "name": "Symfony Community",
6003 "homepage": "https://symfony.com/contributors"
6006 "description": "Symfony Yaml Component",
6007 "homepage": "https://symfony.com",
6009 "source": "https://github.com/symfony/yaml/tree/v4.4.18"
6013 "url": "https://symfony.com/sponsor",
6017 "url": "https://github.com/fabpot",
6021 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6025 "time": "2020-12-08T16:59:59+00:00"
6028 "name": "twig/extensions",
6029 "version": "v1.5.4",
6032 "url": "https://github.com/twigphp/Twig-extensions.git",
6033 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
6037 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
6038 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
6042 "twig/twig": "^1.27|^2.0"
6045 "symfony/phpunit-bridge": "^3.4",
6046 "symfony/translation": "^2.7|^3.4"
6049 "symfony/translation": "Allow the time_diff output to be translated"
6054 "dev-master": "1.5-dev"
6059 "Twig_Extensions_": "lib/"
6062 "Twig\\Extensions\\": "src/"
6065 "notification-url": "https://packagist.org/downloads/",
6071 "name": "Fabien Potencier",
6072 "email": "fabien@symfony.com"
6075 "description": "Common additional features for Twig that do not directly belong in core",
6081 "issues": "https://github.com/twigphp/Twig-extensions/issues",
6082 "source": "https://github.com/twigphp/Twig-extensions/tree/master"
6085 "time": "2018-12-05T18:34:18+00:00"
6088 "name": "twig/extra-bundle",
6089 "version": "v3.1.1",
6092 "url": "https://github.com/twigphp/twig-extra-bundle.git",
6093 "reference": "a7c5799cf742ab0827f5d32df37528ee8bf5a233"
6097 "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/a7c5799cf742ab0827f5d32df37528ee8bf5a233",
6098 "reference": "a7c5799cf742ab0827f5d32df37528ee8bf5a233",
6102 "php": "^7.1.3|^8.0",
6103 "symfony/framework-bundle": "^4.3|^5.0",
6104 "symfony/twig-bundle": "^4.3|^5.0",
6105 "twig/twig": "^2.4|^3.0"
6108 "twig/cssinliner-extra": "^2.12|^3.0",
6109 "twig/html-extra": "^2.12|^3.0",
6110 "twig/inky-extra": "^2.12|^3.0",
6111 "twig/intl-extra": "^2.12|^3.0",
6112 "twig/markdown-extra": "^2.12|^3.0"
6114 "type": "symfony-bundle",
6117 "dev-master": "3.0-dev"
6122 "Twig\\Extra\\TwigExtraBundle\\": "src/"
6125 "notification-url": "https://packagist.org/downloads/",
6131 "name": "Fabien Potencier",
6132 "email": "fabien@symfony.com",
6133 "homepage": "http://fabien.potencier.org",
6134 "role": "Lead Developer"
6137 "description": "A Symfony bundle for extra Twig extensions",
6138 "homepage": "https://twig.symfony.com",
6145 "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.1.1"
6149 "url": "https://github.com/fabpot",
6153 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
6157 "time": "2020-05-21T09:56:39+00:00"
6160 "name": "twig/html-extra",
6161 "version": "v2.14.1",
6164 "url": "https://github.com/twigphp/html-extra.git",
6165 "reference": "52eec7706aac970d93d60e1187ffa0f4ea6516c6"
6169 "url": "https://api.github.com/repos/twigphp/html-extra/zipball/52eec7706aac970d93d60e1187ffa0f4ea6516c6",
6170 "reference": "52eec7706aac970d93d60e1187ffa0f4ea6516c6",
6175 "symfony/mime": "^4.3|^5.0",
6176 "twig/twig": "^2.4|^3.0"
6179 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
6184 "dev-master": "2.12-dev"
6189 "Twig\\Extra\\Html\\": "src/"
6192 "notification-url": "https://packagist.org/downloads/",
6198 "name": "Fabien Potencier",
6199 "email": "fabien@symfony.com",
6200 "homepage": "http://fabien.potencier.org",
6201 "role": "Lead Developer"
6204 "description": "A Twig extension for HTML",
6205 "homepage": "https://twig.symfony.com",
6211 "source": "https://github.com/twigphp/html-extra/tree/v2.14.1"
6215 "url": "https://github.com/fabpot",
6219 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
6223 "time": "2020-05-21T09:54:27+00:00"
6226 "name": "twig/markdown-extra",
6227 "version": "v3.1.1",
6230 "url": "https://github.com/twigphp/markdown-extra.git",
6231 "reference": "1fe798d559665b64bda4b08eda10793427d7e3bc"
6235 "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/1fe798d559665b64bda4b08eda10793427d7e3bc",
6236 "reference": "1fe798d559665b64bda4b08eda10793427d7e3bc",
6241 "twig/twig": "^2.4|^3.0"
6244 "erusev/parsedown": "^1.7",
6245 "league/commonmark": "^1.0",
6246 "league/html-to-markdown": "^4.8",
6247 "michelf/php-markdown": "^1.8",
6248 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
6253 "dev-master": "3.0-dev"
6258 "Twig\\Extra\\Markdown\\": "src/"
6261 "notification-url": "https://packagist.org/downloads/",
6267 "name": "Fabien Potencier",
6268 "email": "fabien@symfony.com",
6269 "homepage": "http://fabien.potencier.org",
6270 "role": "Lead Developer"
6273 "description": "A Twig extension for Markdown",
6274 "homepage": "https://twig.symfony.com",
6281 "source": "https://github.com/twigphp/markdown-extra/tree/v3.1.1"
6285 "url": "https://github.com/fabpot",
6289 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
6293 "time": "2020-08-05T14:54:08+00:00"
6296 "name": "twig/twig",
6297 "version": "v2.14.1",
6300 "url": "https://github.com/twigphp/Twig.git",
6301 "reference": "5eb9ac5dfdd20c3f59495c22841adc5da980d312"
6305 "url": "https://api.github.com/repos/twigphp/Twig/zipball/5eb9ac5dfdd20c3f59495c22841adc5da980d312",
6306 "reference": "5eb9ac5dfdd20c3f59495c22841adc5da980d312",
6311 "symfony/polyfill-ctype": "^1.8",
6312 "symfony/polyfill-mbstring": "^1.3"
6315 "psr/container": "^1.0",
6316 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
6321 "dev-master": "2.14-dev"
6332 "notification-url": "https://packagist.org/downloads/",
6338 "name": "Fabien Potencier",
6339 "email": "fabien@symfony.com",
6340 "homepage": "http://fabien.potencier.org",
6341 "role": "Lead Developer"
6344 "name": "Twig Team",
6345 "role": "Contributors"
6348 "name": "Armin Ronacher",
6349 "email": "armin.ronacher@active-4.com",
6350 "role": "Project Founder"
6353 "description": "Twig, the flexible, fast, and secure template language for PHP",
6354 "homepage": "https://twig.symfony.com",
6359 "issues": "https://github.com/twigphp/Twig/issues",
6360 "source": "https://github.com/twigphp/Twig/tree/v2.14.1"
6364 "url": "https://github.com/fabpot",
6368 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
6372 "time": "2020-10-27T19:25:29+00:00"
6377 "name": "doctrine/data-fixtures",
6381 "url": "https://github.com/doctrine/data-fixtures.git",
6382 "reference": "16a03fadb5473f49aad70384002dfd5012fe680e"
6386 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/16a03fadb5473f49aad70384002dfd5012fe680e",
6387 "reference": "16a03fadb5473f49aad70384002dfd5012fe680e",
6391 "doctrine/common": "^2.13|^3.0",
6392 "doctrine/persistence": "^1.3.3|^2.0",
6393 "php": "^7.2 || ^8.0"
6396 "doctrine/phpcr-odm": "<1.3.0"
6399 "doctrine/coding-standard": "^6.0",
6400 "doctrine/dbal": "^2.5.4",
6401 "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
6402 "doctrine/orm": "^2.7.0",
6403 "phpunit/phpunit": "^7.0"
6406 "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
6407 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
6408 "doctrine/orm": "For loading ORM fixtures",
6409 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
6414 "dev-master": "1.4.x-dev"
6419 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
6422 "notification-url": "https://packagist.org/downloads/",
6428 "name": "Jonathan Wage",
6429 "email": "jonwage@gmail.com"
6432 "description": "Data Fixtures for all Doctrine Object Managers",
6433 "homepage": "http://www.doctrine-project.org",
6438 "issues": "https://github.com/doctrine/data-fixtures/issues",
6439 "source": "https://github.com/doctrine/data-fixtures/tree/1.4.x"
6443 "url": "https://www.doctrine-project.org/sponsorship.html",
6447 "url": "https://www.patreon.com/phpdoctrine",
6451 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
6455 "time": "2020-09-01T07:13:28+00:00"
6458 "name": "doctrine/doctrine-fixtures-bundle",
6462 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
6463 "reference": "870189619a7770f468ffb0b80925302e065a3b34"
6467 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/870189619a7770f468ffb0b80925302e065a3b34",
6468 "reference": "870189619a7770f468ffb0b80925302e065a3b34",
6472 "doctrine/data-fixtures": "^1.3",
6473 "doctrine/doctrine-bundle": "^1.11|^2.0",
6474 "doctrine/orm": "^2.6.0",
6475 "doctrine/persistence": "^1.3.7|^2.0",
6476 "php": "^7.1 || ^8.0",
6477 "symfony/config": "^3.4|^4.3|^5.0",
6478 "symfony/console": "^3.4|^4.3|^5.0",
6479 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
6480 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
6481 "symfony/http-kernel": "^3.4|^4.3|^5.0"
6484 "doctrine/coding-standard": "^6.0",
6485 "phpunit/phpunit": "^7.4 || ^8.0 || ^9.2",
6486 "symfony/phpunit-bridge": "^4.1|^5.0"
6488 "type": "symfony-bundle",
6491 "Doctrine\\Bundle\\FixturesBundle\\": ""
6494 "notification-url": "https://packagist.org/downloads/",
6500 "name": "Fabien Potencier",
6501 "email": "fabien@symfony.com"
6504 "name": "Doctrine Project",
6505 "homepage": "http://www.doctrine-project.org"
6508 "name": "Symfony Community",
6509 "homepage": "http://symfony.com/contributors"
6512 "description": "Symfony DoctrineFixturesBundle",
6513 "homepage": "http://www.doctrine-project.org",
6519 "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
6520 "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.0"
6524 "url": "https://www.doctrine-project.org/sponsorship.html",
6528 "url": "https://www.patreon.com/phpdoctrine",
6532 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
6536 "time": "2020-11-14T09:36:49+00:00"
6539 "name": "nikic/php-parser",
6540 "version": "v4.10.4",
6543 "url": "https://github.com/nikic/PHP-Parser.git",
6544 "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
6548 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
6549 "reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
6553 "ext-tokenizer": "*",
6557 "ircmaxell/php-yacc": "^0.0.7",
6558 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
6566 "dev-master": "4.9-dev"
6571 "PhpParser\\": "lib/PhpParser"
6574 "notification-url": "https://packagist.org/downloads/",
6580 "name": "Nikita Popov"
6583 "description": "A PHP parser written in PHP",
6589 "issues": "https://github.com/nikic/PHP-Parser/issues",
6590 "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
6592 "time": "2020-12-20T10:01:03+00:00"
6595 "name": "symfony/browser-kit",
6596 "version": "v4.4.18",
6599 "url": "https://github.com/symfony/browser-kit.git",
6600 "reference": "85efcc33545ed472653eb2d00a4ab36e6258a5b6"
6604 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/85efcc33545ed472653eb2d00a4ab36e6258a5b6",
6605 "reference": "85efcc33545ed472653eb2d00a4ab36e6258a5b6",
6610 "symfony/dom-crawler": "^3.4|^4.0|^5.0"
6613 "symfony/css-selector": "^3.4|^4.0|^5.0",
6614 "symfony/http-client": "^4.3|^5.0",
6615 "symfony/mime": "^4.3|^5.0",
6616 "symfony/process": "^3.4|^4.0|^5.0"
6619 "symfony/process": ""
6624 "Symfony\\Component\\BrowserKit\\": ""
6626 "exclude-from-classmap": [
6630 "notification-url": "https://packagist.org/downloads/",
6636 "name": "Fabien Potencier",
6637 "email": "fabien@symfony.com"
6640 "name": "Symfony Community",
6641 "homepage": "https://symfony.com/contributors"
6644 "description": "Symfony BrowserKit Component",
6645 "homepage": "https://symfony.com",
6647 "source": "https://github.com/symfony/browser-kit/tree/v4.4.18"
6651 "url": "https://symfony.com/sponsor",
6655 "url": "https://github.com/fabpot",
6659 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6663 "time": "2020-12-18T07:41:31+00:00"
6666 "name": "symfony/deprecation-contracts",
6667 "version": "v2.2.0",
6670 "url": "https://github.com/symfony/deprecation-contracts.git",
6671 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
6675 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
6676 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
6685 "dev-master": "2.2-dev"
6688 "name": "symfony/contracts",
6689 "url": "https://github.com/symfony/contracts"
6697 "notification-url": "https://packagist.org/downloads/",
6703 "name": "Nicolas Grekas",
6704 "email": "p@tchwork.com"
6707 "name": "Symfony Community",
6708 "homepage": "https://symfony.com/contributors"
6711 "description": "A generic function and convention to trigger deprecation notices",
6712 "homepage": "https://symfony.com",
6714 "source": "https://github.com/symfony/deprecation-contracts/tree/master"
6718 "url": "https://symfony.com/sponsor",
6722 "url": "https://github.com/fabpot",
6726 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6730 "time": "2020-09-07T11:33:47+00:00"
6733 "name": "symfony/maker-bundle",
6734 "version": "v1.26.1",
6737 "url": "https://github.com/symfony/maker-bundle.git",
6738 "reference": "0f1d3ed2584349dc8700d7908e8a92b3742b1c99"
6742 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/0f1d3ed2584349dc8700d7908e8a92b3742b1c99",
6743 "reference": "0f1d3ed2584349dc8700d7908e8a92b3742b1c99",
6747 "doctrine/inflector": "^1.2|^2.0",
6748 "nikic/php-parser": "^4.0",
6750 "symfony/config": "^3.4|^4.0|^5.0",
6751 "symfony/console": "^3.4|^4.0|^5.0",
6752 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
6753 "symfony/deprecation-contracts": "^2.2",
6754 "symfony/filesystem": "^3.4|^4.0|^5.0",
6755 "symfony/finder": "^3.4|^4.0|^5.0",
6756 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
6757 "symfony/http-kernel": "^3.4|^4.0|^5.0"
6760 "composer/semver": "^3.0@dev",
6761 "doctrine/doctrine-bundle": "^1.8|^2.0",
6762 "doctrine/orm": "^2.3",
6763 "friendsofphp/php-cs-fixer": "^2.8",
6764 "friendsoftwig/twigcs": "^3.1.2",
6765 "symfony/http-client": "^4.3|^5.0",
6766 "symfony/phpunit-bridge": "^4.3|^5.0",
6767 "symfony/process": "^3.4|^4.0|^5.0",
6768 "symfony/security-core": "^3.4|^4.0|^5.0",
6769 "symfony/yaml": "^3.4|^4.0|^5.0"
6771 "type": "symfony-bundle",
6774 "dev-main": "1.0-dev"
6779 "Symfony\\Bundle\\MakerBundle\\": "src/"
6782 "notification-url": "https://packagist.org/downloads/",
6788 "name": "Symfony Community",
6789 "homepage": "https://symfony.com/contributors"
6792 "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
6793 "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
6801 "issues": "https://github.com/symfony/maker-bundle/issues",
6802 "source": "https://github.com/symfony/maker-bundle/tree/v1.26.1"
6806 "url": "https://symfony.com/sponsor",
6810 "url": "https://github.com/fabpot",
6814 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6818 "time": "2020-12-18T17:08:39+00:00"
6821 "name": "symfony/phpunit-bridge",
6822 "version": "v4.4.18",
6825 "url": "https://github.com/symfony/phpunit-bridge.git",
6826 "reference": "bb5b5ceace17ee5248647ed1ffb466250dd6aacf"
6830 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/bb5b5ceace17ee5248647ed1ffb466250dd6aacf",
6831 "reference": "bb5b5ceace17ee5248647ed1ffb466250dd6aacf",
6838 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
6841 "symfony/error-handler": "^4.4|^5.0"
6844 "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6847 "bin/simple-phpunit"
6849 "type": "symfony-bridge",
6852 "name": "phpunit/phpunit",
6853 "url": "https://github.com/sebastianbergmann/phpunit"
6861 "Symfony\\Bridge\\PhpUnit\\": ""
6863 "exclude-from-classmap": [
6867 "notification-url": "https://packagist.org/downloads/",
6873 "name": "Nicolas Grekas",
6874 "email": "p@tchwork.com"
6877 "name": "Symfony Community",
6878 "homepage": "https://symfony.com/contributors"
6881 "description": "Symfony PHPUnit Bridge",
6882 "homepage": "https://symfony.com",
6884 "source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.18"
6888 "url": "https://symfony.com/sponsor",
6892 "url": "https://github.com/fabpot",
6896 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6900 "time": "2020-12-14T16:15:46+00:00"
6904 "minimum-stability": "stable",
6905 "stability-flags": {
6906 "rapsys/airbundle": 20,
6907 "rapsys/packbundle": 20,
6908 "rapsys/userbundle": 20
6910 "prefer-stable": false,
6911 "prefer-lowest": false,
6918 "plugin-api-version": "2.0.0"