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.17",
1774 "url": "https://github.com/symfony/asset.git",
1775 "reference": "627761b47f94affdd8405e65245a8e1bbb810399"
1779 "url": "https://api.github.com/repos/symfony/asset/zipball/627761b47f94affdd8405e65245a8e1bbb810399",
1780 "reference": "627761b47f94affdd8405e65245a8e1bbb810399",
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.17"
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-10-24T11:50:19+00:00"
1838 "name": "symfony/cache",
1839 "version": "v4.4.17",
1842 "url": "https://github.com/symfony/cache.git",
1843 "reference": "6d330ca81ce5c98f22224c980507a7f7a7df82e8"
1847 "url": "https://api.github.com/repos/symfony/cache/zipball/6d330ca81ce5c98f22224c980507a7f7a7df82e8",
1848 "reference": "6d330ca81ce5c98f22224c980507a7f7a7df82e8",
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.17"
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-11-16T17:15:10+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.17",
2014 "url": "https://github.com/symfony/config.git",
2015 "reference": "4da4a6b07cc7d8d7d3e29842bc9c20401d555065"
2019 "url": "https://api.github.com/repos/symfony/config/zipball/4da4a6b07cc7d8d7d3e29842bc9c20401d555065",
2020 "reference": "4da4a6b07cc7d8d7d3e29842bc9c20401d555065",
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.17"
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-11-16T11:15:53+00:00"
2086 "name": "symfony/console",
2087 "version": "v4.4.17",
2090 "url": "https://github.com/symfony/console.git",
2091 "reference": "c8e37f6928c19816437a4dd7bf16e3bd79941470"
2095 "url": "https://api.github.com/repos/symfony/console/zipball/c8e37f6928c19816437a4dd7bf16e3bd79941470",
2096 "reference": "c8e37f6928c19816437a4dd7bf16e3bd79941470",
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.17"
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-11-28T10:15:42+00:00"
2175 "name": "symfony/debug",
2176 "version": "v4.4.17",
2179 "url": "https://github.com/symfony/debug.git",
2180 "reference": "65fe7b49868378319b82da3035fb30801b931c47"
2184 "url": "https://api.github.com/repos/symfony/debug/zipball/65fe7b49868378319b82da3035fb30801b931c47",
2185 "reference": "65fe7b49868378319b82da3035fb30801b931c47",
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.17"
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-10-28T20:42:29+00:00"
2244 "name": "symfony/dependency-injection",
2245 "version": "v4.4.17",
2248 "url": "https://github.com/symfony/dependency-injection.git",
2249 "reference": "7126a3a25466a29b844c21394aabf6e7cf717b24"
2253 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7126a3a25466a29b844c21394aabf6e7cf717b24",
2254 "reference": "7126a3a25466a29b844c21394aabf6e7cf717b24",
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.17"
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-11-27T15:54:06+00:00"
2329 "name": "symfony/doctrine-bridge",
2330 "version": "v4.4.17",
2333 "url": "https://github.com/symfony/doctrine-bridge.git",
2334 "reference": "cc9cc380f51c3ab7ad396fad8b30fc184894e6c1"
2338 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/cc9cc380f51c3ab7ad396fad8b30fc184894e6c1",
2339 "reference": "cc9cc380f51c3ab7ad396fad8b30fc184894e6c1",
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.17"
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-11-09T19:21:10+00:00"
2435 "name": "symfony/dom-crawler",
2436 "version": "v4.4.17",
2439 "url": "https://github.com/symfony/dom-crawler.git",
2440 "reference": "30ad9ac96a01913195bf0328d48e29d54fa53e6e"
2444 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/30ad9ac96a01913195bf0328d48e29d54fa53e6e",
2445 "reference": "30ad9ac96a01913195bf0328d48e29d54fa53e6e",
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.17"
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-10-24T11:50:19+00:00"
2508 "name": "symfony/dotenv",
2509 "version": "v4.4.17",
2512 "url": "https://github.com/symfony/dotenv.git",
2513 "reference": "6dd958a0c30bdf816ddef5052655a06d87fa343c"
2517 "url": "https://api.github.com/repos/symfony/dotenv/zipball/6dd958a0c30bdf816ddef5052655a06d87fa343c",
2518 "reference": "6dd958a0c30bdf816ddef5052655a06d87fa343c",
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.17"
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-11-14T17:10:20+00:00"
2577 "name": "symfony/error-handler",
2578 "version": "v4.4.17",
2581 "url": "https://github.com/symfony/error-handler.git",
2582 "reference": "b0887cf8fc692eef2a4cf11cee3c5f5eb93fcfdf"
2586 "url": "https://api.github.com/repos/symfony/error-handler/zipball/b0887cf8fc692eef2a4cf11cee3c5f5eb93fcfdf",
2587 "reference": "b0887cf8fc692eef2a4cf11cee3c5f5eb93fcfdf",
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.17"
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-10-28T20:42:29+00:00"
2646 "name": "symfony/event-dispatcher",
2647 "version": "v4.4.17",
2650 "url": "https://github.com/symfony/event-dispatcher.git",
2651 "reference": "f029d6f21eac61ab23198e7aca40e7638e8c8924"
2655 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f029d6f21eac61ab23198e7aca40e7638e8c8924",
2656 "reference": "f029d6f21eac61ab23198e7aca40e7638e8c8924",
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.17"
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-10-31T22:44:29+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.17",
2812 "url": "https://github.com/symfony/filesystem.git",
2813 "reference": "17b83e36a911aefa2cfe04bbf6328ec4c040c1b2"
2817 "url": "https://api.github.com/repos/symfony/filesystem/zipball/17b83e36a911aefa2cfe04bbf6328ec4c040c1b2",
2818 "reference": "17b83e36a911aefa2cfe04bbf6328ec4c040c1b2",
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.17"
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-11T22:20:15+00:00"
2870 "name": "symfony/finder",
2871 "version": "v4.4.17",
2874 "url": "https://github.com/symfony/finder.git",
2875 "reference": "9f1d1d883b79a91ef320c0c6e803494e042ef36e"
2879 "url": "https://api.github.com/repos/symfony/finder/zipball/9f1d1d883b79a91ef320c0c6e803494e042ef36e",
2880 "reference": "9f1d1d883b79a91ef320c0c6e803494e042ef36e",
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.17"
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-11-17T19:45:34+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.17",
3003 "url": "https://github.com/symfony/form.git",
3004 "reference": "214e940d48cae3e33483d3ddadfc4d6cb80d1b62"
3008 "url": "https://api.github.com/repos/symfony/form/zipball/214e940d48cae3e33483d3ddadfc4d6cb80d1b62",
3009 "reference": "214e940d48cae3e33483d3ddadfc4d6cb80d1b62",
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.17"
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-11-27T08:28:28+00:00"
3096 "name": "symfony/framework-bundle",
3097 "version": "v4.4.17",
3100 "url": "https://github.com/symfony/framework-bundle.git",
3101 "reference": "3aea107a3cf50c351a492ab855caa6b2fd0f66a2"
3105 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/3aea107a3cf50c351a492ab855caa6b2fd0f66a2",
3106 "reference": "3aea107a3cf50c351a492ab855caa6b2fd0f66a2",
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.17"
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-11-27T14:11:20+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.17",
3322 "url": "https://github.com/symfony/http-foundation.git",
3323 "reference": "9eeb37ec0ff3049c782ca67041648e28ddd75a94"
3327 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9eeb37ec0ff3049c782ca67041648e28ddd75a94",
3328 "reference": "9eeb37ec0ff3049c782ca67041648e28ddd75a94",
3333 "symfony/mime": "^4.3|^5.0",
3334 "symfony/polyfill-mbstring": "~1.1"
3337 "predis/predis": "~1.0",
3338 "symfony/expression-language": "^3.4|^4.0|^5.0"
3343 "Symfony\\Component\\HttpFoundation\\": ""
3345 "exclude-from-classmap": [
3349 "notification-url": "https://packagist.org/downloads/",
3355 "name": "Fabien Potencier",
3356 "email": "fabien@symfony.com"
3359 "name": "Symfony Community",
3360 "homepage": "https://symfony.com/contributors"
3363 "description": "Symfony HttpFoundation Component",
3364 "homepage": "https://symfony.com",
3366 "source": "https://github.com/symfony/http-foundation/tree/v4.4.17"
3370 "url": "https://symfony.com/sponsor",
3374 "url": "https://github.com/fabpot",
3378 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3382 "time": "2020-11-03T11:58:18+00:00"
3385 "name": "symfony/http-kernel",
3386 "version": "v4.4.17",
3389 "url": "https://github.com/symfony/http-kernel.git",
3390 "reference": "9f5605ee05406d8afa40dc4f2954c6a61de3a984"
3394 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f5605ee05406d8afa40dc4f2954c6a61de3a984",
3395 "reference": "9f5605ee05406d8afa40dc4f2954c6a61de3a984",
3401 "symfony/error-handler": "^4.4",
3402 "symfony/event-dispatcher": "^4.4",
3403 "symfony/http-client-contracts": "^1.1|^2",
3404 "symfony/http-foundation": "^4.4|^5.0",
3405 "symfony/polyfill-ctype": "^1.8",
3406 "symfony/polyfill-php73": "^1.9",
3407 "symfony/polyfill-php80": "^1.15"
3410 "symfony/browser-kit": "<4.3",
3411 "symfony/config": "<3.4",
3412 "symfony/console": ">=5",
3413 "symfony/dependency-injection": "<4.3",
3414 "symfony/translation": "<4.2",
3415 "twig/twig": "<1.34|<2.4,>=2"
3418 "psr/log-implementation": "1.0"
3421 "psr/cache": "~1.0",
3422 "symfony/browser-kit": "^4.3|^5.0",
3423 "symfony/config": "^3.4|^4.0|^5.0",
3424 "symfony/console": "^3.4|^4.0",
3425 "symfony/css-selector": "^3.4|^4.0|^5.0",
3426 "symfony/dependency-injection": "^4.3|^5.0",
3427 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
3428 "symfony/expression-language": "^3.4|^4.0|^5.0",
3429 "symfony/finder": "^3.4|^4.0|^5.0",
3430 "symfony/process": "^3.4|^4.0|^5.0",
3431 "symfony/routing": "^3.4|^4.0|^5.0",
3432 "symfony/stopwatch": "^3.4|^4.0|^5.0",
3433 "symfony/templating": "^3.4|^4.0|^5.0",
3434 "symfony/translation": "^4.2|^5.0",
3435 "symfony/translation-contracts": "^1.1|^2",
3436 "twig/twig": "^1.34|^2.4|^3.0"
3439 "symfony/browser-kit": "",
3440 "symfony/config": "",
3441 "symfony/console": "",
3442 "symfony/dependency-injection": ""
3447 "Symfony\\Component\\HttpKernel\\": ""
3449 "exclude-from-classmap": [
3453 "notification-url": "https://packagist.org/downloads/",
3459 "name": "Fabien Potencier",
3460 "email": "fabien@symfony.com"
3463 "name": "Symfony Community",
3464 "homepage": "https://symfony.com/contributors"
3467 "description": "Symfony HttpKernel Component",
3468 "homepage": "https://symfony.com",
3470 "source": "https://github.com/symfony/http-kernel/tree/v4.4.17"
3474 "url": "https://symfony.com/sponsor",
3478 "url": "https://github.com/fabpot",
3482 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3486 "time": "2020-11-29T09:23:08+00:00"
3489 "name": "symfony/inflector",
3490 "version": "v4.4.17",
3493 "url": "https://github.com/symfony/inflector.git",
3494 "reference": "a2ca868d7fc02800db67d1e1b6e5c83882d2aaa6"
3498 "url": "https://api.github.com/repos/symfony/inflector/zipball/a2ca868d7fc02800db67d1e1b6e5c83882d2aaa6",
3499 "reference": "a2ca868d7fc02800db67d1e1b6e5c83882d2aaa6",
3504 "symfony/polyfill-ctype": "~1.8"
3509 "Symfony\\Component\\Inflector\\": ""
3511 "exclude-from-classmap": [
3515 "notification-url": "https://packagist.org/downloads/",
3521 "name": "Bernhard Schussek",
3522 "email": "bschussek@gmail.com"
3525 "name": "Symfony Community",
3526 "homepage": "https://symfony.com/contributors"
3529 "description": "Symfony Inflector Component",
3530 "homepage": "https://symfony.com",
3540 "source": "https://github.com/symfony/inflector/tree/v4.4.17"
3544 "url": "https://symfony.com/sponsor",
3548 "url": "https://github.com/fabpot",
3552 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3556 "time": "2020-10-24T11:50:19+00:00"
3559 "name": "symfony/intl",
3560 "version": "v4.4.17",
3563 "url": "https://github.com/symfony/intl.git",
3564 "reference": "193aef23cdc5d27785e78aaf1ba3f9bfb6e99850"
3568 "url": "https://api.github.com/repos/symfony/intl/zipball/193aef23cdc5d27785e78aaf1ba3f9bfb6e99850",
3569 "reference": "193aef23cdc5d27785e78aaf1ba3f9bfb6e99850",
3574 "symfony/polyfill-intl-icu": "~1.0"
3577 "symfony/filesystem": "^3.4|^4.0|^5.0"
3580 "ext-intl": "to use the component with locales other than \"en\""
3585 "Symfony\\Component\\Intl\\": ""
3590 "exclude-from-classmap": [
3594 "notification-url": "https://packagist.org/downloads/",
3600 "name": "Bernhard Schussek",
3601 "email": "bschussek@gmail.com"
3604 "name": "Eriksen Costa",
3605 "email": "eriksen.costa@infranology.com.br"
3608 "name": "Igor Wiedler",
3609 "email": "igor@wiedler.ch"
3612 "name": "Symfony Community",
3613 "homepage": "https://symfony.com/contributors"
3616 "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
3617 "homepage": "https://symfony.com",
3621 "internationalization",
3627 "source": "https://github.com/symfony/intl/tree/v4.4.17"
3631 "url": "https://symfony.com/sponsor",
3635 "url": "https://github.com/fabpot",
3639 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3643 "time": "2020-11-03T11:57:46+00:00"
3646 "name": "symfony/mailer",
3647 "version": "v4.4.17",
3650 "url": "https://github.com/symfony/mailer.git",
3651 "reference": "ee9d1337d46d46d9022da7711c2f80614e3d9cda"
3655 "url": "https://api.github.com/repos/symfony/mailer/zipball/ee9d1337d46d46d9022da7711c2f80614e3d9cda",
3656 "reference": "ee9d1337d46d46d9022da7711c2f80614e3d9cda",
3660 "egulias/email-validator": "^2.1.10",
3663 "symfony/event-dispatcher": "^4.3",
3664 "symfony/mime": "^4.4|^5.0",
3665 "symfony/service-contracts": "^1.1|^2"
3668 "symfony/http-kernel": "<4.4",
3669 "symfony/sendgrid-mailer": "<4.4"
3672 "symfony/amazon-mailer": "^4.4|^5.0",
3673 "symfony/google-mailer": "^4.4|^5.0",
3674 "symfony/http-client-contracts": "^1.1|^2",
3675 "symfony/mailchimp-mailer": "^4.4|^5.0",
3676 "symfony/mailgun-mailer": "^4.4|^5.0",
3677 "symfony/messenger": "^4.4|^5.0",
3678 "symfony/postmark-mailer": "^4.4|^5.0",
3679 "symfony/sendgrid-mailer": "^4.4|^5.0"
3684 "Symfony\\Component\\Mailer\\": ""
3686 "exclude-from-classmap": [
3690 "notification-url": "https://packagist.org/downloads/",
3696 "name": "Fabien Potencier",
3697 "email": "fabien@symfony.com"
3700 "name": "Symfony Community",
3701 "homepage": "https://symfony.com/contributors"
3704 "description": "Symfony Mailer Component",
3705 "homepage": "https://symfony.com",
3707 "source": "https://github.com/symfony/mailer/tree/v4.4.17"
3711 "url": "https://symfony.com/sponsor",
3715 "url": "https://github.com/fabpot",
3719 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3723 "time": "2020-10-28T20:42:29+00:00"
3726 "name": "symfony/mime",
3727 "version": "v4.4.17",
3730 "url": "https://github.com/symfony/mime.git",
3731 "reference": "4148b752f7e961931887410513ce3d9e267d25f2"
3735 "url": "https://api.github.com/repos/symfony/mime/zipball/4148b752f7e961931887410513ce3d9e267d25f2",
3736 "reference": "4148b752f7e961931887410513ce3d9e267d25f2",
3741 "symfony/polyfill-intl-idn": "^1.10",
3742 "symfony/polyfill-mbstring": "^1.0"
3745 "symfony/mailer": "<4.4"
3748 "egulias/email-validator": "^2.1.10",
3749 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
3754 "Symfony\\Component\\Mime\\": ""
3756 "exclude-from-classmap": [
3760 "notification-url": "https://packagist.org/downloads/",
3766 "name": "Fabien Potencier",
3767 "email": "fabien@symfony.com"
3770 "name": "Symfony Community",
3771 "homepage": "https://symfony.com/contributors"
3774 "description": "A library to manipulate MIME messages",
3775 "homepage": "https://symfony.com",
3781 "source": "https://github.com/symfony/mime/tree/v4.4.17"
3785 "url": "https://symfony.com/sponsor",
3789 "url": "https://github.com/fabpot",
3793 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3797 "time": "2020-10-28T20:42:29+00:00"
3800 "name": "symfony/options-resolver",
3801 "version": "v4.4.17",
3804 "url": "https://github.com/symfony/options-resolver.git",
3805 "reference": "157a252222251310fe50c71012b4e72f01325850"
3809 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/157a252222251310fe50c71012b4e72f01325850",
3810 "reference": "157a252222251310fe50c71012b4e72f01325850",
3819 "Symfony\\Component\\OptionsResolver\\": ""
3821 "exclude-from-classmap": [
3825 "notification-url": "https://packagist.org/downloads/",
3831 "name": "Fabien Potencier",
3832 "email": "fabien@symfony.com"
3835 "name": "Symfony Community",
3836 "homepage": "https://symfony.com/contributors"
3839 "description": "Symfony OptionsResolver Component",
3840 "homepage": "https://symfony.com",
3847 "source": "https://github.com/symfony/options-resolver/tree/v4.4.17"
3851 "url": "https://symfony.com/sponsor",
3855 "url": "https://github.com/fabpot",
3859 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3863 "time": "2020-10-24T11:50:19+00:00"
3866 "name": "symfony/polyfill-intl-icu",
3867 "version": "v1.20.0",
3870 "url": "https://github.com/symfony/polyfill-intl-icu.git",
3871 "reference": "c44d5bf6a75eed79555c6bf37505c6d39559353e"
3875 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/c44d5bf6a75eed79555c6bf37505c6d39559353e",
3876 "reference": "c44d5bf6a75eed79555c6bf37505c6d39559353e",
3881 "symfony/intl": "~2.3|~3.0|~4.0|~5.0"
3884 "ext-intl": "For best performance"
3889 "dev-main": "1.20-dev"
3892 "name": "symfony/polyfill",
3893 "url": "https://github.com/symfony/polyfill"
3901 "notification-url": "https://packagist.org/downloads/",
3907 "name": "Nicolas Grekas",
3908 "email": "p@tchwork.com"
3911 "name": "Symfony Community",
3912 "homepage": "https://symfony.com/contributors"
3915 "description": "Symfony polyfill for intl's ICU-related data and classes",
3916 "homepage": "https://symfony.com",
3926 "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.20.0"
3930 "url": "https://symfony.com/sponsor",
3934 "url": "https://github.com/fabpot",
3938 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3942 "time": "2020-10-23T14:02:19+00:00"
3945 "name": "symfony/polyfill-intl-idn",
3946 "version": "v1.20.0",
3949 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3950 "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
3954 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
3955 "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
3960 "symfony/polyfill-intl-normalizer": "^1.10",
3961 "symfony/polyfill-php72": "^1.10"
3964 "ext-intl": "For best performance"
3969 "dev-main": "1.20-dev"
3972 "name": "symfony/polyfill",
3973 "url": "https://github.com/symfony/polyfill"
3978 "Symfony\\Polyfill\\Intl\\Idn\\": ""
3984 "notification-url": "https://packagist.org/downloads/",
3990 "name": "Laurent Bassin",
3991 "email": "laurent@bassin.info"
3994 "name": "Trevor Rowbotham",
3995 "email": "trevor.rowbotham@pm.me"
3998 "name": "Symfony Community",
3999 "homepage": "https://symfony.com/contributors"
4002 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
4003 "homepage": "https://symfony.com",
4013 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.20.0"
4017 "url": "https://symfony.com/sponsor",
4021 "url": "https://github.com/fabpot",
4025 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4029 "time": "2020-10-23T14:02:19+00:00"
4032 "name": "symfony/polyfill-intl-normalizer",
4033 "version": "v1.20.0",
4036 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
4037 "reference": "727d1096295d807c309fb01a851577302394c897"
4041 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
4042 "reference": "727d1096295d807c309fb01a851577302394c897",
4049 "ext-intl": "For best performance"
4054 "dev-main": "1.20-dev"
4057 "name": "symfony/polyfill",
4058 "url": "https://github.com/symfony/polyfill"
4063 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
4072 "notification-url": "https://packagist.org/downloads/",
4078 "name": "Nicolas Grekas",
4079 "email": "p@tchwork.com"
4082 "name": "Symfony Community",
4083 "homepage": "https://symfony.com/contributors"
4086 "description": "Symfony polyfill for intl's Normalizer class and related functions",
4087 "homepage": "https://symfony.com",
4097 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.20.0"
4101 "url": "https://symfony.com/sponsor",
4105 "url": "https://github.com/fabpot",
4109 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4113 "time": "2020-10-23T14:02:19+00:00"
4116 "name": "symfony/polyfill-mbstring",
4117 "version": "v1.20.0",
4120 "url": "https://github.com/symfony/polyfill-mbstring.git",
4121 "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
4125 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
4126 "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
4133 "ext-mbstring": "For best performance"
4138 "dev-main": "1.20-dev"
4141 "name": "symfony/polyfill",
4142 "url": "https://github.com/symfony/polyfill"
4147 "Symfony\\Polyfill\\Mbstring\\": ""
4153 "notification-url": "https://packagist.org/downloads/",
4159 "name": "Nicolas Grekas",
4160 "email": "p@tchwork.com"
4163 "name": "Symfony Community",
4164 "homepage": "https://symfony.com/contributors"
4167 "description": "Symfony polyfill for the Mbstring extension",
4168 "homepage": "https://symfony.com",
4177 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0"
4181 "url": "https://symfony.com/sponsor",
4185 "url": "https://github.com/fabpot",
4189 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4193 "time": "2020-10-23T14:02:19+00:00"
4196 "name": "symfony/polyfill-php72",
4197 "version": "v1.20.0",
4200 "url": "https://github.com/symfony/polyfill-php72.git",
4201 "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
4205 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
4206 "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
4215 "dev-main": "1.20-dev"
4218 "name": "symfony/polyfill",
4219 "url": "https://github.com/symfony/polyfill"
4224 "Symfony\\Polyfill\\Php72\\": ""
4230 "notification-url": "https://packagist.org/downloads/",
4236 "name": "Nicolas Grekas",
4237 "email": "p@tchwork.com"
4240 "name": "Symfony Community",
4241 "homepage": "https://symfony.com/contributors"
4244 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4245 "homepage": "https://symfony.com",
4253 "source": "https://github.com/symfony/polyfill-php72/tree/v1.20.0"
4257 "url": "https://symfony.com/sponsor",
4261 "url": "https://github.com/fabpot",
4265 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4269 "time": "2020-10-23T14:02:19+00:00"
4272 "name": "symfony/polyfill-php73",
4273 "version": "v1.20.0",
4276 "url": "https://github.com/symfony/polyfill-php73.git",
4277 "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
4281 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
4282 "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
4291 "dev-main": "1.20-dev"
4294 "name": "symfony/polyfill",
4295 "url": "https://github.com/symfony/polyfill"
4300 "Symfony\\Polyfill\\Php73\\": ""
4309 "notification-url": "https://packagist.org/downloads/",
4315 "name": "Nicolas Grekas",
4316 "email": "p@tchwork.com"
4319 "name": "Symfony Community",
4320 "homepage": "https://symfony.com/contributors"
4323 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
4324 "homepage": "https://symfony.com",
4332 "source": "https://github.com/symfony/polyfill-php73/tree/v1.20.0"
4336 "url": "https://symfony.com/sponsor",
4340 "url": "https://github.com/fabpot",
4344 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4348 "time": "2020-10-23T14:02:19+00:00"
4351 "name": "symfony/polyfill-php80",
4352 "version": "v1.20.0",
4355 "url": "https://github.com/symfony/polyfill-php80.git",
4356 "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
4360 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
4361 "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
4370 "dev-main": "1.20-dev"
4373 "name": "symfony/polyfill",
4374 "url": "https://github.com/symfony/polyfill"
4379 "Symfony\\Polyfill\\Php80\\": ""
4388 "notification-url": "https://packagist.org/downloads/",
4394 "name": "Ion Bazan",
4395 "email": "ion.bazan@gmail.com"
4398 "name": "Nicolas Grekas",
4399 "email": "p@tchwork.com"
4402 "name": "Symfony Community",
4403 "homepage": "https://symfony.com/contributors"
4406 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
4407 "homepage": "https://symfony.com",
4415 "source": "https://github.com/symfony/polyfill-php80/tree/v1.20.0"
4419 "url": "https://symfony.com/sponsor",
4423 "url": "https://github.com/fabpot",
4427 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4431 "time": "2020-10-23T14:02:19+00:00"
4434 "name": "symfony/process",
4435 "version": "v4.4.17",
4438 "url": "https://github.com/symfony/process.git",
4439 "reference": "ec1482f13d53911a8a32e54ba6f9a3b43a57d943"
4443 "url": "https://api.github.com/repos/symfony/process/zipball/ec1482f13d53911a8a32e54ba6f9a3b43a57d943",
4444 "reference": "ec1482f13d53911a8a32e54ba6f9a3b43a57d943",
4453 "Symfony\\Component\\Process\\": ""
4455 "exclude-from-classmap": [
4459 "notification-url": "https://packagist.org/downloads/",
4465 "name": "Fabien Potencier",
4466 "email": "fabien@symfony.com"
4469 "name": "Symfony Community",
4470 "homepage": "https://symfony.com/contributors"
4473 "description": "Symfony Process Component",
4474 "homepage": "https://symfony.com",
4476 "source": "https://github.com/symfony/process/tree/v4.4.17"
4480 "url": "https://symfony.com/sponsor",
4484 "url": "https://github.com/fabpot",
4488 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4492 "time": "2020-11-02T15:10:16+00:00"
4495 "name": "symfony/profiler-pack",
4496 "version": "v1.0.5",
4499 "url": "https://github.com/symfony/profiler-pack.git",
4500 "reference": "29ec66471082b4eb068db11eb4f0a48c277653f7"
4504 "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/29ec66471082b4eb068db11eb4f0a48c277653f7",
4505 "reference": "29ec66471082b4eb068db11eb4f0a48c277653f7",
4509 "symfony/stopwatch": "*",
4510 "symfony/twig-bundle": "*",
4511 "symfony/web-profiler-bundle": "*"
4513 "type": "symfony-pack",
4514 "notification-url": "https://packagist.org/downloads/",
4518 "description": "A pack for the Symfony web profiler",
4520 "issues": "https://github.com/symfony/profiler-pack/issues",
4521 "source": "https://github.com/symfony/profiler-pack/tree/v1.0.5"
4525 "url": "https://symfony.com/sponsor",
4529 "url": "https://github.com/fabpot",
4533 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4537 "time": "2020-08-12T06:50:46+00:00"
4540 "name": "symfony/property-access",
4541 "version": "v4.4.17",
4544 "url": "https://github.com/symfony/property-access.git",
4545 "reference": "ab8184f093095b40c3e7688bc4eb1d0484da327c"
4549 "url": "https://api.github.com/repos/symfony/property-access/zipball/ab8184f093095b40c3e7688bc4eb1d0484da327c",
4550 "reference": "ab8184f093095b40c3e7688bc4eb1d0484da327c",
4555 "symfony/inflector": "^3.4|^4.0|^5.0"
4558 "symfony/cache": "^3.4|^4.0|^5.0"
4561 "psr/cache-implementation": "To cache access methods."
4566 "Symfony\\Component\\PropertyAccess\\": ""
4568 "exclude-from-classmap": [
4572 "notification-url": "https://packagist.org/downloads/",
4578 "name": "Fabien Potencier",
4579 "email": "fabien@symfony.com"
4582 "name": "Symfony Community",
4583 "homepage": "https://symfony.com/contributors"
4586 "description": "Symfony PropertyAccess Component",
4587 "homepage": "https://symfony.com",
4600 "source": "https://github.com/symfony/property-access/tree/v4.4.17"
4604 "url": "https://symfony.com/sponsor",
4608 "url": "https://github.com/fabpot",
4612 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4616 "time": "2020-10-31T22:44:29+00:00"
4619 "name": "symfony/routing",
4620 "version": "v4.4.17",
4623 "url": "https://github.com/symfony/routing.git",
4624 "reference": "08712c5dd5041c03e997e13892f45884faccd868"
4628 "url": "https://api.github.com/repos/symfony/routing/zipball/08712c5dd5041c03e997e13892f45884faccd868",
4629 "reference": "08712c5dd5041c03e997e13892f45884faccd868",
4636 "symfony/config": "<4.2",
4637 "symfony/dependency-injection": "<3.4",
4638 "symfony/yaml": "<3.4"
4641 "doctrine/annotations": "~1.2",
4643 "symfony/config": "^4.2|^5.0",
4644 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
4645 "symfony/expression-language": "^3.4|^4.0|^5.0",
4646 "symfony/http-foundation": "^3.4|^4.0|^5.0",
4647 "symfony/yaml": "^3.4|^4.0|^5.0"
4650 "doctrine/annotations": "For using the annotation loader",
4651 "symfony/config": "For using the all-in-one router or any loader",
4652 "symfony/expression-language": "For using expression matching",
4653 "symfony/http-foundation": "For using a Symfony Request object",
4654 "symfony/yaml": "For using the YAML loader"
4659 "Symfony\\Component\\Routing\\": ""
4661 "exclude-from-classmap": [
4665 "notification-url": "https://packagist.org/downloads/",
4671 "name": "Fabien Potencier",
4672 "email": "fabien@symfony.com"
4675 "name": "Symfony Community",
4676 "homepage": "https://symfony.com/contributors"
4679 "description": "Symfony Routing Component",
4680 "homepage": "https://symfony.com",
4688 "source": "https://github.com/symfony/routing/tree/v4.4.17"
4692 "url": "https://symfony.com/sponsor",
4696 "url": "https://github.com/fabpot",
4700 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4704 "time": "2020-11-24T13:31:32+00:00"
4707 "name": "symfony/security-bundle",
4708 "version": "v4.4.17",
4711 "url": "https://github.com/symfony/security-bundle.git",
4712 "reference": "c48bce60a7b0e9c10f0e6ecdf8c6b6e1afbf6a94"
4716 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/c48bce60a7b0e9c10f0e6ecdf8c6b6e1afbf6a94",
4717 "reference": "c48bce60a7b0e9c10f0e6ecdf8c6b6e1afbf6a94",
4723 "symfony/config": "^4.2|^5.0",
4724 "symfony/dependency-injection": "^4.4|^5.0",
4725 "symfony/http-kernel": "^4.4",
4726 "symfony/security-core": "^4.4",
4727 "symfony/security-csrf": "^4.2|^5.0",
4728 "symfony/security-guard": "^4.2|^5.0",
4729 "symfony/security-http": "^4.4.5"
4732 "symfony/browser-kit": "<4.2",
4733 "symfony/console": "<3.4",
4734 "symfony/framework-bundle": "<4.4",
4735 "symfony/ldap": "<4.4",
4736 "symfony/twig-bundle": "<4.4"
4739 "doctrine/doctrine-bundle": "^1.5|^2.0",
4740 "symfony/asset": "^3.4|^4.0|^5.0",
4741 "symfony/browser-kit": "^4.2|^5.0",
4742 "symfony/console": "^3.4|^4.0|^5.0",
4743 "symfony/css-selector": "^3.4|^4.0|^5.0",
4744 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
4745 "symfony/expression-language": "^3.4|^4.0|^5.0",
4746 "symfony/form": "^3.4|^4.0|^5.0",
4747 "symfony/framework-bundle": "^4.4|^5.0",
4748 "symfony/process": "^3.4|^4.0|^5.0",
4749 "symfony/serializer": "^4.4|^5.0",
4750 "symfony/translation": "^3.4|^4.0|^5.0",
4751 "symfony/twig-bridge": "^3.4|^4.0|^5.0",
4752 "symfony/twig-bundle": "^4.4|^5.0",
4753 "symfony/validator": "^3.4|^4.0|^5.0",
4754 "symfony/yaml": "^3.4|^4.0|^5.0",
4755 "twig/twig": "^1.41|^2.10|^3.0"
4757 "type": "symfony-bundle",
4760 "Symfony\\Bundle\\SecurityBundle\\": ""
4762 "exclude-from-classmap": [
4766 "notification-url": "https://packagist.org/downloads/",
4772 "name": "Fabien Potencier",
4773 "email": "fabien@symfony.com"
4776 "name": "Symfony Community",
4777 "homepage": "https://symfony.com/contributors"
4780 "description": "Symfony SecurityBundle",
4781 "homepage": "https://symfony.com",
4783 "source": "https://github.com/symfony/security-bundle/tree/v4.4.17"
4787 "url": "https://symfony.com/sponsor",
4791 "url": "https://github.com/fabpot",
4795 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4799 "time": "2020-10-31T22:44:29+00:00"
4802 "name": "symfony/security-core",
4803 "version": "v4.4.17",
4806 "url": "https://github.com/symfony/security-core.git",
4807 "reference": "c51efa61a1a9627f5f8fd35d3d5089f561b65bb8"
4811 "url": "https://api.github.com/repos/symfony/security-core/zipball/c51efa61a1a9627f5f8fd35d3d5089f561b65bb8",
4812 "reference": "c51efa61a1a9627f5f8fd35d3d5089f561b65bb8",
4817 "symfony/event-dispatcher-contracts": "^1.1|^2",
4818 "symfony/service-contracts": "^1.1.6|^2"
4821 "symfony/event-dispatcher": "<4.3|>=5",
4822 "symfony/ldap": "<4.4",
4823 "symfony/security-guard": "<4.3"
4826 "psr/container": "^1.0",
4828 "symfony/event-dispatcher": "^4.3",
4829 "symfony/expression-language": "^3.4|^4.0|^5.0",
4830 "symfony/http-foundation": "^3.4|^4.0|^5.0",
4831 "symfony/ldap": "^4.4|^5.0",
4832 "symfony/translation": "^4.4|^5.0",
4833 "symfony/validator": "^3.4.31|^4.3.4|^5.0"
4836 "psr/container-implementation": "To instantiate the Security class",
4837 "symfony/event-dispatcher": "",
4838 "symfony/expression-language": "For using the expression voter",
4839 "symfony/http-foundation": "",
4840 "symfony/ldap": "For using LDAP integration",
4841 "symfony/validator": "For using the user password constraint"
4846 "Symfony\\Component\\Security\\Core\\": ""
4848 "exclude-from-classmap": [
4852 "notification-url": "https://packagist.org/downloads/",
4858 "name": "Fabien Potencier",
4859 "email": "fabien@symfony.com"
4862 "name": "Symfony Community",
4863 "homepage": "https://symfony.com/contributors"
4866 "description": "Symfony Security Component - Core Library",
4867 "homepage": "https://symfony.com",
4869 "source": "https://github.com/symfony/security-core/tree/v4.4.17"
4873 "url": "https://symfony.com/sponsor",
4877 "url": "https://github.com/fabpot",
4881 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4885 "time": "2020-11-27T08:28:28+00:00"
4888 "name": "symfony/security-csrf",
4889 "version": "v4.4.17",
4892 "url": "https://github.com/symfony/security-csrf.git",
4893 "reference": "53d53bbb5d22ebece3f3ff4b8ec14957cc2ef7e1"
4897 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/53d53bbb5d22ebece3f3ff4b8ec14957cc2ef7e1",
4898 "reference": "53d53bbb5d22ebece3f3ff4b8ec14957cc2ef7e1",
4903 "symfony/security-core": "^3.4|^4.0|^5.0"
4906 "symfony/http-foundation": "<3.4"
4909 "symfony/http-foundation": "^3.4|^4.0|^5.0"
4912 "symfony/http-foundation": "For using the class SessionTokenStorage."
4917 "Symfony\\Component\\Security\\Csrf\\": ""
4919 "exclude-from-classmap": [
4923 "notification-url": "https://packagist.org/downloads/",
4929 "name": "Fabien Potencier",
4930 "email": "fabien@symfony.com"
4933 "name": "Symfony Community",
4934 "homepage": "https://symfony.com/contributors"
4937 "description": "Symfony Security Component - CSRF Library",
4938 "homepage": "https://symfony.com",
4940 "source": "https://github.com/symfony/security-csrf/tree/v4.4.17"
4944 "url": "https://symfony.com/sponsor",
4948 "url": "https://github.com/fabpot",
4952 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4956 "time": "2020-10-31T22:44:29+00:00"
4959 "name": "symfony/security-guard",
4960 "version": "v4.4.17",
4963 "url": "https://github.com/symfony/security-guard.git",
4964 "reference": "2671aff170d19f850bf1cc802e3edaa5cf1045f5"
4968 "url": "https://api.github.com/repos/symfony/security-guard/zipball/2671aff170d19f850bf1cc802e3edaa5cf1045f5",
4969 "reference": "2671aff170d19f850bf1cc802e3edaa5cf1045f5",
4974 "symfony/security-core": "^3.4.22|^4.2.3|^5.0",
4975 "symfony/security-http": "^4.4.1"
4983 "Symfony\\Component\\Security\\Guard\\": ""
4985 "exclude-from-classmap": [
4989 "notification-url": "https://packagist.org/downloads/",
4995 "name": "Fabien Potencier",
4996 "email": "fabien@symfony.com"
4999 "name": "Symfony Community",
5000 "homepage": "https://symfony.com/contributors"
5003 "description": "Symfony Security Component - Guard",
5004 "homepage": "https://symfony.com",
5006 "source": "https://github.com/symfony/security-guard/tree/v4.4.17"
5010 "url": "https://symfony.com/sponsor",
5014 "url": "https://github.com/fabpot",
5018 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5022 "time": "2020-10-31T22:44:29+00:00"
5025 "name": "symfony/security-http",
5026 "version": "v4.4.17",
5029 "url": "https://github.com/symfony/security-http.git",
5030 "reference": "bc0389c562e99fa7a69110b57aeed6a6c9be7808"
5034 "url": "https://api.github.com/repos/symfony/security-http/zipball/bc0389c562e99fa7a69110b57aeed6a6c9be7808",
5035 "reference": "bc0389c562e99fa7a69110b57aeed6a6c9be7808",
5040 "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",
5041 "symfony/http-kernel": "^4.4",
5042 "symfony/property-access": "^3.4|^4.0|^5.0",
5043 "symfony/security-core": "^4.4.8"
5046 "symfony/event-dispatcher": ">=5",
5047 "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11"
5051 "symfony/routing": "^3.4|^4.0|^5.0",
5052 "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0"
5055 "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
5056 "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
5061 "Symfony\\Component\\Security\\Http\\": ""
5063 "exclude-from-classmap": [
5067 "notification-url": "https://packagist.org/downloads/",
5073 "name": "Fabien Potencier",
5074 "email": "fabien@symfony.com"
5077 "name": "Symfony Community",
5078 "homepage": "https://symfony.com/contributors"
5081 "description": "Symfony Security Component - HTTP Integration",
5082 "homepage": "https://symfony.com",
5084 "source": "https://github.com/symfony/security-http/tree/v4.4.17"
5088 "url": "https://symfony.com/sponsor",
5092 "url": "https://github.com/fabpot",
5096 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5100 "time": "2020-11-01T21:34:37+00:00"
5103 "name": "symfony/service-contracts",
5104 "version": "v2.2.0",
5107 "url": "https://github.com/symfony/service-contracts.git",
5108 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
5112 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
5113 "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
5118 "psr/container": "^1.0"
5121 "symfony/service-implementation": ""
5126 "dev-master": "2.2-dev"
5129 "name": "symfony/contracts",
5130 "url": "https://github.com/symfony/contracts"
5135 "Symfony\\Contracts\\Service\\": ""
5138 "notification-url": "https://packagist.org/downloads/",
5144 "name": "Nicolas Grekas",
5145 "email": "p@tchwork.com"
5148 "name": "Symfony Community",
5149 "homepage": "https://symfony.com/contributors"
5152 "description": "Generic abstractions related to writing services",
5153 "homepage": "https://symfony.com",
5163 "source": "https://github.com/symfony/service-contracts/tree/master"
5167 "url": "https://symfony.com/sponsor",
5171 "url": "https://github.com/fabpot",
5175 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5179 "time": "2020-09-07T11:33:47+00:00"
5182 "name": "symfony/stopwatch",
5183 "version": "v4.4.17",
5186 "url": "https://github.com/symfony/stopwatch.git",
5187 "reference": "c7a594108ed01c89555c4e1bb123b4a54aee2595"
5191 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c7a594108ed01c89555c4e1bb123b4a54aee2595",
5192 "reference": "c7a594108ed01c89555c4e1bb123b4a54aee2595",
5197 "symfony/service-contracts": "^1.0|^2"
5202 "Symfony\\Component\\Stopwatch\\": ""
5204 "exclude-from-classmap": [
5208 "notification-url": "https://packagist.org/downloads/",
5214 "name": "Fabien Potencier",
5215 "email": "fabien@symfony.com"
5218 "name": "Symfony Community",
5219 "homepage": "https://symfony.com/contributors"
5222 "description": "Symfony Stopwatch Component",
5223 "homepage": "https://symfony.com",
5225 "source": "https://github.com/symfony/stopwatch/tree/v4.4.17"
5229 "url": "https://symfony.com/sponsor",
5233 "url": "https://github.com/fabpot",
5237 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5241 "time": "2020-10-31T22:44:29+00:00"
5244 "name": "symfony/translation",
5245 "version": "v4.4.17",
5248 "url": "https://github.com/symfony/translation.git",
5249 "reference": "84821e6a14a637e817f25d11147388695b6f790a"
5253 "url": "https://api.github.com/repos/symfony/translation/zipball/84821e6a14a637e817f25d11147388695b6f790a",
5254 "reference": "84821e6a14a637e817f25d11147388695b6f790a",
5259 "symfony/polyfill-mbstring": "~1.0",
5260 "symfony/translation-contracts": "^1.1.6|^2"
5263 "symfony/config": "<3.4",
5264 "symfony/dependency-injection": "<3.4",
5265 "symfony/http-kernel": "<4.4",
5266 "symfony/yaml": "<3.4"
5269 "symfony/translation-implementation": "1.0"
5273 "symfony/config": "^3.4|^4.0|^5.0",
5274 "symfony/console": "^3.4|^4.0|^5.0",
5275 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5276 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
5277 "symfony/http-kernel": "^4.4",
5278 "symfony/intl": "^3.4|^4.0|^5.0",
5279 "symfony/service-contracts": "^1.1.2|^2",
5280 "symfony/yaml": "^3.4|^4.0|^5.0"
5283 "psr/log-implementation": "To use logging capability in translator",
5284 "symfony/config": "",
5290 "Symfony\\Component\\Translation\\": ""
5292 "exclude-from-classmap": [
5296 "notification-url": "https://packagist.org/downloads/",
5302 "name": "Fabien Potencier",
5303 "email": "fabien@symfony.com"
5306 "name": "Symfony Community",
5307 "homepage": "https://symfony.com/contributors"
5310 "description": "Symfony Translation Component",
5311 "homepage": "https://symfony.com",
5313 "source": "https://github.com/symfony/translation/tree/v4.4.17"
5317 "url": "https://symfony.com/sponsor",
5321 "url": "https://github.com/fabpot",
5325 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5329 "time": "2020-11-27T06:35:49+00:00"
5332 "name": "symfony/translation-contracts",
5333 "version": "v2.3.0",
5336 "url": "https://github.com/symfony/translation-contracts.git",
5337 "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
5341 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
5342 "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
5349 "symfony/translation-implementation": ""
5354 "dev-master": "2.3-dev"
5357 "name": "symfony/contracts",
5358 "url": "https://github.com/symfony/contracts"
5363 "Symfony\\Contracts\\Translation\\": ""
5366 "notification-url": "https://packagist.org/downloads/",
5372 "name": "Nicolas Grekas",
5373 "email": "p@tchwork.com"
5376 "name": "Symfony Community",
5377 "homepage": "https://symfony.com/contributors"
5380 "description": "Generic abstractions related to translation",
5381 "homepage": "https://symfony.com",
5391 "source": "https://github.com/symfony/translation-contracts/tree/v2.3.0"
5395 "url": "https://symfony.com/sponsor",
5399 "url": "https://github.com/fabpot",
5403 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5407 "time": "2020-09-28T13:05:58+00:00"
5410 "name": "symfony/twig-bridge",
5411 "version": "v4.4.17",
5414 "url": "https://github.com/symfony/twig-bridge.git",
5415 "reference": "7d119d2cffb4d11a42690205c2427625c80a060e"
5419 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/7d119d2cffb4d11a42690205c2427625c80a060e",
5420 "reference": "7d119d2cffb4d11a42690205c2427625c80a060e",
5425 "symfony/translation-contracts": "^1.1|^2",
5426 "twig/twig": "^1.41|^2.10|^3.0"
5429 "symfony/console": "<3.4",
5430 "symfony/form": "<4.4",
5431 "symfony/http-foundation": "<4.3",
5432 "symfony/translation": "<4.2",
5433 "symfony/workflow": "<4.3"
5436 "egulias/email-validator": "^2.1.10",
5437 "symfony/asset": "^3.4|^4.0|^5.0",
5438 "symfony/console": "^3.4|^4.0|^5.0",
5439 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5440 "symfony/error-handler": "^4.4|^5.0",
5441 "symfony/expression-language": "^3.4|^4.0|^5.0",
5442 "symfony/finder": "^3.4|^4.0|^5.0",
5443 "symfony/form": "^4.4.17",
5444 "symfony/http-foundation": "^4.3|^5.0",
5445 "symfony/http-kernel": "^4.4",
5446 "symfony/mime": "^4.3|^5.0",
5447 "symfony/polyfill-intl-icu": "~1.0",
5448 "symfony/routing": "^3.4|^4.0|^5.0",
5449 "symfony/security-acl": "^2.8|^3.0",
5450 "symfony/security-core": "^3.0|^4.0|^5.0",
5451 "symfony/security-csrf": "^3.4|^4.0|^5.0",
5452 "symfony/security-http": "^3.4|^4.0|^5.0",
5453 "symfony/stopwatch": "^3.4|^4.0|^5.0",
5454 "symfony/templating": "^3.4|^4.0|^5.0",
5455 "symfony/translation": "^4.2.1|^5.0",
5456 "symfony/web-link": "^4.4|^5.0",
5457 "symfony/workflow": "^4.3|^5.0",
5458 "symfony/yaml": "^3.4|^4.0|^5.0",
5459 "twig/cssinliner-extra": "^2.12",
5460 "twig/inky-extra": "^2.12",
5461 "twig/markdown-extra": "^2.12"
5464 "symfony/asset": "For using the AssetExtension",
5465 "symfony/expression-language": "For using the ExpressionExtension",
5466 "symfony/finder": "",
5467 "symfony/form": "For using the FormExtension",
5468 "symfony/http-kernel": "For using the HttpKernelExtension",
5469 "symfony/routing": "For using the RoutingExtension",
5470 "symfony/security-core": "For using the SecurityExtension",
5471 "symfony/security-csrf": "For using the CsrfExtension",
5472 "symfony/security-http": "For using the LogoutUrlExtension",
5473 "symfony/stopwatch": "For using the StopwatchExtension",
5474 "symfony/templating": "For using the TwigEngine",
5475 "symfony/translation": "For using the TranslationExtension",
5476 "symfony/var-dumper": "For using the DumpExtension",
5477 "symfony/web-link": "For using the WebLinkExtension",
5478 "symfony/yaml": "For using the YamlExtension"
5480 "type": "symfony-bridge",
5483 "Symfony\\Bridge\\Twig\\": ""
5485 "exclude-from-classmap": [
5489 "notification-url": "https://packagist.org/downloads/",
5495 "name": "Fabien Potencier",
5496 "email": "fabien@symfony.com"
5499 "name": "Symfony Community",
5500 "homepage": "https://symfony.com/contributors"
5503 "description": "Symfony Twig Bridge",
5504 "homepage": "https://symfony.com",
5506 "source": "https://github.com/symfony/twig-bridge/tree/v4.4.17"
5510 "url": "https://symfony.com/sponsor",
5514 "url": "https://github.com/fabpot",
5518 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5522 "time": "2020-11-17T16:25:11+00:00"
5525 "name": "symfony/twig-bundle",
5526 "version": "v4.4.17",
5529 "url": "https://github.com/symfony/twig-bundle.git",
5530 "reference": "9acacb72d30ee1ea0331762906a129a66a9d9883"
5534 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/9acacb72d30ee1ea0331762906a129a66a9d9883",
5535 "reference": "9acacb72d30ee1ea0331762906a129a66a9d9883",
5540 "symfony/http-foundation": "^4.3|^5.0",
5541 "symfony/http-kernel": "^4.4",
5542 "symfony/polyfill-ctype": "~1.8",
5543 "symfony/twig-bridge": "^4.4|^5.0",
5544 "twig/twig": "^1.41|^2.10|^3.0"
5547 "symfony/dependency-injection": "<4.1",
5548 "symfony/framework-bundle": "<4.4",
5549 "symfony/translation": "<4.2"
5552 "doctrine/annotations": "~1.7",
5553 "doctrine/cache": "~1.0",
5554 "symfony/asset": "^3.4|^4.0|^5.0",
5555 "symfony/dependency-injection": "^4.2.5|^5.0",
5556 "symfony/expression-language": "^3.4|^4.0|^5.0",
5557 "symfony/finder": "^3.4|^4.0|^5.0",
5558 "symfony/form": "^3.4|^4.0|^5.0",
5559 "symfony/framework-bundle": "^4.4|^5.0",
5560 "symfony/routing": "^3.4|^4.0|^5.0",
5561 "symfony/stopwatch": "^3.4|^4.0|^5.0",
5562 "symfony/templating": "^3.4|^4.0|^5.0",
5563 "symfony/translation": "^4.2|^5.0",
5564 "symfony/web-link": "^3.4|^4.0|^5.0",
5565 "symfony/yaml": "^3.4|^4.0|^5.0"
5567 "type": "symfony-bundle",
5570 "Symfony\\Bundle\\TwigBundle\\": ""
5572 "exclude-from-classmap": [
5576 "notification-url": "https://packagist.org/downloads/",
5582 "name": "Fabien Potencier",
5583 "email": "fabien@symfony.com"
5586 "name": "Symfony Community",
5587 "homepage": "https://symfony.com/contributors"
5590 "description": "Symfony TwigBundle",
5591 "homepage": "https://symfony.com",
5593 "source": "https://github.com/symfony/twig-bundle/tree/v4.4.17"
5597 "url": "https://symfony.com/sponsor",
5601 "url": "https://github.com/fabpot",
5605 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5609 "time": "2020-10-24T11:50:19+00:00"
5612 "name": "symfony/validator",
5613 "version": "v4.4.17",
5616 "url": "https://github.com/symfony/validator.git",
5617 "reference": "aa3519160f5b09043888f92aae4fd78cc41a85bf"
5621 "url": "https://api.github.com/repos/symfony/validator/zipball/aa3519160f5b09043888f92aae4fd78cc41a85bf",
5622 "reference": "aa3519160f5b09043888f92aae4fd78cc41a85bf",
5627 "symfony/polyfill-ctype": "~1.8",
5628 "symfony/polyfill-mbstring": "~1.0",
5629 "symfony/translation-contracts": "^1.1|^2"
5632 "doctrine/lexer": "<1.0.2",
5633 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
5634 "symfony/dependency-injection": "<3.4",
5635 "symfony/http-kernel": "<4.4",
5636 "symfony/intl": "<4.3",
5637 "symfony/translation": ">=5.0",
5638 "symfony/yaml": "<3.4"
5641 "doctrine/annotations": "~1.7",
5642 "doctrine/cache": "~1.0",
5643 "egulias/email-validator": "^2.1.10",
5644 "symfony/cache": "^3.4|^4.0|^5.0",
5645 "symfony/config": "^3.4|^4.0|^5.0",
5646 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5647 "symfony/expression-language": "^3.4|^4.0|^5.0",
5648 "symfony/http-client": "^4.3|^5.0",
5649 "symfony/http-foundation": "^4.1|^5.0",
5650 "symfony/http-kernel": "^4.4",
5651 "symfony/intl": "^4.3|^5.0",
5652 "symfony/mime": "^4.4|^5.0",
5653 "symfony/property-access": "^3.4|^4.0|^5.0",
5654 "symfony/property-info": "^3.4|^4.0|^5.0",
5655 "symfony/translation": "^4.2",
5656 "symfony/yaml": "^3.4|^4.0|^5.0"
5659 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
5660 "doctrine/cache": "For using the default cached annotation reader.",
5661 "egulias/email-validator": "Strict (RFC compliant) email validation",
5662 "psr/cache-implementation": "For using the mapping cache.",
5663 "symfony/config": "",
5664 "symfony/expression-language": "For using the Expression validator",
5665 "symfony/http-foundation": "",
5667 "symfony/property-access": "For accessing properties within comparison constraints",
5668 "symfony/property-info": "To automatically add NotNull and Type constraints",
5669 "symfony/translation": "For translating validation errors.",
5675 "Symfony\\Component\\Validator\\": ""
5677 "exclude-from-classmap": [
5681 "notification-url": "https://packagist.org/downloads/",
5687 "name": "Fabien Potencier",
5688 "email": "fabien@symfony.com"
5691 "name": "Symfony Community",
5692 "homepage": "https://symfony.com/contributors"
5695 "description": "Symfony Validator Component",
5696 "homepage": "https://symfony.com",
5698 "source": "https://github.com/symfony/validator/tree/v4.4.17"
5702 "url": "https://symfony.com/sponsor",
5706 "url": "https://github.com/fabpot",
5710 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5714 "time": "2020-11-27T16:19:44+00:00"
5717 "name": "symfony/var-dumper",
5718 "version": "v4.4.17",
5721 "url": "https://github.com/symfony/var-dumper.git",
5722 "reference": "65c6f1e848cda840ef7278686c8e30a7cc353c93"
5726 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/65c6f1e848cda840ef7278686c8e30a7cc353c93",
5727 "reference": "65c6f1e848cda840ef7278686c8e30a7cc353c93",
5732 "symfony/polyfill-mbstring": "~1.0",
5733 "symfony/polyfill-php72": "~1.5",
5734 "symfony/polyfill-php80": "^1.15"
5737 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
5738 "symfony/console": "<3.4"
5742 "symfony/console": "^3.4|^4.0|^5.0",
5743 "symfony/process": "^4.4|^5.0",
5744 "twig/twig": "^1.34|^2.4|^3.0"
5747 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
5748 "ext-intl": "To show region name in time zone dump",
5749 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
5752 "Resources/bin/var-dump-server"
5757 "Resources/functions/dump.php"
5760 "Symfony\\Component\\VarDumper\\": ""
5762 "exclude-from-classmap": [
5766 "notification-url": "https://packagist.org/downloads/",
5772 "name": "Nicolas Grekas",
5773 "email": "p@tchwork.com"
5776 "name": "Symfony Community",
5777 "homepage": "https://symfony.com/contributors"
5780 "description": "Symfony mechanism for exploring and dumping PHP variables",
5781 "homepage": "https://symfony.com",
5787 "source": "https://github.com/symfony/var-dumper/tree/v4.4.17"
5791 "url": "https://symfony.com/sponsor",
5795 "url": "https://github.com/fabpot",
5799 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5803 "time": "2020-11-24T09:55:37+00:00"
5806 "name": "symfony/var-exporter",
5807 "version": "v4.4.17",
5810 "url": "https://github.com/symfony/var-exporter.git",
5811 "reference": "f04b7d187b120e0a44c18a2d479c2dd0abe99d9c"
5815 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f04b7d187b120e0a44c18a2d479c2dd0abe99d9c",
5816 "reference": "f04b7d187b120e0a44c18a2d479c2dd0abe99d9c",
5823 "symfony/var-dumper": "^4.4.9|^5.0.9"
5828 "Symfony\\Component\\VarExporter\\": ""
5830 "exclude-from-classmap": [
5834 "notification-url": "https://packagist.org/downloads/",
5840 "name": "Nicolas Grekas",
5841 "email": "p@tchwork.com"
5844 "name": "Symfony Community",
5845 "homepage": "https://symfony.com/contributors"
5848 "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
5849 "homepage": "https://symfony.com",
5859 "source": "https://github.com/symfony/var-exporter/tree/v4.4.17"
5863 "url": "https://symfony.com/sponsor",
5867 "url": "https://github.com/fabpot",
5871 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5875 "time": "2020-10-28T20:42:29+00:00"
5878 "name": "symfony/web-profiler-bundle",
5879 "version": "v4.4.17",
5882 "url": "https://github.com/symfony/web-profiler-bundle.git",
5883 "reference": "cd980f0df4ae7696d18fd908503fc61ae67ac48d"
5887 "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/cd980f0df4ae7696d18fd908503fc61ae67ac48d",
5888 "reference": "cd980f0df4ae7696d18fd908503fc61ae67ac48d",
5893 "symfony/config": "^4.2|^5.0",
5894 "symfony/framework-bundle": "^4.4|^5.0",
5895 "symfony/http-kernel": "^4.4",
5896 "symfony/routing": "^4.3|^5.0",
5897 "symfony/twig-bundle": "^4.2|^5.0",
5898 "twig/twig": "^1.41|^2.10|^3.0"
5901 "symfony/form": "<4.3",
5902 "symfony/messenger": "<4.2"
5905 "symfony/browser-kit": "^4.3|^5.0",
5906 "symfony/console": "^4.3|^5.0",
5907 "symfony/css-selector": "^3.4|^4.0|^5.0",
5908 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
5909 "symfony/stopwatch": "^3.4|^4.0|^5.0"
5911 "type": "symfony-bundle",
5914 "Symfony\\Bundle\\WebProfilerBundle\\": ""
5916 "exclude-from-classmap": [
5920 "notification-url": "https://packagist.org/downloads/",
5926 "name": "Fabien Potencier",
5927 "email": "fabien@symfony.com"
5930 "name": "Symfony Community",
5931 "homepage": "https://symfony.com/contributors"
5934 "description": "Symfony WebProfilerBundle",
5935 "homepage": "https://symfony.com",
5937 "source": "https://github.com/symfony/web-profiler-bundle/tree/v4.4.17"
5941 "url": "https://symfony.com/sponsor",
5945 "url": "https://github.com/fabpot",
5949 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5953 "time": "2020-10-28T20:42:29+00:00"
5956 "name": "symfony/yaml",
5957 "version": "v4.4.17",
5960 "url": "https://github.com/symfony/yaml.git",
5961 "reference": "7531361cf38e4816821b4a12a42542b3c6143ad1"
5965 "url": "https://api.github.com/repos/symfony/yaml/zipball/7531361cf38e4816821b4a12a42542b3c6143ad1",
5966 "reference": "7531361cf38e4816821b4a12a42542b3c6143ad1",
5971 "symfony/polyfill-ctype": "~1.8"
5974 "symfony/console": "<3.4"
5977 "symfony/console": "^3.4|^4.0|^5.0"
5980 "symfony/console": "For validating YAML files using the lint command"
5985 "Symfony\\Component\\Yaml\\": ""
5987 "exclude-from-classmap": [
5991 "notification-url": "https://packagist.org/downloads/",
5997 "name": "Fabien Potencier",
5998 "email": "fabien@symfony.com"
6001 "name": "Symfony Community",
6002 "homepage": "https://symfony.com/contributors"
6005 "description": "Symfony Yaml Component",
6006 "homepage": "https://symfony.com",
6008 "source": "https://github.com/symfony/yaml/tree/v4.4.17"
6012 "url": "https://symfony.com/sponsor",
6016 "url": "https://github.com/fabpot",
6020 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6024 "time": "2020-11-24T12:28:30+00:00"
6027 "name": "twig/extensions",
6028 "version": "v1.5.4",
6031 "url": "https://github.com/twigphp/Twig-extensions.git",
6032 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
6036 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
6037 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
6041 "twig/twig": "^1.27|^2.0"
6044 "symfony/phpunit-bridge": "^3.4",
6045 "symfony/translation": "^2.7|^3.4"
6048 "symfony/translation": "Allow the time_diff output to be translated"
6053 "dev-master": "1.5-dev"
6058 "Twig_Extensions_": "lib/"
6061 "Twig\\Extensions\\": "src/"
6064 "notification-url": "https://packagist.org/downloads/",
6070 "name": "Fabien Potencier",
6071 "email": "fabien@symfony.com"
6074 "description": "Common additional features for Twig that do not directly belong in core",
6080 "issues": "https://github.com/twigphp/Twig-extensions/issues",
6081 "source": "https://github.com/twigphp/Twig-extensions/tree/master"
6084 "time": "2018-12-05T18:34:18+00:00"
6087 "name": "twig/extra-bundle",
6088 "version": "v3.1.1",
6091 "url": "https://github.com/twigphp/twig-extra-bundle.git",
6092 "reference": "a7c5799cf742ab0827f5d32df37528ee8bf5a233"
6096 "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/a7c5799cf742ab0827f5d32df37528ee8bf5a233",
6097 "reference": "a7c5799cf742ab0827f5d32df37528ee8bf5a233",
6101 "php": "^7.1.3|^8.0",
6102 "symfony/framework-bundle": "^4.3|^5.0",
6103 "symfony/twig-bundle": "^4.3|^5.0",
6104 "twig/twig": "^2.4|^3.0"
6107 "twig/cssinliner-extra": "^2.12|^3.0",
6108 "twig/html-extra": "^2.12|^3.0",
6109 "twig/inky-extra": "^2.12|^3.0",
6110 "twig/intl-extra": "^2.12|^3.0",
6111 "twig/markdown-extra": "^2.12|^3.0"
6113 "type": "symfony-bundle",
6116 "dev-master": "3.0-dev"
6121 "Twig\\Extra\\TwigExtraBundle\\": "src/"
6124 "notification-url": "https://packagist.org/downloads/",
6130 "name": "Fabien Potencier",
6131 "email": "fabien@symfony.com",
6132 "homepage": "http://fabien.potencier.org",
6133 "role": "Lead Developer"
6136 "description": "A Symfony bundle for extra Twig extensions",
6137 "homepage": "https://twig.symfony.com",
6144 "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.1.1"
6148 "url": "https://github.com/fabpot",
6152 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
6156 "time": "2020-05-21T09:56:39+00:00"
6159 "name": "twig/html-extra",
6160 "version": "v2.14.1",
6163 "url": "https://github.com/twigphp/html-extra.git",
6164 "reference": "52eec7706aac970d93d60e1187ffa0f4ea6516c6"
6168 "url": "https://api.github.com/repos/twigphp/html-extra/zipball/52eec7706aac970d93d60e1187ffa0f4ea6516c6",
6169 "reference": "52eec7706aac970d93d60e1187ffa0f4ea6516c6",
6174 "symfony/mime": "^4.3|^5.0",
6175 "twig/twig": "^2.4|^3.0"
6178 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
6183 "dev-master": "2.12-dev"
6188 "Twig\\Extra\\Html\\": "src/"
6191 "notification-url": "https://packagist.org/downloads/",
6197 "name": "Fabien Potencier",
6198 "email": "fabien@symfony.com",
6199 "homepage": "http://fabien.potencier.org",
6200 "role": "Lead Developer"
6203 "description": "A Twig extension for HTML",
6204 "homepage": "https://twig.symfony.com",
6210 "source": "https://github.com/twigphp/html-extra/tree/v2.14.1"
6214 "url": "https://github.com/fabpot",
6218 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
6222 "time": "2020-05-21T09:54:27+00:00"
6225 "name": "twig/markdown-extra",
6226 "version": "v3.1.1",
6229 "url": "https://github.com/twigphp/markdown-extra.git",
6230 "reference": "1fe798d559665b64bda4b08eda10793427d7e3bc"
6234 "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/1fe798d559665b64bda4b08eda10793427d7e3bc",
6235 "reference": "1fe798d559665b64bda4b08eda10793427d7e3bc",
6240 "twig/twig": "^2.4|^3.0"
6243 "erusev/parsedown": "^1.7",
6244 "league/commonmark": "^1.0",
6245 "league/html-to-markdown": "^4.8",
6246 "michelf/php-markdown": "^1.8",
6247 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
6252 "dev-master": "3.0-dev"
6257 "Twig\\Extra\\Markdown\\": "src/"
6260 "notification-url": "https://packagist.org/downloads/",
6266 "name": "Fabien Potencier",
6267 "email": "fabien@symfony.com",
6268 "homepage": "http://fabien.potencier.org",
6269 "role": "Lead Developer"
6272 "description": "A Twig extension for Markdown",
6273 "homepage": "https://twig.symfony.com",
6280 "source": "https://github.com/twigphp/markdown-extra/tree/v3.1.1"
6284 "url": "https://github.com/fabpot",
6288 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
6292 "time": "2020-08-05T14:54:08+00:00"
6295 "name": "twig/twig",
6296 "version": "v2.14.1",
6299 "url": "https://github.com/twigphp/Twig.git",
6300 "reference": "5eb9ac5dfdd20c3f59495c22841adc5da980d312"
6304 "url": "https://api.github.com/repos/twigphp/Twig/zipball/5eb9ac5dfdd20c3f59495c22841adc5da980d312",
6305 "reference": "5eb9ac5dfdd20c3f59495c22841adc5da980d312",
6310 "symfony/polyfill-ctype": "^1.8",
6311 "symfony/polyfill-mbstring": "^1.3"
6314 "psr/container": "^1.0",
6315 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
6320 "dev-master": "2.14-dev"
6331 "notification-url": "https://packagist.org/downloads/",
6337 "name": "Fabien Potencier",
6338 "email": "fabien@symfony.com",
6339 "homepage": "http://fabien.potencier.org",
6340 "role": "Lead Developer"
6343 "name": "Twig Team",
6344 "role": "Contributors"
6347 "name": "Armin Ronacher",
6348 "email": "armin.ronacher@active-4.com",
6349 "role": "Project Founder"
6352 "description": "Twig, the flexible, fast, and secure template language for PHP",
6353 "homepage": "https://twig.symfony.com",
6358 "issues": "https://github.com/twigphp/Twig/issues",
6359 "source": "https://github.com/twigphp/Twig/tree/v2.14.1"
6363 "url": "https://github.com/fabpot",
6367 "url": "https://tidelift.com/funding/github/packagist/twig/twig",
6371 "time": "2020-10-27T19:25:29+00:00"
6376 "name": "doctrine/data-fixtures",
6380 "url": "https://github.com/doctrine/data-fixtures.git",
6381 "reference": "16a03fadb5473f49aad70384002dfd5012fe680e"
6385 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/16a03fadb5473f49aad70384002dfd5012fe680e",
6386 "reference": "16a03fadb5473f49aad70384002dfd5012fe680e",
6390 "doctrine/common": "^2.13|^3.0",
6391 "doctrine/persistence": "^1.3.3|^2.0",
6392 "php": "^7.2 || ^8.0"
6395 "doctrine/phpcr-odm": "<1.3.0"
6398 "doctrine/coding-standard": "^6.0",
6399 "doctrine/dbal": "^2.5.4",
6400 "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
6401 "doctrine/orm": "^2.7.0",
6402 "phpunit/phpunit": "^7.0"
6405 "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
6406 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
6407 "doctrine/orm": "For loading ORM fixtures",
6408 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
6413 "dev-master": "1.4.x-dev"
6418 "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
6421 "notification-url": "https://packagist.org/downloads/",
6427 "name": "Jonathan Wage",
6428 "email": "jonwage@gmail.com"
6431 "description": "Data Fixtures for all Doctrine Object Managers",
6432 "homepage": "http://www.doctrine-project.org",
6437 "issues": "https://github.com/doctrine/data-fixtures/issues",
6438 "source": "https://github.com/doctrine/data-fixtures/tree/1.4.x"
6442 "url": "https://www.doctrine-project.org/sponsorship.html",
6446 "url": "https://www.patreon.com/phpdoctrine",
6450 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
6454 "time": "2020-09-01T07:13:28+00:00"
6457 "name": "doctrine/doctrine-fixtures-bundle",
6461 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
6462 "reference": "870189619a7770f468ffb0b80925302e065a3b34"
6466 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/870189619a7770f468ffb0b80925302e065a3b34",
6467 "reference": "870189619a7770f468ffb0b80925302e065a3b34",
6471 "doctrine/data-fixtures": "^1.3",
6472 "doctrine/doctrine-bundle": "^1.11|^2.0",
6473 "doctrine/orm": "^2.6.0",
6474 "doctrine/persistence": "^1.3.7|^2.0",
6475 "php": "^7.1 || ^8.0",
6476 "symfony/config": "^3.4|^4.3|^5.0",
6477 "symfony/console": "^3.4|^4.3|^5.0",
6478 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
6479 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
6480 "symfony/http-kernel": "^3.4|^4.3|^5.0"
6483 "doctrine/coding-standard": "^6.0",
6484 "phpunit/phpunit": "^7.4 || ^8.0 || ^9.2",
6485 "symfony/phpunit-bridge": "^4.1|^5.0"
6487 "type": "symfony-bundle",
6490 "Doctrine\\Bundle\\FixturesBundle\\": ""
6493 "notification-url": "https://packagist.org/downloads/",
6499 "name": "Fabien Potencier",
6500 "email": "fabien@symfony.com"
6503 "name": "Doctrine Project",
6504 "homepage": "http://www.doctrine-project.org"
6507 "name": "Symfony Community",
6508 "homepage": "http://symfony.com/contributors"
6511 "description": "Symfony DoctrineFixturesBundle",
6512 "homepage": "http://www.doctrine-project.org",
6518 "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
6519 "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.0"
6523 "url": "https://www.doctrine-project.org/sponsorship.html",
6527 "url": "https://www.patreon.com/phpdoctrine",
6531 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
6535 "time": "2020-11-14T09:36:49+00:00"
6538 "name": "nikic/php-parser",
6539 "version": "v4.10.3",
6542 "url": "https://github.com/nikic/PHP-Parser.git",
6543 "reference": "dbe56d23de8fcb157bbc0cfb3ad7c7de0cfb0984"
6547 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dbe56d23de8fcb157bbc0cfb3ad7c7de0cfb0984",
6548 "reference": "dbe56d23de8fcb157bbc0cfb3ad7c7de0cfb0984",
6552 "ext-tokenizer": "*",
6556 "ircmaxell/php-yacc": "^0.0.7",
6557 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
6565 "dev-master": "4.9-dev"
6570 "PhpParser\\": "lib/PhpParser"
6573 "notification-url": "https://packagist.org/downloads/",
6579 "name": "Nikita Popov"
6582 "description": "A PHP parser written in PHP",
6588 "issues": "https://github.com/nikic/PHP-Parser/issues",
6589 "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.3"
6591 "time": "2020-12-03T17:45:45+00:00"
6594 "name": "symfony/browser-kit",
6595 "version": "v4.4.17",
6598 "url": "https://github.com/symfony/browser-kit.git",
6599 "reference": "5f11947e9ec072ac32c605c07cb22522c30f4b28"
6603 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/5f11947e9ec072ac32c605c07cb22522c30f4b28",
6604 "reference": "5f11947e9ec072ac32c605c07cb22522c30f4b28",
6609 "symfony/dom-crawler": "^3.4|^4.0|^5.0"
6612 "symfony/css-selector": "^3.4|^4.0|^5.0",
6613 "symfony/http-client": "^4.3|^5.0",
6614 "symfony/mime": "^4.3|^5.0",
6615 "symfony/process": "^3.4|^4.0|^5.0"
6618 "symfony/process": ""
6623 "Symfony\\Component\\BrowserKit\\": ""
6625 "exclude-from-classmap": [
6629 "notification-url": "https://packagist.org/downloads/",
6635 "name": "Fabien Potencier",
6636 "email": "fabien@symfony.com"
6639 "name": "Symfony Community",
6640 "homepage": "https://symfony.com/contributors"
6643 "description": "Symfony BrowserKit Component",
6644 "homepage": "https://symfony.com",
6646 "source": "https://github.com/symfony/browser-kit/tree/v4.4.17"
6650 "url": "https://symfony.com/sponsor",
6654 "url": "https://github.com/fabpot",
6658 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6662 "time": "2020-10-28T20:42:29+00:00"
6665 "name": "symfony/deprecation-contracts",
6666 "version": "v2.2.0",
6669 "url": "https://github.com/symfony/deprecation-contracts.git",
6670 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
6674 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
6675 "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
6684 "dev-master": "2.2-dev"
6687 "name": "symfony/contracts",
6688 "url": "https://github.com/symfony/contracts"
6696 "notification-url": "https://packagist.org/downloads/",
6702 "name": "Nicolas Grekas",
6703 "email": "p@tchwork.com"
6706 "name": "Symfony Community",
6707 "homepage": "https://symfony.com/contributors"
6710 "description": "A generic function and convention to trigger deprecation notices",
6711 "homepage": "https://symfony.com",
6713 "source": "https://github.com/symfony/deprecation-contracts/tree/master"
6717 "url": "https://symfony.com/sponsor",
6721 "url": "https://github.com/fabpot",
6725 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6729 "time": "2020-09-07T11:33:47+00:00"
6732 "name": "symfony/maker-bundle",
6733 "version": "v1.25.0",
6736 "url": "https://github.com/symfony/maker-bundle.git",
6737 "reference": "6d2da12632f5c8b9aa7b159f0bb46f245289434a"
6741 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/6d2da12632f5c8b9aa7b159f0bb46f245289434a",
6742 "reference": "6d2da12632f5c8b9aa7b159f0bb46f245289434a",
6746 "doctrine/inflector": "^1.2|^2.0",
6747 "nikic/php-parser": "^4.0",
6749 "symfony/config": "^3.4|^4.0|^5.0",
6750 "symfony/console": "^3.4|^4.0|^5.0",
6751 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
6752 "symfony/deprecation-contracts": "^2.2",
6753 "symfony/filesystem": "^3.4|^4.0|^5.0",
6754 "symfony/finder": "^3.4|^4.0|^5.0",
6755 "symfony/framework-bundle": "^3.4|^4.0|^5.0",
6756 "symfony/http-kernel": "^3.4|^4.0|^5.0"
6759 "composer/semver": "^3.0@dev",
6760 "doctrine/doctrine-bundle": "^1.8|^2.0",
6761 "doctrine/orm": "^2.3",
6762 "friendsofphp/php-cs-fixer": "^2.8",
6763 "friendsoftwig/twigcs": "^3.1.2",
6764 "symfony/http-client": "^4.3|^5.0",
6765 "symfony/phpunit-bridge": "^4.3|^5.0",
6766 "symfony/process": "^3.4|^4.0|^5.0",
6767 "symfony/security-core": "^3.4|^4.0|^5.0",
6768 "symfony/yaml": "^3.4|^4.0|^5.0"
6770 "type": "symfony-bundle",
6773 "dev-main": "1.0-dev"
6778 "Symfony\\Bundle\\MakerBundle\\": "src/"
6781 "notification-url": "https://packagist.org/downloads/",
6787 "name": "Symfony Community",
6788 "homepage": "https://symfony.com/contributors"
6791 "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
6792 "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
6800 "issues": "https://github.com/symfony/maker-bundle/issues",
6801 "source": "https://github.com/symfony/maker-bundle/tree/v1.25.0"
6805 "url": "https://symfony.com/sponsor",
6809 "url": "https://github.com/fabpot",
6813 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6817 "time": "2020-12-07T14:47:57+00:00"
6820 "name": "symfony/phpunit-bridge",
6821 "version": "v4.4.17",
6824 "url": "https://github.com/symfony/phpunit-bridge.git",
6825 "reference": "cf620b6eb347c5bd98fe593adb633995826c4240"
6829 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/cf620b6eb347c5bd98fe593adb633995826c4240",
6830 "reference": "cf620b6eb347c5bd98fe593adb633995826c4240",
6837 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
6840 "symfony/error-handler": "^4.4|^5.0"
6843 "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
6846 "bin/simple-phpunit"
6848 "type": "symfony-bridge",
6851 "name": "phpunit/phpunit",
6852 "url": "https://github.com/sebastianbergmann/phpunit"
6860 "Symfony\\Bridge\\PhpUnit\\": ""
6862 "exclude-from-classmap": [
6866 "notification-url": "https://packagist.org/downloads/",
6872 "name": "Nicolas Grekas",
6873 "email": "p@tchwork.com"
6876 "name": "Symfony Community",
6877 "homepage": "https://symfony.com/contributors"
6880 "description": "Symfony PHPUnit Bridge",
6881 "homepage": "https://symfony.com",
6883 "source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.17"
6887 "url": "https://symfony.com/sponsor",
6891 "url": "https://github.com/fabpot",
6895 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6899 "time": "2020-11-26T17:48:00+00:00"
6903 "minimum-stability": "stable",
6904 "stability-flags": {
6905 "rapsys/airbundle": 20,
6906 "rapsys/packbundle": 20,
6907 "rapsys/userbundle": 20
6909 "prefer-stable": false,
6910 "prefer-lowest": false,
6917 "plugin-api-version": "2.0.0"