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": "0573577e039402dccd4abeafd3138067",
 
  10             "name": "composer/package-versions-deprecated",
 
  11             "version": "1.11.99.2",
 
  14                 "url": "https://github.com/composer/package-versions-deprecated.git",
 
  15                 "reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c"
 
  19                 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c6522afe5540d5fc46675043d3ed5a45a740b27c",
 
  20                 "reference": "c6522afe5540d5fc46675043d3ed5a45a740b27c",
 
  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.2"
 
  68                     "url": "https://packagist.com",
 
  72                     "url": "https://github.com/composer",
 
  76                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
 
  80             "time": "2021-05-24T07:46:03+00:00"
 
  83             "name": "doctrine/annotations",
 
  87                 "url": "https://github.com/doctrine/annotations.git",
 
  88                 "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
 
  92                 "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
 
  93                 "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
 
  97                 "doctrine/lexer": "1.*",
 
  99                 "php": "^7.1 || ^8.0",
 
 100                 "psr/cache": "^1 || ^2 || ^3"
 
 103                 "doctrine/cache": "^1.11 || ^2.0",
 
 104                 "doctrine/coding-standard": "^6.0 || ^8.1",
 
 105                 "phpstan/phpstan": "^0.12.20",
 
 106                 "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
 
 107                 "symfony/cache": "^4.4 || ^5.2"
 
 112                     "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
 
 115             "notification-url": "https://packagist.org/downloads/",
 
 121                     "name": "Guilherme Blanco",
 
 122                     "email": "guilhermeblanco@gmail.com"
 
 125                     "name": "Roman Borschel",
 
 126                     "email": "roman@code-factory.org"
 
 129                     "name": "Benjamin Eberlei",
 
 130                     "email": "kontakt@beberlei.de"
 
 133                     "name": "Jonathan Wage",
 
 134                     "email": "jonwage@gmail.com"
 
 137                     "name": "Johannes Schmitt",
 
 138                     "email": "schmittjoh@gmail.com"
 
 141             "description": "Docblock Annotations Parser",
 
 142             "homepage": "https://www.doctrine-project.org/projects/annotations.html",
 
 149                 "issues": "https://github.com/doctrine/annotations/issues",
 
 150                 "source": "https://github.com/doctrine/annotations/tree/1.13.2"
 
 152             "time": "2021-08-05T19:00:23+00:00"
 
 155             "name": "doctrine/cache",
 
 159                 "url": "https://github.com/doctrine/cache.git",
 
 160                 "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8"
 
 164                 "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8",
 
 165                 "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8",
 
 169                 "php": "~7.1 || ^8.0"
 
 172                 "doctrine/common": ">2.2,<2.4"
 
 175                 "alcaeus/mongo-php-adapter": "^1.1",
 
 176                 "cache/integration-tests": "dev-master",
 
 177                 "doctrine/coding-standard": "^8.0",
 
 178                 "mongodb/mongodb": "^1.1",
 
 179                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
 
 180                 "predis/predis": "~1.0",
 
 181                 "psr/cache": "^1.0 || ^2.0 || ^3.0",
 
 182                 "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
 
 183                 "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
 
 186                 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
 
 191                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
 
 194             "notification-url": "https://packagist.org/downloads/",
 
 200                     "name": "Guilherme Blanco",
 
 201                     "email": "guilhermeblanco@gmail.com"
 
 204                     "name": "Roman Borschel",
 
 205                     "email": "roman@code-factory.org"
 
 208                     "name": "Benjamin Eberlei",
 
 209                     "email": "kontakt@beberlei.de"
 
 212                     "name": "Jonathan Wage",
 
 213                     "email": "jonwage@gmail.com"
 
 216                     "name": "Johannes Schmitt",
 
 217                     "email": "schmittjoh@gmail.com"
 
 220             "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
 
 221             "homepage": "https://www.doctrine-project.org/projects/cache.html",
 
 234                 "issues": "https://github.com/doctrine/cache/issues",
 
 235                 "source": "https://github.com/doctrine/cache/tree/1.12.1"
 
 239                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 243                     "url": "https://www.patreon.com/phpdoctrine",
 
 247                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
 
 251             "time": "2021-07-17T14:39:21+00:00"
 
 254             "name": "doctrine/collections",
 
 258                 "url": "https://github.com/doctrine/collections.git",
 
 259                 "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
 
 263                 "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
 
 264                 "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
 
 268                 "php": "^7.1.3 || ^8.0"
 
 271                 "doctrine/coding-standard": "^9.0",
 
 272                 "phpstan/phpstan": "^0.12",
 
 273                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
 
 274                 "vimeo/psalm": "^4.2.1"
 
 279                     "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
 
 282             "notification-url": "https://packagist.org/downloads/",
 
 288                     "name": "Guilherme Blanco",
 
 289                     "email": "guilhermeblanco@gmail.com"
 
 292                     "name": "Roman Borschel",
 
 293                     "email": "roman@code-factory.org"
 
 296                     "name": "Benjamin Eberlei",
 
 297                     "email": "kontakt@beberlei.de"
 
 300                     "name": "Jonathan Wage",
 
 301                     "email": "jonwage@gmail.com"
 
 304                     "name": "Johannes Schmitt",
 
 305                     "email": "schmittjoh@gmail.com"
 
 308             "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
 
 309             "homepage": "https://www.doctrine-project.org/projects/collections.html",
 
 317                 "issues": "https://github.com/doctrine/collections/issues",
 
 318                 "source": "https://github.com/doctrine/collections/tree/1.6.8"
 
 320             "time": "2021-08-10T18:51:53+00:00"
 
 323             "name": "doctrine/common",
 
 327                 "url": "https://github.com/doctrine/common.git",
 
 328                 "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f"
 
 332                 "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f",
 
 333                 "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f",
 
 337                 "doctrine/annotations": "^1.0",
 
 338                 "doctrine/cache": "^1.0",
 
 339                 "doctrine/collections": "^1.0",
 
 340                 "doctrine/event-manager": "^1.0",
 
 341                 "doctrine/inflector": "^1.0",
 
 342                 "doctrine/lexer": "^1.0",
 
 343                 "doctrine/persistence": "^1.3.3",
 
 344                 "doctrine/reflection": "^1.0",
 
 345                 "php": "^7.1 || ^8.0"
 
 348                 "doctrine/coding-standard": "^1.0",
 
 349                 "phpstan/phpstan": "^0.11",
 
 350                 "phpstan/phpstan-phpunit": "^0.11",
 
 351                 "phpunit/phpunit": "^7.0",
 
 352                 "squizlabs/php_codesniffer": "^3.0",
 
 353                 "symfony/phpunit-bridge": "^4.0.5"
 
 358                     "dev-master": "2.11.x-dev"
 
 363                     "Doctrine\\Common\\": "lib/Doctrine/Common"
 
 366             "notification-url": "https://packagist.org/downloads/",
 
 372                     "name": "Guilherme Blanco",
 
 373                     "email": "guilhermeblanco@gmail.com"
 
 376                     "name": "Roman Borschel",
 
 377                     "email": "roman@code-factory.org"
 
 380                     "name": "Benjamin Eberlei",
 
 381                     "email": "kontakt@beberlei.de"
 
 384                     "name": "Jonathan Wage",
 
 385                     "email": "jonwage@gmail.com"
 
 388                     "name": "Johannes Schmitt",
 
 389                     "email": "schmittjoh@gmail.com"
 
 392                     "name": "Marco Pivetta",
 
 393                     "email": "ocramius@gmail.com"
 
 396             "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.",
 
 397             "homepage": "https://www.doctrine-project.org/projects/common.html",
 
 404                 "issues": "https://github.com/doctrine/common/issues",
 
 405                 "source": "https://github.com/doctrine/common/tree/2.13.x"
 
 409                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 413                     "url": "https://www.patreon.com/phpdoctrine",
 
 417                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
 
 421             "time": "2020-06-05T16:46:05+00:00"
 
 424             "name": "doctrine/dbal",
 
 428                 "url": "https://github.com/doctrine/dbal.git",
 
 429                 "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4"
 
 433                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/8dd39d2ead4409ce652fd4f02621060f009ea5e4",
 
 434                 "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4",
 
 438                 "doctrine/cache": "^1.0|^2.0",
 
 439                 "doctrine/deprecations": "^0.5.3",
 
 440                 "doctrine/event-manager": "^1.0",
 
 445                 "doctrine/coding-standard": "9.0.0",
 
 446                 "jetbrains/phpstorm-stubs": "2020.2",
 
 447                 "phpstan/phpstan": "0.12.81",
 
 448                 "phpunit/phpunit": "^7.5.20|^8.5|9.5.5",
 
 449                 "squizlabs/php_codesniffer": "3.6.0",
 
 450                 "symfony/cache": "^4.4",
 
 451                 "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
 
 452                 "vimeo/psalm": "4.6.4"
 
 455                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
 
 463                     "Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
 
 466             "notification-url": "https://packagist.org/downloads/",
 
 472                     "name": "Guilherme Blanco",
 
 473                     "email": "guilhermeblanco@gmail.com"
 
 476                     "name": "Roman Borschel",
 
 477                     "email": "roman@code-factory.org"
 
 480                     "name": "Benjamin Eberlei",
 
 481                     "email": "kontakt@beberlei.de"
 
 484                     "name": "Jonathan Wage",
 
 485                     "email": "jonwage@gmail.com"
 
 488             "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
 
 489             "homepage": "https://www.doctrine-project.org/projects/dbal.html",
 
 512                 "issues": "https://github.com/doctrine/dbal/issues",
 
 513                 "source": "https://github.com/doctrine/dbal/tree/2.13.2"
 
 517                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 521                     "url": "https://www.patreon.com/phpdoctrine",
 
 525                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
 
 529             "time": "2021-06-18T21:48:39+00:00"
 
 532             "name": "doctrine/deprecations",
 
 536                 "url": "https://github.com/doctrine/deprecations.git",
 
 537                 "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
 
 541                 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
 
 542                 "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
 
 549                 "doctrine/coding-standard": "^6.0|^7.0|^8.0",
 
 550                 "phpunit/phpunit": "^7.0|^8.0|^9.0",
 
 554                 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
 
 559                     "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
 
 562             "notification-url": "https://packagist.org/downloads/",
 
 566             "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
 
 567             "homepage": "https://www.doctrine-project.org/",
 
 569                 "issues": "https://github.com/doctrine/deprecations/issues",
 
 570                 "source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
 
 572             "time": "2021-03-21T12:59:47+00:00"
 
 575             "name": "doctrine/doctrine-bundle",
 
 576             "version": "1.12.13",
 
 579                 "url": "https://github.com/doctrine/DoctrineBundle.git",
 
 580                 "reference": "85460b85edd8f61a16ad311e7ffc5d255d3c937c"
 
 584                 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/85460b85edd8f61a16ad311e7ffc5d255d3c937c",
 
 585                 "reference": "85460b85edd8f61a16ad311e7ffc5d255d3c937c",
 
 589                 "doctrine/dbal": "^2.5.12|^3.0",
 
 590                 "doctrine/doctrine-cache-bundle": "~1.2",
 
 591                 "doctrine/persistence": "^1.3.3",
 
 592                 "jdorn/sql-formatter": "^1.2.16",
 
 593                 "php": "^7.1 || ^8.0",
 
 594                 "symfony/cache": "^3.4.30|^4.3.3",
 
 595                 "symfony/config": "^3.4.30|^4.3.3",
 
 596                 "symfony/console": "^3.4.30|^4.3.3",
 
 597                 "symfony/dependency-injection": "^3.4.30|^4.3.3",
 
 598                 "symfony/doctrine-bridge": "^3.4.30|^4.3.3",
 
 599                 "symfony/framework-bundle": "^3.4.30|^4.3.3",
 
 600                 "symfony/service-contracts": "^1.1.1|^2.0"
 
 603                 "doctrine/orm": "<2.6",
 
 604                 "twig/twig": "<1.34|>=2.0,<2.4"
 
 607                 "doctrine/coding-standard": "^6.0",
 
 608                 "doctrine/orm": "^2.6",
 
 609                 "ocramius/proxy-manager": "^2.1",
 
 610                 "php-coveralls/php-coveralls": "^2.1",
 
 611                 "phpunit/phpunit": "^7.5",
 
 612                 "symfony/phpunit-bridge": "^4.2",
 
 613                 "symfony/property-info": "^3.4.30|^4.3.3",
 
 614                 "symfony/proxy-manager-bridge": "^3.4|^4|^5",
 
 615                 "symfony/twig-bridge": "^3.4|^4.1",
 
 616                 "symfony/validator": "^3.4.30|^4.3.3",
 
 617                 "symfony/web-profiler-bundle": "^3.4.30|^4.3.3",
 
 618                 "symfony/yaml": "^3.4.30|^4.3.3",
 
 619                 "twig/twig": "^1.34|^2.12"
 
 622                 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
 
 623                 "symfony/web-profiler-bundle": "To use the data collector."
 
 625             "type": "symfony-bundle",
 
 628                     "dev-master": "2.3.x-dev"
 
 633                     "Doctrine\\Bundle\\DoctrineBundle\\": ""
 
 636             "notification-url": "https://packagist.org/downloads/",
 
 642                     "name": "Fabien Potencier",
 
 643                     "email": "fabien@symfony.com"
 
 646                     "name": "Benjamin Eberlei",
 
 647                     "email": "kontakt@beberlei.de"
 
 650                     "name": "Symfony Community",
 
 651                     "homepage": "http://symfony.com/contributors"
 
 654                     "name": "Doctrine Project",
 
 655                     "homepage": "http://www.doctrine-project.org/"
 
 658             "description": "Symfony DoctrineBundle",
 
 659             "homepage": "http://www.doctrine-project.org",
 
 667                 "issues": "https://github.com/doctrine/DoctrineBundle/issues",
 
 668                 "source": "https://github.com/doctrine/DoctrineBundle/tree/1.12.13"
 
 672                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 676                     "url": "https://www.patreon.com/phpdoctrine",
 
 680                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
 
 684             "time": "2020-11-14T13:38:44+00:00"
 
 687             "name": "doctrine/doctrine-cache-bundle",
 
 691                 "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
 
 692                 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb"
 
 696                 "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/6bee2f9b339847e8a984427353670bad4e7bdccb",
 
 697                 "reference": "6bee2f9b339847e8a984427353670bad4e7bdccb",
 
 701                 "doctrine/cache": "^1.4.2",
 
 702                 "doctrine/inflector": "^1.0",
 
 704                 "symfony/doctrine-bridge": "^3.4|^4.0"
 
 707                 "instaclick/coding-standard": "~1.1",
 
 708                 "instaclick/object-calisthenics-sniffs": "dev-master",
 
 709                 "instaclick/symfony2-coding-standard": "dev-remaster",
 
 710                 "phpunit/phpunit": "^7.0",
 
 711                 "predis/predis": "~0.8",
 
 712                 "satooshi/php-coveralls": "^1.0",
 
 713                 "squizlabs/php_codesniffer": "~1.5",
 
 714                 "symfony/console": "^3.4|^4.0",
 
 715                 "symfony/finder": "^3.4|^4.0",
 
 716                 "symfony/framework-bundle": "^3.4|^4.0",
 
 717                 "symfony/phpunit-bridge": "^3.4|^4.0",
 
 718                 "symfony/security-acl": "^2.8",
 
 719                 "symfony/validator": "^3.4|^4.0",
 
 720                 "symfony/yaml": "^3.4|^4.0"
 
 723                 "symfony/security-acl": "For using this bundle to cache ACLs"
 
 725             "type": "symfony-bundle",
 
 728                     "dev-master": "1.4.x-dev"
 
 733                     "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
 
 735                 "exclude-from-classmap": [
 
 739             "notification-url": "https://packagist.org/downloads/",
 
 745                     "name": "Fabien Potencier",
 
 746                     "email": "fabien@symfony.com"
 
 749                     "name": "Benjamin Eberlei",
 
 750                     "email": "kontakt@beberlei.de"
 
 753                     "name": "Fabio B. Silva",
 
 754                     "email": "fabio.bat.silva@gmail.com"
 
 757                     "name": "Guilherme Blanco",
 
 758                     "email": "guilhermeblanco@hotmail.com"
 
 761                     "name": "Symfony Community",
 
 762                     "homepage": "http://symfony.com/contributors"
 
 765                     "name": "Doctrine Project",
 
 766                     "homepage": "http://www.doctrine-project.org/"
 
 769             "description": "Symfony Bundle for Doctrine Cache",
 
 770             "homepage": "https://www.doctrine-project.org",
 
 776                 "issues": "https://github.com/doctrine/DoctrineCacheBundle/issues",
 
 777                 "source": "https://github.com/doctrine/DoctrineCacheBundle/tree/1.4.0"
 
 780             "time": "2019-11-29T11:22:01+00:00"
 
 783             "name": "doctrine/event-manager",
 
 787                 "url": "https://github.com/doctrine/event-manager.git",
 
 788                 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
 
 792                 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
 
 793                 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
 
 797                 "php": "^7.1 || ^8.0"
 
 800                 "doctrine/common": "<2.9@dev"
 
 803                 "doctrine/coding-standard": "^6.0",
 
 804                 "phpunit/phpunit": "^7.0"
 
 809                     "dev-master": "1.0.x-dev"
 
 814                     "Doctrine\\Common\\": "lib/Doctrine/Common"
 
 817             "notification-url": "https://packagist.org/downloads/",
 
 823                     "name": "Guilherme Blanco",
 
 824                     "email": "guilhermeblanco@gmail.com"
 
 827                     "name": "Roman Borschel",
 
 828                     "email": "roman@code-factory.org"
 
 831                     "name": "Benjamin Eberlei",
 
 832                     "email": "kontakt@beberlei.de"
 
 835                     "name": "Jonathan Wage",
 
 836                     "email": "jonwage@gmail.com"
 
 839                     "name": "Johannes Schmitt",
 
 840                     "email": "schmittjoh@gmail.com"
 
 843                     "name": "Marco Pivetta",
 
 844                     "email": "ocramius@gmail.com"
 
 847             "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
 
 848             "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
 
 857                 "issues": "https://github.com/doctrine/event-manager/issues",
 
 858                 "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
 
 862                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 866                     "url": "https://www.patreon.com/phpdoctrine",
 
 870                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
 
 874             "time": "2020-05-29T18:28:51+00:00"
 
 877             "name": "doctrine/inflector",
 
 881                 "url": "https://github.com/doctrine/inflector.git",
 
 882                 "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
 
 886                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
 
 887                 "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
 
 891                 "php": "^7.1 || ^8.0"
 
 894                 "doctrine/coding-standard": "^8.0",
 
 895                 "phpstan/phpstan": "^0.12",
 
 896                 "phpstan/phpstan-phpunit": "^0.12",
 
 897                 "phpstan/phpstan-strict-rules": "^0.12",
 
 898                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
 
 903                     "dev-master": "2.0.x-dev"
 
 908                     "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
 
 909                     "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
 
 912             "notification-url": "https://packagist.org/downloads/",
 
 918                     "name": "Guilherme Blanco",
 
 919                     "email": "guilhermeblanco@gmail.com"
 
 922                     "name": "Roman Borschel",
 
 923                     "email": "roman@code-factory.org"
 
 926                     "name": "Benjamin Eberlei",
 
 927                     "email": "kontakt@beberlei.de"
 
 930                     "name": "Jonathan Wage",
 
 931                     "email": "jonwage@gmail.com"
 
 934                     "name": "Johannes Schmitt",
 
 935                     "email": "schmittjoh@gmail.com"
 
 938             "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
 
 939             "homepage": "https://www.doctrine-project.org/projects/inflector.html",
 
 953                 "issues": "https://github.com/doctrine/inflector/issues",
 
 954                 "source": "https://github.com/doctrine/inflector/tree/1.4.4"
 
 958                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 962                     "url": "https://www.patreon.com/phpdoctrine",
 
 966                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
 
 970             "time": "2021-04-16T17:34:40+00:00"
 
 973             "name": "doctrine/instantiator",
 
 977                 "url": "https://github.com/doctrine/instantiator.git",
 
 978                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
 
 982                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
 
 983                 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
 
 987                 "php": "^7.1 || ^8.0"
 
 990                 "doctrine/coding-standard": "^8.0",
 
 993                 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
 
 994                 "phpstan/phpstan": "^0.12",
 
 995                 "phpstan/phpstan-phpunit": "^0.12",
 
 996                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
 
1001                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
 
1004             "notification-url": "https://packagist.org/downloads/",
 
1010                     "name": "Marco Pivetta",
 
1011                     "email": "ocramius@gmail.com",
 
1012                     "homepage": "https://ocramius.github.io/"
 
1015             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
 
1016             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
 
1022                 "issues": "https://github.com/doctrine/instantiator/issues",
 
1023                 "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
 
1027                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
1031                     "url": "https://www.patreon.com/phpdoctrine",
 
1035                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
 
1039             "time": "2020-11-10T18:47:58+00:00"
 
1042             "name": "doctrine/lexer",
 
1046                 "url": "https://github.com/doctrine/lexer.git",
 
1047                 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
 
1051                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
 
1052                 "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
 
1056                 "php": "^7.2 || ^8.0"
 
1059                 "doctrine/coding-standard": "^6.0",
 
1060                 "phpstan/phpstan": "^0.11.8",
 
1061                 "phpunit/phpunit": "^8.2"
 
1066                     "dev-master": "1.2.x-dev"
 
1071                     "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
 
1074             "notification-url": "https://packagist.org/downloads/",
 
1080                     "name": "Guilherme Blanco",
 
1081                     "email": "guilhermeblanco@gmail.com"
 
1084                     "name": "Roman Borschel",
 
1085                     "email": "roman@code-factory.org"
 
1088                     "name": "Johannes Schmitt",
 
1089                     "email": "schmittjoh@gmail.com"
 
1092             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
 
1093             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
 
1102                 "issues": "https://github.com/doctrine/lexer/issues",
 
1103                 "source": "https://github.com/doctrine/lexer/tree/1.2.1"
 
1107                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
1111                     "url": "https://www.patreon.com/phpdoctrine",
 
1115                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
 
1119             "time": "2020-05-25T17:44:05+00:00"
 
1122             "name": "doctrine/orm",
 
1126                 "url": "https://github.com/doctrine/orm.git",
 
1127                 "reference": "01187c9260cd085529ddd1273665217cae659640"
 
1131                 "url": "https://api.github.com/repos/doctrine/orm/zipball/01187c9260cd085529ddd1273665217cae659640",
 
1132                 "reference": "01187c9260cd085529ddd1273665217cae659640",
 
1136                 "composer/package-versions-deprecated": "^1.8",
 
1137                 "doctrine/annotations": "^1.11.1",
 
1138                 "doctrine/cache": "^1.9.1",
 
1139                 "doctrine/collections": "^1.5",
 
1140                 "doctrine/common": "^2.11 || ^3.0",
 
1141                 "doctrine/dbal": "^2.9.3",
 
1142                 "doctrine/event-manager": "^1.1",
 
1143                 "doctrine/inflector": "^1.0",
 
1144                 "doctrine/instantiator": "^1.3",
 
1145                 "doctrine/lexer": "^1.0",
 
1146                 "doctrine/persistence": "^1.3.3 || ^2.0",
 
1149                 "symfony/console": "^3.0|^4.0|^5.0"
 
1152                 "doctrine/coding-standard": "^6.0",
 
1153                 "phpstan/phpstan": "^0.12.18",
 
1154                 "phpunit/phpunit": "^8.0",
 
1155                 "symfony/yaml": "^3.4|^4.0|^5.0",
 
1156                 "vimeo/psalm": "^3.11"
 
1159                 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
 
1167                     "dev-master": "2.7.x-dev"
 
1172                     "Doctrine\\ORM\\": "lib/Doctrine/ORM"
 
1175             "notification-url": "https://packagist.org/downloads/",
 
1181                     "name": "Guilherme Blanco",
 
1182                     "email": "guilhermeblanco@gmail.com"
 
1185                     "name": "Roman Borschel",
 
1186                     "email": "roman@code-factory.org"
 
1189                     "name": "Benjamin Eberlei",
 
1190                     "email": "kontakt@beberlei.de"
 
1193                     "name": "Jonathan Wage",
 
1194                     "email": "jonwage@gmail.com"
 
1197                     "name": "Marco Pivetta",
 
1198                     "email": "ocramius@gmail.com"
 
1201             "description": "Object-Relational-Mapper for PHP",
 
1202             "homepage": "https://www.doctrine-project.org/projects/orm.html",
 
1208                 "issues": "https://github.com/doctrine/orm/issues",
 
1209                 "source": "https://github.com/doctrine/orm/tree/2.7.5"
 
1211             "time": "2020-12-03T08:52:14+00:00"
 
1214             "name": "doctrine/persistence",
 
1218                 "url": "https://github.com/doctrine/persistence.git",
 
1219                 "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288"
 
1223                 "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288",
 
1224                 "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288",
 
1228                 "doctrine/annotations": "^1.0",
 
1229                 "doctrine/cache": "^1.0",
 
1230                 "doctrine/collections": "^1.0",
 
1231                 "doctrine/event-manager": "^1.0",
 
1232                 "doctrine/reflection": "^1.2",
 
1233                 "php": "^7.1 || ^8.0"
 
1236                 "doctrine/common": "<2.10@dev"
 
1239                 "doctrine/coding-standard": "^6.0",
 
1240                 "phpstan/phpstan": "^0.11",
 
1241                 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
 
1242                 "vimeo/psalm": "^3.11"
 
1247                     "dev-master": "1.3.x-dev"
 
1252                     "Doctrine\\Common\\": "lib/Doctrine/Common",
 
1253                     "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
 
1256             "notification-url": "https://packagist.org/downloads/",
 
1262                     "name": "Guilherme Blanco",
 
1263                     "email": "guilhermeblanco@gmail.com"
 
1266                     "name": "Roman Borschel",
 
1267                     "email": "roman@code-factory.org"
 
1270                     "name": "Benjamin Eberlei",
 
1271                     "email": "kontakt@beberlei.de"
 
1274                     "name": "Jonathan Wage",
 
1275                     "email": "jonwage@gmail.com"
 
1278                     "name": "Johannes Schmitt",
 
1279                     "email": "schmittjoh@gmail.com"
 
1282                     "name": "Marco Pivetta",
 
1283                     "email": "ocramius@gmail.com"
 
1286             "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
 
1287             "homepage": "https://doctrine-project.org/projects/persistence.html",
 
1296                 "issues": "https://github.com/doctrine/persistence/issues",
 
1297                 "source": "https://github.com/doctrine/persistence/tree/1.3.x"
 
1301                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
1305                     "url": "https://www.patreon.com/phpdoctrine",
 
1309                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
 
1313             "time": "2020-06-20T12:56:16+00:00"
 
1316             "name": "doctrine/reflection",
 
1320                 "url": "https://github.com/doctrine/reflection.git",
 
1321                 "reference": "fa587178be682efe90d005e3a322590d6ebb59a5"
 
1325                 "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5",
 
1326                 "reference": "fa587178be682efe90d005e3a322590d6ebb59a5",
 
1330                 "doctrine/annotations": "^1.0",
 
1331                 "ext-tokenizer": "*",
 
1332                 "php": "^7.1 || ^8.0"
 
1335                 "doctrine/common": "<2.9"
 
1338                 "doctrine/coding-standard": "^6.0 || ^8.2.0",
 
1339                 "doctrine/common": "^2.10",
 
1340                 "phpstan/phpstan": "^0.11.0 || ^0.12.20",
 
1341                 "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16",
 
1342                 "phpunit/phpunit": "^7.5 || ^9.1.5"
 
1347                     "dev-master": "1.2.x-dev"
 
1352                     "Doctrine\\Common\\": "lib/Doctrine/Common"
 
1355             "notification-url": "https://packagist.org/downloads/",
 
1361                     "name": "Guilherme Blanco",
 
1362                     "email": "guilhermeblanco@gmail.com"
 
1365                     "name": "Roman Borschel",
 
1366                     "email": "roman@code-factory.org"
 
1369                     "name": "Benjamin Eberlei",
 
1370                     "email": "kontakt@beberlei.de"
 
1373                     "name": "Jonathan Wage",
 
1374                     "email": "jonwage@gmail.com"
 
1377                     "name": "Johannes Schmitt",
 
1378                     "email": "schmittjoh@gmail.com"
 
1381                     "name": "Marco Pivetta",
 
1382                     "email": "ocramius@gmail.com"
 
1385             "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.",
 
1386             "homepage": "https://www.doctrine-project.org/projects/reflection.html",
 
1392                 "issues": "https://github.com/doctrine/reflection/issues",
 
1393                 "source": "https://github.com/doctrine/reflection/tree/1.2.2"
 
1395             "abandoned": "roave/better-reflection",
 
1396             "time": "2020-10-27T21:46:55+00:00"
 
1399             "name": "egulias/email-validator",
 
1403                 "url": "https://github.com/egulias/EmailValidator.git",
 
1404                 "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307"
 
1408                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c81f18a3efb941d8c4d2e025f6183b5c6d697307",
 
1409                 "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307",
 
1413                 "doctrine/lexer": "^1.2",
 
1415                 "symfony/polyfill-intl-idn": "^1.15"
 
1418                 "php-coveralls/php-coveralls": "^2.2",
 
1419                 "phpunit/phpunit": "^8.5.8|^9.3.3",
 
1423                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
 
1428                     "dev-master": "3.0.x-dev"
 
1433                     "Egulias\\EmailValidator\\": "src"
 
1436             "notification-url": "https://packagist.org/downloads/",
 
1442                     "name": "Eduardo Gulias Davis"
 
1445             "description": "A library for validating emails against several RFCs",
 
1446             "homepage": "https://github.com/egulias/EmailValidator",
 
1455                 "issues": "https://github.com/egulias/EmailValidator/issues",
 
1456                 "source": "https://github.com/egulias/EmailValidator/tree/3.1.1"
 
1460                     "url": "https://github.com/egulias",
 
1464             "time": "2021-04-01T18:37:14+00:00"
 
1467             "name": "erusev/parsedown",
 
1471                 "url": "https://github.com/erusev/parsedown.git",
 
1472                 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
 
1476                 "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
 
1477                 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
 
1481                 "ext-mbstring": "*",
 
1485                 "phpunit/phpunit": "^4.8.35"
 
1493             "notification-url": "https://packagist.org/downloads/",
 
1499                     "name": "Emanuil Rusev",
 
1500                     "email": "hello@erusev.com",
 
1501                     "homepage": "http://erusev.com"
 
1504             "description": "Parser for Markdown.",
 
1505             "homepage": "http://parsedown.org",
 
1511                 "issues": "https://github.com/erusev/parsedown/issues",
 
1512                 "source": "https://github.com/erusev/parsedown/tree/1.7.x"
 
1514             "time": "2019-12-30T22:54:17+00:00"
 
1517             "name": "firebase/php-jwt",
 
1518             "version": "v5.4.0",
 
1521                 "url": "https://github.com/firebase/php-jwt.git",
 
1522                 "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2"
 
1526                 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2",
 
1527                 "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2",
 
1534                 "phpunit/phpunit": ">=4.8 <=9"
 
1537                 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
 
1542                     "Firebase\\JWT\\": "src"
 
1545             "notification-url": "https://packagist.org/downloads/",
 
1551                     "name": "Neuman Vong",
 
1552                     "email": "neuman+pear@twilio.com",
 
1556                     "name": "Anant Narayanan",
 
1557                     "email": "anant@php.net",
 
1561             "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
 
1562             "homepage": "https://github.com/firebase/php-jwt",
 
1568                 "issues": "https://github.com/firebase/php-jwt/issues",
 
1569                 "source": "https://github.com/firebase/php-jwt/tree/v5.4.0"
 
1571             "time": "2021-06-23T19:00:23+00:00"
 
1574             "name": "fpdf/fpdf",
 
1575             "version": "1.83.2",
 
1578                 "url": "https://github.com/coreydoughty/Fpdf.git",
 
1579                 "reference": "6aa31c9b70a3aef2a63f79144fec79b62bad4bb0"
 
1583                 "url": "https://api.github.com/repos/coreydoughty/Fpdf/zipball/6aa31c9b70a3aef2a63f79144fec79b62bad4bb0",
 
1584                 "reference": "6aa31c9b70a3aef2a63f79144fec79b62bad4bb0",
 
1593                     "Fpdf\\": "src/Fpdf"
 
1596             "notification-url": "https://packagist.org/downloads/",
 
1602                     "name": "Corey Doughty",
 
1603                     "email": "corey@doughty.ca"
 
1606             "description": "FPDF Composer Wrapper",
 
1607             "homepage": "https://github.com/coreydoughty/Fpdf",
 
1614                 "issues": "https://github.com/coreydoughty/Fpdf/issues",
 
1615                 "source": "https://github.com/coreydoughty/Fpdf/tree/1.83.2"
 
1617             "time": "2021-07-07T10:26:51+00:00"
 
1620             "name": "google/apiclient",
 
1621             "version": "v2.10.1",
 
1624                 "url": "https://github.com/googleapis/google-api-php-client.git",
 
1625                 "reference": "11871e94006ce7a419bb6124d51b6f9ace3f679b"
 
1629                 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/11871e94006ce7a419bb6124d51b6f9ace3f679b",
 
1630                 "reference": "11871e94006ce7a419bb6124d51b6f9ace3f679b",
 
1634                 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0",
 
1635                 "google/apiclient-services": "~0.200",
 
1636                 "google/auth": "^1.10",
 
1637                 "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
 
1638                 "guzzlehttp/psr7": "^1.2",
 
1639                 "monolog/monolog": "^1.17|^2.0",
 
1640                 "php": "^5.6|^7.0|^8.0",
 
1641                 "phpseclib/phpseclib": "~2.0||^3.0.2"
 
1644                 "cache/filesystem-adapter": "^0.3.2|^1.1",
 
1645                 "composer/composer": "^1.10.22",
 
1646                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
 
1647                 "phpcompatibility/php-compatibility": "^9.2",
 
1648                 "phpunit/phpunit": "^5.7||^8.5.13",
 
1649                 "squizlabs/php_codesniffer": "~2.3",
 
1650                 "symfony/css-selector": "~2.1",
 
1651                 "symfony/dom-crawler": "~2.1"
 
1654                 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
 
1659                     "dev-master": "2.x-dev"
 
1673             "notification-url": "https://packagist.org/downloads/",
 
1677             "description": "Client library for Google APIs",
 
1678             "homepage": "http://developers.google.com/api-client-library/php",
 
1683                 "issues": "https://github.com/googleapis/google-api-php-client/issues",
 
1684                 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.10.1"
 
1686             "time": "2021-06-25T14:25:44+00:00"
 
1689             "name": "google/apiclient-services",
 
1690             "version": "v0.207.0",
 
1693                 "url": "https://github.com/googleapis/google-api-php-client-services.git",
 
1694                 "reference": "bd88717a5526f0db721e8f4309ef06d142894844"
 
1698                 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/bd88717a5526f0db721e8f4309ef06d142894844",
 
1699                 "reference": "bd88717a5526f0db721e8f4309ef06d142894844",
 
1706                 "phpunit/phpunit": "^5.7||^8.5.13"
 
1711                     "Google\\Service\\": "src"
 
1717             "notification-url": "https://packagist.org/downloads/",
 
1721             "description": "Client library for Google APIs",
 
1722             "homepage": "http://developers.google.com/api-client-library/php",
 
1727                 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
 
1728                 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.207.0"
 
1730             "time": "2021-08-08T11:20:24+00:00"
 
1733             "name": "google/auth",
 
1734             "version": "v1.16.0",
 
1737                 "url": "https://github.com/googleapis/google-auth-library-php.git",
 
1738                 "reference": "c747738d2dd450f541f09f26510198fbedd1c8a0"
 
1742                 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/c747738d2dd450f541f09f26510198fbedd1c8a0",
 
1743                 "reference": "c747738d2dd450f541f09f26510198fbedd1c8a0",
 
1747                 "firebase/php-jwt": "~2.0|~3.0|~4.0|~5.0",
 
1748                 "guzzlehttp/guzzle": "^5.3.1|^6.2.1|^7.0",
 
1749                 "guzzlehttp/psr7": "^1.2",
 
1751                 "psr/cache": "^1.0|^2.0",
 
1752                 "psr/http-message": "^1.0"
 
1755                 "guzzlehttp/promises": "0.1.1|^1.3",
 
1756                 "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
 
1757                 "phpseclib/phpseclib": "^2.0.31",
 
1758                 "phpunit/phpunit": "^4.8.36|^5.7",
 
1759                 "sebastian/comparator": ">=1.2.3",
 
1760                 "squizlabs/php_codesniffer": "^3.5"
 
1763                 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
 
1768                     "Google\\Auth\\": "src"
 
1771             "notification-url": "https://packagist.org/downloads/",
 
1775             "description": "Google Auth Library for PHP",
 
1776             "homepage": "http://github.com/google/google-auth-library-php",
 
1783                 "docs": "https://googleapis.github.io/google-auth-library-php/master/",
 
1784                 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
 
1785                 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.16.0"
 
1787             "time": "2021-06-22T18:06:03+00:00"
 
1790             "name": "guzzlehttp/guzzle",
 
1794                 "url": "https://github.com/guzzle/guzzle.git",
 
1795                 "reference": "7008573787b430c1c1f650e3722d9bba59967628"
 
1799                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
 
1800                 "reference": "7008573787b430c1c1f650e3722d9bba59967628",
 
1805                 "guzzlehttp/promises": "^1.4",
 
1806                 "guzzlehttp/psr7": "^1.7 || ^2.0",
 
1807                 "php": "^7.2.5 || ^8.0",
 
1808                 "psr/http-client": "^1.0"
 
1811                 "psr/http-client-implementation": "1.0"
 
1814                 "bamarni/composer-bin-plugin": "^1.4.1",
 
1816                 "php-http/client-integration-tests": "^3.0",
 
1817                 "phpunit/phpunit": "^8.5.5 || ^9.3.5",
 
1821                 "ext-curl": "Required for CURL handler support",
 
1822                 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
 
1823                 "psr/log": "Required for using the Log middleware"
 
1828                     "dev-master": "7.3-dev"
 
1833                     "GuzzleHttp\\": "src/"
 
1836                     "src/functions_include.php"
 
1839             "notification-url": "https://packagist.org/downloads/",
 
1845                     "name": "Michael Dowling",
 
1846                     "email": "mtdowling@gmail.com",
 
1847                     "homepage": "https://github.com/mtdowling"
 
1850                     "name": "MƔrk SƔgi-KazƔr",
 
1851                     "email": "mark.sagikazar@gmail.com",
 
1852                     "homepage": "https://sagikazarmark.hu"
 
1855             "description": "Guzzle is a PHP HTTP client library",
 
1856             "homepage": "http://guzzlephp.org/",
 
1869                 "issues": "https://github.com/guzzle/guzzle/issues",
 
1870                 "source": "https://github.com/guzzle/guzzle/tree/7.3.0"
 
1874                     "url": "https://github.com/GrahamCampbell",
 
1878                     "url": "https://github.com/Nyholm",
 
1882                     "url": "https://github.com/alexeyshockov",
 
1886                     "url": "https://github.com/gmponos",
 
1890             "time": "2021-03-23T11:33:13+00:00"
 
1893             "name": "guzzlehttp/promises",
 
1897                 "url": "https://github.com/guzzle/promises.git",
 
1898                 "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
 
1902                 "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
 
1903                 "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
 
1910                 "symfony/phpunit-bridge": "^4.4 || ^5.1"
 
1915                     "dev-master": "1.4-dev"
 
1920                     "GuzzleHttp\\Promise\\": "src/"
 
1923                     "src/functions_include.php"
 
1926             "notification-url": "https://packagist.org/downloads/",
 
1932                     "name": "Michael Dowling",
 
1933                     "email": "mtdowling@gmail.com",
 
1934                     "homepage": "https://github.com/mtdowling"
 
1937             "description": "Guzzle promises library",
 
1942                 "issues": "https://github.com/guzzle/promises/issues",
 
1943                 "source": "https://github.com/guzzle/promises/tree/1.4.1"
 
1945             "time": "2021-03-07T09:25:29+00:00"
 
1948             "name": "guzzlehttp/psr7",
 
1952                 "url": "https://github.com/guzzle/psr7.git",
 
1953                 "reference": "dc960a912984efb74d0a90222870c72c87f10c91"
 
1957                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
 
1958                 "reference": "dc960a912984efb74d0a90222870c72c87f10c91",
 
1963                 "psr/http-message": "~1.0",
 
1964                 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
 
1967                 "psr/http-message-implementation": "1.0"
 
1971                 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
 
1974                 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
 
1979                     "dev-master": "1.7-dev"
 
1984                     "GuzzleHttp\\Psr7\\": "src/"
 
1987                     "src/functions_include.php"
 
1990             "notification-url": "https://packagist.org/downloads/",
 
1996                     "name": "Michael Dowling",
 
1997                     "email": "mtdowling@gmail.com",
 
1998                     "homepage": "https://github.com/mtdowling"
 
2001                     "name": "Tobias Schultze",
 
2002                     "homepage": "https://github.com/Tobion"
 
2005             "description": "PSR-7 message implementation that also provides common utility methods",
 
2017                 "issues": "https://github.com/guzzle/psr7/issues",
 
2018                 "source": "https://github.com/guzzle/psr7/tree/1.8.2"
 
2020             "time": "2021-04-26T09:17:50+00:00"
 
2023             "name": "jdorn/sql-formatter",
 
2024             "version": "v1.2.17",
 
2027                 "url": "https://github.com/jdorn/sql-formatter.git",
 
2028                 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
 
2032                 "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
 
2033                 "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
 
2040                 "phpunit/phpunit": "3.7.*"
 
2045                     "dev-master": "1.3.x-dev"
 
2053             "notification-url": "https://packagist.org/downloads/",
 
2059                     "name": "Jeremy Dorn",
 
2060                     "email": "jeremy@jeremydorn.com",
 
2061                     "homepage": "http://jeremydorn.com/"
 
2064             "description": "a PHP SQL highlighting library",
 
2065             "homepage": "https://github.com/jdorn/sql-formatter/",
 
2071                 "issues": "https://github.com/jdorn/sql-formatter/issues",
 
2072                 "source": "https://github.com/jdorn/sql-formatter/tree/master"
 
2074             "time": "2014-01-12T16:20:24+00:00"
 
2077             "name": "monolog/monolog",
 
2081                 "url": "https://github.com/Seldaek/monolog.git",
 
2082                 "reference": "71312564759a7db5b789296369c1a264efc43aad"
 
2086                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/71312564759a7db5b789296369c1a264efc43aad",
 
2087                 "reference": "71312564759a7db5b789296369c1a264efc43aad",
 
2095                 "psr/log-implementation": "1.0.0"
 
2098                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
 
2099                 "doctrine/couchdb": "~1.0@dev",
 
2100                 "elasticsearch/elasticsearch": "^7",
 
2101                 "graylog2/gelf-php": "^1.4.2",
 
2102                 "mongodb/mongodb": "^1.8",
 
2103                 "php-amqplib/php-amqplib": "~2.4",
 
2104                 "php-console/php-console": "^3.1.3",
 
2105                 "phpspec/prophecy": "^1.6.1",
 
2106                 "phpstan/phpstan": "^0.12.91",
 
2107                 "phpunit/phpunit": "^8.5",
 
2108                 "predis/predis": "^1.1",
 
2109                 "rollbar/rollbar": "^1.3",
 
2110                 "ruflin/elastica": ">=0.90 <7.0.1",
 
2111                 "swiftmailer/swiftmailer": "^5.3|^6.0"
 
2114                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
 
2115                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
 
2116                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
 
2117                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
 
2118                 "ext-mbstring": "Allow to work properly with unicode symbols",
 
2119                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
 
2120                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
 
2121                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
 
2122                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
 
2123                 "php-console/php-console": "Allow sending log messages to Google Chrome",
 
2124                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
 
2125                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
 
2130                     "dev-main": "2.x-dev"
 
2135                     "Monolog\\": "src/Monolog"
 
2138             "notification-url": "https://packagist.org/downloads/",
 
2144                     "name": "Jordi Boggiano",
 
2145                     "email": "j.boggiano@seld.be",
 
2146                     "homepage": "https://seld.be"
 
2149             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
 
2150             "homepage": "https://github.com/Seldaek/monolog",
 
2157                 "issues": "https://github.com/Seldaek/monolog/issues",
 
2158                 "source": "https://github.com/Seldaek/monolog/tree/2.3.2"
 
2162                     "url": "https://github.com/Seldaek",
 
2166                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
 
2170             "time": "2021-07-23T07:42:52+00:00"
 
2173             "name": "paragonie/constant_time_encoding",
 
2174             "version": "v2.4.0",
 
2177                 "url": "https://github.com/paragonie/constant_time_encoding.git",
 
2178                 "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c"
 
2182                 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
 
2183                 "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c",
 
2190                 "phpunit/phpunit": "^6|^7|^8|^9",
 
2191                 "vimeo/psalm": "^1|^2|^3|^4"
 
2196                     "ParagonIE\\ConstantTime\\": "src/"
 
2199             "notification-url": "https://packagist.org/downloads/",
 
2205                     "name": "Paragon Initiative Enterprises",
 
2206                     "email": "security@paragonie.com",
 
2207                     "homepage": "https://paragonie.com",
 
2208                     "role": "Maintainer"
 
2211                     "name": "Steve 'Sc00bz' Thomas",
 
2212                     "email": "steve@tobtu.com",
 
2213                     "homepage": "https://www.tobtu.com",
 
2214                     "role": "Original Developer"
 
2217             "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
 
2233                 "email": "info@paragonie.com",
 
2234                 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
 
2235                 "source": "https://github.com/paragonie/constant_time_encoding"
 
2237             "time": "2020-12-06T15:14:20+00:00"
 
2240             "name": "phpseclib/phpseclib",
 
2244                 "url": "https://github.com/phpseclib/phpseclib.git",
 
2245                 "reference": "a127a5133804ff2f47ae629dd529b129da616ad7"
 
2249                 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/a127a5133804ff2f47ae629dd529b129da616ad7",
 
2250                 "reference": "a127a5133804ff2f47ae629dd529b129da616ad7",
 
2254                 "paragonie/constant_time_encoding": "^1|^2",
 
2255                 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
 
2259                 "phing/phing": "~2.7",
 
2260                 "phpunit/phpunit": "^5.7|^6.0|^9.4",
 
2261                 "squizlabs/php_codesniffer": "~2.0"
 
2264                 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
 
2265                 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
 
2266                 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
 
2267                 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
 
2272                     "phpseclib/bootstrap.php"
 
2275                     "phpseclib3\\": "phpseclib/"
 
2278             "notification-url": "https://packagist.org/downloads/",
 
2284                     "name": "Jim Wigginton",
 
2285                     "email": "terrafrost@php.net",
 
2286                     "role": "Lead Developer"
 
2289                     "name": "Patrick Monnerat",
 
2290                     "email": "pm@datasphere.ch",
 
2294                     "name": "Andreas Fischer",
 
2295                     "email": "bantu@phpbb.com",
 
2299                     "name": "Hans-Jürgen Petrich",
 
2300                     "email": "petrich@tronic-media.com",
 
2304                     "name": "Graham Campbell",
 
2305                     "email": "graham@alt-three.com",
 
2309             "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
 
2310             "homepage": "http://phpseclib.sourceforge.net",
 
2331                 "issues": "https://github.com/phpseclib/phpseclib/issues",
 
2332                 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.9"
 
2336                     "url": "https://github.com/terrafrost",
 
2340                     "url": "https://www.patreon.com/phpseclib",
 
2344                     "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
 
2348             "time": "2021-06-14T06:54:45+00:00"
 
2351             "name": "psr/cache",
 
2355                 "url": "https://github.com/php-fig/cache.git",
 
2356                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
 
2360                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
 
2361                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
 
2370                     "dev-master": "1.0.x-dev"
 
2375                     "Psr\\Cache\\": "src/"
 
2378             "notification-url": "https://packagist.org/downloads/",
 
2385                     "homepage": "http://www.php-fig.org/"
 
2388             "description": "Common interface for caching libraries",
 
2395                 "source": "https://github.com/php-fig/cache/tree/master"
 
2397             "time": "2016-08-06T20:24:11+00:00"
 
2400             "name": "psr/container",
 
2404                 "url": "https://github.com/php-fig/container.git",
 
2405                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
 
2409                 "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
 
2410                 "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
 
2419                     "Psr\\Container\\": "src/"
 
2422             "notification-url": "https://packagist.org/downloads/",
 
2429                     "homepage": "https://www.php-fig.org/"
 
2432             "description": "Common Container Interface (PHP FIG PSR-11)",
 
2433             "homepage": "https://github.com/php-fig/container",
 
2437                 "container-interface",
 
2438                 "container-interop",
 
2442                 "issues": "https://github.com/php-fig/container/issues",
 
2443                 "source": "https://github.com/php-fig/container/tree/1.1.1"
 
2445             "time": "2021-03-05T17:36:06+00:00"
 
2448             "name": "psr/http-client",
 
2452                 "url": "https://github.com/php-fig/http-client.git",
 
2453                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
 
2457                 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
 
2458                 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
 
2462                 "php": "^7.0 || ^8.0",
 
2463                 "psr/http-message": "^1.0"
 
2468                     "dev-master": "1.0.x-dev"
 
2473                     "Psr\\Http\\Client\\": "src/"
 
2476             "notification-url": "https://packagist.org/downloads/",
 
2483                     "homepage": "http://www.php-fig.org/"
 
2486             "description": "Common interface for HTTP clients",
 
2487             "homepage": "https://github.com/php-fig/http-client",
 
2495                 "source": "https://github.com/php-fig/http-client/tree/master"
 
2497             "time": "2020-06-29T06:28:15+00:00"
 
2500             "name": "psr/http-message",
 
2504                 "url": "https://github.com/php-fig/http-message.git",
 
2505                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
 
2509                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
 
2510                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
 
2519                     "dev-master": "1.0.x-dev"
 
2524                     "Psr\\Http\\Message\\": "src/"
 
2527             "notification-url": "https://packagist.org/downloads/",
 
2534                     "homepage": "http://www.php-fig.org/"
 
2537             "description": "Common interface for HTTP messages",
 
2538             "homepage": "https://github.com/php-fig/http-message",
 
2548                 "source": "https://github.com/php-fig/http-message/tree/master"
 
2550             "time": "2016-08-06T14:39:51+00:00"
 
2557                 "url": "https://github.com/php-fig/log.git",
 
2558                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
 
2562                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
 
2563                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
 
2572                     "dev-master": "1.1.x-dev"
 
2577                     "Psr\\Log\\": "Psr/Log/"
 
2580             "notification-url": "https://packagist.org/downloads/",
 
2587                     "homepage": "https://www.php-fig.org/"
 
2590             "description": "Common interface for logging libraries",
 
2591             "homepage": "https://github.com/php-fig/log",
 
2598                 "source": "https://github.com/php-fig/log/tree/1.1.4"
 
2600             "time": "2021-05-03T11:20:27+00:00"
 
2603             "name": "ralouphie/getallheaders",
 
2607                 "url": "https://github.com/ralouphie/getallheaders.git",
 
2608                 "reference": "120b605dfeb996808c31b6477290a714d356e822"
 
2612                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
 
2613                 "reference": "120b605dfeb996808c31b6477290a714d356e822",
 
2620                 "php-coveralls/php-coveralls": "^2.1",
 
2621                 "phpunit/phpunit": "^5 || ^6.5"
 
2626                     "src/getallheaders.php"
 
2629             "notification-url": "https://packagist.org/downloads/",
 
2635                     "name": "Ralph Khattar",
 
2636                     "email": "ralph.khattar@gmail.com"
 
2639             "description": "A polyfill for getallheaders.",
 
2641                 "issues": "https://github.com/ralouphie/getallheaders/issues",
 
2642                 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
 
2644             "time": "2019-03-08T08:55:37+00:00"
 
2647             "name": "rapsys/airbundle",
 
2648             "version": "dev-master",
 
2651                 "url": "https://rapsys@git.rapsys.eu/airbundle",
 
2652                 "reference": "master"
 
2655                 "doctrine/doctrine-bundle": "^1.12",
 
2656                 "doctrine/orm": "^2.7",
 
2657                 "fpdf/fpdf": "^1.83.1",
 
2658                 "google/apiclient": "^2.9",
 
2659                 "rapsys/packbundle": "dev-master",
 
2660                 "rapsys/userbundle": "dev-master",
 
2661                 "symfony/flex": "^1.5",
 
2662                 "symfony/form": "^4.4",
 
2663                 "symfony/framework-bundle": "^4.4",
 
2664                 "symfony/mailer": "^4.4",
 
2665                 "symfony/profiler-pack": "^1.0",
 
2666                 "symfony/security-bundle": "^4.4",
 
2667                 "symfony/translation": "^4.4",
 
2668                 "symfony/twig-bundle": "^4.4",
 
2669                 "symfony/validator": "^4.4",
 
2670                 "twig/extensions": "^1.5",
 
2671                 "twig/html-extra": "^2.12"
 
2674                 "doctrine/doctrine-fixtures-bundle": "^3.3",
 
2675                 "symfony/browser-kit": "^4.3",
 
2676                 "symfony/maker-bundle": "^1.14",
 
2677                 "symfony/phpunit-bridge": "^4.4",
 
2678                 "symfony/web-profiler-bundle": "^4.4"
 
2683                     "Rapsys\\AirBundle\\": ""
 
2688             "name": "rapsys/packbundle",
 
2689             "version": "dev-master",
 
2692                 "url": "https://rapsys@git.rapsys.eu/packbundle",
 
2693                 "reference": "master"
 
2696                 "symfony/asset": "^4.4",
 
2697                 "symfony/flex": "^1.5",
 
2698                 "symfony/framework-bundle": "^4.4",
 
2699                 "symfony/process": "^4.4",
 
2700                 "symfony/twig-bundle": "^4.4",
 
2701                 "twig/extensions": "^1.5"
 
2706                     "Rapsys\\PackBundle\\": ""
 
2711             "name": "rapsys/userbundle",
 
2712             "version": "dev-master",
 
2715                 "url": "https://rapsys@git.rapsys.eu/userbundle",
 
2716                 "reference": "master"
 
2719                 "doctrine/doctrine-bundle": "^1.12",
 
2720                 "rapsys/packbundle": "dev-master",
 
2721                 "symfony/flex": "^1.5",
 
2722                 "symfony/form": "^4.4",
 
2723                 "symfony/framework-bundle": "^4.4",
 
2724                 "symfony/security-bundle": "^4.4",
 
2725                 "symfony/validator": "^4.4"
 
2730                     "Rapsys\\UserBundle\\": ""
 
2735             "name": "symfony/asset",
 
2736             "version": "v4.4.27",
 
2739                 "url": "https://github.com/symfony/asset.git",
 
2740                 "reference": "1910a978dbe03503d9ee72408e2fef7c4041d97d"
 
2744                 "url": "https://api.github.com/repos/symfony/asset/zipball/1910a978dbe03503d9ee72408e2fef7c4041d97d",
 
2745                 "reference": "1910a978dbe03503d9ee72408e2fef7c4041d97d",
 
2750                 "symfony/polyfill-php80": "^1.16"
 
2753                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
 
2754                 "symfony/http-kernel": "^3.4|^4.0|^5.0"
 
2757                 "symfony/http-foundation": ""
 
2762                     "Symfony\\Component\\Asset\\": ""
 
2764                 "exclude-from-classmap": [
 
2768             "notification-url": "https://packagist.org/downloads/",
 
2774                     "name": "Fabien Potencier",
 
2775                     "email": "fabien@symfony.com"
 
2778                     "name": "Symfony Community",
 
2779                     "homepage": "https://symfony.com/contributors"
 
2782             "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
 
2783             "homepage": "https://symfony.com",
 
2785                 "source": "https://github.com/symfony/asset/tree/v4.4.27"
 
2789                     "url": "https://symfony.com/sponsor",
 
2793                     "url": "https://github.com/fabpot",
 
2797                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
2801             "time": "2021-07-21T12:19:41+00:00"
 
2804             "name": "symfony/cache",
 
2805             "version": "v4.4.27",
 
2808                 "url": "https://github.com/symfony/cache.git",
 
2809                 "reference": "49002c15f3e26b13c7d36c6ffe5d597ef6719cc1"
 
2813                 "url": "https://api.github.com/repos/symfony/cache/zipball/49002c15f3e26b13c7d36c6ffe5d597ef6719cc1",
 
2814                 "reference": "49002c15f3e26b13c7d36c6ffe5d597ef6719cc1",
 
2819                 "psr/cache": "^1.0|^2.0",
 
2820                 "psr/log": "^1|^2|^3",
 
2821                 "symfony/cache-contracts": "^1.1.7|^2",
 
2822                 "symfony/polyfill-php80": "^1.16",
 
2823                 "symfony/service-contracts": "^1.1|^2",
 
2824                 "symfony/var-exporter": "^4.2|^5.0"
 
2827                 "doctrine/dbal": "<2.6",
 
2828                 "symfony/dependency-injection": "<3.4",
 
2829                 "symfony/http-kernel": "<4.4|>=5.0",
 
2830                 "symfony/var-dumper": "<4.4"
 
2833                 "psr/cache-implementation": "1.0|2.0",
 
2834                 "psr/simple-cache-implementation": "1.0",
 
2835                 "symfony/cache-implementation": "1.0|2.0"
 
2838                 "cache/integration-tests": "dev-master",
 
2839                 "doctrine/cache": "^1.6|^2.0",
 
2840                 "doctrine/dbal": "^2.6|^3.0",
 
2841                 "predis/predis": "^1.1",
 
2842                 "psr/simple-cache": "^1.0",
 
2843                 "symfony/config": "^4.2|^5.0",
 
2844                 "symfony/dependency-injection": "^3.4|^4.1|^5.0",
 
2845                 "symfony/filesystem": "^4.4|^5.0",
 
2846                 "symfony/http-kernel": "^4.4",
 
2847                 "symfony/var-dumper": "^4.4|^5.0"
 
2852                     "Symfony\\Component\\Cache\\": ""
 
2854                 "exclude-from-classmap": [
 
2858             "notification-url": "https://packagist.org/downloads/",
 
2864                     "name": "Nicolas Grekas",
 
2865                     "email": "p@tchwork.com"
 
2868                     "name": "Symfony Community",
 
2869                     "homepage": "https://symfony.com/contributors"
 
2872             "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
 
2873             "homepage": "https://symfony.com",
 
2879                 "source": "https://github.com/symfony/cache/tree/v4.4.27"
 
2883                     "url": "https://symfony.com/sponsor",
 
2887                     "url": "https://github.com/fabpot",
 
2891                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
2895             "time": "2021-07-23T15:41:52+00:00"
 
2898             "name": "symfony/cache-contracts",
 
2899             "version": "v2.4.0",
 
2902                 "url": "https://github.com/symfony/cache-contracts.git",
 
2903                 "reference": "c0446463729b89dd4fa62e9aeecc80287323615d"
 
2907                 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/c0446463729b89dd4fa62e9aeecc80287323615d",
 
2908                 "reference": "c0446463729b89dd4fa62e9aeecc80287323615d",
 
2913                 "psr/cache": "^1.0|^2.0|^3.0"
 
2916                 "symfony/cache-implementation": ""
 
2921                     "dev-main": "2.4-dev"
 
2924                     "name": "symfony/contracts",
 
2925                     "url": "https://github.com/symfony/contracts"
 
2930                     "Symfony\\Contracts\\Cache\\": ""
 
2933             "notification-url": "https://packagist.org/downloads/",
 
2939                     "name": "Nicolas Grekas",
 
2940                     "email": "p@tchwork.com"
 
2943                     "name": "Symfony Community",
 
2944                     "homepage": "https://symfony.com/contributors"
 
2947             "description": "Generic abstractions related to caching",
 
2948             "homepage": "https://symfony.com",
 
2958                 "source": "https://github.com/symfony/cache-contracts/tree/v2.4.0"
 
2962                     "url": "https://symfony.com/sponsor",
 
2966                     "url": "https://github.com/fabpot",
 
2970                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
2974             "time": "2021-03-23T23:28:01+00:00"
 
2977             "name": "symfony/config",
 
2978             "version": "v4.4.27",
 
2981                 "url": "https://github.com/symfony/config.git",
 
2982                 "reference": "8132e8d645d703e9b7c9c4f25067b93638683a35"
 
2986                 "url": "https://api.github.com/repos/symfony/config/zipball/8132e8d645d703e9b7c9c4f25067b93638683a35",
 
2987                 "reference": "8132e8d645d703e9b7c9c4f25067b93638683a35",
 
2992                 "symfony/filesystem": "^3.4|^4.0|^5.0",
 
2993                 "symfony/polyfill-ctype": "~1.8",
 
2994                 "symfony/polyfill-php80": "^1.16",
 
2995                 "symfony/polyfill-php81": "^1.22"
 
2998                 "symfony/finder": "<3.4"
 
3001                 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
 
3002                 "symfony/finder": "^3.4|^4.0|^5.0",
 
3003                 "symfony/messenger": "^4.1|^5.0",
 
3004                 "symfony/service-contracts": "^1.1|^2",
 
3005                 "symfony/yaml": "^3.4|^4.0|^5.0"
 
3008                 "symfony/yaml": "To use the yaml reference dumper"
 
3013                     "Symfony\\Component\\Config\\": ""
 
3015                 "exclude-from-classmap": [
 
3019             "notification-url": "https://packagist.org/downloads/",
 
3025                     "name": "Fabien Potencier",
 
3026                     "email": "fabien@symfony.com"
 
3029                     "name": "Symfony Community",
 
3030                     "homepage": "https://symfony.com/contributors"
 
3033             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
 
3034             "homepage": "https://symfony.com",
 
3036                 "source": "https://github.com/symfony/config/tree/v4.4.27"
 
3040                     "url": "https://symfony.com/sponsor",
 
3044                     "url": "https://github.com/fabpot",
 
3048                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3052             "time": "2021-07-21T12:19:41+00:00"
 
3055             "name": "symfony/console",
 
3056             "version": "v4.4.29",
 
3059                 "url": "https://github.com/symfony/console.git",
 
3060                 "reference": "8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b"
 
3064                 "url": "https://api.github.com/repos/symfony/console/zipball/8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b",
 
3065                 "reference": "8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b",
 
3070                 "symfony/polyfill-mbstring": "~1.0",
 
3071                 "symfony/polyfill-php73": "^1.8",
 
3072                 "symfony/polyfill-php80": "^1.16",
 
3073                 "symfony/service-contracts": "^1.1|^2"
 
3077                 "symfony/dependency-injection": "<3.4",
 
3078                 "symfony/event-dispatcher": "<4.3|>=5",
 
3079                 "symfony/lock": "<4.4",
 
3080                 "symfony/process": "<3.3"
 
3083                 "psr/log-implementation": "1.0|2.0"
 
3087                 "symfony/config": "^3.4|^4.0|^5.0",
 
3088                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
 
3089                 "symfony/event-dispatcher": "^4.3",
 
3090                 "symfony/lock": "^4.4|^5.0",
 
3091                 "symfony/process": "^3.4|^4.0|^5.0",
 
3092                 "symfony/var-dumper": "^4.3|^5.0"
 
3095                 "psr/log": "For using the console logger",
 
3096                 "symfony/event-dispatcher": "",
 
3098                 "symfony/process": ""
 
3103                     "Symfony\\Component\\Console\\": ""
 
3105                 "exclude-from-classmap": [
 
3109             "notification-url": "https://packagist.org/downloads/",
 
3115                     "name": "Fabien Potencier",
 
3116                     "email": "fabien@symfony.com"
 
3119                     "name": "Symfony Community",
 
3120                     "homepage": "https://symfony.com/contributors"
 
3123             "description": "Eases the creation of beautiful and testable command line interfaces",
 
3124             "homepage": "https://symfony.com",
 
3126                 "source": "https://github.com/symfony/console/tree/v4.4.29"
 
3130                     "url": "https://symfony.com/sponsor",
 
3134                     "url": "https://github.com/fabpot",
 
3138                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3142             "time": "2021-07-27T19:04:53+00:00"
 
3145             "name": "symfony/debug",
 
3146             "version": "v4.4.27",
 
3149                 "url": "https://github.com/symfony/debug.git",
 
3150                 "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c"
 
3154                 "url": "https://api.github.com/repos/symfony/debug/zipball/2f9160e92eb64c95da7368c867b663a8e34e980c",
 
3155                 "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c",
 
3160                 "psr/log": "^1|^2|^3"
 
3163                 "symfony/http-kernel": "<3.4"
 
3166                 "symfony/http-kernel": "^3.4|^4.0|^5.0"
 
3171                     "Symfony\\Component\\Debug\\": ""
 
3173                 "exclude-from-classmap": [
 
3177             "notification-url": "https://packagist.org/downloads/",
 
3183                     "name": "Fabien Potencier",
 
3184                     "email": "fabien@symfony.com"
 
3187                     "name": "Symfony Community",
 
3188                     "homepage": "https://symfony.com/contributors"
 
3191             "description": "Provides tools to ease debugging PHP code",
 
3192             "homepage": "https://symfony.com",
 
3194                 "source": "https://github.com/symfony/debug/tree/v4.4.27"
 
3198                     "url": "https://symfony.com/sponsor",
 
3202                     "url": "https://github.com/fabpot",
 
3206                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3210             "time": "2021-07-22T07:21:39+00:00"
 
3213             "name": "symfony/dependency-injection",
 
3214             "version": "v4.4.27",
 
3217                 "url": "https://github.com/symfony/dependency-injection.git",
 
3218                 "reference": "52866e2cb314972ff36c5b3d405ba8f523e56f6e"
 
3222                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/52866e2cb314972ff36c5b3d405ba8f523e56f6e",
 
3223                 "reference": "52866e2cb314972ff36c5b3d405ba8f523e56f6e",
 
3228                 "psr/container": "^1.0",
 
3229                 "symfony/polyfill-php80": "^1.16",
 
3230                 "symfony/service-contracts": "^1.1.6|^2"
 
3233                 "symfony/config": "<4.3|>=5.0",
 
3234                 "symfony/finder": "<3.4",
 
3235                 "symfony/proxy-manager-bridge": "<3.4",
 
3236                 "symfony/yaml": "<3.4"
 
3239                 "psr/container-implementation": "1.0",
 
3240                 "symfony/service-implementation": "1.0|2.0"
 
3243                 "symfony/config": "^4.3",
 
3244                 "symfony/expression-language": "^3.4|^4.0|^5.0",
 
3245                 "symfony/yaml": "^4.4|^5.0"
 
3248                 "symfony/config": "",
 
3249                 "symfony/expression-language": "For using expressions in service container configuration",
 
3250                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
 
3251                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
 
3257                     "Symfony\\Component\\DependencyInjection\\": ""
 
3259                 "exclude-from-classmap": [
 
3263             "notification-url": "https://packagist.org/downloads/",
 
3269                     "name": "Fabien Potencier",
 
3270                     "email": "fabien@symfony.com"
 
3273                     "name": "Symfony Community",
 
3274                     "homepage": "https://symfony.com/contributors"
 
3277             "description": "Allows you to standardize and centralize the way objects are constructed in your application",
 
3278             "homepage": "https://symfony.com",
 
3280                 "source": "https://github.com/symfony/dependency-injection/tree/v4.4.27"
 
3284                     "url": "https://symfony.com/sponsor",
 
3288                     "url": "https://github.com/fabpot",
 
3292                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3296             "time": "2021-07-23T15:41:52+00:00"
 
3299             "name": "symfony/doctrine-bridge",
 
3300             "version": "v4.4.27",
 
3303                 "url": "https://github.com/symfony/doctrine-bridge.git",
 
3304                 "reference": "c3cb73a2c8932ffe4158c3cbe579df29ba899759"
 
3308                 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/c3cb73a2c8932ffe4158c3cbe579df29ba899759",
 
3309                 "reference": "c3cb73a2c8932ffe4158c3cbe579df29ba899759",
 
3313                 "doctrine/event-manager": "~1.0",
 
3314                 "doctrine/persistence": "^1.3|^2",
 
3316                 "symfony/polyfill-ctype": "~1.8",
 
3317                 "symfony/polyfill-mbstring": "~1.0",
 
3318                 "symfony/polyfill-php80": "^1.16",
 
3319                 "symfony/service-contracts": "^1.1|^2"
 
3322                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
 
3323                 "symfony/dependency-injection": "<3.4",
 
3324                 "symfony/form": "<4.4",
 
3325                 "symfony/http-kernel": "<4.3.7",
 
3326                 "symfony/messenger": "<4.3",
 
3327                 "symfony/security-core": "<4.4",
 
3328                 "symfony/validator": "<4.4.2|<5.0.2,>=5.0"
 
3331                 "composer/package-versions-deprecated": "^1.8",
 
3332                 "doctrine/annotations": "^1.10.4",
 
3333                 "doctrine/collections": "~1.0",
 
3334                 "doctrine/data-fixtures": "^1.1",
 
3335                 "doctrine/dbal": "^2.6|^3.0",
 
3336                 "doctrine/orm": "^2.6.3",
 
3337                 "symfony/config": "^4.2|^5.0",
 
3338                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
 
3339                 "symfony/expression-language": "^3.4|^4.0|^5.0",
 
3340                 "symfony/form": "^4.4.11|^5.0.11",
 
3341                 "symfony/http-kernel": "^4.3.7",
 
3342                 "symfony/messenger": "^4.4|^5.0",
 
3343                 "symfony/property-access": "^3.4|^4.0|^5.0",
 
3344                 "symfony/property-info": "^3.4|^4.0|^5.0",
 
3345                 "symfony/proxy-manager-bridge": "^3.4|^4.0|^5.0",
 
3346                 "symfony/security-core": "^4.4|^5.0",
 
3347                 "symfony/stopwatch": "^3.4|^4.0|^5.0",
 
3348                 "symfony/translation": "^3.4|^4.0|^5.0",
 
3349                 "symfony/validator": "^4.4.2|^5.0.2",
 
3350                 "symfony/var-dumper": "^3.4|^4.0|^5.0"
 
3353                 "doctrine/data-fixtures": "",
 
3354                 "doctrine/dbal": "",
 
3357                 "symfony/property-info": "",
 
3358                 "symfony/validator": ""
 
3360             "type": "symfony-bridge",
 
3363                     "Symfony\\Bridge\\Doctrine\\": ""
 
3365                 "exclude-from-classmap": [
 
3369             "notification-url": "https://packagist.org/downloads/",
 
3375                     "name": "Fabien Potencier",
 
3376                     "email": "fabien@symfony.com"
 
3379                     "name": "Symfony Community",
 
3380                     "homepage": "https://symfony.com/contributors"
 
3383             "description": "Provides integration for Doctrine with various Symfony components",
 
3384             "homepage": "https://symfony.com",
 
3386                 "source": "https://github.com/symfony/doctrine-bridge/tree/v4.4.27"
 
3390                     "url": "https://symfony.com/sponsor",
 
3394                     "url": "https://github.com/fabpot",
 
3398                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3402             "time": "2021-07-21T13:02:15+00:00"
 
3405             "name": "symfony/dom-crawler",
 
3406             "version": "v4.4.27",
 
3409                 "url": "https://github.com/symfony/dom-crawler.git",
 
3410                 "reference": "86aa075c9e0b13ac7db8d73d1f9d8b656143881a"
 
3414                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/86aa075c9e0b13ac7db8d73d1f9d8b656143881a",
 
3415                 "reference": "86aa075c9e0b13ac7db8d73d1f9d8b656143881a",
 
3420                 "symfony/polyfill-ctype": "~1.8",
 
3421                 "symfony/polyfill-mbstring": "~1.0",
 
3422                 "symfony/polyfill-php80": "^1.16"
 
3425                 "masterminds/html5": "<2.6"
 
3428                 "masterminds/html5": "^2.6",
 
3429                 "symfony/css-selector": "^3.4|^4.0|^5.0"
 
3432                 "symfony/css-selector": ""
 
3437                     "Symfony\\Component\\DomCrawler\\": ""
 
3439                 "exclude-from-classmap": [
 
3443             "notification-url": "https://packagist.org/downloads/",
 
3449                     "name": "Fabien Potencier",
 
3450                     "email": "fabien@symfony.com"
 
3453                     "name": "Symfony Community",
 
3454                     "homepage": "https://symfony.com/contributors"
 
3457             "description": "Eases DOM navigation for HTML and XML documents",
 
3458             "homepage": "https://symfony.com",
 
3460                 "source": "https://github.com/symfony/dom-crawler/tree/v4.4.27"
 
3464                     "url": "https://symfony.com/sponsor",
 
3468                     "url": "https://github.com/fabpot",
 
3472                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3476             "time": "2021-07-23T15:41:52+00:00"
 
3479             "name": "symfony/dotenv",
 
3480             "version": "v4.4.29",
 
3483                 "url": "https://github.com/symfony/dotenv.git",
 
3484                 "reference": "2b078eff6268875f4639cf16e48e321982c671bb"
 
3488                 "url": "https://api.github.com/repos/symfony/dotenv/zipball/2b078eff6268875f4639cf16e48e321982c671bb",
 
3489                 "reference": "2b078eff6268875f4639cf16e48e321982c671bb",
 
3496                 "symfony/process": "^3.4.2|^4.0|^5.0"
 
3501                     "Symfony\\Component\\Dotenv\\": ""
 
3503                 "exclude-from-classmap": [
 
3507             "notification-url": "https://packagist.org/downloads/",
 
3513                     "name": "Fabien Potencier",
 
3514                     "email": "fabien@symfony.com"
 
3517                     "name": "Symfony Community",
 
3518                     "homepage": "https://symfony.com/contributors"
 
3521             "description": "Registers environment variables from a .env file",
 
3522             "homepage": "https://symfony.com",
 
3529                 "source": "https://github.com/symfony/dotenv/tree/v4.4.29"
 
3533                     "url": "https://symfony.com/sponsor",
 
3537                     "url": "https://github.com/fabpot",
 
3541                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3545             "time": "2021-07-27T16:19:30+00:00"
 
3548             "name": "symfony/error-handler",
 
3549             "version": "v4.4.27",
 
3552                 "url": "https://github.com/symfony/error-handler.git",
 
3553                 "reference": "16ac2be1c0f49d6d9eb9d3ce9324bde268717905"
 
3557                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/16ac2be1c0f49d6d9eb9d3ce9324bde268717905",
 
3558                 "reference": "16ac2be1c0f49d6d9eb9d3ce9324bde268717905",
 
3563                 "psr/log": "^1|^2|^3",
 
3564                 "symfony/debug": "^4.4.5",
 
3565                 "symfony/var-dumper": "^4.4|^5.0"
 
3568                 "symfony/http-kernel": "^4.4|^5.0",
 
3569                 "symfony/serializer": "^4.4|^5.0"
 
3574                     "Symfony\\Component\\ErrorHandler\\": ""
 
3576                 "exclude-from-classmap": [
 
3580             "notification-url": "https://packagist.org/downloads/",
 
3586                     "name": "Fabien Potencier",
 
3587                     "email": "fabien@symfony.com"
 
3590                     "name": "Symfony Community",
 
3591                     "homepage": "https://symfony.com/contributors"
 
3594             "description": "Provides tools to manage errors and ease debugging PHP code",
 
3595             "homepage": "https://symfony.com",
 
3597                 "source": "https://github.com/symfony/error-handler/tree/v4.4.27"
 
3601                     "url": "https://symfony.com/sponsor",
 
3605                     "url": "https://github.com/fabpot",
 
3609                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3613             "time": "2021-07-23T15:41:52+00:00"
 
3616             "name": "symfony/event-dispatcher",
 
3617             "version": "v4.4.27",
 
3620                 "url": "https://github.com/symfony/event-dispatcher.git",
 
3621                 "reference": "958a128b184fcf0ba45ec90c0e88554c9327c2e9"
 
3625                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/958a128b184fcf0ba45ec90c0e88554c9327c2e9",
 
3626                 "reference": "958a128b184fcf0ba45ec90c0e88554c9327c2e9",
 
3631                 "symfony/event-dispatcher-contracts": "^1.1",
 
3632                 "symfony/polyfill-php80": "^1.16"
 
3635                 "symfony/dependency-injection": "<3.4"
 
3638                 "psr/event-dispatcher-implementation": "1.0",
 
3639                 "symfony/event-dispatcher-implementation": "1.1"
 
3642                 "psr/log": "^1|^2|^3",
 
3643                 "symfony/config": "^3.4|^4.0|^5.0",
 
3644                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
 
3645                 "symfony/error-handler": "~3.4|~4.4",
 
3646                 "symfony/expression-language": "^3.4|^4.0|^5.0",
 
3647                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
 
3648                 "symfony/service-contracts": "^1.1|^2",
 
3649                 "symfony/stopwatch": "^3.4|^4.0|^5.0"
 
3652                 "symfony/dependency-injection": "",
 
3653                 "symfony/http-kernel": ""
 
3658                     "Symfony\\Component\\EventDispatcher\\": ""
 
3660                 "exclude-from-classmap": [
 
3664             "notification-url": "https://packagist.org/downloads/",
 
3670                     "name": "Fabien Potencier",
 
3671                     "email": "fabien@symfony.com"
 
3674                     "name": "Symfony Community",
 
3675                     "homepage": "https://symfony.com/contributors"
 
3678             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
 
3679             "homepage": "https://symfony.com",
 
3681                 "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.27"
 
3685                     "url": "https://symfony.com/sponsor",
 
3689                     "url": "https://github.com/fabpot",
 
3693                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3697             "time": "2021-07-23T15:41:52+00:00"
 
3700             "name": "symfony/event-dispatcher-contracts",
 
3701             "version": "v1.1.9",
 
3704                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
 
3705                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
 
3709                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
 
3710                 "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
 
3717                 "psr/event-dispatcher": "",
 
3718                 "symfony/event-dispatcher-implementation": ""
 
3723                     "dev-master": "1.1-dev"
 
3726                     "name": "symfony/contracts",
 
3727                     "url": "https://github.com/symfony/contracts"
 
3732                     "Symfony\\Contracts\\EventDispatcher\\": ""
 
3735             "notification-url": "https://packagist.org/downloads/",
 
3741                     "name": "Nicolas Grekas",
 
3742                     "email": "p@tchwork.com"
 
3745                     "name": "Symfony Community",
 
3746                     "homepage": "https://symfony.com/contributors"
 
3749             "description": "Generic abstractions related to dispatching event",
 
3750             "homepage": "https://symfony.com",
 
3760                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
 
3764                     "url": "https://symfony.com/sponsor",
 
3768                     "url": "https://github.com/fabpot",
 
3772                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3776             "time": "2020-07-06T13:19:58+00:00"
 
3779             "name": "symfony/filesystem",
 
3780             "version": "v4.4.27",
 
3783                 "url": "https://github.com/symfony/filesystem.git",
 
3784                 "reference": "517fb795794faf29086a77d99eb8f35e457837a7"
 
3788                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/517fb795794faf29086a77d99eb8f35e457837a7",
 
3789                 "reference": "517fb795794faf29086a77d99eb8f35e457837a7",
 
3794                 "symfony/polyfill-ctype": "~1.8",
 
3795                 "symfony/polyfill-php80": "^1.16"
 
3800                     "Symfony\\Component\\Filesystem\\": ""
 
3802                 "exclude-from-classmap": [
 
3806             "notification-url": "https://packagist.org/downloads/",
 
3812                     "name": "Fabien Potencier",
 
3813                     "email": "fabien@symfony.com"
 
3816                     "name": "Symfony Community",
 
3817                     "homepage": "https://symfony.com/contributors"
 
3820             "description": "Provides basic utilities for the filesystem",
 
3821             "homepage": "https://symfony.com",
 
3823                 "source": "https://github.com/symfony/filesystem/tree/v4.4.27"
 
3827                     "url": "https://symfony.com/sponsor",
 
3831                     "url": "https://github.com/fabpot",
 
3835                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3839             "time": "2021-07-21T12:19:41+00:00"
 
3842             "name": "symfony/finder",
 
3843             "version": "v4.4.27",
 
3846                 "url": "https://github.com/symfony/finder.git",
 
3847                 "reference": "42414d7ac96fc2880a783b872185789dea0d4262"
 
3851                 "url": "https://api.github.com/repos/symfony/finder/zipball/42414d7ac96fc2880a783b872185789dea0d4262",
 
3852                 "reference": "42414d7ac96fc2880a783b872185789dea0d4262",
 
3857                 "symfony/polyfill-php80": "^1.16"
 
3862                     "Symfony\\Component\\Finder\\": ""
 
3864                 "exclude-from-classmap": [
 
3868             "notification-url": "https://packagist.org/downloads/",
 
3874                     "name": "Fabien Potencier",
 
3875                     "email": "fabien@symfony.com"
 
3878                     "name": "Symfony Community",
 
3879                     "homepage": "https://symfony.com/contributors"
 
3882             "description": "Finds files and directories via an intuitive fluent interface",
 
3883             "homepage": "https://symfony.com",
 
3885                 "source": "https://github.com/symfony/finder/tree/v4.4.27"
 
3889                     "url": "https://symfony.com/sponsor",
 
3893                     "url": "https://github.com/fabpot",
 
3897                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3901             "time": "2021-07-23T15:41:52+00:00"
 
3904             "name": "symfony/flex",
 
3905             "version": "v1.13.4",
 
3908                 "url": "https://github.com/symfony/flex.git",
 
3909                 "reference": "d81196c3f3b544e32997b67e955fb8291fdfe770"
 
3913                 "url": "https://api.github.com/repos/symfony/flex/zipball/d81196c3f3b544e32997b67e955fb8291fdfe770",
 
3914                 "reference": "d81196c3f3b544e32997b67e955fb8291fdfe770",
 
3918                 "composer-plugin-api": "^1.0|^2.0",
 
3922                 "composer/composer": "^1.0.2|^2.0",
 
3923                 "symfony/dotenv": "^4.4|^5.0",
 
3924                 "symfony/filesystem": "^4.4|^5.0",
 
3925                 "symfony/phpunit-bridge": "^4.4|^5.0",
 
3926                 "symfony/process": "^3.4|^4.4|^5.0"
 
3928             "type": "composer-plugin",
 
3931                     "dev-main": "1.13-dev"
 
3933                 "class": "Symfony\\Flex\\Flex"
 
3937                     "Symfony\\Flex\\": "src"
 
3940             "notification-url": "https://packagist.org/downloads/",
 
3946                     "name": "Fabien Potencier",
 
3947                     "email": "fabien.potencier@gmail.com"
 
3950             "description": "Composer plugin for Symfony",
 
3952                 "issues": "https://github.com/symfony/flex/issues",
 
3953                 "source": "https://github.com/symfony/flex/tree/v1.13.4"
 
3957                     "url": "https://symfony.com/sponsor",
 
3961                     "url": "https://github.com/fabpot",
 
3965                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3969             "time": "2021-08-03T08:14:48+00:00"
 
3972             "name": "symfony/form",
 
3973             "version": "v4.4.27",
 
3976                 "url": "https://github.com/symfony/form.git",
 
3977                 "reference": "9179357ade083469ecd96da1f07cf4c2c5a54829"
 
3981                 "url": "https://api.github.com/repos/symfony/form/zipball/9179357ade083469ecd96da1f07cf4c2c5a54829",
 
3982                 "reference": "9179357ade083469ecd96da1f07cf4c2c5a54829",
 
3987                 "symfony/event-dispatcher": "^4.3",
 
3988                 "symfony/intl": "^4.4|^5.0",
 
3989                 "symfony/options-resolver": "~4.3|^5.0",
 
3990                 "symfony/polyfill-ctype": "~1.8",
 
3991                 "symfony/polyfill-mbstring": "~1.0",
 
3992                 "symfony/polyfill-php80": "^1.16",
 
3993                 "symfony/property-access": "^3.4.40|^4.4.8|^5.0.8",
 
3994                 "symfony/service-contracts": "^1.1|^2"
 
3997                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
 
3998                 "symfony/console": "<4.3",
 
3999                 "symfony/dependency-injection": "<3.4",
 
4000                 "symfony/doctrine-bridge": "<3.4",
 
4001                 "symfony/framework-bundle": "<3.4",
 
4002                 "symfony/http-kernel": "<4.4",
 
4003                 "symfony/intl": "<4.3",
 
4004                 "symfony/translation": "<4.2",
 
4005                 "symfony/twig-bridge": "<3.4.5|<4.0.5,>=4.0"
 
4008                 "doctrine/collections": "~1.0",
 
4009                 "symfony/config": "^3.4|^4.0|^5.0",
 
4010                 "symfony/console": "^4.3|^5.0",
 
4011                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
 
4012                 "symfony/expression-language": "^3.4|^4.0|^5.0",
 
4013                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
 
4014                 "symfony/http-kernel": "^4.4",
 
4015                 "symfony/security-csrf": "^3.4|^4.0|^5.0",
 
4016                 "symfony/translation": "^4.2|^5.0",
 
4017                 "symfony/validator": "^4.4.17|^5.1.9",
 
4018                 "symfony/var-dumper": "^4.3|^5.0"
 
4021                 "symfony/security-csrf": "For protecting forms against CSRF attacks.",
 
4022                 "symfony/twig-bridge": "For templating with Twig.",
 
4023                 "symfony/validator": "For form validation."
 
4028                     "Symfony\\Component\\Form\\": ""
 
4030                 "exclude-from-classmap": [
 
4034             "notification-url": "https://packagist.org/downloads/",
 
4040                     "name": "Fabien Potencier",
 
4041                     "email": "fabien@symfony.com"
 
4044                     "name": "Symfony Community",
 
4045                     "homepage": "https://symfony.com/contributors"
 
4048             "description": "Allows to easily create, process and reuse HTML forms",
 
4049             "homepage": "https://symfony.com",
 
4051                 "source": "https://github.com/symfony/form/tree/v4.4.27"
 
4055                     "url": "https://symfony.com/sponsor",
 
4059                     "url": "https://github.com/fabpot",
 
4063                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4067             "time": "2021-07-23T15:41:52+00:00"
 
4070             "name": "symfony/framework-bundle",
 
4071             "version": "v4.4.27",
 
4074                 "url": "https://github.com/symfony/framework-bundle.git",
 
4075                 "reference": "b616b87fad76a783e6148a6849a5fbef18006e63"
 
4079                 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b616b87fad76a783e6148a6849a5fbef18006e63",
 
4080                 "reference": "b616b87fad76a783e6148a6849a5fbef18006e63",
 
4086                 "symfony/cache": "^4.4|^5.0",
 
4087                 "symfony/config": "^4.4.11|~5.0.11|^5.1.3",
 
4088                 "symfony/dependency-injection": "^4.4.1|^5.0.1",
 
4089                 "symfony/error-handler": "^4.4.1|^5.0.1",
 
4090                 "symfony/filesystem": "^3.4|^4.0|^5.0",
 
4091                 "symfony/finder": "^3.4|^4.0|^5.0",
 
4092                 "symfony/http-foundation": "^4.4|^5.0",
 
4093                 "symfony/http-kernel": "^4.4",
 
4094                 "symfony/polyfill-mbstring": "~1.0",
 
4095                 "symfony/polyfill-php80": "^1.16",
 
4096                 "symfony/routing": "^4.4.12|^5.1.4"
 
4099                 "doctrine/persistence": "<1.3",
 
4100                 "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
 
4101                 "phpdocumentor/type-resolver": "<0.3.0|1.3.*",
 
4102                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
 
4103                 "symfony/asset": "<3.4",
 
4104                 "symfony/browser-kit": "<4.3",
 
4105                 "symfony/console": "<4.4.21",
 
4106                 "symfony/dom-crawler": "<4.3",
 
4107                 "symfony/dotenv": "<4.3.6",
 
4108                 "symfony/form": "<4.3.5",
 
4109                 "symfony/http-client": "<4.4",
 
4110                 "symfony/lock": "<4.4",
 
4111                 "symfony/mailer": "<4.4",
 
4112                 "symfony/messenger": "<4.4",
 
4113                 "symfony/mime": "<4.4",
 
4114                 "symfony/property-info": "<3.4",
 
4115                 "symfony/security-bundle": "<4.4",
 
4116                 "symfony/serializer": "<4.4",
 
4117                 "symfony/stopwatch": "<3.4",
 
4118                 "symfony/translation": "<4.4",
 
4119                 "symfony/twig-bridge": "<4.1.1",
 
4120                 "symfony/twig-bundle": "<4.4",
 
4121                 "symfony/validator": "<4.4",
 
4122                 "symfony/web-profiler-bundle": "<4.4",
 
4123                 "symfony/workflow": "<4.3.6"
 
4126                 "doctrine/annotations": "^1.10.4",
 
4127                 "doctrine/cache": "^1.0|^2.0",
 
4128                 "doctrine/persistence": "^1.3|^2.0",
 
4129                 "paragonie/sodium_compat": "^1.8",
 
4130                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
 
4131                 "symfony/asset": "^3.4|^4.0|^5.0",
 
4132                 "symfony/browser-kit": "^4.3|^5.0",
 
4133                 "symfony/console": "^4.4.21|^5.0",
 
4134                 "symfony/css-selector": "^3.4|^4.0|^5.0",
 
4135                 "symfony/dom-crawler": "^4.3|^5.0",
 
4136                 "symfony/dotenv": "^4.3.6|^5.0",
 
4137                 "symfony/expression-language": "^3.4|^4.0|^5.0",
 
4138                 "symfony/form": "^4.3.5|^5.0",
 
4139                 "symfony/http-client": "^4.4|^5.0",
 
4140                 "symfony/lock": "^4.4|^5.0",
 
4141                 "symfony/mailer": "^4.4|^5.0",
 
4142                 "symfony/messenger": "^4.4|^5.0",
 
4143                 "symfony/mime": "^4.4|^5.0",
 
4144                 "symfony/polyfill-intl-icu": "~1.0",
 
4145                 "symfony/process": "^3.4|^4.0|^5.0",
 
4146                 "symfony/property-info": "^3.4|^4.0|^5.0",
 
4147                 "symfony/security-core": "^3.4|^4.4|^5.2",
 
4148                 "symfony/security-csrf": "^3.4|^4.0|^5.0",
 
4149                 "symfony/security-http": "^3.4|^4.0|^5.0",
 
4150                 "symfony/serializer": "^4.4|^5.0",
 
4151                 "symfony/stopwatch": "^3.4|^4.0|^5.0",
 
4152                 "symfony/templating": "^3.4|^4.0|^5.0",
 
4153                 "symfony/translation": "^4.4|^5.0",
 
4154                 "symfony/twig-bundle": "^4.4|^5.0",
 
4155                 "symfony/validator": "^4.4|^5.0",
 
4156                 "symfony/web-link": "^4.4|^5.0",
 
4157                 "symfony/workflow": "^4.3.6|^5.0",
 
4158                 "symfony/yaml": "^3.4|^4.0|^5.0",
 
4159                 "twig/twig": "^1.43|^2.13|^3.0.4"
 
4162                 "ext-apcu": "For best performance of the system caches",
 
4163                 "symfony/console": "For using the console commands",
 
4164                 "symfony/form": "For using forms",
 
4165                 "symfony/property-info": "For using the property_info service",
 
4166                 "symfony/serializer": "For using the serializer service",
 
4167                 "symfony/validator": "For using validation",
 
4168                 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
 
4169                 "symfony/yaml": "For using the debug:config and lint:yaml commands"
 
4171             "type": "symfony-bundle",
 
4174                     "Symfony\\Bundle\\FrameworkBundle\\": ""
 
4176                 "exclude-from-classmap": [
 
4180             "notification-url": "https://packagist.org/downloads/",
 
4186                     "name": "Fabien Potencier",
 
4187                     "email": "fabien@symfony.com"
 
4190                     "name": "Symfony Community",
 
4191                     "homepage": "https://symfony.com/contributors"
 
4194             "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
 
4195             "homepage": "https://symfony.com",
 
4197                 "source": "https://github.com/symfony/framework-bundle/tree/v4.4.27"
 
4201                     "url": "https://symfony.com/sponsor",
 
4205                     "url": "https://github.com/fabpot",
 
4209                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4213             "time": "2021-07-21T13:02:15+00:00"
 
4216             "name": "symfony/http-client-contracts",
 
4217             "version": "v2.4.0",
 
4220                 "url": "https://github.com/symfony/http-client-contracts.git",
 
4221                 "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
 
4225                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
 
4226                 "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
 
4233                 "symfony/http-client-implementation": ""
 
4238                     "dev-main": "2.4-dev"
 
4241                     "name": "symfony/contracts",
 
4242                     "url": "https://github.com/symfony/contracts"
 
4247                     "Symfony\\Contracts\\HttpClient\\": ""
 
4250             "notification-url": "https://packagist.org/downloads/",
 
4256                     "name": "Nicolas Grekas",
 
4257                     "email": "p@tchwork.com"
 
4260                     "name": "Symfony Community",
 
4261                     "homepage": "https://symfony.com/contributors"
 
4264             "description": "Generic abstractions related to HTTP clients",
 
4265             "homepage": "https://symfony.com",
 
4275                 "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
 
4279                     "url": "https://symfony.com/sponsor",
 
4283                     "url": "https://github.com/fabpot",
 
4287                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4291             "time": "2021-04-11T23:07:08+00:00"
 
4294             "name": "symfony/http-foundation",
 
4295             "version": "v4.4.29",
 
4298                 "url": "https://github.com/symfony/http-foundation.git",
 
4299                 "reference": "7016057b01f0ed3ec3ba1f31a580b6661667c2e1"
 
4303                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7016057b01f0ed3ec3ba1f31a580b6661667c2e1",
 
4304                 "reference": "7016057b01f0ed3ec3ba1f31a580b6661667c2e1",
 
4309                 "symfony/mime": "^4.3|^5.0",
 
4310                 "symfony/polyfill-mbstring": "~1.1",
 
4311                 "symfony/polyfill-php80": "^1.16"
 
4314                 "predis/predis": "~1.0",
 
4315                 "symfony/expression-language": "^3.4|^4.0|^5.0"
 
4320                     "Symfony\\Component\\HttpFoundation\\": ""
 
4322                 "exclude-from-classmap": [
 
4326             "notification-url": "https://packagist.org/downloads/",
 
4332                     "name": "Fabien Potencier",
 
4333                     "email": "fabien@symfony.com"
 
4336                     "name": "Symfony Community",
 
4337                     "homepage": "https://symfony.com/contributors"
 
4340             "description": "Defines an object-oriented layer for the HTTP specification",
 
4341             "homepage": "https://symfony.com",
 
4343                 "source": "https://github.com/symfony/http-foundation/tree/v4.4.29"
 
4347                     "url": "https://symfony.com/sponsor",
 
4351                     "url": "https://github.com/fabpot",
 
4355                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4359             "time": "2021-07-27T14:32:23+00:00"
 
4362             "name": "symfony/http-kernel",
 
4363             "version": "v4.4.29",
 
4366                 "url": "https://github.com/symfony/http-kernel.git",
 
4367                 "reference": "752b170e1ba0dd4104e7fa17c1cef1ec8a7fc506"
 
4371                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/752b170e1ba0dd4104e7fa17c1cef1ec8a7fc506",
 
4372                 "reference": "752b170e1ba0dd4104e7fa17c1cef1ec8a7fc506",
 
4378                 "symfony/error-handler": "^4.4",
 
4379                 "symfony/event-dispatcher": "^4.4",
 
4380                 "symfony/http-client-contracts": "^1.1|^2",
 
4381                 "symfony/http-foundation": "^4.4|^5.0",
 
4382                 "symfony/polyfill-ctype": "^1.8",
 
4383                 "symfony/polyfill-php73": "^1.9",
 
4384                 "symfony/polyfill-php80": "^1.16"
 
4387                 "symfony/browser-kit": "<4.3",
 
4388                 "symfony/config": "<3.4",
 
4389                 "symfony/console": ">=5",
 
4390                 "symfony/dependency-injection": "<4.3",
 
4391                 "symfony/translation": "<4.2",
 
4392                 "twig/twig": "<1.43|<2.13,>=2"
 
4395                 "psr/log-implementation": "1.0|2.0"
 
4398                 "psr/cache": "^1.0|^2.0|^3.0",
 
4399                 "symfony/browser-kit": "^4.3|^5.0",
 
4400                 "symfony/config": "^3.4|^4.0|^5.0",
 
4401                 "symfony/console": "^3.4|^4.0",
 
4402                 "symfony/css-selector": "^3.4|^4.0|^5.0",
 
4403                 "symfony/dependency-injection": "^4.3|^5.0",
 
4404                 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
 
4405                 "symfony/expression-language": "^3.4|^4.0|^5.0",
 
4406                 "symfony/finder": "^3.4|^4.0|^5.0",
 
4407                 "symfony/process": "^3.4|^4.0|^5.0",
 
4408                 "symfony/routing": "^3.4|^4.0|^5.0",
 
4409                 "symfony/stopwatch": "^3.4|^4.0|^5.0",
 
4410                 "symfony/templating": "^3.4|^4.0|^5.0",
 
4411                 "symfony/translation": "^4.2|^5.0",
 
4412                 "symfony/translation-contracts": "^1.1|^2",
 
4413                 "twig/twig": "^1.43|^2.13|^3.0.4"
 
4416                 "symfony/browser-kit": "",
 
4417                 "symfony/config": "",
 
4418                 "symfony/console": "",
 
4419                 "symfony/dependency-injection": ""
 
4424                     "Symfony\\Component\\HttpKernel\\": ""
 
4426                 "exclude-from-classmap": [
 
4430             "notification-url": "https://packagist.org/downloads/",
 
4436                     "name": "Fabien Potencier",
 
4437                     "email": "fabien@symfony.com"
 
4440                     "name": "Symfony Community",
 
4441                     "homepage": "https://symfony.com/contributors"
 
4444             "description": "Provides a structured process for converting a Request into a Response",
 
4445             "homepage": "https://symfony.com",
 
4447                 "source": "https://github.com/symfony/http-kernel/tree/v4.4.29"
 
4451                     "url": "https://symfony.com/sponsor",
 
4455                     "url": "https://github.com/fabpot",
 
4459                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4463             "time": "2021-07-29T06:45:05+00:00"
 
4466             "name": "symfony/inflector",
 
4467             "version": "v4.4.27",
 
4470                 "url": "https://github.com/symfony/inflector.git",
 
4471                 "reference": "2eb2095edc03a4f0780a417c2cf5b6f6ac5a7284"
 
4475                 "url": "https://api.github.com/repos/symfony/inflector/zipball/2eb2095edc03a4f0780a417c2cf5b6f6ac5a7284",
 
4476                 "reference": "2eb2095edc03a4f0780a417c2cf5b6f6ac5a7284",
 
4481                 "symfony/polyfill-ctype": "~1.8",
 
4482                 "symfony/polyfill-php80": "^1.16"
 
4487                     "Symfony\\Component\\Inflector\\": ""
 
4489                 "exclude-from-classmap": [
 
4493             "notification-url": "https://packagist.org/downloads/",
 
4499                     "name": "Bernhard Schussek",
 
4500                     "email": "bschussek@gmail.com"
 
4503                     "name": "Symfony Community",
 
4504                     "homepage": "https://symfony.com/contributors"
 
4507             "description": "Converts words between their singular and plural forms (English only)",
 
4508             "homepage": "https://symfony.com",
 
4518                 "source": "https://github.com/symfony/inflector/tree/v4.4.27"
 
4522                     "url": "https://symfony.com/sponsor",
 
4526                     "url": "https://github.com/fabpot",
 
4530                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4534             "abandoned": "use `EnglishInflector` from the String component instead",
 
4535             "time": "2021-07-21T12:19:41+00:00"
 
4538             "name": "symfony/intl",
 
4539             "version": "v4.4.27",
 
4542                 "url": "https://github.com/symfony/intl.git",
 
4543                 "reference": "68d3e86b943956234d241d8be78e0ebba96cebf7"
 
4547                 "url": "https://api.github.com/repos/symfony/intl/zipball/68d3e86b943956234d241d8be78e0ebba96cebf7",
 
4548                 "reference": "68d3e86b943956234d241d8be78e0ebba96cebf7",
 
4553                 "symfony/polyfill-intl-icu": "~1.0",
 
4554                 "symfony/polyfill-php80": "^1.16"
 
4557                 "symfony/filesystem": "^3.4|^4.0|^5.0"
 
4560                 "ext-intl": "to use the component with locales other than \"en\""
 
4565                     "Symfony\\Component\\Intl\\": ""
 
4570                 "exclude-from-classmap": [
 
4574             "notification-url": "https://packagist.org/downloads/",
 
4580                     "name": "Bernhard Schussek",
 
4581                     "email": "bschussek@gmail.com"
 
4584                     "name": "Eriksen Costa",
 
4585                     "email": "eriksen.costa@infranology.com.br"
 
4588                     "name": "Igor Wiedler",
 
4589                     "email": "igor@wiedler.ch"
 
4592                     "name": "Symfony Community",
 
4593                     "homepage": "https://symfony.com/contributors"
 
4596             "description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
 
4597             "homepage": "https://symfony.com",
 
4601                 "internationalization",
 
4607                 "source": "https://github.com/symfony/intl/tree/v4.4.27"
 
4611                     "url": "https://symfony.com/sponsor",
 
4615                     "url": "https://github.com/fabpot",
 
4619                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4623             "time": "2021-07-23T15:41:52+00:00"
 
4626             "name": "symfony/mailer",
 
4627             "version": "v4.4.27",
 
4630                 "url": "https://github.com/symfony/mailer.git",
 
4631                 "reference": "edcd1e89670d6b939a8222110ad5e13ab135bd22"
 
4635                 "url": "https://api.github.com/repos/symfony/mailer/zipball/edcd1e89670d6b939a8222110ad5e13ab135bd22",
 
4636                 "reference": "edcd1e89670d6b939a8222110ad5e13ab135bd22",
 
4640                 "egulias/email-validator": "^2.1.10|^3",
 
4642                 "psr/log": "^1|^2|^3",
 
4643                 "symfony/event-dispatcher": "^4.3",
 
4644                 "symfony/mime": "^4.4.21|^5.2.6",
 
4645                 "symfony/polyfill-php80": "^1.16",
 
4646                 "symfony/service-contracts": "^1.1|^2"
 
4649                 "symfony/http-kernel": "<4.4",
 
4650                 "symfony/sendgrid-mailer": "<4.4"
 
4653                 "symfony/amazon-mailer": "^4.4|^5.0",
 
4654                 "symfony/google-mailer": "^4.4|^5.0",
 
4655                 "symfony/http-client-contracts": "^1.1|^2",
 
4656                 "symfony/mailchimp-mailer": "^4.4|^5.0",
 
4657                 "symfony/mailgun-mailer": "^4.4|^5.0",
 
4658                 "symfony/messenger": "^4.4|^5.0",
 
4659                 "symfony/postmark-mailer": "^4.4|^5.0",
 
4660                 "symfony/sendgrid-mailer": "^4.4|^5.0"
 
4665                     "Symfony\\Component\\Mailer\\": ""
 
4667                 "exclude-from-classmap": [
 
4671             "notification-url": "https://packagist.org/downloads/",
 
4677                     "name": "Fabien Potencier",
 
4678                     "email": "fabien@symfony.com"
 
4681                     "name": "Symfony Community",
 
4682                     "homepage": "https://symfony.com/contributors"
 
4685             "description": "Helps sending emails",
 
4686             "homepage": "https://symfony.com",
 
4688                 "source": "https://github.com/symfony/mailer/tree/v4.4.27"
 
4692                     "url": "https://symfony.com/sponsor",
 
4696                     "url": "https://github.com/fabpot",
 
4700                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4704             "time": "2021-07-23T15:41:52+00:00"
 
4707             "name": "symfony/mime",
 
4708             "version": "v4.4.27",
 
4711                 "url": "https://github.com/symfony/mime.git",
 
4712                 "reference": "6ab91e811439360339ebde803630c8d74223fa77"
 
4716                 "url": "https://api.github.com/repos/symfony/mime/zipball/6ab91e811439360339ebde803630c8d74223fa77",
 
4717                 "reference": "6ab91e811439360339ebde803630c8d74223fa77",
 
4722                 "symfony/polyfill-intl-idn": "^1.10",
 
4723                 "symfony/polyfill-mbstring": "^1.0",
 
4724                 "symfony/polyfill-php80": "^1.16"
 
4727                 "egulias/email-validator": "~3.0.0",
 
4728                 "symfony/mailer": "<4.4"
 
4731                 "egulias/email-validator": "^2.1.10|^3.1",
 
4732                 "symfony/dependency-injection": "^3.4|^4.1|^5.0"
 
4737                     "Symfony\\Component\\Mime\\": ""
 
4739                 "exclude-from-classmap": [
 
4743             "notification-url": "https://packagist.org/downloads/",
 
4749                     "name": "Fabien Potencier",
 
4750                     "email": "fabien@symfony.com"
 
4753                     "name": "Symfony Community",
 
4754                     "homepage": "https://symfony.com/contributors"
 
4757             "description": "Allows manipulating MIME messages",
 
4758             "homepage": "https://symfony.com",
 
4764                 "source": "https://github.com/symfony/mime/tree/v4.4.27"
 
4768                     "url": "https://symfony.com/sponsor",
 
4772                     "url": "https://github.com/fabpot",
 
4776                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4780             "time": "2021-07-21T12:19:41+00:00"
 
4783             "name": "symfony/options-resolver",
 
4784             "version": "v4.4.27",
 
4787                 "url": "https://github.com/symfony/options-resolver.git",
 
4788                 "reference": "66a3346190f9ddb8bcb160649ee452af3529a990"
 
4792                 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/66a3346190f9ddb8bcb160649ee452af3529a990",
 
4793                 "reference": "66a3346190f9ddb8bcb160649ee452af3529a990",
 
4798                 "symfony/polyfill-php80": "^1.16"
 
4803                     "Symfony\\Component\\OptionsResolver\\": ""
 
4805                 "exclude-from-classmap": [
 
4809             "notification-url": "https://packagist.org/downloads/",
 
4815                     "name": "Fabien Potencier",
 
4816                     "email": "fabien@symfony.com"
 
4819                     "name": "Symfony Community",
 
4820                     "homepage": "https://symfony.com/contributors"
 
4823             "description": "Provides an improved replacement for the array_replace PHP function",
 
4824             "homepage": "https://symfony.com",
 
4831                 "source": "https://github.com/symfony/options-resolver/tree/v4.4.27"
 
4835                     "url": "https://symfony.com/sponsor",
 
4839                     "url": "https://github.com/fabpot",
 
4843                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4847             "time": "2021-07-23T15:41:52+00:00"
 
4850             "name": "symfony/polyfill-intl-icu",
 
4851             "version": "v1.23.0",
 
4854                 "url": "https://github.com/symfony/polyfill-intl-icu.git",
 
4855                 "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda"
 
4859                 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4a80a521d6176870b6445cfb469c130f9cae1dda",
 
4860                 "reference": "4a80a521d6176870b6445cfb469c130f9cae1dda",
 
4867                 "ext-intl": "For best performance and support of other locales than \"en\""
 
4872                     "dev-main": "1.23-dev"
 
4875                     "name": "symfony/polyfill",
 
4876                     "url": "https://github.com/symfony/polyfill"
 
4884                     "Symfony\\Polyfill\\Intl\\Icu\\": ""
 
4889                 "exclude-from-classmap": [
 
4893             "notification-url": "https://packagist.org/downloads/",
 
4899                     "name": "Nicolas Grekas",
 
4900                     "email": "p@tchwork.com"
 
4903                     "name": "Symfony Community",
 
4904                     "homepage": "https://symfony.com/contributors"
 
4907             "description": "Symfony polyfill for intl's ICU-related data and classes",
 
4908             "homepage": "https://symfony.com",
 
4918                 "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.23.0"
 
4922                     "url": "https://symfony.com/sponsor",
 
4926                     "url": "https://github.com/fabpot",
 
4930                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4934             "time": "2021-05-24T10:04:56+00:00"
 
4937             "name": "symfony/polyfill-intl-idn",
 
4938             "version": "v1.23.0",
 
4941                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
 
4942                 "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
 
4946                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
 
4947                 "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
 
4952                 "symfony/polyfill-intl-normalizer": "^1.10",
 
4953                 "symfony/polyfill-php72": "^1.10"
 
4956                 "ext-intl": "For best performance"
 
4961                     "dev-main": "1.23-dev"
 
4964                     "name": "symfony/polyfill",
 
4965                     "url": "https://github.com/symfony/polyfill"
 
4970                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
 
4976             "notification-url": "https://packagist.org/downloads/",
 
4982                     "name": "Laurent Bassin",
 
4983                     "email": "laurent@bassin.info"
 
4986                     "name": "Trevor Rowbotham",
 
4987                     "email": "trevor.rowbotham@pm.me"
 
4990                     "name": "Symfony Community",
 
4991                     "homepage": "https://symfony.com/contributors"
 
4994             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
 
4995             "homepage": "https://symfony.com",
 
5005                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
 
5009                     "url": "https://symfony.com/sponsor",
 
5013                     "url": "https://github.com/fabpot",
 
5017                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5021             "time": "2021-05-27T09:27:20+00:00"
 
5024             "name": "symfony/polyfill-intl-normalizer",
 
5025             "version": "v1.23.0",
 
5028                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
 
5029                 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
 
5033                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
 
5034                 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
 
5041                 "ext-intl": "For best performance"
 
5046                     "dev-main": "1.23-dev"
 
5049                     "name": "symfony/polyfill",
 
5050                     "url": "https://github.com/symfony/polyfill"
 
5055                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
 
5064             "notification-url": "https://packagist.org/downloads/",
 
5070                     "name": "Nicolas Grekas",
 
5071                     "email": "p@tchwork.com"
 
5074                     "name": "Symfony Community",
 
5075                     "homepage": "https://symfony.com/contributors"
 
5078             "description": "Symfony polyfill for intl's Normalizer class and related functions",
 
5079             "homepage": "https://symfony.com",
 
5089                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
 
5093                     "url": "https://symfony.com/sponsor",
 
5097                     "url": "https://github.com/fabpot",
 
5101                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5105             "time": "2021-02-19T12:13:01+00:00"
 
5108             "name": "symfony/polyfill-mbstring",
 
5109             "version": "v1.23.1",
 
5112                 "url": "https://github.com/symfony/polyfill-mbstring.git",
 
5113                 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
 
5117                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
 
5118                 "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
 
5125                 "ext-mbstring": "For best performance"
 
5130                     "dev-main": "1.23-dev"
 
5133                     "name": "symfony/polyfill",
 
5134                     "url": "https://github.com/symfony/polyfill"
 
5139                     "Symfony\\Polyfill\\Mbstring\\": ""
 
5145             "notification-url": "https://packagist.org/downloads/",
 
5151                     "name": "Nicolas Grekas",
 
5152                     "email": "p@tchwork.com"
 
5155                     "name": "Symfony Community",
 
5156                     "homepage": "https://symfony.com/contributors"
 
5159             "description": "Symfony polyfill for the Mbstring extension",
 
5160             "homepage": "https://symfony.com",
 
5169                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
 
5173                     "url": "https://symfony.com/sponsor",
 
5177                     "url": "https://github.com/fabpot",
 
5181                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5185             "time": "2021-05-27T12:26:48+00:00"
 
5188             "name": "symfony/polyfill-php72",
 
5189             "version": "v1.23.0",
 
5192                 "url": "https://github.com/symfony/polyfill-php72.git",
 
5193                 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
 
5197                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
 
5198                 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
 
5207                     "dev-main": "1.23-dev"
 
5210                     "name": "symfony/polyfill",
 
5211                     "url": "https://github.com/symfony/polyfill"
 
5216                     "Symfony\\Polyfill\\Php72\\": ""
 
5222             "notification-url": "https://packagist.org/downloads/",
 
5228                     "name": "Nicolas Grekas",
 
5229                     "email": "p@tchwork.com"
 
5232                     "name": "Symfony Community",
 
5233                     "homepage": "https://symfony.com/contributors"
 
5236             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
 
5237             "homepage": "https://symfony.com",
 
5245                 "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
 
5249                     "url": "https://symfony.com/sponsor",
 
5253                     "url": "https://github.com/fabpot",
 
5257                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5261             "time": "2021-05-27T09:17:38+00:00"
 
5264             "name": "symfony/polyfill-php73",
 
5265             "version": "v1.23.0",
 
5268                 "url": "https://github.com/symfony/polyfill-php73.git",
 
5269                 "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
 
5273                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
 
5274                 "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
 
5283                     "dev-main": "1.23-dev"
 
5286                     "name": "symfony/polyfill",
 
5287                     "url": "https://github.com/symfony/polyfill"
 
5292                     "Symfony\\Polyfill\\Php73\\": ""
 
5301             "notification-url": "https://packagist.org/downloads/",
 
5307                     "name": "Nicolas Grekas",
 
5308                     "email": "p@tchwork.com"
 
5311                     "name": "Symfony Community",
 
5312                     "homepage": "https://symfony.com/contributors"
 
5315             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
 
5316             "homepage": "https://symfony.com",
 
5324                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
 
5328                     "url": "https://symfony.com/sponsor",
 
5332                     "url": "https://github.com/fabpot",
 
5336                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5340             "time": "2021-02-19T12:13:01+00:00"
 
5343             "name": "symfony/polyfill-php80",
 
5344             "version": "v1.23.1",
 
5347                 "url": "https://github.com/symfony/polyfill-php80.git",
 
5348                 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
 
5352                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
 
5353                 "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
 
5362                     "dev-main": "1.23-dev"
 
5365                     "name": "symfony/polyfill",
 
5366                     "url": "https://github.com/symfony/polyfill"
 
5371                     "Symfony\\Polyfill\\Php80\\": ""
 
5380             "notification-url": "https://packagist.org/downloads/",
 
5386                     "name": "Ion Bazan",
 
5387                     "email": "ion.bazan@gmail.com"
 
5390                     "name": "Nicolas Grekas",
 
5391                     "email": "p@tchwork.com"
 
5394                     "name": "Symfony Community",
 
5395                     "homepage": "https://symfony.com/contributors"
 
5398             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
 
5399             "homepage": "https://symfony.com",
 
5407                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
 
5411                     "url": "https://symfony.com/sponsor",
 
5415                     "url": "https://github.com/fabpot",
 
5419                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5423             "time": "2021-07-28T13:41:28+00:00"
 
5426             "name": "symfony/polyfill-php81",
 
5427             "version": "v1.23.0",
 
5430                 "url": "https://github.com/symfony/polyfill-php81.git",
 
5431                 "reference": "e66119f3de95efc359483f810c4c3e6436279436"
 
5435                 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
 
5436                 "reference": "e66119f3de95efc359483f810c4c3e6436279436",
 
5445                     "dev-main": "1.23-dev"
 
5448                     "name": "symfony/polyfill",
 
5449                     "url": "https://github.com/symfony/polyfill"
 
5454                     "Symfony\\Polyfill\\Php81\\": ""
 
5463             "notification-url": "https://packagist.org/downloads/",
 
5469                     "name": "Nicolas Grekas",
 
5470                     "email": "p@tchwork.com"
 
5473                     "name": "Symfony Community",
 
5474                     "homepage": "https://symfony.com/contributors"
 
5477             "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
 
5478             "homepage": "https://symfony.com",
 
5486                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
 
5490                     "url": "https://symfony.com/sponsor",
 
5494                     "url": "https://github.com/fabpot",
 
5498                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5502             "time": "2021-05-21T13:25:03+00:00"
 
5505             "name": "symfony/process",
 
5506             "version": "v4.4.27",
 
5509                 "url": "https://github.com/symfony/process.git",
 
5510                 "reference": "0b7dc5599ac4aa6d7b936c8f7d10abae64f6cf7f"
 
5514                 "url": "https://api.github.com/repos/symfony/process/zipball/0b7dc5599ac4aa6d7b936c8f7d10abae64f6cf7f",
 
5515                 "reference": "0b7dc5599ac4aa6d7b936c8f7d10abae64f6cf7f",
 
5520                 "symfony/polyfill-php80": "^1.16"
 
5525                     "Symfony\\Component\\Process\\": ""
 
5527                 "exclude-from-classmap": [
 
5531             "notification-url": "https://packagist.org/downloads/",
 
5537                     "name": "Fabien Potencier",
 
5538                     "email": "fabien@symfony.com"
 
5541                     "name": "Symfony Community",
 
5542                     "homepage": "https://symfony.com/contributors"
 
5545             "description": "Executes commands in sub-processes",
 
5546             "homepage": "https://symfony.com",
 
5548                 "source": "https://github.com/symfony/process/tree/v4.4.27"
 
5552                     "url": "https://symfony.com/sponsor",
 
5556                     "url": "https://github.com/fabpot",
 
5560                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5564             "time": "2021-07-23T15:41:52+00:00"
 
5567             "name": "symfony/profiler-pack",
 
5568             "version": "v1.0.5",
 
5571                 "url": "https://github.com/symfony/profiler-pack.git",
 
5572                 "reference": "29ec66471082b4eb068db11eb4f0a48c277653f7"
 
5576                 "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/29ec66471082b4eb068db11eb4f0a48c277653f7",
 
5577                 "reference": "29ec66471082b4eb068db11eb4f0a48c277653f7",
 
5581                 "symfony/stopwatch": "*",
 
5582                 "symfony/twig-bundle": "*",
 
5583                 "symfony/web-profiler-bundle": "*"
 
5585             "type": "symfony-pack",
 
5586             "notification-url": "https://packagist.org/downloads/",
 
5590             "description": "A pack for the Symfony web profiler",
 
5592                 "issues": "https://github.com/symfony/profiler-pack/issues",
 
5593                 "source": "https://github.com/symfony/profiler-pack/tree/v1.0.5"
 
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-08-12T06:50:46+00:00"
 
5612             "name": "symfony/property-access",
 
5613             "version": "v4.4.27",
 
5616                 "url": "https://github.com/symfony/property-access.git",
 
5617                 "reference": "9fcb3ac3f915749b60d789bc09e0c6d6d50290a9"
 
5621                 "url": "https://api.github.com/repos/symfony/property-access/zipball/9fcb3ac3f915749b60d789bc09e0c6d6d50290a9",
 
5622                 "reference": "9fcb3ac3f915749b60d789bc09e0c6d6d50290a9",
 
5627                 "symfony/inflector": "^3.4|^4.0|^5.0",
 
5628                 "symfony/polyfill-php80": "^1.16"
 
5631                 "symfony/cache": "^3.4|^4.0|^5.0"
 
5634                 "psr/cache-implementation": "To cache access methods."
 
5639                     "Symfony\\Component\\PropertyAccess\\": ""
 
5641                 "exclude-from-classmap": [
 
5645             "notification-url": "https://packagist.org/downloads/",
 
5651                     "name": "Fabien Potencier",
 
5652                     "email": "fabien@symfony.com"
 
5655                     "name": "Symfony Community",
 
5656                     "homepage": "https://symfony.com/contributors"
 
5659             "description": "Provides functions to read and write from/to an object or array using a simple string notation",
 
5660             "homepage": "https://symfony.com",
 
5673                 "source": "https://github.com/symfony/property-access/tree/v4.4.27"
 
5677                     "url": "https://symfony.com/sponsor",
 
5681                     "url": "https://github.com/fabpot",
 
5685                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5689             "time": "2021-07-21T12:19:41+00:00"
 
5692             "name": "symfony/routing",
 
5693             "version": "v4.4.27",
 
5696                 "url": "https://github.com/symfony/routing.git",
 
5697                 "reference": "244609821beece97167fa7ba4eef49d2a31862db"
 
5701                 "url": "https://api.github.com/repos/symfony/routing/zipball/244609821beece97167fa7ba4eef49d2a31862db",
 
5702                 "reference": "244609821beece97167fa7ba4eef49d2a31862db",
 
5707                 "symfony/polyfill-php80": "^1.16"
 
5710                 "symfony/config": "<4.2",
 
5711                 "symfony/dependency-injection": "<3.4",
 
5712                 "symfony/yaml": "<3.4"
 
5715                 "doctrine/annotations": "^1.10.4",
 
5716                 "psr/log": "^1|^2|^3",
 
5717                 "symfony/config": "^4.2|^5.0",
 
5718                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
 
5719                 "symfony/expression-language": "^3.4|^4.0|^5.0",
 
5720                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
 
5721                 "symfony/yaml": "^3.4|^4.0|^5.0"
 
5724                 "doctrine/annotations": "For using the annotation loader",
 
5725                 "symfony/config": "For using the all-in-one router or any loader",
 
5726                 "symfony/expression-language": "For using expression matching",
 
5727                 "symfony/http-foundation": "For using a Symfony Request object",
 
5728                 "symfony/yaml": "For using the YAML loader"
 
5733                     "Symfony\\Component\\Routing\\": ""
 
5735                 "exclude-from-classmap": [
 
5739             "notification-url": "https://packagist.org/downloads/",
 
5745                     "name": "Fabien Potencier",
 
5746                     "email": "fabien@symfony.com"
 
5749                     "name": "Symfony Community",
 
5750                     "homepage": "https://symfony.com/contributors"
 
5753             "description": "Maps an HTTP request to a set of configuration variables",
 
5754             "homepage": "https://symfony.com",
 
5762                 "source": "https://github.com/symfony/routing/tree/v4.4.27"
 
5766                     "url": "https://symfony.com/sponsor",
 
5770                     "url": "https://github.com/fabpot",
 
5774                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5778             "time": "2021-07-23T15:41:52+00:00"
 
5781             "name": "symfony/security-bundle",
 
5782             "version": "v4.4.27",
 
5785                 "url": "https://github.com/symfony/security-bundle.git",
 
5786                 "reference": "49a09063f633d059b34d53c47adee7144c883bbe"
 
5790                 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/49a09063f633d059b34d53c47adee7144c883bbe",
 
5791                 "reference": "49a09063f633d059b34d53c47adee7144c883bbe",
 
5797                 "symfony/config": "^4.2|^5.0",
 
5798                 "symfony/dependency-injection": "^4.4|^5.0",
 
5799                 "symfony/http-kernel": "^4.4",
 
5800                 "symfony/polyfill-php80": "^1.16",
 
5801                 "symfony/security-core": "^4.4",
 
5802                 "symfony/security-csrf": "^4.2|^5.0",
 
5803                 "symfony/security-guard": "^4.2|^5.0",
 
5804                 "symfony/security-http": "^4.4.5"
 
5807                 "symfony/browser-kit": "<4.2",
 
5808                 "symfony/console": "<3.4",
 
5809                 "symfony/framework-bundle": "<4.4",
 
5810                 "symfony/ldap": "<4.4",
 
5811                 "symfony/twig-bundle": "<4.4"
 
5814                 "doctrine/annotations": "^1.10.4",
 
5815                 "symfony/asset": "^3.4|^4.0|^5.0",
 
5816                 "symfony/browser-kit": "^4.2|^5.0",
 
5817                 "symfony/console": "^3.4|^4.0|^5.0",
 
5818                 "symfony/css-selector": "^3.4|^4.0|^5.0",
 
5819                 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
 
5820                 "symfony/expression-language": "^3.4|^4.0|^5.0",
 
5821                 "symfony/form": "^3.4|^4.0|^5.0",
 
5822                 "symfony/framework-bundle": "^4.4|^5.0",
 
5823                 "symfony/process": "^3.4|^4.0|^5.0",
 
5824                 "symfony/serializer": "^4.4|^5.0",
 
5825                 "symfony/translation": "^3.4|^4.0|^5.0",
 
5826                 "symfony/twig-bridge": "^3.4|^4.0|^5.0",
 
5827                 "symfony/twig-bundle": "^4.4|^5.0",
 
5828                 "symfony/validator": "^3.4|^4.0|^5.0",
 
5829                 "symfony/yaml": "^3.4|^4.0|^5.0",
 
5830                 "twig/twig": "^1.43|^2.13|^3.0.4"
 
5832             "type": "symfony-bundle",
 
5835                     "Symfony\\Bundle\\SecurityBundle\\": ""
 
5837                 "exclude-from-classmap": [
 
5841             "notification-url": "https://packagist.org/downloads/",
 
5847                     "name": "Fabien Potencier",
 
5848                     "email": "fabien@symfony.com"
 
5851                     "name": "Symfony Community",
 
5852                     "homepage": "https://symfony.com/contributors"
 
5855             "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
 
5856             "homepage": "https://symfony.com",
 
5858                 "source": "https://github.com/symfony/security-bundle/tree/v4.4.27"
 
5862                     "url": "https://symfony.com/sponsor",
 
5866                     "url": "https://github.com/fabpot",
 
5870                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5874             "time": "2021-07-24T09:09:34+00:00"
 
5877             "name": "symfony/security-core",
 
5878             "version": "v4.4.29",
 
5881                 "url": "https://github.com/symfony/security-core.git",
 
5882                 "reference": "eb753f38b2baa10642c81e4955f14b58b59dc4b1"
 
5886                 "url": "https://api.github.com/repos/symfony/security-core/zipball/eb753f38b2baa10642c81e4955f14b58b59dc4b1",
 
5887                 "reference": "eb753f38b2baa10642c81e4955f14b58b59dc4b1",
 
5892                 "symfony/event-dispatcher-contracts": "^1.1|^2",
 
5893                 "symfony/polyfill-php80": "^1.16",
 
5894                 "symfony/service-contracts": "^1.1.6|^2"
 
5897                 "symfony/event-dispatcher": "<4.3|>=5",
 
5898                 "symfony/ldap": "<4.4",
 
5899                 "symfony/security-guard": "<4.3"
 
5902                 "psr/container": "^1.0|^2.0",
 
5903                 "psr/log": "^1|^2|^3",
 
5904                 "symfony/event-dispatcher": "^4.3",
 
5905                 "symfony/expression-language": "^3.4|^4.0|^5.0",
 
5906                 "symfony/http-foundation": "^3.4|^4.0|^5.0",
 
5907                 "symfony/ldap": "^4.4|^5.0",
 
5908                 "symfony/translation": "^4.4|^5.0",
 
5909                 "symfony/validator": "^3.4.31|^4.3.4|^5.0"
 
5912                 "psr/container-implementation": "To instantiate the Security class",
 
5913                 "symfony/event-dispatcher": "",
 
5914                 "symfony/expression-language": "For using the expression voter",
 
5915                 "symfony/http-foundation": "",
 
5916                 "symfony/ldap": "For using LDAP integration",
 
5917                 "symfony/validator": "For using the user password constraint"
 
5922                     "Symfony\\Component\\Security\\Core\\": ""
 
5924                 "exclude-from-classmap": [
 
5928             "notification-url": "https://packagist.org/downloads/",
 
5934                     "name": "Fabien Potencier",
 
5935                     "email": "fabien@symfony.com"
 
5938                     "name": "Symfony Community",
 
5939                     "homepage": "https://symfony.com/contributors"
 
5942             "description": "Symfony Security Component - Core Library",
 
5943             "homepage": "https://symfony.com",
 
5945                 "source": "https://github.com/symfony/security-core/tree/v4.4.29"
 
5949                     "url": "https://symfony.com/sponsor",
 
5953                     "url": "https://github.com/fabpot",
 
5957                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5961             "time": "2021-07-27T06:31:16+00:00"
 
5964             "name": "symfony/security-csrf",
 
5965             "version": "v4.4.27",
 
5968                 "url": "https://github.com/symfony/security-csrf.git",
 
5969                 "reference": "e5bba6497d2f1178e23615d5ca01933a29b65a45"
 
5973                 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/e5bba6497d2f1178e23615d5ca01933a29b65a45",
 
5974                 "reference": "e5bba6497d2f1178e23615d5ca01933a29b65a45",
 
5979                 "symfony/polyfill-php80": "^1.16",
 
5980                 "symfony/security-core": "^3.4|^4.0|^5.0"
 
5983                 "symfony/http-foundation": "<3.4"
 
5986                 "symfony/http-foundation": "^3.4|^4.0|^5.0"
 
5989                 "symfony/http-foundation": "For using the class SessionTokenStorage."
 
5994                     "Symfony\\Component\\Security\\Csrf\\": ""
 
5996                 "exclude-from-classmap": [
 
6000             "notification-url": "https://packagist.org/downloads/",
 
6006                     "name": "Fabien Potencier",
 
6007                     "email": "fabien@symfony.com"
 
6010                     "name": "Symfony Community",
 
6011                     "homepage": "https://symfony.com/contributors"
 
6014             "description": "Symfony Security Component - CSRF Library",
 
6015             "homepage": "https://symfony.com",
 
6017                 "source": "https://github.com/symfony/security-csrf/tree/v4.4.27"
 
6021                     "url": "https://symfony.com/sponsor",
 
6025                     "url": "https://github.com/fabpot",
 
6029                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6033             "time": "2021-07-21T12:19:41+00:00"
 
6036             "name": "symfony/security-guard",
 
6037             "version": "v4.4.27",
 
6040                 "url": "https://github.com/symfony/security-guard.git",
 
6041                 "reference": "68d4be4fe90f4eccbbf379d478f2067550a25469"
 
6045                 "url": "https://api.github.com/repos/symfony/security-guard/zipball/68d4be4fe90f4eccbbf379d478f2067550a25469",
 
6046                 "reference": "68d4be4fe90f4eccbbf379d478f2067550a25469",
 
6051                 "symfony/security-core": "^3.4.22|^4.2.3|^5.0",
 
6052                 "symfony/security-http": "^4.4.1"
 
6055                 "psr/log": "^1|^2|^3"
 
6060                     "Symfony\\Component\\Security\\Guard\\": ""
 
6062                 "exclude-from-classmap": [
 
6066             "notification-url": "https://packagist.org/downloads/",
 
6072                     "name": "Fabien Potencier",
 
6073                     "email": "fabien@symfony.com"
 
6076                     "name": "Symfony Community",
 
6077                     "homepage": "https://symfony.com/contributors"
 
6080             "description": "Symfony Security Component - Guard",
 
6081             "homepage": "https://symfony.com",
 
6083                 "source": "https://github.com/symfony/security-guard/tree/v4.4.27"
 
6087                     "url": "https://symfony.com/sponsor",
 
6091                     "url": "https://github.com/fabpot",
 
6095                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6099             "time": "2021-07-18T14:08:08+00:00"
 
6102             "name": "symfony/security-http",
 
6103             "version": "v4.4.27",
 
6106                 "url": "https://github.com/symfony/security-http.git",
 
6107                 "reference": "ffd0ba05ee81b60928c1e422fd212101ef72f0f3"
 
6111                 "url": "https://api.github.com/repos/symfony/security-http/zipball/ffd0ba05ee81b60928c1e422fd212101ef72f0f3",
 
6112                 "reference": "ffd0ba05ee81b60928c1e422fd212101ef72f0f3",
 
6117                 "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7",
 
6118                 "symfony/http-kernel": "^4.4",
 
6119                 "symfony/polyfill-php80": "^1.16",
 
6120                 "symfony/property-access": "^3.4|^4.0|^5.0",
 
6121                 "symfony/security-core": "^4.4.8"
 
6124                 "symfony/event-dispatcher": ">=5",
 
6125                 "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11"
 
6128                 "psr/log": "^1|^2|^3",
 
6129                 "symfony/routing": "^3.4|^4.0|^5.0",
 
6130                 "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0"
 
6133                 "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",
 
6134                 "symfony/security-csrf": "For using tokens to protect authentication/logout attempts"
 
6139                     "Symfony\\Component\\Security\\Http\\": ""
 
6141                 "exclude-from-classmap": [
 
6145             "notification-url": "https://packagist.org/downloads/",
 
6151                     "name": "Fabien Potencier",
 
6152                     "email": "fabien@symfony.com"
 
6155                     "name": "Symfony Community",
 
6156                     "homepage": "https://symfony.com/contributors"
 
6159             "description": "Symfony Security Component - HTTP Integration",
 
6160             "homepage": "https://symfony.com",
 
6162                 "source": "https://github.com/symfony/security-http/tree/v4.4.27"
 
6166                     "url": "https://symfony.com/sponsor",
 
6170                     "url": "https://github.com/fabpot",
 
6174                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6178             "time": "2021-07-21T12:19:41+00:00"
 
6181             "name": "symfony/service-contracts",
 
6182             "version": "v2.4.0",
 
6185                 "url": "https://github.com/symfony/service-contracts.git",
 
6186                 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
 
6190                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
 
6191                 "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
 
6196                 "psr/container": "^1.1"
 
6199                 "symfony/service-implementation": ""
 
6204                     "dev-main": "2.4-dev"
 
6207                     "name": "symfony/contracts",
 
6208                     "url": "https://github.com/symfony/contracts"
 
6213                     "Symfony\\Contracts\\Service\\": ""
 
6216             "notification-url": "https://packagist.org/downloads/",
 
6222                     "name": "Nicolas Grekas",
 
6223                     "email": "p@tchwork.com"
 
6226                     "name": "Symfony Community",
 
6227                     "homepage": "https://symfony.com/contributors"
 
6230             "description": "Generic abstractions related to writing services",
 
6231             "homepage": "https://symfony.com",
 
6241                 "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
 
6245                     "url": "https://symfony.com/sponsor",
 
6249                     "url": "https://github.com/fabpot",
 
6253                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6257             "time": "2021-04-01T10:43:52+00:00"
 
6260             "name": "symfony/stopwatch",
 
6261             "version": "v4.4.27",
 
6264                 "url": "https://github.com/symfony/stopwatch.git",
 
6265                 "reference": "c85d997af06a58ba83e2d2538e335b894c24523d"
 
6269                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c85d997af06a58ba83e2d2538e335b894c24523d",
 
6270                 "reference": "c85d997af06a58ba83e2d2538e335b894c24523d",
 
6275                 "symfony/service-contracts": "^1.0|^2"
 
6280                     "Symfony\\Component\\Stopwatch\\": ""
 
6282                 "exclude-from-classmap": [
 
6286             "notification-url": "https://packagist.org/downloads/",
 
6292                     "name": "Fabien Potencier",
 
6293                     "email": "fabien@symfony.com"
 
6296                     "name": "Symfony Community",
 
6297                     "homepage": "https://symfony.com/contributors"
 
6300             "description": "Provides a way to profile code",
 
6301             "homepage": "https://symfony.com",
 
6303                 "source": "https://github.com/symfony/stopwatch/tree/v4.4.27"
 
6307                     "url": "https://symfony.com/sponsor",
 
6311                     "url": "https://github.com/fabpot",
 
6315                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6319             "time": "2021-07-10T08:41:57+00:00"
 
6322             "name": "symfony/translation",
 
6323             "version": "v4.4.27",
 
6326                 "url": "https://github.com/symfony/translation.git",
 
6327                 "reference": "2e3c0f2bf704d635ba862e7198d72331a62d82ba"
 
6331                 "url": "https://api.github.com/repos/symfony/translation/zipball/2e3c0f2bf704d635ba862e7198d72331a62d82ba",
 
6332                 "reference": "2e3c0f2bf704d635ba862e7198d72331a62d82ba",
 
6337                 "symfony/polyfill-mbstring": "~1.0",
 
6338                 "symfony/polyfill-php80": "^1.16",
 
6339                 "symfony/translation-contracts": "^1.1.6|^2"
 
6342                 "symfony/config": "<3.4",
 
6343                 "symfony/dependency-injection": "<3.4",
 
6344                 "symfony/http-kernel": "<4.4",
 
6345                 "symfony/yaml": "<3.4"
 
6348                 "symfony/translation-implementation": "1.0|2.0"
 
6351                 "psr/log": "^1|^2|^3",
 
6352                 "symfony/config": "^3.4|^4.0|^5.0",
 
6353                 "symfony/console": "^3.4|^4.0|^5.0",
 
6354                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
 
6355                 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
 
6356                 "symfony/http-kernel": "^4.4",
 
6357                 "symfony/intl": "^3.4|^4.0|^5.0",
 
6358                 "symfony/service-contracts": "^1.1.2|^2",
 
6359                 "symfony/yaml": "^3.4|^4.0|^5.0"
 
6362                 "psr/log-implementation": "To use logging capability in translator",
 
6363                 "symfony/config": "",
 
6369                     "Symfony\\Component\\Translation\\": ""
 
6371                 "exclude-from-classmap": [
 
6375             "notification-url": "https://packagist.org/downloads/",
 
6381                     "name": "Fabien Potencier",
 
6382                     "email": "fabien@symfony.com"
 
6385                     "name": "Symfony Community",
 
6386                     "homepage": "https://symfony.com/contributors"
 
6389             "description": "Provides tools to internationalize your application",
 
6390             "homepage": "https://symfony.com",
 
6392                 "source": "https://github.com/symfony/translation/tree/v4.4.27"
 
6396                     "url": "https://symfony.com/sponsor",
 
6400                     "url": "https://github.com/fabpot",
 
6404                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6408             "time": "2021-07-21T13:12:00+00:00"
 
6411             "name": "symfony/translation-contracts",
 
6412             "version": "v2.4.0",
 
6415                 "url": "https://github.com/symfony/translation-contracts.git",
 
6416                 "reference": "95c812666f3e91db75385749fe219c5e494c7f95"
 
6420                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
 
6421                 "reference": "95c812666f3e91db75385749fe219c5e494c7f95",
 
6428                 "symfony/translation-implementation": ""
 
6433                     "dev-main": "2.4-dev"
 
6436                     "name": "symfony/contracts",
 
6437                     "url": "https://github.com/symfony/contracts"
 
6442                     "Symfony\\Contracts\\Translation\\": ""
 
6445             "notification-url": "https://packagist.org/downloads/",
 
6451                     "name": "Nicolas Grekas",
 
6452                     "email": "p@tchwork.com"
 
6455                     "name": "Symfony Community",
 
6456                     "homepage": "https://symfony.com/contributors"
 
6459             "description": "Generic abstractions related to translation",
 
6460             "homepage": "https://symfony.com",
 
6470                 "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
 
6474                     "url": "https://symfony.com/sponsor",
 
6478                     "url": "https://github.com/fabpot",
 
6482                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6486             "time": "2021-03-23T23:28:01+00:00"
 
6489             "name": "symfony/twig-bridge",
 
6490             "version": "v4.4.27",
 
6493                 "url": "https://github.com/symfony/twig-bridge.git",
 
6494                 "reference": "533c37d310d59ab84df8ca6815a581f92e7ffcf6"
 
6498                 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/533c37d310d59ab84df8ca6815a581f92e7ffcf6",
 
6499                 "reference": "533c37d310d59ab84df8ca6815a581f92e7ffcf6",
 
6504                 "symfony/polyfill-php80": "^1.16",
 
6505                 "symfony/translation-contracts": "^1.1|^2",
 
6506                 "twig/twig": "^1.43|^2.13|^3.0.4"
 
6509                 "symfony/console": "<3.4",
 
6510                 "symfony/form": "<4.4",
 
6511                 "symfony/http-foundation": "<4.3",
 
6512                 "symfony/translation": "<4.2",
 
6513                 "symfony/workflow": "<4.3"
 
6516                 "egulias/email-validator": "^2.1.10|^3",
 
6517                 "symfony/asset": "^3.4|^4.0|^5.0",
 
6518                 "symfony/console": "^3.4|^4.0|^5.0",
 
6519                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
 
6520                 "symfony/error-handler": "^4.4|^5.0",
 
6521                 "symfony/expression-language": "^3.4|^4.0|^5.0",
 
6522                 "symfony/finder": "^3.4|^4.0|^5.0",
 
6523                 "symfony/form": "^4.4.17",
 
6524                 "symfony/http-foundation": "^4.3|^5.0",
 
6525                 "symfony/http-kernel": "^4.4",
 
6526                 "symfony/intl": "^4.4|^5.0",
 
6527                 "symfony/mime": "^4.3|^5.0",
 
6528                 "symfony/polyfill-intl-icu": "~1.0",
 
6529                 "symfony/routing": "^3.4|^4.0|^5.0",
 
6530                 "symfony/security-acl": "^2.8|^3.0",
 
6531                 "symfony/security-core": "^3.0|^4.0|^5.0",
 
6532                 "symfony/security-csrf": "^3.4|^4.0|^5.0",
 
6533                 "symfony/security-http": "^3.4|^4.0|^5.0",
 
6534                 "symfony/stopwatch": "^3.4|^4.0|^5.0",
 
6535                 "symfony/templating": "^3.4|^4.0|^5.0",
 
6536                 "symfony/translation": "^4.2.1|^5.0",
 
6537                 "symfony/web-link": "^4.4|^5.0",
 
6538                 "symfony/workflow": "^4.3|^5.0",
 
6539                 "symfony/yaml": "^3.4|^4.0|^5.0",
 
6540                 "twig/cssinliner-extra": "^2.12|^3",
 
6541                 "twig/inky-extra": "^2.12|^3",
 
6542                 "twig/markdown-extra": "^2.12|^3"
 
6545                 "symfony/asset": "For using the AssetExtension",
 
6546                 "symfony/expression-language": "For using the ExpressionExtension",
 
6547                 "symfony/finder": "",
 
6548                 "symfony/form": "For using the FormExtension",
 
6549                 "symfony/http-kernel": "For using the HttpKernelExtension",
 
6550                 "symfony/routing": "For using the RoutingExtension",
 
6551                 "symfony/security-core": "For using the SecurityExtension",
 
6552                 "symfony/security-csrf": "For using the CsrfExtension",
 
6553                 "symfony/security-http": "For using the LogoutUrlExtension",
 
6554                 "symfony/stopwatch": "For using the StopwatchExtension",
 
6555                 "symfony/templating": "For using the TwigEngine",
 
6556                 "symfony/translation": "For using the TranslationExtension",
 
6557                 "symfony/var-dumper": "For using the DumpExtension",
 
6558                 "symfony/web-link": "For using the WebLinkExtension",
 
6559                 "symfony/yaml": "For using the YamlExtension"
 
6561             "type": "symfony-bridge",
 
6564                     "Symfony\\Bridge\\Twig\\": ""
 
6566                 "exclude-from-classmap": [
 
6570             "notification-url": "https://packagist.org/downloads/",
 
6576                     "name": "Fabien Potencier",
 
6577                     "email": "fabien@symfony.com"
 
6580                     "name": "Symfony Community",
 
6581                     "homepage": "https://symfony.com/contributors"
 
6584             "description": "Provides integration for Twig with various Symfony components",
 
6585             "homepage": "https://symfony.com",
 
6587                 "source": "https://github.com/symfony/twig-bridge/tree/v4.4.27"
 
6591                     "url": "https://symfony.com/sponsor",
 
6595                     "url": "https://github.com/fabpot",
 
6599                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6603             "time": "2021-07-24T09:09:34+00:00"
 
6606             "name": "symfony/twig-bundle",
 
6607             "version": "v4.4.27",
 
6610                 "url": "https://github.com/symfony/twig-bundle.git",
 
6611                 "reference": "3d407405cb77d002fd7e9cd20e31e11c19eeff64"
 
6615                 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/3d407405cb77d002fd7e9cd20e31e11c19eeff64",
 
6616                 "reference": "3d407405cb77d002fd7e9cd20e31e11c19eeff64",
 
6621                 "symfony/http-foundation": "^4.3|^5.0",
 
6622                 "symfony/http-kernel": "^4.4",
 
6623                 "symfony/polyfill-ctype": "~1.8",
 
6624                 "symfony/polyfill-php80": "^1.16",
 
6625                 "symfony/twig-bridge": "^4.4|^5.0",
 
6626                 "twig/twig": "^1.43|^2.13|^3.0.4"
 
6629                 "symfony/dependency-injection": "<4.1",
 
6630                 "symfony/framework-bundle": "<4.4",
 
6631                 "symfony/translation": "<4.2"
 
6634                 "doctrine/annotations": "^1.10.4",
 
6635                 "doctrine/cache": "^1.0|^2.0",
 
6636                 "symfony/asset": "^3.4|^4.0|^5.0",
 
6637                 "symfony/dependency-injection": "^4.2.5|^5.0",
 
6638                 "symfony/expression-language": "^3.4|^4.0|^5.0",
 
6639                 "symfony/finder": "^3.4|^4.0|^5.0",
 
6640                 "symfony/form": "^3.4|^4.0|^5.0",
 
6641                 "symfony/framework-bundle": "^4.4|^5.0",
 
6642                 "symfony/routing": "^3.4|^4.0|^5.0",
 
6643                 "symfony/stopwatch": "^3.4|^4.0|^5.0",
 
6644                 "symfony/templating": "^3.4|^4.0|^5.0",
 
6645                 "symfony/translation": "^4.2|^5.0",
 
6646                 "symfony/web-link": "^3.4|^4.0|^5.0",
 
6647                 "symfony/yaml": "^3.4|^4.0|^5.0"
 
6649             "type": "symfony-bundle",
 
6652                     "Symfony\\Bundle\\TwigBundle\\": ""
 
6654                 "exclude-from-classmap": [
 
6658             "notification-url": "https://packagist.org/downloads/",
 
6664                     "name": "Fabien Potencier",
 
6665                     "email": "fabien@symfony.com"
 
6668                     "name": "Symfony Community",
 
6669                     "homepage": "https://symfony.com/contributors"
 
6672             "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
 
6673             "homepage": "https://symfony.com",
 
6675                 "source": "https://github.com/symfony/twig-bundle/tree/v4.4.27"
 
6679                     "url": "https://symfony.com/sponsor",
 
6683                     "url": "https://github.com/fabpot",
 
6687                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6691             "time": "2021-07-21T12:19:41+00:00"
 
6694             "name": "symfony/validator",
 
6695             "version": "v4.4.29",
 
6698                 "url": "https://github.com/symfony/validator.git",
 
6699                 "reference": "43ee727eac546610f8da01cf69857fde34b394ea"
 
6703                 "url": "https://api.github.com/repos/symfony/validator/zipball/43ee727eac546610f8da01cf69857fde34b394ea",
 
6704                 "reference": "43ee727eac546610f8da01cf69857fde34b394ea",
 
6709                 "symfony/polyfill-ctype": "~1.8",
 
6710                 "symfony/polyfill-mbstring": "~1.0",
 
6711                 "symfony/polyfill-php80": "^1.16",
 
6712                 "symfony/translation-contracts": "^1.1|^2"
 
6715                 "doctrine/lexer": "<1.0.2",
 
6716                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
 
6717                 "symfony/dependency-injection": "<3.4",
 
6718                 "symfony/http-kernel": "<4.4",
 
6719                 "symfony/intl": "<4.3",
 
6720                 "symfony/translation": ">=5.0",
 
6721                 "symfony/yaml": "<3.4"
 
6724                 "doctrine/annotations": "^1.10.4",
 
6725                 "doctrine/cache": "^1.0|^2.0",
 
6726                 "egulias/email-validator": "^2.1.10|^3",
 
6727                 "symfony/cache": "^3.4|^4.0|^5.0",
 
6728                 "symfony/config": "^3.4|^4.0|^5.0",
 
6729                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
 
6730                 "symfony/expression-language": "^3.4|^4.0|^5.0",
 
6731                 "symfony/http-client": "^4.3|^5.0",
 
6732                 "symfony/http-foundation": "^4.1|^5.0",
 
6733                 "symfony/http-kernel": "^4.4",
 
6734                 "symfony/intl": "^4.3|^5.0",
 
6735                 "symfony/mime": "^4.4|^5.0",
 
6736                 "symfony/property-access": "^3.4|^4.0|^5.0",
 
6737                 "symfony/property-info": "^3.4|^4.0|^5.0",
 
6738                 "symfony/translation": "^4.2",
 
6739                 "symfony/yaml": "^3.4|^4.0|^5.0"
 
6742                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
 
6743                 "doctrine/cache": "For using the default cached annotation reader.",
 
6744                 "egulias/email-validator": "Strict (RFC compliant) email validation",
 
6745                 "psr/cache-implementation": "For using the mapping cache.",
 
6746                 "symfony/config": "",
 
6747                 "symfony/expression-language": "For using the Expression validator",
 
6748                 "symfony/http-foundation": "",
 
6750                 "symfony/property-access": "For accessing properties within comparison constraints",
 
6751                 "symfony/property-info": "To automatically add NotNull and Type constraints",
 
6752                 "symfony/translation": "For translating validation errors.",
 
6758                     "Symfony\\Component\\Validator\\": ""
 
6760                 "exclude-from-classmap": [
 
6764             "notification-url": "https://packagist.org/downloads/",
 
6770                     "name": "Fabien Potencier",
 
6771                     "email": "fabien@symfony.com"
 
6774                     "name": "Symfony Community",
 
6775                     "homepage": "https://symfony.com/contributors"
 
6778             "description": "Provides tools to validate values",
 
6779             "homepage": "https://symfony.com",
 
6781                 "source": "https://github.com/symfony/validator/tree/v4.4.29"
 
6785                     "url": "https://symfony.com/sponsor",
 
6789                     "url": "https://github.com/fabpot",
 
6793                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6797             "time": "2021-07-27T06:31:16+00:00"
 
6800             "name": "symfony/var-dumper",
 
6801             "version": "v4.4.27",
 
6804                 "url": "https://github.com/symfony/var-dumper.git",
 
6805                 "reference": "391d6d0e7a06ab54eb7c38fab29b8d174471b3ba"
 
6809                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/391d6d0e7a06ab54eb7c38fab29b8d174471b3ba",
 
6810                 "reference": "391d6d0e7a06ab54eb7c38fab29b8d174471b3ba",
 
6815                 "symfony/polyfill-mbstring": "~1.0",
 
6816                 "symfony/polyfill-php72": "~1.5",
 
6817                 "symfony/polyfill-php80": "^1.16"
 
6820                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
 
6821                 "symfony/console": "<3.4"
 
6825                 "symfony/console": "^3.4|^4.0|^5.0",
 
6826                 "symfony/process": "^4.4|^5.0",
 
6827                 "twig/twig": "^1.43|^2.13|^3.0.4"
 
6830                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
 
6831                 "ext-intl": "To show region name in time zone dump",
 
6832                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
 
6835                 "Resources/bin/var-dump-server"
 
6840                     "Resources/functions/dump.php"
 
6843                     "Symfony\\Component\\VarDumper\\": ""
 
6845                 "exclude-from-classmap": [
 
6849             "notification-url": "https://packagist.org/downloads/",
 
6855                     "name": "Nicolas Grekas",
 
6856                     "email": "p@tchwork.com"
 
6859                     "name": "Symfony Community",
 
6860                     "homepage": "https://symfony.com/contributors"
 
6863             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
 
6864             "homepage": "https://symfony.com",
 
6870                 "source": "https://github.com/symfony/var-dumper/tree/v4.4.27"
 
6874                     "url": "https://symfony.com/sponsor",
 
6878                     "url": "https://github.com/fabpot",
 
6882                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6886             "time": "2021-07-23T15:41:52+00:00"
 
6889             "name": "symfony/var-exporter",
 
6890             "version": "v4.4.27",
 
6893                 "url": "https://github.com/symfony/var-exporter.git",
 
6894                 "reference": "447d2c9ff61d3844c231280b8575ef5456f5dbb6"
 
6898                 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/447d2c9ff61d3844c231280b8575ef5456f5dbb6",
 
6899                 "reference": "447d2c9ff61d3844c231280b8575ef5456f5dbb6",
 
6904                 "symfony/polyfill-php80": "^1.16"
 
6907                 "symfony/var-dumper": "^4.4.9|^5.0.9"
 
6912                     "Symfony\\Component\\VarExporter\\": ""
 
6914                 "exclude-from-classmap": [
 
6918             "notification-url": "https://packagist.org/downloads/",
 
6924                     "name": "Nicolas Grekas",
 
6925                     "email": "p@tchwork.com"
 
6928                     "name": "Symfony Community",
 
6929                     "homepage": "https://symfony.com/contributors"
 
6932             "description": "Allows exporting any serializable PHP data structure to plain PHP code",
 
6933             "homepage": "https://symfony.com",
 
6943                 "source": "https://github.com/symfony/var-exporter/tree/v4.4.27"
 
6947                     "url": "https://symfony.com/sponsor",
 
6951                     "url": "https://github.com/fabpot",
 
6955                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6959             "time": "2021-07-21T12:19:41+00:00"
 
6962             "name": "symfony/web-profiler-bundle",
 
6963             "version": "v4.4.28",
 
6966                 "url": "https://github.com/symfony/web-profiler-bundle.git",
 
6967                 "reference": "be142cf26bb81ff31f7a482c22b1e58b93719f00"
 
6971                 "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/be142cf26bb81ff31f7a482c22b1e58b93719f00",
 
6972                 "reference": "be142cf26bb81ff31f7a482c22b1e58b93719f00",
 
6977                 "symfony/config": "^4.2|^5.0",
 
6978                 "symfony/framework-bundle": "^4.4|^5.0",
 
6979                 "symfony/http-kernel": "^4.4",
 
6980                 "symfony/polyfill-php80": "^1.16",
 
6981                 "symfony/routing": "^4.3|^5.0",
 
6982                 "symfony/twig-bundle": "^4.2|^5.0",
 
6983                 "twig/twig": "^1.43|^2.13|^3.0.4"
 
6986                 "symfony/form": "<4.3",
 
6987                 "symfony/messenger": "<4.2"
 
6990                 "symfony/browser-kit": "^4.3|^5.0",
 
6991                 "symfony/console": "^4.3|^5.0",
 
6992                 "symfony/css-selector": "^3.4|^4.0|^5.0",
 
6993                 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
 
6994                 "symfony/stopwatch": "^3.4|^4.0|^5.0"
 
6996             "type": "symfony-bundle",
 
6999                     "Symfony\\Bundle\\WebProfilerBundle\\": ""
 
7001                 "exclude-from-classmap": [
 
7005             "notification-url": "https://packagist.org/downloads/",
 
7011                     "name": "Fabien Potencier",
 
7012                     "email": "fabien@symfony.com"
 
7015                     "name": "Symfony Community",
 
7016                     "homepage": "https://symfony.com/contributors"
 
7019             "description": "Provides a development tool that gives detailed information about the execution of any request",
 
7020             "homepage": "https://symfony.com",
 
7022                 "source": "https://github.com/symfony/web-profiler-bundle/tree/v4.4.28"
 
7026                     "url": "https://symfony.com/sponsor",
 
7030                     "url": "https://github.com/fabpot",
 
7034                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7038             "time": "2021-07-26T19:30:25+00:00"
 
7041             "name": "symfony/yaml",
 
7042             "version": "v4.4.29",
 
7045                 "url": "https://github.com/symfony/yaml.git",
 
7046                 "reference": "3abcc4db06d4e776825eaa3ed8ad924d5bc7432a"
 
7050                 "url": "https://api.github.com/repos/symfony/yaml/zipball/3abcc4db06d4e776825eaa3ed8ad924d5bc7432a",
 
7051                 "reference": "3abcc4db06d4e776825eaa3ed8ad924d5bc7432a",
 
7056                 "symfony/polyfill-ctype": "~1.8"
 
7059                 "symfony/console": "<3.4"
 
7062                 "symfony/console": "^3.4|^4.0|^5.0"
 
7065                 "symfony/console": "For validating YAML files using the lint command"
 
7070                     "Symfony\\Component\\Yaml\\": ""
 
7072                 "exclude-from-classmap": [
 
7076             "notification-url": "https://packagist.org/downloads/",
 
7082                     "name": "Fabien Potencier",
 
7083                     "email": "fabien@symfony.com"
 
7086                     "name": "Symfony Community",
 
7087                     "homepage": "https://symfony.com/contributors"
 
7090             "description": "Loads and dumps YAML files",
 
7091             "homepage": "https://symfony.com",
 
7093                 "source": "https://github.com/symfony/yaml/tree/v4.4.29"
 
7097                     "url": "https://symfony.com/sponsor",
 
7101                     "url": "https://github.com/fabpot",
 
7105                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7109             "time": "2021-07-27T16:19:30+00:00"
 
7112             "name": "twig/extensions",
 
7113             "version": "v1.5.4",
 
7116                 "url": "https://github.com/twigphp/Twig-extensions.git",
 
7117                 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
 
7121                 "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
 
7122                 "reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
 
7126                 "twig/twig": "^1.27|^2.0"
 
7129                 "symfony/phpunit-bridge": "^3.4",
 
7130                 "symfony/translation": "^2.7|^3.4"
 
7133                 "symfony/translation": "Allow the time_diff output to be translated"
 
7138                     "dev-master": "1.5-dev"
 
7143                     "Twig_Extensions_": "lib/"
 
7146                     "Twig\\Extensions\\": "src/"
 
7149             "notification-url": "https://packagist.org/downloads/",
 
7155                     "name": "Fabien Potencier",
 
7156                     "email": "fabien@symfony.com"
 
7159             "description": "Common additional features for Twig that do not directly belong in core",
 
7165                 "issues": "https://github.com/twigphp/Twig-extensions/issues",
 
7166                 "source": "https://github.com/twigphp/Twig-extensions/tree/master"
 
7169             "time": "2018-12-05T18:34:18+00:00"
 
7172             "name": "twig/extra-bundle",
 
7173             "version": "v3.3.1",
 
7176                 "url": "https://github.com/twigphp/twig-extra-bundle.git",
 
7177                 "reference": "e12a8ee63387abb83fb7e4c897663bfb94ac22b6"
 
7181                 "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/e12a8ee63387abb83fb7e4c897663bfb94ac22b6",
 
7182                 "reference": "e12a8ee63387abb83fb7e4c897663bfb94ac22b6",
 
7186                 "php": "^7.1.3|^8.0",
 
7187                 "symfony/framework-bundle": "^4.3|^5.0",
 
7188                 "symfony/twig-bundle": "^4.3|^5.0",
 
7189                 "twig/twig": "^2.4|^3.0"
 
7192                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9",
 
7193                 "twig/cache-extra": "^3.0",
 
7194                 "twig/cssinliner-extra": "^2.12|^3.0",
 
7195                 "twig/html-extra": "^2.12|^3.0",
 
7196                 "twig/inky-extra": "^2.12|^3.0",
 
7197                 "twig/intl-extra": "^2.12|^3.0",
 
7198                 "twig/markdown-extra": "^2.12|^3.0",
 
7199                 "twig/string-extra": "^2.12|^3.0"
 
7201             "type": "symfony-bundle",
 
7204                     "dev-master": "3.2-dev"
 
7209                     "Twig\\Extra\\TwigExtraBundle\\": ""
 
7211                 "exclude-from-classmap": [
 
7215             "notification-url": "https://packagist.org/downloads/",
 
7221                     "name": "Fabien Potencier",
 
7222                     "email": "fabien@symfony.com",
 
7223                     "homepage": "http://fabien.potencier.org",
 
7224                     "role": "Lead Developer"
 
7227             "description": "A Symfony bundle for extra Twig extensions",
 
7228             "homepage": "https://twig.symfony.com",
 
7235                 "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.3.1"
 
7239                     "url": "https://github.com/fabpot",
 
7243                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
 
7247             "time": "2021-05-12T07:47:40+00:00"
 
7250             "name": "twig/html-extra",
 
7251             "version": "v2.14.3",
 
7254                 "url": "https://github.com/twigphp/html-extra.git",
 
7255                 "reference": "284ac6431f07dfa6dae71164262349e8b8e15d9a"
 
7259                 "url": "https://api.github.com/repos/twigphp/html-extra/zipball/284ac6431f07dfa6dae71164262349e8b8e15d9a",
 
7260                 "reference": "284ac6431f07dfa6dae71164262349e8b8e15d9a",
 
7265                 "symfony/mime": "^4.3|^5.0",
 
7266                 "twig/twig": "^2.4|^3.0"
 
7269                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
 
7274                     "dev-master": "2.14-dev"
 
7279                     "Twig\\Extra\\Html\\": ""
 
7281                 "exclude-from-classmap": [
 
7285             "notification-url": "https://packagist.org/downloads/",
 
7291                     "name": "Fabien Potencier",
 
7292                     "email": "fabien@symfony.com",
 
7293                     "homepage": "http://fabien.potencier.org",
 
7294                     "role": "Lead Developer"
 
7297             "description": "A Twig extension for HTML",
 
7298             "homepage": "https://twig.symfony.com",
 
7304                 "source": "https://github.com/twigphp/html-extra/tree/v2.14.3"
 
7308                     "url": "https://github.com/fabpot",
 
7312                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
 
7316             "time": "2021-01-01T14:53:48+00:00"
 
7319             "name": "twig/markdown-extra",
 
7320             "version": "v3.3.1",
 
7323                 "url": "https://github.com/twigphp/markdown-extra.git",
 
7324                 "reference": "a9fe276dbb7f837c3f4ecc6dad89bcccb9fc8bc9"
 
7328                 "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/a9fe276dbb7f837c3f4ecc6dad89bcccb9fc8bc9",
 
7329                 "reference": "a9fe276dbb7f837c3f4ecc6dad89bcccb9fc8bc9",
 
7334                 "twig/twig": "^2.4|^3.0"
 
7337                 "erusev/parsedown": "^1.7",
 
7338                 "league/commonmark": "^1.0",
 
7339                 "league/html-to-markdown": "^4.8|^5.0",
 
7340                 "michelf/php-markdown": "^1.8",
 
7341                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
 
7346                     "dev-master": "3.2-dev"
 
7351                     "Twig\\Extra\\Markdown\\": ""
 
7353                 "exclude-from-classmap": [
 
7357             "notification-url": "https://packagist.org/downloads/",
 
7363                     "name": "Fabien Potencier",
 
7364                     "email": "fabien@symfony.com",
 
7365                     "homepage": "http://fabien.potencier.org",
 
7366                     "role": "Lead Developer"
 
7369             "description": "A Twig extension for Markdown",
 
7370             "homepage": "https://twig.symfony.com",
 
7377                 "source": "https://github.com/twigphp/markdown-extra/tree/v3.3.1"
 
7381                     "url": "https://github.com/fabpot",
 
7385                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
 
7389             "time": "2021-04-01T12:19:25+00:00"
 
7392             "name": "twig/twig",
 
7393             "version": "v2.14.6",
 
7396                 "url": "https://github.com/twigphp/Twig.git",
 
7397                 "reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260"
 
7401                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/27e5cf2b05e3744accf39d4c68a3235d9966d260",
 
7402                 "reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260",
 
7407                 "symfony/polyfill-ctype": "^1.8",
 
7408                 "symfony/polyfill-mbstring": "^1.3"
 
7411                 "psr/container": "^1.0",
 
7412                 "symfony/phpunit-bridge": "^4.4.9|^5.0.9"
 
7417                     "dev-master": "2.14-dev"
 
7428             "notification-url": "https://packagist.org/downloads/",
 
7434                     "name": "Fabien Potencier",
 
7435                     "email": "fabien@symfony.com",
 
7436                     "homepage": "http://fabien.potencier.org",
 
7437                     "role": "Lead Developer"
 
7440                     "name": "Twig Team",
 
7441                     "role": "Contributors"
 
7444                     "name": "Armin Ronacher",
 
7445                     "email": "armin.ronacher@active-4.com",
 
7446                     "role": "Project Founder"
 
7449             "description": "Twig, the flexible, fast, and secure template language for PHP",
 
7450             "homepage": "https://twig.symfony.com",
 
7455                 "issues": "https://github.com/twigphp/Twig/issues",
 
7456                 "source": "https://github.com/twigphp/Twig/tree/v2.14.6"
 
7460                     "url": "https://github.com/fabpot",
 
7464                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
 
7468             "time": "2021-05-16T12:12:47+00:00"
 
7473             "name": "doctrine/data-fixtures",
 
7477                 "url": "https://github.com/doctrine/data-fixtures.git",
 
7478                 "reference": "51d3d4880d28951fff42a635a2389f8c63baddc5"
 
7482                 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/51d3d4880d28951fff42a635a2389f8c63baddc5",
 
7483                 "reference": "51d3d4880d28951fff42a635a2389f8c63baddc5",
 
7487                 "doctrine/common": "^2.13|^3.0",
 
7488                 "doctrine/persistence": "^1.3.3|^2.0",
 
7489                 "php": "^7.2 || ^8.0"
 
7492                 "doctrine/phpcr-odm": "<1.3.0"
 
7495                 "doctrine/coding-standard": "^8.2",
 
7496                 "doctrine/dbal": "^2.5.4",
 
7497                 "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
 
7498                 "doctrine/orm": "^2.7.0",
 
7500                 "phpunit/phpunit": "^8.0"
 
7503                 "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
 
7504                 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
 
7505                 "doctrine/orm": "For loading ORM fixtures",
 
7506                 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
 
7511                     "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
 
7514             "notification-url": "https://packagist.org/downloads/",
 
7520                     "name": "Jonathan Wage",
 
7521                     "email": "jonwage@gmail.com"
 
7524             "description": "Data Fixtures for all Doctrine Object Managers",
 
7525             "homepage": "http://www.doctrine-project.org",
 
7530                 "issues": "https://github.com/doctrine/data-fixtures/issues",
 
7531                 "source": "https://github.com/doctrine/data-fixtures/tree/1.5.0"
 
7535                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
7539                     "url": "https://www.patreon.com/phpdoctrine",
 
7543                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
 
7547             "time": "2021-01-23T10:20:43+00:00"
 
7550             "name": "doctrine/doctrine-fixtures-bundle",
 
7554                 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
 
7555                 "reference": "870189619a7770f468ffb0b80925302e065a3b34"
 
7559                 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/870189619a7770f468ffb0b80925302e065a3b34",
 
7560                 "reference": "870189619a7770f468ffb0b80925302e065a3b34",
 
7564                 "doctrine/data-fixtures": "^1.3",
 
7565                 "doctrine/doctrine-bundle": "^1.11|^2.0",
 
7566                 "doctrine/orm": "^2.6.0",
 
7567                 "doctrine/persistence": "^1.3.7|^2.0",
 
7568                 "php": "^7.1 || ^8.0",
 
7569                 "symfony/config": "^3.4|^4.3|^5.0",
 
7570                 "symfony/console": "^3.4|^4.3|^5.0",
 
7571                 "symfony/dependency-injection": "^3.4|^4.3|^5.0",
 
7572                 "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
 
7573                 "symfony/http-kernel": "^3.4|^4.3|^5.0"
 
7576                 "doctrine/coding-standard": "^6.0",
 
7577                 "phpunit/phpunit": "^7.4 || ^8.0 || ^9.2",
 
7578                 "symfony/phpunit-bridge": "^4.1|^5.0"
 
7580             "type": "symfony-bundle",
 
7583                     "Doctrine\\Bundle\\FixturesBundle\\": ""
 
7586             "notification-url": "https://packagist.org/downloads/",
 
7592                     "name": "Fabien Potencier",
 
7593                     "email": "fabien@symfony.com"
 
7596                     "name": "Doctrine Project",
 
7597                     "homepage": "http://www.doctrine-project.org"
 
7600                     "name": "Symfony Community",
 
7601                     "homepage": "http://symfony.com/contributors"
 
7604             "description": "Symfony DoctrineFixturesBundle",
 
7605             "homepage": "http://www.doctrine-project.org",
 
7611                 "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
 
7612                 "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/3.4.0"
 
7616                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
7620                     "url": "https://www.patreon.com/phpdoctrine",
 
7624                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
 
7628             "time": "2020-11-14T09:36:49+00:00"
 
7631             "name": "nikic/php-parser",
 
7632             "version": "v4.12.0",
 
7635                 "url": "https://github.com/nikic/PHP-Parser.git",
 
7636                 "reference": "6608f01670c3cc5079e18c1dab1104e002579143"
 
7640                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6608f01670c3cc5079e18c1dab1104e002579143",
 
7641                 "reference": "6608f01670c3cc5079e18c1dab1104e002579143",
 
7645                 "ext-tokenizer": "*",
 
7649                 "ircmaxell/php-yacc": "^0.0.7",
 
7650                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
 
7658                     "dev-master": "4.9-dev"
 
7663                     "PhpParser\\": "lib/PhpParser"
 
7666             "notification-url": "https://packagist.org/downloads/",
 
7672                     "name": "Nikita Popov"
 
7675             "description": "A PHP parser written in PHP",
 
7681                 "issues": "https://github.com/nikic/PHP-Parser/issues",
 
7682                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.12.0"
 
7684             "time": "2021-07-21T10:44:31+00:00"
 
7687             "name": "symfony/browser-kit",
 
7688             "version": "v4.4.27",
 
7691                 "url": "https://github.com/symfony/browser-kit.git",
 
7692                 "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b"
 
7696                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
 
7697                 "reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
 
7702                 "symfony/dom-crawler": "^3.4|^4.0|^5.0",
 
7703                 "symfony/polyfill-php80": "^1.16"
 
7706                 "symfony/css-selector": "^3.4|^4.0|^5.0",
 
7707                 "symfony/http-client": "^4.3|^5.0",
 
7708                 "symfony/mime": "^4.3|^5.0",
 
7709                 "symfony/process": "^3.4|^4.0|^5.0"
 
7712                 "symfony/process": ""
 
7717                     "Symfony\\Component\\BrowserKit\\": ""
 
7719                 "exclude-from-classmap": [
 
7723             "notification-url": "https://packagist.org/downloads/",
 
7729                     "name": "Fabien Potencier",
 
7730                     "email": "fabien@symfony.com"
 
7733                     "name": "Symfony Community",
 
7734                     "homepage": "https://symfony.com/contributors"
 
7737             "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
 
7738             "homepage": "https://symfony.com",
 
7740                 "source": "https://github.com/symfony/browser-kit/tree/v4.4.27"
 
7744                     "url": "https://symfony.com/sponsor",
 
7748                     "url": "https://github.com/fabpot",
 
7752                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7756             "time": "2021-07-21T12:19:41+00:00"
 
7759             "name": "symfony/deprecation-contracts",
 
7760             "version": "v2.4.0",
 
7763                 "url": "https://github.com/symfony/deprecation-contracts.git",
 
7764                 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
 
7768                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
 
7769                 "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
 
7778                     "dev-main": "2.4-dev"
 
7781                     "name": "symfony/contracts",
 
7782                     "url": "https://github.com/symfony/contracts"
 
7790             "notification-url": "https://packagist.org/downloads/",
 
7796                     "name": "Nicolas Grekas",
 
7797                     "email": "p@tchwork.com"
 
7800                     "name": "Symfony Community",
 
7801                     "homepage": "https://symfony.com/contributors"
 
7804             "description": "A generic function and convention to trigger deprecation notices",
 
7805             "homepage": "https://symfony.com",
 
7807                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
 
7811                     "url": "https://symfony.com/sponsor",
 
7815                     "url": "https://github.com/fabpot",
 
7819                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7823             "time": "2021-03-23T23:28:01+00:00"
 
7826             "name": "symfony/maker-bundle",
 
7827             "version": "v1.33.0",
 
7830                 "url": "https://github.com/symfony/maker-bundle.git",
 
7831                 "reference": "f093d906c667cba7e3f74487d9e5e55aaf25a031"
 
7835                 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/f093d906c667cba7e3f74487d9e5e55aaf25a031",
 
7836                 "reference": "f093d906c667cba7e3f74487d9e5e55aaf25a031",
 
7840                 "doctrine/inflector": "^1.2|^2.0",
 
7841                 "nikic/php-parser": "^4.0",
 
7843                 "symfony/config": "^4.0|^5.0",
 
7844                 "symfony/console": "^4.0|^5.0",
 
7845                 "symfony/dependency-injection": "^4.0|^5.0",
 
7846                 "symfony/deprecation-contracts": "^2.2",
 
7847                 "symfony/filesystem": "^4.0|^5.0",
 
7848                 "symfony/finder": "^4.0|^5.0",
 
7849                 "symfony/framework-bundle": "^4.0|^5.0",
 
7850                 "symfony/http-kernel": "^4.0|^5.0"
 
7853                 "composer/semver": "^3.0@dev",
 
7854                 "doctrine/doctrine-bundle": "^1.8|^2.0",
 
7855                 "doctrine/orm": "^2.3",
 
7856                 "friendsofphp/php-cs-fixer": "^3.0",
 
7857                 "friendsoftwig/twigcs": "^4.1.0|^5.0.0",
 
7858                 "symfony/http-client": "^4.3|^5.0",
 
7859                 "symfony/phpunit-bridge": "^4.3|^5.0",
 
7860                 "symfony/process": "^4.0|^5.0",
 
7861                 "symfony/security-core": "^4.0|^5.0",
 
7862                 "symfony/yaml": "^4.0|^5.0"
 
7864             "type": "symfony-bundle",
 
7867                     "dev-main": "1.0-dev"
 
7872                     "Symfony\\Bundle\\MakerBundle\\": "src/"
 
7875             "notification-url": "https://packagist.org/downloads/",
 
7881                     "name": "Symfony Community",
 
7882                     "homepage": "https://symfony.com/contributors"
 
7885             "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
 
7886             "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
 
7894                 "issues": "https://github.com/symfony/maker-bundle/issues",
 
7895                 "source": "https://github.com/symfony/maker-bundle/tree/v1.33.0"
 
7899                     "url": "https://symfony.com/sponsor",
 
7903                     "url": "https://github.com/fabpot",
 
7907                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7911             "time": "2021-07-01T00:28:30+00:00"
 
7914             "name": "symfony/phpunit-bridge",
 
7915             "version": "v4.4.27",
 
7918                 "url": "https://github.com/symfony/phpunit-bridge.git",
 
7919                 "reference": "e1434f90aaf18d812436cf4732f7594b22b8ee71"
 
7923                 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e1434f90aaf18d812436cf4732f7594b22b8ee71",
 
7924                 "reference": "e1434f90aaf18d812436cf4732f7594b22b8ee71",
 
7931                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
 
7934                 "symfony/error-handler": "^4.4|^5.0"
 
7937                 "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
 
7940                 "bin/simple-phpunit"
 
7942             "type": "symfony-bridge",
 
7945                     "name": "phpunit/phpunit",
 
7946                     "url": "https://github.com/sebastianbergmann/phpunit"
 
7954                     "Symfony\\Bridge\\PhpUnit\\": ""
 
7956                 "exclude-from-classmap": [
 
7960             "notification-url": "https://packagist.org/downloads/",
 
7966                     "name": "Nicolas Grekas",
 
7967                     "email": "p@tchwork.com"
 
7970                     "name": "Symfony Community",
 
7971                     "homepage": "https://symfony.com/contributors"
 
7974             "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
 
7975             "homepage": "https://symfony.com",
 
7977                 "source": "https://github.com/symfony/phpunit-bridge/tree/v4.4.27"
 
7981                     "url": "https://symfony.com/sponsor",
 
7985                     "url": "https://github.com/fabpot",
 
7989                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7993             "time": "2021-07-15T14:30:38+00:00"
 
7997     "minimum-stability": "stable",
 
7998     "stability-flags": {
 
7999         "rapsys/airbundle": 20,
 
8000         "rapsys/packbundle": 20,
 
8001         "rapsys/userbundle": 20
 
8003     "prefer-stable": false,
 
8004     "prefer-lowest": false,
 
8011     "plugin-api-version": "2.0.0"