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": "e36d0c7847feb7819b3c29a8cbe39ea7",
 
  10             "name": "doctrine/cache",
 
  14                 "url": "https://github.com/doctrine/cache.git",
 
  15                 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
 
  19                 "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
 
  20                 "reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
 
  27                 "doctrine/common": ">2.2,<2.4"
 
  30                 "cache/integration-tests": "dev-master",
 
  31                 "doctrine/coding-standard": "^9",
 
  32                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
 
  33                 "psr/cache": "^1.0 || ^2.0 || ^3.0",
 
  34                 "symfony/cache": "^4.4 || ^5.4 || ^6",
 
  35                 "symfony/var-exporter": "^4.4 || ^5.4 || ^6"
 
  40                     "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
 
  43             "notification-url": "https://packagist.org/downloads/",
 
  49                     "name": "Guilherme Blanco",
 
  50                     "email": "guilhermeblanco@gmail.com"
 
  53                     "name": "Roman Borschel",
 
  54                     "email": "roman@code-factory.org"
 
  57                     "name": "Benjamin Eberlei",
 
  58                     "email": "kontakt@beberlei.de"
 
  61                     "name": "Jonathan Wage",
 
  62                     "email": "jonwage@gmail.com"
 
  65                     "name": "Johannes Schmitt",
 
  66                     "email": "schmittjoh@gmail.com"
 
  69             "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
 
  70             "homepage": "https://www.doctrine-project.org/projects/cache.html",
 
  83                 "issues": "https://github.com/doctrine/cache/issues",
 
  84                 "source": "https://github.com/doctrine/cache/tree/2.2.0"
 
  88                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
  92                     "url": "https://www.patreon.com/phpdoctrine",
 
  96                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
 
 101             "time": "2022-05-20T20:07:39+00:00"
 
 104             "name": "doctrine/collections",
 
 108                 "url": "https://github.com/doctrine/collections.git",
 
 109                 "reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d"
 
 113                 "url": "https://api.github.com/repos/doctrine/collections/zipball/2eb07e5953eed811ce1b309a7478a3b236f2273d",
 
 114                 "reference": "2eb07e5953eed811ce1b309a7478a3b236f2273d",
 
 118                 "doctrine/deprecations": "^1",
 
 120                 "symfony/polyfill-php84": "^1.30"
 
 123                 "doctrine/coding-standard": "^12",
 
 125                 "phpstan/phpstan": "^1.8",
 
 126                 "phpstan/phpstan-phpunit": "^1.0",
 
 127                 "phpunit/phpunit": "^10.5"
 
 132                     "Doctrine\\Common\\Collections\\": "src"
 
 135             "notification-url": "https://packagist.org/downloads/",
 
 141                     "name": "Guilherme Blanco",
 
 142                     "email": "guilhermeblanco@gmail.com"
 
 145                     "name": "Roman Borschel",
 
 146                     "email": "roman@code-factory.org"
 
 149                     "name": "Benjamin Eberlei",
 
 150                     "email": "kontakt@beberlei.de"
 
 153                     "name": "Jonathan Wage",
 
 154                     "email": "jonwage@gmail.com"
 
 157                     "name": "Johannes Schmitt",
 
 158                     "email": "schmittjoh@gmail.com"
 
 161             "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
 
 162             "homepage": "https://www.doctrine-project.org/projects/collections.html",
 
 170                 "issues": "https://github.com/doctrine/collections/issues",
 
 171                 "source": "https://github.com/doctrine/collections/tree/2.3.0"
 
 175                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 179                     "url": "https://www.patreon.com/phpdoctrine",
 
 183                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
 
 187             "time": "2025-03-22T10:17:19+00:00"
 
 190             "name": "doctrine/common",
 
 194                 "url": "https://github.com/doctrine/common.git",
 
 195                 "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5"
 
 199                 "url": "https://api.github.com/repos/doctrine/common/zipball/d9ea4a54ca2586db781f0265d36bea731ac66ec5",
 
 200                 "reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5",
 
 204                 "doctrine/persistence": "^2.0 || ^3.0 || ^4.0",
 
 205                 "php": "^7.1 || ^8.0"
 
 208                 "doctrine/coding-standard": "^9.0 || ^10.0",
 
 209                 "doctrine/collections": "^1",
 
 210                 "phpstan/phpstan": "^1.4.1",
 
 211                 "phpstan/phpstan-phpunit": "^1",
 
 212                 "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
 
 213                 "squizlabs/php_codesniffer": "^3.0",
 
 214                 "symfony/phpunit-bridge": "^6.1",
 
 215                 "vimeo/psalm": "^4.4"
 
 220                     "Doctrine\\Common\\": "src"
 
 223             "notification-url": "https://packagist.org/downloads/",
 
 229                     "name": "Guilherme Blanco",
 
 230                     "email": "guilhermeblanco@gmail.com"
 
 233                     "name": "Roman Borschel",
 
 234                     "email": "roman@code-factory.org"
 
 237                     "name": "Benjamin Eberlei",
 
 238                     "email": "kontakt@beberlei.de"
 
 241                     "name": "Jonathan Wage",
 
 242                     "email": "jonwage@gmail.com"
 
 245                     "name": "Johannes Schmitt",
 
 246                     "email": "schmittjoh@gmail.com"
 
 249                     "name": "Marco Pivetta",
 
 250                     "email": "ocramius@gmail.com"
 
 253             "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
 
 254             "homepage": "https://www.doctrine-project.org/projects/common.html",
 
 261                 "issues": "https://github.com/doctrine/common/issues",
 
 262                 "source": "https://github.com/doctrine/common/tree/3.5.0"
 
 266                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 270                     "url": "https://www.patreon.com/phpdoctrine",
 
 274                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
 
 278             "time": "2025-01-01T22:12:03+00:00"
 
 281             "name": "doctrine/dbal",
 
 285                 "url": "https://github.com/doctrine/dbal.git",
 
 286                 "reference": "65edaca19a752730f290ec2fb89d593cb40afb43"
 
 290                 "url": "https://api.github.com/repos/doctrine/dbal/zipball/65edaca19a752730f290ec2fb89d593cb40afb43",
 
 291                 "reference": "65edaca19a752730f290ec2fb89d593cb40afb43",
 
 295                 "composer-runtime-api": "^2",
 
 296                 "doctrine/deprecations": "^0.5.3|^1",
 
 297                 "doctrine/event-manager": "^1|^2",
 
 298                 "php": "^7.4 || ^8.0",
 
 299                 "psr/cache": "^1|^2|^3",
 
 300                 "psr/log": "^1|^2|^3"
 
 303                 "doctrine/cache": "< 1.11"
 
 306                 "doctrine/cache": "^1.11|^2.0",
 
 307                 "doctrine/coding-standard": "14.0.0",
 
 308                 "fig/log-test": "^1",
 
 309                 "jetbrains/phpstorm-stubs": "2023.1",
 
 310                 "phpstan/phpstan": "2.1.30",
 
 311                 "phpstan/phpstan-strict-rules": "^2",
 
 312                 "phpunit/phpunit": "9.6.29",
 
 313                 "slevomat/coding-standard": "8.24.0",
 
 314                 "squizlabs/php_codesniffer": "4.0.0",
 
 315                 "symfony/cache": "^5.4|^6.0|^7.0",
 
 316                 "symfony/console": "^4.4|^5.4|^6.0|^7.0"
 
 319                 "symfony/console": "For helpful console commands such as SQL execution and import of files."
 
 327                     "Doctrine\\DBAL\\": "src"
 
 330             "notification-url": "https://packagist.org/downloads/",
 
 336                     "name": "Guilherme Blanco",
 
 337                     "email": "guilhermeblanco@gmail.com"
 
 340                     "name": "Roman Borschel",
 
 341                     "email": "roman@code-factory.org"
 
 344                     "name": "Benjamin Eberlei",
 
 345                     "email": "kontakt@beberlei.de"
 
 348                     "name": "Jonathan Wage",
 
 349                     "email": "jonwage@gmail.com"
 
 352             "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
 
 353             "homepage": "https://www.doctrine-project.org/projects/dbal.html",
 
 375                 "issues": "https://github.com/doctrine/dbal/issues",
 
 376                 "source": "https://github.com/doctrine/dbal/tree/3.10.3"
 
 380                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 384                     "url": "https://www.patreon.com/phpdoctrine",
 
 388                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
 
 392             "time": "2025-10-09T09:05:12+00:00"
 
 395             "name": "doctrine/deprecations",
 
 399                 "url": "https://github.com/doctrine/deprecations.git",
 
 400                 "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
 
 404                 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
 
 405                 "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
 
 409                 "php": "^7.1 || ^8.0"
 
 412                 "phpunit/phpunit": "<=7.5 || >=13"
 
 415                 "doctrine/coding-standard": "^9 || ^12 || ^13",
 
 416                 "phpstan/phpstan": "1.4.10 || 2.1.11",
 
 417                 "phpstan/phpstan-phpunit": "^1.0 || ^2",
 
 418                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
 
 419                 "psr/log": "^1 || ^2 || ^3"
 
 422                 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
 
 427                     "Doctrine\\Deprecations\\": "src"
 
 430             "notification-url": "https://packagist.org/downloads/",
 
 434             "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.",
 
 435             "homepage": "https://www.doctrine-project.org/",
 
 437                 "issues": "https://github.com/doctrine/deprecations/issues",
 
 438                 "source": "https://github.com/doctrine/deprecations/tree/1.1.5"
 
 440             "time": "2025-04-07T20:06:18+00:00"
 
 443             "name": "doctrine/doctrine-bundle",
 
 447                 "url": "https://github.com/doctrine/DoctrineBundle.git",
 
 448                 "reference": "cd5d4da6a5f7cf3d8708e17211234657b5eb4e95"
 
 452                 "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/cd5d4da6a5f7cf3d8708e17211234657b5eb4e95",
 
 453                 "reference": "cd5d4da6a5f7cf3d8708e17211234657b5eb4e95",
 
 457                 "doctrine/dbal": "^3.7.0 || ^4.0",
 
 458                 "doctrine/deprecations": "^1.0",
 
 459                 "doctrine/persistence": "^3.1 || ^4",
 
 460                 "doctrine/sql-formatter": "^1.0.1",
 
 462                 "symfony/cache": "^6.4 || ^7.0",
 
 463                 "symfony/config": "^6.4 || ^7.0",
 
 464                 "symfony/console": "^6.4 || ^7.0",
 
 465                 "symfony/dependency-injection": "^6.4 || ^7.0",
 
 466                 "symfony/doctrine-bridge": "^6.4.3 || ^7.0.3",
 
 467                 "symfony/framework-bundle": "^6.4 || ^7.0",
 
 468                 "symfony/service-contracts": "^2.5 || ^3"
 
 471                 "doctrine/annotations": ">=3.0",
 
 472                 "doctrine/cache": "< 1.11",
 
 473                 "doctrine/orm": "<2.17 || >=4.0",
 
 474                 "symfony/var-exporter": "< 6.4.1 || 7.0.0",
 
 475                 "twig/twig": "<2.13 || >=3.0 <3.0.4"
 
 478                 "doctrine/annotations": "^1 || ^2",
 
 479                 "doctrine/cache": "^1.11 || ^2.0",
 
 480                 "doctrine/coding-standard": "^14",
 
 481                 "doctrine/orm": "^2.17 || ^3.1",
 
 482                 "friendsofphp/proxy-manager-lts": "^1.0",
 
 483                 "phpstan/phpstan": "2.1.1",
 
 484                 "phpstan/phpstan-phpunit": "2.0.3",
 
 485                 "phpstan/phpstan-strict-rules": "^2",
 
 486                 "phpunit/phpunit": "^10.5.53 || ^12.3.10",
 
 487                 "psr/log": "^1.1.4 || ^2.0 || ^3.0",
 
 488                 "symfony/doctrine-messenger": "^6.4 || ^7.0",
 
 489                 "symfony/expression-language": "^6.4 || ^7.0",
 
 490                 "symfony/messenger": "^6.4 || ^7.0",
 
 491                 "symfony/property-info": "^6.4 || ^7.0",
 
 492                 "symfony/security-bundle": "^6.4 || ^7.0",
 
 493                 "symfony/stopwatch": "^6.4 || ^7.0",
 
 494                 "symfony/string": "^6.4 || ^7.0",
 
 495                 "symfony/twig-bridge": "^6.4 || ^7.0",
 
 496                 "symfony/validator": "^6.4 || ^7.0",
 
 497                 "symfony/var-exporter": "^6.4.1 || ^7.0.1",
 
 498                 "symfony/web-profiler-bundle": "^6.4 || ^7.0",
 
 499                 "symfony/yaml": "^6.4 || ^7.0",
 
 500                 "twig/twig": "^2.14.7 || ^3.0.4"
 
 503                 "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
 
 505                 "symfony/web-profiler-bundle": "To use the data collector."
 
 507             "type": "symfony-bundle",
 
 510                     "Doctrine\\Bundle\\DoctrineBundle\\": "src"
 
 513             "notification-url": "https://packagist.org/downloads/",
 
 519                     "name": "Fabien Potencier",
 
 520                     "email": "fabien@symfony.com"
 
 523                     "name": "Benjamin Eberlei",
 
 524                     "email": "kontakt@beberlei.de"
 
 527                     "name": "Symfony Community",
 
 528                     "homepage": "https://symfony.com/contributors"
 
 531                     "name": "Doctrine Project",
 
 532                     "homepage": "https://www.doctrine-project.org/"
 
 535             "description": "Symfony DoctrineBundle",
 
 536             "homepage": "https://www.doctrine-project.org",
 
 544                 "issues": "https://github.com/doctrine/DoctrineBundle/issues",
 
 545                 "source": "https://github.com/doctrine/DoctrineBundle/tree/2.18.0"
 
 549                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 553                     "url": "https://www.patreon.com/phpdoctrine",
 
 557                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
 
 561             "time": "2025-10-11T04:43:27+00:00"
 
 564             "name": "doctrine/doctrine-migrations-bundle",
 
 568                 "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
 
 569                 "reference": "71c81279ca0e907c3edc718418b93fd63074856c"
 
 573                 "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/71c81279ca0e907c3edc718418b93fd63074856c",
 
 574                 "reference": "71c81279ca0e907c3edc718418b93fd63074856c",
 
 578                 "doctrine/doctrine-bundle": "^2.4 || ^3.0",
 
 579                 "doctrine/migrations": "^3.2",
 
 580                 "php": "^7.2 || ^8.0",
 
 581                 "symfony/deprecation-contracts": "^2.1 || ^3",
 
 582                 "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0"
 
 585                 "composer/semver": "^3.0",
 
 586                 "doctrine/coding-standard": "^12 || ^14",
 
 587                 "doctrine/orm": "^2.6 || ^3",
 
 588                 "phpstan/phpstan": "^1.4 || ^2",
 
 589                 "phpstan/phpstan-deprecation-rules": "^1 || ^2",
 
 590                 "phpstan/phpstan-phpunit": "^1 || ^2",
 
 591                 "phpstan/phpstan-strict-rules": "^1.1 || ^2",
 
 592                 "phpstan/phpstan-symfony": "^1.3 || ^2",
 
 593                 "phpunit/phpunit": "^8.5 || ^9.5",
 
 594                 "symfony/phpunit-bridge": "^6.3 || ^7",
 
 595                 "symfony/var-exporter": "^5.4 || ^6 || ^7"
 
 597             "type": "symfony-bundle",
 
 600                     "Doctrine\\Bundle\\MigrationsBundle\\": "src"
 
 603             "notification-url": "https://packagist.org/downloads/",
 
 609                     "name": "Fabien Potencier",
 
 610                     "email": "fabien@symfony.com"
 
 613                     "name": "Doctrine Project",
 
 614                     "homepage": "https://www.doctrine-project.org"
 
 617                     "name": "Symfony Community",
 
 618                     "homepage": "https://symfony.com/contributors"
 
 621             "description": "Symfony DoctrineMigrationsBundle",
 
 622             "homepage": "https://www.doctrine-project.org",
 
 629                 "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
 
 630                 "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.5.0"
 
 634                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 638                     "url": "https://www.patreon.com/phpdoctrine",
 
 642                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
 
 646             "time": "2025-10-12T17:06:40+00:00"
 
 649             "name": "doctrine/event-manager",
 
 653                 "url": "https://github.com/doctrine/event-manager.git",
 
 654                 "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e"
 
 658                 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/b680156fa328f1dfd874fd48c7026c41570b9c6e",
 
 659                 "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e",
 
 666                 "doctrine/common": "<2.9"
 
 669                 "doctrine/coding-standard": "^12",
 
 670                 "phpstan/phpstan": "^1.8.8",
 
 671                 "phpunit/phpunit": "^10.5",
 
 672                 "vimeo/psalm": "^5.24"
 
 677                     "Doctrine\\Common\\": "src"
 
 680             "notification-url": "https://packagist.org/downloads/",
 
 686                     "name": "Guilherme Blanco",
 
 687                     "email": "guilhermeblanco@gmail.com"
 
 690                     "name": "Roman Borschel",
 
 691                     "email": "roman@code-factory.org"
 
 694                     "name": "Benjamin Eberlei",
 
 695                     "email": "kontakt@beberlei.de"
 
 698                     "name": "Jonathan Wage",
 
 699                     "email": "jonwage@gmail.com"
 
 702                     "name": "Johannes Schmitt",
 
 703                     "email": "schmittjoh@gmail.com"
 
 706                     "name": "Marco Pivetta",
 
 707                     "email": "ocramius@gmail.com"
 
 710             "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
 
 711             "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
 
 720                 "issues": "https://github.com/doctrine/event-manager/issues",
 
 721                 "source": "https://github.com/doctrine/event-manager/tree/2.0.1"
 
 725                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 729                     "url": "https://www.patreon.com/phpdoctrine",
 
 733                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
 
 737             "time": "2024-05-22T20:47:39+00:00"
 
 740             "name": "doctrine/inflector",
 
 744                 "url": "https://github.com/doctrine/inflector.git",
 
 745                 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
 
 749                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
 
 750                 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
 
 754                 "php": "^7.2 || ^8.0"
 
 757                 "doctrine/coding-standard": "^12.0 || ^13.0",
 
 758                 "phpstan/phpstan": "^1.12 || ^2.0",
 
 759                 "phpstan/phpstan-phpunit": "^1.4 || ^2.0",
 
 760                 "phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
 
 761                 "phpunit/phpunit": "^8.5 || ^12.2"
 
 766                     "Doctrine\\Inflector\\": "src"
 
 769             "notification-url": "https://packagist.org/downloads/",
 
 775                     "name": "Guilherme Blanco",
 
 776                     "email": "guilhermeblanco@gmail.com"
 
 779                     "name": "Roman Borschel",
 
 780                     "email": "roman@code-factory.org"
 
 783                     "name": "Benjamin Eberlei",
 
 784                     "email": "kontakt@beberlei.de"
 
 787                     "name": "Jonathan Wage",
 
 788                     "email": "jonwage@gmail.com"
 
 791                     "name": "Johannes Schmitt",
 
 792                     "email": "schmittjoh@gmail.com"
 
 795             "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
 
 796             "homepage": "https://www.doctrine-project.org/projects/inflector.html",
 
 810                 "issues": "https://github.com/doctrine/inflector/issues",
 
 811                 "source": "https://github.com/doctrine/inflector/tree/2.1.0"
 
 815                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 819                     "url": "https://www.patreon.com/phpdoctrine",
 
 823                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
 
 827             "time": "2025-08-10T19:31:58+00:00"
 
 830             "name": "doctrine/instantiator",
 
 834                 "url": "https://github.com/doctrine/instantiator.git",
 
 835                 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
 
 839                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
 
 840                 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
 
 847                 "doctrine/coding-standard": "^11",
 
 850                 "phpbench/phpbench": "^1.2",
 
 851                 "phpstan/phpstan": "^1.9.4",
 
 852                 "phpstan/phpstan-phpunit": "^1.3",
 
 853                 "phpunit/phpunit": "^9.5.27",
 
 854                 "vimeo/psalm": "^5.4"
 
 859                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
 
 862             "notification-url": "https://packagist.org/downloads/",
 
 868                     "name": "Marco Pivetta",
 
 869                     "email": "ocramius@gmail.com",
 
 870                     "homepage": "https://ocramius.github.io/"
 
 873             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
 
 874             "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
 
 880                 "issues": "https://github.com/doctrine/instantiator/issues",
 
 881                 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
 
 885                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 889                     "url": "https://www.patreon.com/phpdoctrine",
 
 893                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
 
 897             "time": "2022-12-30T00:23:10+00:00"
 
 900             "name": "doctrine/lexer",
 
 904                 "url": "https://github.com/doctrine/lexer.git",
 
 905                 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
 
 909                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
 
 910                 "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
 
 917                 "doctrine/coding-standard": "^12",
 
 918                 "phpstan/phpstan": "^1.10",
 
 919                 "phpunit/phpunit": "^10.5",
 
 920                 "psalm/plugin-phpunit": "^0.18.3",
 
 921                 "vimeo/psalm": "^5.21"
 
 926                     "Doctrine\\Common\\Lexer\\": "src"
 
 929             "notification-url": "https://packagist.org/downloads/",
 
 935                     "name": "Guilherme Blanco",
 
 936                     "email": "guilhermeblanco@gmail.com"
 
 939                     "name": "Roman Borschel",
 
 940                     "email": "roman@code-factory.org"
 
 943                     "name": "Johannes Schmitt",
 
 944                     "email": "schmittjoh@gmail.com"
 
 947             "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
 
 948             "homepage": "https://www.doctrine-project.org/projects/lexer.html",
 
 957                 "issues": "https://github.com/doctrine/lexer/issues",
 
 958                 "source": "https://github.com/doctrine/lexer/tree/3.0.1"
 
 962                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
 966                     "url": "https://www.patreon.com/phpdoctrine",
 
 970                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
 
 974             "time": "2024-02-05T11:56:58+00:00"
 
 977             "name": "doctrine/migrations",
 
 981                 "url": "https://github.com/doctrine/migrations.git",
 
 982                 "reference": "1b88fcb812f2cd6e77c83d16db60e3cf1e35c66c"
 
 986                 "url": "https://api.github.com/repos/doctrine/migrations/zipball/1b88fcb812f2cd6e77c83d16db60e3cf1e35c66c",
 
 987                 "reference": "1b88fcb812f2cd6e77c83d16db60e3cf1e35c66c",
 
 991                 "composer-runtime-api": "^2",
 
 992                 "doctrine/dbal": "^3.6 || ^4",
 
 993                 "doctrine/deprecations": "^0.5.3 || ^1",
 
 994                 "doctrine/event-manager": "^1.2 || ^2.0",
 
 996                 "psr/log": "^1.1.3 || ^2 || ^3",
 
 997                 "symfony/console": "^5.4 || ^6.0 || ^7.0",
 
 998                 "symfony/stopwatch": "^5.4 || ^6.0 || ^7.0",
 
 999                 "symfony/var-exporter": "^6.2 || ^7.0"
 
1002                 "doctrine/orm": "<2.12 || >=4"
 
1005                 "doctrine/coding-standard": "^13",
 
1006                 "doctrine/orm": "^2.13 || ^3",
 
1007                 "doctrine/persistence": "^2 || ^3 || ^4",
 
1008                 "doctrine/sql-formatter": "^1.0",
 
1009                 "ext-pdo_sqlite": "*",
 
1010                 "fig/log-test": "^1",
 
1011                 "phpstan/phpstan": "^2",
 
1012                 "phpstan/phpstan-deprecation-rules": "^2",
 
1013                 "phpstan/phpstan-phpunit": "^2",
 
1014                 "phpstan/phpstan-strict-rules": "^2",
 
1015                 "phpstan/phpstan-symfony": "^2",
 
1016                 "phpunit/phpunit": "^10.3 || ^11.0 || ^12.0",
 
1017                 "symfony/cache": "^5.4 || ^6.0 || ^7.0",
 
1018                 "symfony/process": "^5.4 || ^6.0 || ^7.0",
 
1019                 "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
 
1022                 "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
 
1023                 "symfony/yaml": "Allows the use of yaml for migration configuration files."
 
1026                 "bin/doctrine-migrations"
 
1031                     "Doctrine\\Migrations\\": "src"
 
1034             "notification-url": "https://packagist.org/downloads/",
 
1040                     "name": "Benjamin Eberlei",
 
1041                     "email": "kontakt@beberlei.de"
 
1044                     "name": "Jonathan Wage",
 
1045                     "email": "jonwage@gmail.com"
 
1048                     "name": "Michael Simonson",
 
1049                     "email": "contact@mikesimonson.com"
 
1052             "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
 
1053             "homepage": "https://www.doctrine-project.org/projects/migrations.html",
 
1060                 "issues": "https://github.com/doctrine/migrations/issues",
 
1061                 "source": "https://github.com/doctrine/migrations/tree/3.9.4"
 
1065                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
1069                     "url": "https://www.patreon.com/phpdoctrine",
 
1073                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
 
1077             "time": "2025-08-19T06:41:07+00:00"
 
1080             "name": "doctrine/orm",
 
1081             "version": "2.20.6",
 
1084                 "url": "https://github.com/doctrine/orm.git",
 
1085                 "reference": "c322c71cd40da12d255dabd7b6ce0d9cf208a5d5"
 
1089                 "url": "https://api.github.com/repos/doctrine/orm/zipball/c322c71cd40da12d255dabd7b6ce0d9cf208a5d5",
 
1090                 "reference": "c322c71cd40da12d255dabd7b6ce0d9cf208a5d5",
 
1094                 "composer-runtime-api": "^2",
 
1095                 "doctrine/cache": "^1.12.1 || ^2.1.1",
 
1096                 "doctrine/collections": "^1.5 || ^2.1",
 
1097                 "doctrine/common": "^3.0.3",
 
1098                 "doctrine/dbal": "^2.13.1 || ^3.2",
 
1099                 "doctrine/deprecations": "^0.5.3 || ^1",
 
1100                 "doctrine/event-manager": "^1.2 || ^2",
 
1101                 "doctrine/inflector": "^1.4 || ^2.0",
 
1102                 "doctrine/instantiator": "^1.3 || ^2",
 
1103                 "doctrine/lexer": "^2 || ^3",
 
1104                 "doctrine/persistence": "^2.4 || ^3",
 
1106                 "php": "^7.1 || ^8.0",
 
1107                 "psr/cache": "^1 || ^2 || ^3",
 
1108                 "symfony/console": "^4.2 || ^5.0 || ^6.0 || ^7.0",
 
1109                 "symfony/polyfill-php72": "^1.23",
 
1110                 "symfony/polyfill-php80": "^1.16"
 
1113                 "doctrine/annotations": "<1.13 || >= 3.0"
 
1116                 "doctrine/annotations": "^1.13 || ^2",
 
1117                 "doctrine/coding-standard": "^9.0.2 || ^13.0",
 
1118                 "phpbench/phpbench": "^0.16.10 || ^1.0",
 
1119                 "phpstan/extension-installer": "~1.1.0 || ^1.4",
 
1120                 "phpstan/phpstan": "~1.4.10 || 2.0.3",
 
1121                 "phpstan/phpstan-deprecation-rules": "^1 || ^2",
 
1122                 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
 
1123                 "psr/log": "^1 || ^2 || ^3",
 
1124                 "squizlabs/php_codesniffer": "3.12.0",
 
1125                 "symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0",
 
1126                 "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0",
 
1127                 "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
 
1130                 "ext-dom": "Provides support for XSD validation for XML mapping files",
 
1131                 "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
 
1132                 "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
 
1140                     "Doctrine\\ORM\\": "src"
 
1143             "notification-url": "https://packagist.org/downloads/",
 
1149                     "name": "Guilherme Blanco",
 
1150                     "email": "guilhermeblanco@gmail.com"
 
1153                     "name": "Roman Borschel",
 
1154                     "email": "roman@code-factory.org"
 
1157                     "name": "Benjamin Eberlei",
 
1158                     "email": "kontakt@beberlei.de"
 
1161                     "name": "Jonathan Wage",
 
1162                     "email": "jonwage@gmail.com"
 
1165                     "name": "Marco Pivetta",
 
1166                     "email": "ocramius@gmail.com"
 
1169             "description": "Object-Relational-Mapper for PHP",
 
1170             "homepage": "https://www.doctrine-project.org/projects/orm.html",
 
1176                 "issues": "https://github.com/doctrine/orm/issues",
 
1177                 "source": "https://github.com/doctrine/orm/tree/2.20.6"
 
1179             "time": "2025-08-08T06:55:44+00:00"
 
1182             "name": "doctrine/persistence",
 
1186                 "url": "https://github.com/doctrine/persistence.git",
 
1187                 "reference": "23069c8cfc19d7825e9fbe3341227d8c51eff2bc"
 
1191                 "url": "https://api.github.com/repos/doctrine/persistence/zipball/23069c8cfc19d7825e9fbe3341227d8c51eff2bc",
 
1192                 "reference": "23069c8cfc19d7825e9fbe3341227d8c51eff2bc",
 
1196                 "doctrine/event-manager": "^1 || ^2",
 
1197                 "php": "^7.2 || ^8.0",
 
1198                 "psr/cache": "^1.0 || ^2.0 || ^3.0"
 
1201                 "doctrine/common": "<2.10"
 
1204                 "doctrine/coding-standard": "^12",
 
1205                 "doctrine/common": "^3.0",
 
1206                 "phpstan/phpstan": "1.12.7",
 
1207                 "phpstan/phpstan-phpunit": "^1",
 
1208                 "phpstan/phpstan-strict-rules": "^1.1",
 
1209                 "phpunit/phpunit": "^8.5.38 || ^9.5",
 
1210                 "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0"
 
1215                     "Doctrine\\Persistence\\": "src/Persistence"
 
1218             "notification-url": "https://packagist.org/downloads/",
 
1224                     "name": "Guilherme Blanco",
 
1225                     "email": "guilhermeblanco@gmail.com"
 
1228                     "name": "Roman Borschel",
 
1229                     "email": "roman@code-factory.org"
 
1232                     "name": "Benjamin Eberlei",
 
1233                     "email": "kontakt@beberlei.de"
 
1236                     "name": "Jonathan Wage",
 
1237                     "email": "jonwage@gmail.com"
 
1240                     "name": "Johannes Schmitt",
 
1241                     "email": "schmittjoh@gmail.com"
 
1244                     "name": "Marco Pivetta",
 
1245                     "email": "ocramius@gmail.com"
 
1248             "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
 
1249             "homepage": "https://www.doctrine-project.org/projects/persistence.html",
 
1258                 "issues": "https://github.com/doctrine/persistence/issues",
 
1259                 "source": "https://github.com/doctrine/persistence/tree/3.4.1"
 
1263                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
1267                     "url": "https://www.patreon.com/phpdoctrine",
 
1271                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
 
1275             "time": "2025-09-29T06:33:58+00:00"
 
1278             "name": "doctrine/sql-formatter",
 
1282                 "url": "https://github.com/doctrine/sql-formatter.git",
 
1283                 "reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8"
 
1287                 "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/d6d00aba6fd2957fe5216fe2b7673e9985db20c8",
 
1288                 "reference": "d6d00aba6fd2957fe5216fe2b7673e9985db20c8",
 
1295                 "doctrine/coding-standard": "^12",
 
1296                 "ergebnis/phpunit-slow-test-detector": "^2.14",
 
1297                 "phpstan/phpstan": "^1.10",
 
1298                 "phpunit/phpunit": "^10.5"
 
1306                     "Doctrine\\SqlFormatter\\": "src"
 
1309             "notification-url": "https://packagist.org/downloads/",
 
1315                     "name": "Jeremy Dorn",
 
1316                     "email": "jeremy@jeremydorn.com",
 
1317                     "homepage": "https://jeremydorn.com/"
 
1320             "description": "a PHP SQL highlighting library",
 
1321             "homepage": "https://github.com/doctrine/sql-formatter/",
 
1327                 "issues": "https://github.com/doctrine/sql-formatter/issues",
 
1328                 "source": "https://github.com/doctrine/sql-formatter/tree/1.5.2"
 
1330             "time": "2025-01-24T11:45:48+00:00"
 
1333             "name": "egulias/email-validator",
 
1337                 "url": "https://github.com/egulias/EmailValidator.git",
 
1338                 "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
 
1342                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
 
1343                 "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
 
1347                 "doctrine/lexer": "^2.0 || ^3.0",
 
1349                 "symfony/polyfill-intl-idn": "^1.26"
 
1352                 "phpunit/phpunit": "^10.2",
 
1353                 "vimeo/psalm": "^5.12"
 
1356                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
 
1361                     "dev-master": "4.0.x-dev"
 
1366                     "Egulias\\EmailValidator\\": "src"
 
1369             "notification-url": "https://packagist.org/downloads/",
 
1375                     "name": "Eduardo Gulias Davis"
 
1378             "description": "A library for validating emails against several RFCs",
 
1379             "homepage": "https://github.com/egulias/EmailValidator",
 
1388                 "issues": "https://github.com/egulias/EmailValidator/issues",
 
1389                 "source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
 
1393                     "url": "https://github.com/egulias",
 
1397             "time": "2025-03-06T22:45:56+00:00"
 
1400             "name": "erusev/parsedown",
 
1404                 "url": "https://github.com/erusev/parsedown.git",
 
1405                 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
 
1409                 "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
 
1410                 "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
 
1414                 "ext-mbstring": "*",
 
1418                 "phpunit/phpunit": "^4.8.35"
 
1426             "notification-url": "https://packagist.org/downloads/",
 
1432                     "name": "Emanuil Rusev",
 
1433                     "email": "hello@erusev.com",
 
1434                     "homepage": "http://erusev.com"
 
1437             "description": "Parser for Markdown.",
 
1438             "homepage": "http://parsedown.org",
 
1444                 "issues": "https://github.com/erusev/parsedown/issues",
 
1445                 "source": "https://github.com/erusev/parsedown/tree/1.7.x"
 
1447             "time": "2019-12-30T22:54:17+00:00"
 
1450             "name": "monolog/monolog",
 
1454                 "url": "https://github.com/Seldaek/monolog.git",
 
1455                 "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
 
1459                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
 
1460                 "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
 
1465                 "psr/log": "^2.0 || ^3.0"
 
1468                 "psr/log-implementation": "3.0.0"
 
1471                 "aws/aws-sdk-php": "^3.0",
 
1472                 "doctrine/couchdb": "~1.0@dev",
 
1473                 "elasticsearch/elasticsearch": "^7 || ^8",
 
1475                 "graylog2/gelf-php": "^1.4.2 || ^2.0",
 
1476                 "guzzlehttp/guzzle": "^7.4.5",
 
1477                 "guzzlehttp/psr7": "^2.2",
 
1478                 "mongodb/mongodb": "^1.8",
 
1479                 "php-amqplib/php-amqplib": "~2.4 || ^3",
 
1480                 "php-console/php-console": "^3.1.8",
 
1481                 "phpstan/phpstan": "^2",
 
1482                 "phpstan/phpstan-deprecation-rules": "^2",
 
1483                 "phpstan/phpstan-strict-rules": "^2",
 
1484                 "phpunit/phpunit": "^10.5.17 || ^11.0.7",
 
1485                 "predis/predis": "^1.1 || ^2",
 
1486                 "rollbar/rollbar": "^4.0",
 
1487                 "ruflin/elastica": "^7 || ^8",
 
1488                 "symfony/mailer": "^5.4 || ^6",
 
1489                 "symfony/mime": "^5.4 || ^6"
 
1492                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
 
1493                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
 
1494                 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
 
1495                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
 
1496                 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
 
1497                 "ext-mbstring": "Allow to work properly with unicode symbols",
 
1498                 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
 
1499                 "ext-openssl": "Required to send log messages using SSL",
 
1500                 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
 
1501                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
 
1502                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
 
1503                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
 
1504                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
 
1505                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
 
1510                     "dev-main": "3.x-dev"
 
1515                     "Monolog\\": "src/Monolog"
 
1518             "notification-url": "https://packagist.org/downloads/",
 
1524                     "name": "Jordi Boggiano",
 
1525                     "email": "j.boggiano@seld.be",
 
1526                     "homepage": "https://seld.be"
 
1529             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
 
1530             "homepage": "https://github.com/Seldaek/monolog",
 
1537                 "issues": "https://github.com/Seldaek/monolog/issues",
 
1538                 "source": "https://github.com/Seldaek/monolog/tree/3.9.0"
 
1542                     "url": "https://github.com/Seldaek",
 
1546                     "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
 
1550             "time": "2025-03-24T10:02:05+00:00"
 
1553             "name": "phpdocumentor/reflection-common",
 
1557                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
 
1558                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
 
1562                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
 
1563                 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
 
1567                 "php": "^7.2 || ^8.0"
 
1572                     "dev-2.x": "2.x-dev"
 
1577                     "phpDocumentor\\Reflection\\": "src/"
 
1580             "notification-url": "https://packagist.org/downloads/",
 
1586                     "name": "Jaap van Otterdijk",
 
1587                     "email": "opensource@ijaap.nl"
 
1590             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
 
1591             "homepage": "http://www.phpdoc.org",
 
1600                 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
 
1601                 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
 
1603             "time": "2020-06-27T09:03:43+00:00"
 
1606             "name": "phpdocumentor/reflection-docblock",
 
1610                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
 
1611                 "reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9"
 
1615                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94f8051919d1b0369a6bcc7931d679a511c03fe9",
 
1616                 "reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9",
 
1620                 "doctrine/deprecations": "^1.1",
 
1622                 "php": "^7.4 || ^8.0",
 
1623                 "phpdocumentor/reflection-common": "^2.2",
 
1624                 "phpdocumentor/type-resolver": "^1.7",
 
1625                 "phpstan/phpdoc-parser": "^1.7|^2.0",
 
1626                 "webmozart/assert": "^1.9.1"
 
1629                 "mockery/mockery": "~1.3.5 || ~1.6.0",
 
1630                 "phpstan/extension-installer": "^1.1",
 
1631                 "phpstan/phpstan": "^1.8",
 
1632                 "phpstan/phpstan-mockery": "^1.1",
 
1633                 "phpstan/phpstan-webmozart-assert": "^1.2",
 
1634                 "phpunit/phpunit": "^9.5",
 
1635                 "psalm/phar": "^5.26"
 
1640                     "dev-master": "5.x-dev"
 
1645                     "phpDocumentor\\Reflection\\": "src"
 
1648             "notification-url": "https://packagist.org/downloads/",
 
1654                     "name": "Mike van Riel",
 
1655                     "email": "me@mikevanriel.com"
 
1658                     "name": "Jaap van Otterdijk",
 
1659                     "email": "opensource@ijaap.nl"
 
1662             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
 
1664                 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
 
1665                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.3"
 
1667             "time": "2025-08-01T19:43:32+00:00"
 
1670             "name": "phpdocumentor/type-resolver",
 
1671             "version": "1.10.0",
 
1674                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
 
1675                 "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a"
 
1679                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a",
 
1680                 "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a",
 
1684                 "doctrine/deprecations": "^1.0",
 
1685                 "php": "^7.3 || ^8.0",
 
1686                 "phpdocumentor/reflection-common": "^2.0",
 
1687                 "phpstan/phpdoc-parser": "^1.18|^2.0"
 
1690                 "ext-tokenizer": "*",
 
1691                 "phpbench/phpbench": "^1.2",
 
1692                 "phpstan/extension-installer": "^1.1",
 
1693                 "phpstan/phpstan": "^1.8",
 
1694                 "phpstan/phpstan-phpunit": "^1.1",
 
1695                 "phpunit/phpunit": "^9.5",
 
1696                 "rector/rector": "^0.13.9",
 
1697                 "vimeo/psalm": "^4.25"
 
1702                     "dev-1.x": "1.x-dev"
 
1707                     "phpDocumentor\\Reflection\\": "src"
 
1710             "notification-url": "https://packagist.org/downloads/",
 
1716                     "name": "Mike van Riel",
 
1717                     "email": "me@mikevanriel.com"
 
1720             "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
 
1722                 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
 
1723                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0"
 
1725             "time": "2024-11-09T15:12:26+00:00"
 
1728             "name": "phpstan/phpdoc-parser",
 
1729             "version": "1.33.0",
 
1732                 "url": "https://github.com/phpstan/phpdoc-parser.git",
 
1733                 "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140"
 
1737                 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140",
 
1738                 "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140",
 
1742                 "php": "^7.2 || ^8.0"
 
1745                 "doctrine/annotations": "^2.0",
 
1746                 "nikic/php-parser": "^4.15",
 
1747                 "php-parallel-lint/php-parallel-lint": "^1.2",
 
1748                 "phpstan/extension-installer": "^1.0",
 
1749                 "phpstan/phpstan": "^1.5",
 
1750                 "phpstan/phpstan-phpunit": "^1.1",
 
1751                 "phpstan/phpstan-strict-rules": "^1.0",
 
1752                 "phpunit/phpunit": "^9.5",
 
1753                 "symfony/process": "^5.2"
 
1758                     "PHPStan\\PhpDocParser\\": [
 
1763             "notification-url": "https://packagist.org/downloads/",
 
1767             "description": "PHPDoc parser with support for nullable, intersection and generic types",
 
1769                 "issues": "https://github.com/phpstan/phpdoc-parser/issues",
 
1770                 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.33.0"
 
1772             "time": "2024-10-13T11:25:22+00:00"
 
1775             "name": "psr/cache",
 
1779                 "url": "https://github.com/php-fig/cache.git",
 
1780                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
 
1784                 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
 
1785                 "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
 
1794                     "dev-master": "1.0.x-dev"
 
1799                     "Psr\\Cache\\": "src/"
 
1802             "notification-url": "https://packagist.org/downloads/",
 
1809                     "homepage": "https://www.php-fig.org/"
 
1812             "description": "Common interface for caching libraries",
 
1819                 "source": "https://github.com/php-fig/cache/tree/3.0.0"
 
1821             "time": "2021-02-03T23:26:27+00:00"
 
1824             "name": "psr/clock",
 
1828                 "url": "https://github.com/php-fig/clock.git",
 
1829                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
 
1833                 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
 
1834                 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
 
1838                 "php": "^7.0 || ^8.0"
 
1843                     "Psr\\Clock\\": "src/"
 
1846             "notification-url": "https://packagist.org/downloads/",
 
1853                     "homepage": "https://www.php-fig.org/"
 
1856             "description": "Common interface for reading the clock.",
 
1857             "homepage": "https://github.com/php-fig/clock",
 
1866                 "issues": "https://github.com/php-fig/clock/issues",
 
1867                 "source": "https://github.com/php-fig/clock/tree/1.0.0"
 
1869             "time": "2022-11-25T14:36:26+00:00"
 
1872             "name": "psr/container",
 
1876                 "url": "https://github.com/php-fig/container.git",
 
1877                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
 
1881                 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
 
1882                 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
 
1891                     "dev-master": "2.0.x-dev"
 
1896                     "Psr\\Container\\": "src/"
 
1899             "notification-url": "https://packagist.org/downloads/",
 
1906                     "homepage": "https://www.php-fig.org/"
 
1909             "description": "Common Container Interface (PHP FIG PSR-11)",
 
1910             "homepage": "https://github.com/php-fig/container",
 
1914                 "container-interface",
 
1915                 "container-interop",
 
1919                 "issues": "https://github.com/php-fig/container/issues",
 
1920                 "source": "https://github.com/php-fig/container/tree/2.0.2"
 
1922             "time": "2021-11-05T16:47:00+00:00"
 
1925             "name": "psr/event-dispatcher",
 
1929                 "url": "https://github.com/php-fig/event-dispatcher.git",
 
1930                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
 
1934                 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
 
1935                 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
 
1944                     "dev-master": "1.0.x-dev"
 
1949                     "Psr\\EventDispatcher\\": "src/"
 
1952             "notification-url": "https://packagist.org/downloads/",
 
1959                     "homepage": "http://www.php-fig.org/"
 
1962             "description": "Standard interfaces for event handling.",
 
1969                 "issues": "https://github.com/php-fig/event-dispatcher/issues",
 
1970                 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
 
1972             "time": "2019-01-08T18:20:26+00:00"
 
1979                 "url": "https://github.com/php-fig/link.git",
 
1980                 "reference": "84b159194ecfd7eaa472280213976e96415433f7"
 
1984                 "url": "https://api.github.com/repos/php-fig/link/zipball/84b159194ecfd7eaa472280213976e96415433f7",
 
1985                 "reference": "84b159194ecfd7eaa472280213976e96415433f7",
 
1992                 "fig/link-util": "Provides some useful PSR-13 utilities"
 
1997                     "dev-master": "2.0.x-dev"
 
2002                     "Psr\\Link\\": "src/"
 
2005             "notification-url": "https://packagist.org/downloads/",
 
2012                     "homepage": "http://www.php-fig.org/"
 
2015             "description": "Common interfaces for HTTP links",
 
2016             "homepage": "https://github.com/php-fig/link",
 
2026                 "source": "https://github.com/php-fig/link/tree/2.0.1"
 
2028             "time": "2021-03-11T23:00:27+00:00"
 
2035                 "url": "https://github.com/php-fig/log.git",
 
2036                 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
 
2040                 "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
 
2041                 "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
 
2050                     "dev-master": "3.x-dev"
 
2058             "notification-url": "https://packagist.org/downloads/",
 
2065                     "homepage": "https://www.php-fig.org/"
 
2068             "description": "Common interface for logging libraries",
 
2069             "homepage": "https://github.com/php-fig/log",
 
2076                 "source": "https://github.com/php-fig/log/tree/3.0.2"
 
2078             "time": "2024-09-11T13:17:53+00:00"
 
2081             "name": "rapsys/blogbundle",
 
2082             "version": "dev-master",
 
2085                 "url": "https://rapsys@git.rapsys.eu/blogbundle",
 
2086                 "reference": "master"
 
2089                 "doctrine/doctrine-bundle": "^1.0|^2.0",
 
2090                 "doctrine/orm": "^2.0|^3.0",
 
2091                 "erusev/parsedown": "^1.0|^2.0",
 
2092                 "rapsys/packbundle": "dev-master",
 
2093                 "rapsys/userbundle": "dev-master",
 
2094                 "symfony/flex": "^1.0|^2.0",
 
2095                 "symfony/form": "^4.0|^5.0|^6.0|^7.0",
 
2096                 "symfony/framework-bundle": "^4.0|^5.0|^6.0|^7.0",
 
2097                 "symfony/mailer": "^4.0|^5.0|^6.0|^7.0",
 
2098                 "symfony/profiler-pack": "^1.0",
 
2099                 "symfony/security-bundle": "^4.0|^5.0|^6.0|^7.0",
 
2100                 "symfony/translation": "^4.0|^5.0|^6.0|^7.0",
 
2101                 "symfony/twig-bundle": "^4.0|^5.0|^6.0|^7.0",
 
2102                 "symfony/validator": "^4.0|^5.0|^6.0|^7.0",
 
2103                 "twig/html-extra": "^2.0|^3.0",
 
2104                 "twig/intl-extra": "^2.0|^3.0"
 
2107                 "doctrine/doctrine-fixtures-bundle": "^3.0",
 
2108                 "symfony/browser-kit": "^4.0|^5.0|^6.0|^7.0",
 
2109                 "symfony/maker-bundle": "^1.0",
 
2110                 "symfony/phpunit-bridge": "^4.0|^5.0|^6.0|^7.0",
 
2111                 "symfony/web-profiler-bundle": "^4.0|^5.0|^6.0|^7.0"
 
2116                     "Rapsys\\BlogBundle\\": ""
 
2121             "name": "rapsys/packbundle",
 
2122             "version": "dev-master",
 
2125                 "url": "https://rapsys@git.rapsys.eu/packbundle",
 
2126                 "reference": "master"
 
2129                 "symfony/asset": "^4.0|^5.0|^6.0|^7.0",
 
2130                 "symfony/flex": "^1.0|^2.0",
 
2131                 "symfony/framework-bundle": "^4.0|^5.0|^6.0|^7.0",
 
2132                 "symfony/process": "^4.0|^5.0|^6.0|^7.0",
 
2133                 "symfony/twig-bundle": "^4.0|^5.0|^6.0|^7.0"
 
2138                     "Rapsys\\PackBundle\\": ""
 
2143             "name": "rapsys/userbundle",
 
2144             "version": "dev-master",
 
2147                 "url": "https://rapsys@git.rapsys.eu/userbundle",
 
2148                 "reference": "master"
 
2151                 "doctrine/doctrine-bundle": "^1.0|^2.0",
 
2152                 "rapsys/packbundle": "dev-master",
 
2153                 "symfony/flex": "^1.0|^2.0",
 
2154                 "symfony/form": "^4.0|^5.0|^6.0|^7.0",
 
2155                 "symfony/framework-bundle": "^4.0|^5.0|^6.0|^7.0",
 
2156                 "symfony/security-bundle": "^4.0|^5.0|^6.0|^7.0",
 
2157                 "symfony/validator": "^4.0|^5.0|^6.0|^7.0"
 
2162                     "Rapsys\\UserBundle\\": ""
 
2167             "name": "symfony/asset",
 
2168             "version": "v7.3.0",
 
2171                 "url": "https://github.com/symfony/asset.git",
 
2172                 "reference": "56c4d9f759247c4e07d8549e3baf7493cb9c3e4b"
 
2176                 "url": "https://api.github.com/repos/symfony/asset/zipball/56c4d9f759247c4e07d8549e3baf7493cb9c3e4b",
 
2177                 "reference": "56c4d9f759247c4e07d8549e3baf7493cb9c3e4b",
 
2184                 "symfony/http-foundation": "<6.4"
 
2187                 "symfony/http-client": "^6.4|^7.0",
 
2188                 "symfony/http-foundation": "^6.4|^7.0",
 
2189                 "symfony/http-kernel": "^6.4|^7.0"
 
2194                     "Symfony\\Component\\Asset\\": ""
 
2196                 "exclude-from-classmap": [
 
2200             "notification-url": "https://packagist.org/downloads/",
 
2206                     "name": "Fabien Potencier",
 
2207                     "email": "fabien@symfony.com"
 
2210                     "name": "Symfony Community",
 
2211                     "homepage": "https://symfony.com/contributors"
 
2214             "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
 
2215             "homepage": "https://symfony.com",
 
2217                 "source": "https://github.com/symfony/asset/tree/v7.3.0"
 
2221                     "url": "https://symfony.com/sponsor",
 
2225                     "url": "https://github.com/fabpot",
 
2229                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
2233             "time": "2025-03-05T10:15:41+00:00"
 
2236             "name": "symfony/cache",
 
2237             "version": "v7.3.4",
 
2240                 "url": "https://github.com/symfony/cache.git",
 
2241                 "reference": "bf8afc8ffd4bfd3d9c373e417f041d9f1e5b863f"
 
2245                 "url": "https://api.github.com/repos/symfony/cache/zipball/bf8afc8ffd4bfd3d9c373e417f041d9f1e5b863f",
 
2246                 "reference": "bf8afc8ffd4bfd3d9c373e417f041d9f1e5b863f",
 
2251                 "psr/cache": "^2.0|^3.0",
 
2252                 "psr/log": "^1.1|^2|^3",
 
2253                 "symfony/cache-contracts": "^3.6",
 
2254                 "symfony/deprecation-contracts": "^2.5|^3.0",
 
2255                 "symfony/service-contracts": "^2.5|^3",
 
2256                 "symfony/var-exporter": "^6.4|^7.0"
 
2259                 "doctrine/dbal": "<3.6",
 
2260                 "symfony/dependency-injection": "<6.4",
 
2261                 "symfony/http-kernel": "<6.4",
 
2262                 "symfony/var-dumper": "<6.4"
 
2265                 "psr/cache-implementation": "2.0|3.0",
 
2266                 "psr/simple-cache-implementation": "1.0|2.0|3.0",
 
2267                 "symfony/cache-implementation": "1.1|2.0|3.0"
 
2270                 "cache/integration-tests": "dev-master",
 
2271                 "doctrine/dbal": "^3.6|^4",
 
2272                 "predis/predis": "^1.1|^2.0",
 
2273                 "psr/simple-cache": "^1.0|^2.0|^3.0",
 
2274                 "symfony/clock": "^6.4|^7.0",
 
2275                 "symfony/config": "^6.4|^7.0",
 
2276                 "symfony/dependency-injection": "^6.4|^7.0",
 
2277                 "symfony/filesystem": "^6.4|^7.0",
 
2278                 "symfony/http-kernel": "^6.4|^7.0",
 
2279                 "symfony/messenger": "^6.4|^7.0",
 
2280                 "symfony/var-dumper": "^6.4|^7.0"
 
2285                     "Symfony\\Component\\Cache\\": ""
 
2288                     "Traits/ValueWrapper.php"
 
2290                 "exclude-from-classmap": [
 
2294             "notification-url": "https://packagist.org/downloads/",
 
2300                     "name": "Nicolas Grekas",
 
2301                     "email": "p@tchwork.com"
 
2304                     "name": "Symfony Community",
 
2305                     "homepage": "https://symfony.com/contributors"
 
2308             "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
 
2309             "homepage": "https://symfony.com",
 
2315                 "source": "https://github.com/symfony/cache/tree/v7.3.4"
 
2319                     "url": "https://symfony.com/sponsor",
 
2323                     "url": "https://github.com/fabpot",
 
2327                     "url": "https://github.com/nicolas-grekas",
 
2331                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
2335             "time": "2025-09-11T10:12:26+00:00"
 
2338             "name": "symfony/cache-contracts",
 
2339             "version": "v3.6.0",
 
2342                 "url": "https://github.com/symfony/cache-contracts.git",
 
2343                 "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868"
 
2347                 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/5d68a57d66910405e5c0b63d6f0af941e66fc868",
 
2348                 "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868",
 
2358                     "url": "https://github.com/symfony/contracts",
 
2359                     "name": "symfony/contracts"
 
2362                     "dev-main": "3.6-dev"
 
2367                     "Symfony\\Contracts\\Cache\\": ""
 
2370             "notification-url": "https://packagist.org/downloads/",
 
2376                     "name": "Nicolas Grekas",
 
2377                     "email": "p@tchwork.com"
 
2380                     "name": "Symfony Community",
 
2381                     "homepage": "https://symfony.com/contributors"
 
2384             "description": "Generic abstractions related to caching",
 
2385             "homepage": "https://symfony.com",
 
2395                 "source": "https://github.com/symfony/cache-contracts/tree/v3.6.0"
 
2399                     "url": "https://symfony.com/sponsor",
 
2403                     "url": "https://github.com/fabpot",
 
2407                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
2411             "time": "2025-03-13T15:25:07+00:00"
 
2414             "name": "symfony/clock",
 
2415             "version": "v7.3.0",
 
2418                 "url": "https://github.com/symfony/clock.git",
 
2419                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24"
 
2423                 "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
 
2424                 "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24",
 
2429                 "psr/clock": "^1.0",
 
2430                 "symfony/polyfill-php83": "^1.28"
 
2433                 "psr/clock-implementation": "1.0"
 
2441                     "Symfony\\Component\\Clock\\": ""
 
2443                 "exclude-from-classmap": [
 
2447             "notification-url": "https://packagist.org/downloads/",
 
2453                     "name": "Nicolas Grekas",
 
2454                     "email": "p@tchwork.com"
 
2457                     "name": "Symfony Community",
 
2458                     "homepage": "https://symfony.com/contributors"
 
2461             "description": "Decouples applications from the system clock",
 
2462             "homepage": "https://symfony.com",
 
2469                 "source": "https://github.com/symfony/clock/tree/v7.3.0"
 
2473                     "url": "https://symfony.com/sponsor",
 
2477                     "url": "https://github.com/fabpot",
 
2481                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
2485             "time": "2024-09-25T14:21:43+00:00"
 
2488             "name": "symfony/config",
 
2489             "version": "v7.3.4",
 
2492                 "url": "https://github.com/symfony/config.git",
 
2493                 "reference": "8a09223170046d2cfda3d2e11af01df2c641e961"
 
2497                 "url": "https://api.github.com/repos/symfony/config/zipball/8a09223170046d2cfda3d2e11af01df2c641e961",
 
2498                 "reference": "8a09223170046d2cfda3d2e11af01df2c641e961",
 
2503                 "symfony/deprecation-contracts": "^2.5|^3",
 
2504                 "symfony/filesystem": "^7.1",
 
2505                 "symfony/polyfill-ctype": "~1.8"
 
2508                 "symfony/finder": "<6.4",
 
2509                 "symfony/service-contracts": "<2.5"
 
2512                 "symfony/event-dispatcher": "^6.4|^7.0",
 
2513                 "symfony/finder": "^6.4|^7.0",
 
2514                 "symfony/messenger": "^6.4|^7.0",
 
2515                 "symfony/service-contracts": "^2.5|^3",
 
2516                 "symfony/yaml": "^6.4|^7.0"
 
2521                     "Symfony\\Component\\Config\\": ""
 
2523                 "exclude-from-classmap": [
 
2527             "notification-url": "https://packagist.org/downloads/",
 
2533                     "name": "Fabien Potencier",
 
2534                     "email": "fabien@symfony.com"
 
2537                     "name": "Symfony Community",
 
2538                     "homepage": "https://symfony.com/contributors"
 
2541             "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
 
2542             "homepage": "https://symfony.com",
 
2544                 "source": "https://github.com/symfony/config/tree/v7.3.4"
 
2548                     "url": "https://symfony.com/sponsor",
 
2552                     "url": "https://github.com/fabpot",
 
2556                     "url": "https://github.com/nicolas-grekas",
 
2560                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
2564             "time": "2025-09-22T12:46:16+00:00"
 
2567             "name": "symfony/console",
 
2568             "version": "v7.3.4",
 
2571                 "url": "https://github.com/symfony/console.git",
 
2572                 "reference": "2b9c5fafbac0399a20a2e82429e2bd735dcfb7db"
 
2576                 "url": "https://api.github.com/repos/symfony/console/zipball/2b9c5fafbac0399a20a2e82429e2bd735dcfb7db",
 
2577                 "reference": "2b9c5fafbac0399a20a2e82429e2bd735dcfb7db",
 
2582                 "symfony/deprecation-contracts": "^2.5|^3",
 
2583                 "symfony/polyfill-mbstring": "~1.0",
 
2584                 "symfony/service-contracts": "^2.5|^3",
 
2585                 "symfony/string": "^7.2"
 
2588                 "symfony/dependency-injection": "<6.4",
 
2589                 "symfony/dotenv": "<6.4",
 
2590                 "symfony/event-dispatcher": "<6.4",
 
2591                 "symfony/lock": "<6.4",
 
2592                 "symfony/process": "<6.4"
 
2595                 "psr/log-implementation": "1.0|2.0|3.0"
 
2598                 "psr/log": "^1|^2|^3",
 
2599                 "symfony/config": "^6.4|^7.0",
 
2600                 "symfony/dependency-injection": "^6.4|^7.0",
 
2601                 "symfony/event-dispatcher": "^6.4|^7.0",
 
2602                 "symfony/http-foundation": "^6.4|^7.0",
 
2603                 "symfony/http-kernel": "^6.4|^7.0",
 
2604                 "symfony/lock": "^6.4|^7.0",
 
2605                 "symfony/messenger": "^6.4|^7.0",
 
2606                 "symfony/process": "^6.4|^7.0",
 
2607                 "symfony/stopwatch": "^6.4|^7.0",
 
2608                 "symfony/var-dumper": "^6.4|^7.0"
 
2613                     "Symfony\\Component\\Console\\": ""
 
2615                 "exclude-from-classmap": [
 
2619             "notification-url": "https://packagist.org/downloads/",
 
2625                     "name": "Fabien Potencier",
 
2626                     "email": "fabien@symfony.com"
 
2629                     "name": "Symfony Community",
 
2630                     "homepage": "https://symfony.com/contributors"
 
2633             "description": "Eases the creation of beautiful and testable command line interfaces",
 
2634             "homepage": "https://symfony.com",
 
2642                 "source": "https://github.com/symfony/console/tree/v7.3.4"
 
2646                     "url": "https://symfony.com/sponsor",
 
2650                     "url": "https://github.com/fabpot",
 
2654                     "url": "https://github.com/nicolas-grekas",
 
2658                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
2662             "time": "2025-09-22T15:31:00+00:00"
 
2665             "name": "symfony/dependency-injection",
 
2666             "version": "v7.3.4",
 
2669                 "url": "https://github.com/symfony/dependency-injection.git",
 
2670                 "reference": "82119812ab0bf3425c1234d413efd1b19bb92ae4"
 
2674                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/82119812ab0bf3425c1234d413efd1b19bb92ae4",
 
2675                 "reference": "82119812ab0bf3425c1234d413efd1b19bb92ae4",
 
2680                 "psr/container": "^1.1|^2.0",
 
2681                 "symfony/deprecation-contracts": "^2.5|^3",
 
2682                 "symfony/service-contracts": "^3.5",
 
2683                 "symfony/var-exporter": "^6.4.20|^7.2.5"
 
2686                 "ext-psr": "<1.1|>=2",
 
2687                 "symfony/config": "<6.4",
 
2688                 "symfony/finder": "<6.4",
 
2689                 "symfony/yaml": "<6.4"
 
2692                 "psr/container-implementation": "1.1|2.0",
 
2693                 "symfony/service-implementation": "1.1|2.0|3.0"
 
2696                 "symfony/config": "^6.4|^7.0",
 
2697                 "symfony/expression-language": "^6.4|^7.0",
 
2698                 "symfony/yaml": "^6.4|^7.0"
 
2703                     "Symfony\\Component\\DependencyInjection\\": ""
 
2705                 "exclude-from-classmap": [
 
2709             "notification-url": "https://packagist.org/downloads/",
 
2715                     "name": "Fabien Potencier",
 
2716                     "email": "fabien@symfony.com"
 
2719                     "name": "Symfony Community",
 
2720                     "homepage": "https://symfony.com/contributors"
 
2723             "description": "Allows you to standardize and centralize the way objects are constructed in your application",
 
2724             "homepage": "https://symfony.com",
 
2726                 "source": "https://github.com/symfony/dependency-injection/tree/v7.3.4"
 
2730                     "url": "https://symfony.com/sponsor",
 
2734                     "url": "https://github.com/fabpot",
 
2738                     "url": "https://github.com/nicolas-grekas",
 
2742                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
2746             "time": "2025-09-11T10:12:26+00:00"
 
2749             "name": "symfony/deprecation-contracts",
 
2750             "version": "v3.6.0",
 
2753                 "url": "https://github.com/symfony/deprecation-contracts.git",
 
2754                 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
 
2758                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
 
2759                 "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
 
2768                     "url": "https://github.com/symfony/contracts",
 
2769                     "name": "symfony/contracts"
 
2772                     "dev-main": "3.6-dev"
 
2780             "notification-url": "https://packagist.org/downloads/",
 
2786                     "name": "Nicolas Grekas",
 
2787                     "email": "p@tchwork.com"
 
2790                     "name": "Symfony Community",
 
2791                     "homepage": "https://symfony.com/contributors"
 
2794             "description": "A generic function and convention to trigger deprecation notices",
 
2795             "homepage": "https://symfony.com",
 
2797                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
 
2801                     "url": "https://symfony.com/sponsor",
 
2805                     "url": "https://github.com/fabpot",
 
2809                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
2813             "time": "2024-09-25T14:21:43+00:00"
 
2816             "name": "symfony/doctrine-bridge",
 
2817             "version": "v7.3.4",
 
2820                 "url": "https://github.com/symfony/doctrine-bridge.git",
 
2821                 "reference": "21cd48c34a47a0d0e303a590a67c3450fde55888"
 
2825                 "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/21cd48c34a47a0d0e303a590a67c3450fde55888",
 
2826                 "reference": "21cd48c34a47a0d0e303a590a67c3450fde55888",
 
2830                 "doctrine/event-manager": "^2",
 
2831                 "doctrine/persistence": "^3.1|^4",
 
2833                 "symfony/deprecation-contracts": "^2.5|^3",
 
2834                 "symfony/polyfill-ctype": "~1.8",
 
2835                 "symfony/polyfill-mbstring": "~1.0",
 
2836                 "symfony/service-contracts": "^2.5|^3"
 
2839                 "doctrine/collections": "<1.8",
 
2840                 "doctrine/dbal": "<3.6",
 
2841                 "doctrine/lexer": "<1.1",
 
2842                 "doctrine/orm": "<2.15",
 
2843                 "symfony/cache": "<6.4",
 
2844                 "symfony/dependency-injection": "<6.4",
 
2845                 "symfony/form": "<6.4.6|>=7,<7.0.6",
 
2846                 "symfony/http-foundation": "<6.4",
 
2847                 "symfony/http-kernel": "<6.4",
 
2848                 "symfony/lock": "<6.4",
 
2849                 "symfony/messenger": "<6.4",
 
2850                 "symfony/property-info": "<6.4",
 
2851                 "symfony/security-bundle": "<6.4",
 
2852                 "symfony/security-core": "<6.4",
 
2853                 "symfony/validator": "<6.4"
 
2856                 "doctrine/collections": "^1.8|^2.0",
 
2857                 "doctrine/data-fixtures": "^1.1|^2",
 
2858                 "doctrine/dbal": "^3.6|^4",
 
2859                 "doctrine/orm": "^2.15|^3",
 
2860                 "psr/log": "^1|^2|^3",
 
2861                 "symfony/cache": "^6.4|^7.0",
 
2862                 "symfony/config": "^6.4|^7.0",
 
2863                 "symfony/dependency-injection": "^6.4|^7.0",
 
2864                 "symfony/doctrine-messenger": "^6.4|^7.0",
 
2865                 "symfony/expression-language": "^6.4|^7.0",
 
2866                 "symfony/form": "^6.4.6|^7.0.6",
 
2867                 "symfony/http-kernel": "^6.4|^7.0",
 
2868                 "symfony/lock": "^6.4|^7.0",
 
2869                 "symfony/messenger": "^6.4|^7.0",
 
2870                 "symfony/property-access": "^6.4|^7.0",
 
2871                 "symfony/property-info": "^6.4|^7.0",
 
2872                 "symfony/security-core": "^6.4|^7.0",
 
2873                 "symfony/stopwatch": "^6.4|^7.0",
 
2874                 "symfony/translation": "^6.4|^7.0",
 
2875                 "symfony/type-info": "^7.1.8",
 
2876                 "symfony/uid": "^6.4|^7.0",
 
2877                 "symfony/validator": "^6.4|^7.0",
 
2878                 "symfony/var-dumper": "^6.4|^7.0"
 
2880             "type": "symfony-bridge",
 
2883                     "Symfony\\Bridge\\Doctrine\\": ""
 
2885                 "exclude-from-classmap": [
 
2889             "notification-url": "https://packagist.org/downloads/",
 
2895                     "name": "Fabien Potencier",
 
2896                     "email": "fabien@symfony.com"
 
2899                     "name": "Symfony Community",
 
2900                     "homepage": "https://symfony.com/contributors"
 
2903             "description": "Provides integration for Doctrine with various Symfony components",
 
2904             "homepage": "https://symfony.com",
 
2906                 "source": "https://github.com/symfony/doctrine-bridge/tree/v7.3.4"
 
2910                     "url": "https://symfony.com/sponsor",
 
2914                     "url": "https://github.com/fabpot",
 
2918                     "url": "https://github.com/nicolas-grekas",
 
2922                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
2926             "time": "2025-09-24T09:56:23+00:00"
 
2929             "name": "symfony/doctrine-messenger",
 
2930             "version": "v7.3.4",
 
2933                 "url": "https://github.com/symfony/doctrine-messenger.git",
 
2934                 "reference": "064159484ab330590b7b477f6c8835812f2e340f"
 
2938                 "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/064159484ab330590b7b477f6c8835812f2e340f",
 
2939                 "reference": "064159484ab330590b7b477f6c8835812f2e340f",
 
2943                 "doctrine/dbal": "^3.6|^4",
 
2945                 "symfony/messenger": "^7.2",
 
2946                 "symfony/service-contracts": "^2.5|^3"
 
2949                 "doctrine/persistence": "<1.3"
 
2952                 "doctrine/persistence": "^1.3|^2|^3",
 
2953                 "symfony/property-access": "^6.4|^7.0",
 
2954                 "symfony/serializer": "^6.4|^7.0"
 
2956             "type": "symfony-messenger-bridge",
 
2959                     "Symfony\\Component\\Messenger\\Bridge\\Doctrine\\": ""
 
2961                 "exclude-from-classmap": [
 
2965             "notification-url": "https://packagist.org/downloads/",
 
2971                     "name": "Fabien Potencier",
 
2972                     "email": "fabien@symfony.com"
 
2975                     "name": "Symfony Community",
 
2976                     "homepage": "https://symfony.com/contributors"
 
2979             "description": "Symfony Doctrine Messenger Bridge",
 
2980             "homepage": "https://symfony.com",
 
2982                 "source": "https://github.com/symfony/doctrine-messenger/tree/v7.3.4"
 
2986                     "url": "https://symfony.com/sponsor",
 
2990                     "url": "https://github.com/fabpot",
 
2994                     "url": "https://github.com/nicolas-grekas",
 
2998                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3002             "time": "2025-09-11T10:12:26+00:00"
 
3005             "name": "symfony/dotenv",
 
3006             "version": "v7.3.2",
 
3009                 "url": "https://github.com/symfony/dotenv.git",
 
3010                 "reference": "2192790a11f9e22cbcf9dc705a3ff22a5503923a"
 
3014                 "url": "https://api.github.com/repos/symfony/dotenv/zipball/2192790a11f9e22cbcf9dc705a3ff22a5503923a",
 
3015                 "reference": "2192790a11f9e22cbcf9dc705a3ff22a5503923a",
 
3022                 "symfony/console": "<6.4",
 
3023                 "symfony/process": "<6.4"
 
3026                 "symfony/console": "^6.4|^7.0",
 
3027                 "symfony/process": "^6.4|^7.0"
 
3032                     "Symfony\\Component\\Dotenv\\": ""
 
3034                 "exclude-from-classmap": [
 
3038             "notification-url": "https://packagist.org/downloads/",
 
3044                     "name": "Fabien Potencier",
 
3045                     "email": "fabien@symfony.com"
 
3048                     "name": "Symfony Community",
 
3049                     "homepage": "https://symfony.com/contributors"
 
3052             "description": "Registers environment variables from a .env file",
 
3053             "homepage": "https://symfony.com",
 
3060                 "source": "https://github.com/symfony/dotenv/tree/v7.3.2"
 
3064                     "url": "https://symfony.com/sponsor",
 
3068                     "url": "https://github.com/fabpot",
 
3072                     "url": "https://github.com/nicolas-grekas",
 
3076                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3080             "time": "2025-07-10T08:29:33+00:00"
 
3083             "name": "symfony/error-handler",
 
3084             "version": "v7.3.4",
 
3087                 "url": "https://github.com/symfony/error-handler.git",
 
3088                 "reference": "99f81bc944ab8e5dae4f21b4ca9972698bbad0e4"
 
3092                 "url": "https://api.github.com/repos/symfony/error-handler/zipball/99f81bc944ab8e5dae4f21b4ca9972698bbad0e4",
 
3093                 "reference": "99f81bc944ab8e5dae4f21b4ca9972698bbad0e4",
 
3098                 "psr/log": "^1|^2|^3",
 
3099                 "symfony/var-dumper": "^6.4|^7.0"
 
3102                 "symfony/deprecation-contracts": "<2.5",
 
3103                 "symfony/http-kernel": "<6.4"
 
3106                 "symfony/console": "^6.4|^7.0",
 
3107                 "symfony/deprecation-contracts": "^2.5|^3",
 
3108                 "symfony/http-kernel": "^6.4|^7.0",
 
3109                 "symfony/serializer": "^6.4|^7.0",
 
3110                 "symfony/webpack-encore-bundle": "^1.0|^2.0"
 
3113                 "Resources/bin/patch-type-declarations"
 
3118                     "Symfony\\Component\\ErrorHandler\\": ""
 
3120                 "exclude-from-classmap": [
 
3124             "notification-url": "https://packagist.org/downloads/",
 
3130                     "name": "Fabien Potencier",
 
3131                     "email": "fabien@symfony.com"
 
3134                     "name": "Symfony Community",
 
3135                     "homepage": "https://symfony.com/contributors"
 
3138             "description": "Provides tools to manage errors and ease debugging PHP code",
 
3139             "homepage": "https://symfony.com",
 
3141                 "source": "https://github.com/symfony/error-handler/tree/v7.3.4"
 
3145                     "url": "https://symfony.com/sponsor",
 
3149                     "url": "https://github.com/fabpot",
 
3153                     "url": "https://github.com/nicolas-grekas",
 
3157                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3161             "time": "2025-09-11T10:12:26+00:00"
 
3164             "name": "symfony/event-dispatcher",
 
3165             "version": "v7.3.3",
 
3168                 "url": "https://github.com/symfony/event-dispatcher.git",
 
3169                 "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191"
 
3173                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b7dc69e71de420ac04bc9ab830cf3ffebba48191",
 
3174                 "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191",
 
3179                 "symfony/event-dispatcher-contracts": "^2.5|^3"
 
3182                 "symfony/dependency-injection": "<6.4",
 
3183                 "symfony/service-contracts": "<2.5"
 
3186                 "psr/event-dispatcher-implementation": "1.0",
 
3187                 "symfony/event-dispatcher-implementation": "2.0|3.0"
 
3190                 "psr/log": "^1|^2|^3",
 
3191                 "symfony/config": "^6.4|^7.0",
 
3192                 "symfony/dependency-injection": "^6.4|^7.0",
 
3193                 "symfony/error-handler": "^6.4|^7.0",
 
3194                 "symfony/expression-language": "^6.4|^7.0",
 
3195                 "symfony/http-foundation": "^6.4|^7.0",
 
3196                 "symfony/service-contracts": "^2.5|^3",
 
3197                 "symfony/stopwatch": "^6.4|^7.0"
 
3202                     "Symfony\\Component\\EventDispatcher\\": ""
 
3204                 "exclude-from-classmap": [
 
3208             "notification-url": "https://packagist.org/downloads/",
 
3214                     "name": "Fabien Potencier",
 
3215                     "email": "fabien@symfony.com"
 
3218                     "name": "Symfony Community",
 
3219                     "homepage": "https://symfony.com/contributors"
 
3222             "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
 
3223             "homepage": "https://symfony.com",
 
3225                 "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.3"
 
3229                     "url": "https://symfony.com/sponsor",
 
3233                     "url": "https://github.com/fabpot",
 
3237                     "url": "https://github.com/nicolas-grekas",
 
3241                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3245             "time": "2025-08-13T11:49:31+00:00"
 
3248             "name": "symfony/event-dispatcher-contracts",
 
3249             "version": "v3.6.0",
 
3252                 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
 
3253                 "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
 
3257                 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
 
3258                 "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
 
3263                 "psr/event-dispatcher": "^1"
 
3268                     "url": "https://github.com/symfony/contracts",
 
3269                     "name": "symfony/contracts"
 
3272                     "dev-main": "3.6-dev"
 
3277                     "Symfony\\Contracts\\EventDispatcher\\": ""
 
3280             "notification-url": "https://packagist.org/downloads/",
 
3286                     "name": "Nicolas Grekas",
 
3287                     "email": "p@tchwork.com"
 
3290                     "name": "Symfony Community",
 
3291                     "homepage": "https://symfony.com/contributors"
 
3294             "description": "Generic abstractions related to dispatching event",
 
3295             "homepage": "https://symfony.com",
 
3305                 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
 
3309                     "url": "https://symfony.com/sponsor",
 
3313                     "url": "https://github.com/fabpot",
 
3317                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3321             "time": "2024-09-25T14:21:43+00:00"
 
3324             "name": "symfony/expression-language",
 
3325             "version": "v7.3.2",
 
3328                 "url": "https://github.com/symfony/expression-language.git",
 
3329                 "reference": "32d2d19c62e58767e6552166c32fb259975d2b23"
 
3333                 "url": "https://api.github.com/repos/symfony/expression-language/zipball/32d2d19c62e58767e6552166c32fb259975d2b23",
 
3334                 "reference": "32d2d19c62e58767e6552166c32fb259975d2b23",
 
3339                 "symfony/cache": "^6.4|^7.0",
 
3340                 "symfony/deprecation-contracts": "^2.5|^3",
 
3341                 "symfony/service-contracts": "^2.5|^3"
 
3346                     "Symfony\\Component\\ExpressionLanguage\\": ""
 
3348                 "exclude-from-classmap": [
 
3352             "notification-url": "https://packagist.org/downloads/",
 
3358                     "name": "Fabien Potencier",
 
3359                     "email": "fabien@symfony.com"
 
3362                     "name": "Symfony Community",
 
3363                     "homepage": "https://symfony.com/contributors"
 
3366             "description": "Provides an engine that can compile and evaluate expressions",
 
3367             "homepage": "https://symfony.com",
 
3369                 "source": "https://github.com/symfony/expression-language/tree/v7.3.2"
 
3373                     "url": "https://symfony.com/sponsor",
 
3377                     "url": "https://github.com/fabpot",
 
3381                     "url": "https://github.com/nicolas-grekas",
 
3385                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3389             "time": "2025-07-10T08:29:33+00:00"
 
3392             "name": "symfony/filesystem",
 
3393             "version": "v7.3.2",
 
3396                 "url": "https://github.com/symfony/filesystem.git",
 
3397                 "reference": "edcbb768a186b5c3f25d0643159a787d3e63b7fd"
 
3401                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/edcbb768a186b5c3f25d0643159a787d3e63b7fd",
 
3402                 "reference": "edcbb768a186b5c3f25d0643159a787d3e63b7fd",
 
3407                 "symfony/polyfill-ctype": "~1.8",
 
3408                 "symfony/polyfill-mbstring": "~1.8"
 
3411                 "symfony/process": "^6.4|^7.0"
 
3416                     "Symfony\\Component\\Filesystem\\": ""
 
3418                 "exclude-from-classmap": [
 
3422             "notification-url": "https://packagist.org/downloads/",
 
3428                     "name": "Fabien Potencier",
 
3429                     "email": "fabien@symfony.com"
 
3432                     "name": "Symfony Community",
 
3433                     "homepage": "https://symfony.com/contributors"
 
3436             "description": "Provides basic utilities for the filesystem",
 
3437             "homepage": "https://symfony.com",
 
3439                 "source": "https://github.com/symfony/filesystem/tree/v7.3.2"
 
3443                     "url": "https://symfony.com/sponsor",
 
3447                     "url": "https://github.com/fabpot",
 
3451                     "url": "https://github.com/nicolas-grekas",
 
3455                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3459             "time": "2025-07-07T08:17:47+00:00"
 
3462             "name": "symfony/finder",
 
3463             "version": "v7.3.2",
 
3466                 "url": "https://github.com/symfony/finder.git",
 
3467                 "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe"
 
3471                 "url": "https://api.github.com/repos/symfony/finder/zipball/2a6614966ba1074fa93dae0bc804227422df4dfe",
 
3472                 "reference": "2a6614966ba1074fa93dae0bc804227422df4dfe",
 
3479                 "symfony/filesystem": "^6.4|^7.0"
 
3484                     "Symfony\\Component\\Finder\\": ""
 
3486                 "exclude-from-classmap": [
 
3490             "notification-url": "https://packagist.org/downloads/",
 
3496                     "name": "Fabien Potencier",
 
3497                     "email": "fabien@symfony.com"
 
3500                     "name": "Symfony Community",
 
3501                     "homepage": "https://symfony.com/contributors"
 
3504             "description": "Finds files and directories via an intuitive fluent interface",
 
3505             "homepage": "https://symfony.com",
 
3507                 "source": "https://github.com/symfony/finder/tree/v7.3.2"
 
3511                     "url": "https://symfony.com/sponsor",
 
3515                     "url": "https://github.com/fabpot",
 
3519                     "url": "https://github.com/nicolas-grekas",
 
3523                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3527             "time": "2025-07-15T13:41:35+00:00"
 
3530             "name": "symfony/flex",
 
3531             "version": "v2.8.2",
 
3534                 "url": "https://github.com/symfony/flex.git",
 
3535                 "reference": "f356aa35f3cf3d2f46c31d344c1098eb2d260426"
 
3539                 "url": "https://api.github.com/repos/symfony/flex/zipball/f356aa35f3cf3d2f46c31d344c1098eb2d260426",
 
3540                 "reference": "f356aa35f3cf3d2f46c31d344c1098eb2d260426",
 
3544                 "composer-plugin-api": "^2.1",
 
3548                 "composer/semver": "<1.7.2"
 
3551                 "composer/composer": "^2.1",
 
3552                 "symfony/dotenv": "^5.4|^6.0",
 
3553                 "symfony/filesystem": "^5.4|^6.0",
 
3554                 "symfony/phpunit-bridge": "^5.4|^6.0",
 
3555                 "symfony/process": "^5.4|^6.0"
 
3557             "type": "composer-plugin",
 
3559                 "class": "Symfony\\Flex\\Flex"
 
3563                     "Symfony\\Flex\\": "src"
 
3566             "notification-url": "https://packagist.org/downloads/",
 
3572                     "name": "Fabien Potencier",
 
3573                     "email": "fabien.potencier@gmail.com"
 
3576             "description": "Composer plugin for Symfony",
 
3578                 "issues": "https://github.com/symfony/flex/issues",
 
3579                 "source": "https://github.com/symfony/flex/tree/v2.8.2"
 
3583                     "url": "https://symfony.com/sponsor",
 
3587                     "url": "https://github.com/fabpot",
 
3591                     "url": "https://github.com/nicolas-grekas",
 
3595                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3599             "time": "2025-08-22T07:17:23+00:00"
 
3602             "name": "symfony/form",
 
3603             "version": "v7.3.4",
 
3606                 "url": "https://github.com/symfony/form.git",
 
3607                 "reference": "7b3eee0f4d4dfd1ff1be70a27474197330c61736"
 
3611                 "url": "https://api.github.com/repos/symfony/form/zipball/7b3eee0f4d4dfd1ff1be70a27474197330c61736",
 
3612                 "reference": "7b3eee0f4d4dfd1ff1be70a27474197330c61736",
 
3617                 "symfony/deprecation-contracts": "^2.5|^3",
 
3618                 "symfony/event-dispatcher": "^6.4|^7.0",
 
3619                 "symfony/options-resolver": "^7.3",
 
3620                 "symfony/polyfill-ctype": "~1.8",
 
3621                 "symfony/polyfill-intl-icu": "^1.21",
 
3622                 "symfony/polyfill-mbstring": "~1.0",
 
3623                 "symfony/property-access": "^6.4|^7.0",
 
3624                 "symfony/service-contracts": "^2.5|^3"
 
3627                 "symfony/console": "<6.4",
 
3628                 "symfony/dependency-injection": "<6.4",
 
3629                 "symfony/doctrine-bridge": "<6.4",
 
3630                 "symfony/error-handler": "<6.4",
 
3631                 "symfony/framework-bundle": "<6.4",
 
3632                 "symfony/http-kernel": "<6.4",
 
3633                 "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
 
3634                 "symfony/translation-contracts": "<2.5",
 
3635                 "symfony/twig-bridge": "<6.4"
 
3638                 "doctrine/collections": "^1.0|^2.0",
 
3639                 "symfony/config": "^6.4|^7.0",
 
3640                 "symfony/console": "^6.4|^7.0",
 
3641                 "symfony/dependency-injection": "^6.4|^7.0",
 
3642                 "symfony/expression-language": "^6.4|^7.0",
 
3643                 "symfony/html-sanitizer": "^6.4|^7.0",
 
3644                 "symfony/http-foundation": "^6.4|^7.0",
 
3645                 "symfony/http-kernel": "^6.4|^7.0",
 
3646                 "symfony/intl": "^6.4|^7.0",
 
3647                 "symfony/security-core": "^6.4|^7.0",
 
3648                 "symfony/security-csrf": "^6.4|^7.0",
 
3649                 "symfony/translation": "^6.4.3|^7.0.3",
 
3650                 "symfony/uid": "^6.4|^7.0",
 
3651                 "symfony/validator": "^6.4|^7.0",
 
3652                 "symfony/var-dumper": "^6.4|^7.0"
 
3657                     "Symfony\\Component\\Form\\": ""
 
3659                 "exclude-from-classmap": [
 
3663             "notification-url": "https://packagist.org/downloads/",
 
3669                     "name": "Fabien Potencier",
 
3670                     "email": "fabien@symfony.com"
 
3673                     "name": "Symfony Community",
 
3674                     "homepage": "https://symfony.com/contributors"
 
3677             "description": "Allows to easily create, process and reuse HTML forms",
 
3678             "homepage": "https://symfony.com",
 
3680                 "source": "https://github.com/symfony/form/tree/v7.3.4"
 
3684                     "url": "https://symfony.com/sponsor",
 
3688                     "url": "https://github.com/fabpot",
 
3692                     "url": "https://github.com/nicolas-grekas",
 
3696                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3700             "time": "2025-09-22T15:31:00+00:00"
 
3703             "name": "symfony/framework-bundle",
 
3704             "version": "v7.3.4",
 
3707                 "url": "https://github.com/symfony/framework-bundle.git",
 
3708                 "reference": "b13e7cec5a144c8dba6f4233a2c53c00bc29e140"
 
3712                 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b13e7cec5a144c8dba6f4233a2c53c00bc29e140",
 
3713                 "reference": "b13e7cec5a144c8dba6f4233a2c53c00bc29e140",
 
3717                 "composer-runtime-api": ">=2.1",
 
3720                 "symfony/cache": "^6.4|^7.0",
 
3721                 "symfony/config": "^7.3",
 
3722                 "symfony/dependency-injection": "^7.2",
 
3723                 "symfony/deprecation-contracts": "^2.5|^3",
 
3724                 "symfony/error-handler": "^7.3",
 
3725                 "symfony/event-dispatcher": "^6.4|^7.0",
 
3726                 "symfony/filesystem": "^7.1",
 
3727                 "symfony/finder": "^6.4|^7.0",
 
3728                 "symfony/http-foundation": "^7.3",
 
3729                 "symfony/http-kernel": "^7.2",
 
3730                 "symfony/polyfill-mbstring": "~1.0",
 
3731                 "symfony/routing": "^6.4|^7.0"
 
3734                 "doctrine/persistence": "<1.3",
 
3735                 "phpdocumentor/reflection-docblock": "<3.2.2",
 
3736                 "phpdocumentor/type-resolver": "<1.4.0",
 
3737                 "symfony/asset": "<6.4",
 
3738                 "symfony/asset-mapper": "<6.4",
 
3739                 "symfony/clock": "<6.4",
 
3740                 "symfony/console": "<6.4",
 
3741                 "symfony/dom-crawler": "<6.4",
 
3742                 "symfony/dotenv": "<6.4",
 
3743                 "symfony/form": "<6.4",
 
3744                 "symfony/http-client": "<6.4",
 
3745                 "symfony/json-streamer": ">=7.4",
 
3746                 "symfony/lock": "<6.4",
 
3747                 "symfony/mailer": "<6.4",
 
3748                 "symfony/messenger": "<6.4",
 
3749                 "symfony/mime": "<6.4",
 
3750                 "symfony/object-mapper": ">=7.4",
 
3751                 "symfony/property-access": "<6.4",
 
3752                 "symfony/property-info": "<6.4",
 
3753                 "symfony/runtime": "<6.4.13|>=7.0,<7.1.6",
 
3754                 "symfony/scheduler": "<6.4.4|>=7.0.0,<7.0.4",
 
3755                 "symfony/security-core": "<6.4",
 
3756                 "symfony/security-csrf": "<7.2",
 
3757                 "symfony/serializer": "<7.2.5",
 
3758                 "symfony/stopwatch": "<6.4",
 
3759                 "symfony/translation": "<7.3",
 
3760                 "symfony/twig-bridge": "<6.4",
 
3761                 "symfony/twig-bundle": "<6.4",
 
3762                 "symfony/validator": "<6.4",
 
3763                 "symfony/web-profiler-bundle": "<6.4",
 
3764                 "symfony/webhook": "<7.2",
 
3765                 "symfony/workflow": "<7.3.0-beta2"
 
3768                 "doctrine/persistence": "^1.3|^2|^3",
 
3769                 "dragonmantank/cron-expression": "^3.1",
 
3770                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
 
3771                 "seld/jsonlint": "^1.10",
 
3772                 "symfony/asset": "^6.4|^7.0",
 
3773                 "symfony/asset-mapper": "^6.4|^7.0",
 
3774                 "symfony/browser-kit": "^6.4|^7.0",
 
3775                 "symfony/clock": "^6.4|^7.0",
 
3776                 "symfony/console": "^6.4|^7.0",
 
3777                 "symfony/css-selector": "^6.4|^7.0",
 
3778                 "symfony/dom-crawler": "^6.4|^7.0",
 
3779                 "symfony/dotenv": "^6.4|^7.0",
 
3780                 "symfony/expression-language": "^6.4|^7.0",
 
3781                 "symfony/form": "^6.4|^7.0",
 
3782                 "symfony/html-sanitizer": "^6.4|^7.0",
 
3783                 "symfony/http-client": "^6.4|^7.0",
 
3784                 "symfony/json-streamer": "7.3.*",
 
3785                 "symfony/lock": "^6.4|^7.0",
 
3786                 "symfony/mailer": "^6.4|^7.0",
 
3787                 "symfony/messenger": "^6.4|^7.0",
 
3788                 "symfony/mime": "^6.4|^7.0",
 
3789                 "symfony/notifier": "^6.4|^7.0",
 
3790                 "symfony/object-mapper": "^v7.3.0-beta2",
 
3791                 "symfony/polyfill-intl-icu": "~1.0",
 
3792                 "symfony/process": "^6.4|^7.0",
 
3793                 "symfony/property-info": "^6.4|^7.0",
 
3794                 "symfony/rate-limiter": "^6.4|^7.0",
 
3795                 "symfony/scheduler": "^6.4.4|^7.0.4",
 
3796                 "symfony/security-bundle": "^6.4|^7.0",
 
3797                 "symfony/semaphore": "^6.4|^7.0",
 
3798                 "symfony/serializer": "^7.2.5",
 
3799                 "symfony/stopwatch": "^6.4|^7.0",
 
3800                 "symfony/string": "^6.4|^7.0",
 
3801                 "symfony/translation": "^7.3",
 
3802                 "symfony/twig-bundle": "^6.4|^7.0",
 
3803                 "symfony/type-info": "^7.1.8",
 
3804                 "symfony/uid": "^6.4|^7.0",
 
3805                 "symfony/validator": "^6.4|^7.0",
 
3806                 "symfony/web-link": "^6.4|^7.0",
 
3807                 "symfony/webhook": "^7.2",
 
3808                 "symfony/workflow": "^7.3",
 
3809                 "symfony/yaml": "^6.4|^7.0",
 
3810                 "twig/twig": "^3.12"
 
3812             "type": "symfony-bundle",
 
3815                     "Symfony\\Bundle\\FrameworkBundle\\": ""
 
3817                 "exclude-from-classmap": [
 
3821             "notification-url": "https://packagist.org/downloads/",
 
3827                     "name": "Fabien Potencier",
 
3828                     "email": "fabien@symfony.com"
 
3831                     "name": "Symfony Community",
 
3832                     "homepage": "https://symfony.com/contributors"
 
3835             "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
 
3836             "homepage": "https://symfony.com",
 
3838                 "source": "https://github.com/symfony/framework-bundle/tree/v7.3.4"
 
3842                     "url": "https://symfony.com/sponsor",
 
3846                     "url": "https://github.com/fabpot",
 
3850                     "url": "https://github.com/nicolas-grekas",
 
3854                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3858             "time": "2025-09-17T05:51:54+00:00"
 
3861             "name": "symfony/http-client",
 
3862             "version": "v7.3.4",
 
3865                 "url": "https://github.com/symfony/http-client.git",
 
3866                 "reference": "4b62871a01c49457cf2a8e560af7ee8a94b87a62"
 
3870                 "url": "https://api.github.com/repos/symfony/http-client/zipball/4b62871a01c49457cf2a8e560af7ee8a94b87a62",
 
3871                 "reference": "4b62871a01c49457cf2a8e560af7ee8a94b87a62",
 
3876                 "psr/log": "^1|^2|^3",
 
3877                 "symfony/deprecation-contracts": "^2.5|^3",
 
3878                 "symfony/http-client-contracts": "~3.4.4|^3.5.2",
 
3879                 "symfony/polyfill-php83": "^1.29",
 
3880                 "symfony/service-contracts": "^2.5|^3"
 
3883                 "amphp/amp": "<2.5",
 
3884                 "amphp/socket": "<1.1",
 
3885                 "php-http/discovery": "<1.15",
 
3886                 "symfony/http-foundation": "<6.4"
 
3889                 "php-http/async-client-implementation": "*",
 
3890                 "php-http/client-implementation": "*",
 
3891                 "psr/http-client-implementation": "1.0",
 
3892                 "symfony/http-client-implementation": "3.0"
 
3895                 "amphp/http-client": "^4.2.1|^5.0",
 
3896                 "amphp/http-tunnel": "^1.0|^2.0",
 
3897                 "guzzlehttp/promises": "^1.4|^2.0",
 
3898                 "nyholm/psr7": "^1.0",
 
3899                 "php-http/httplug": "^1.0|^2.0",
 
3900                 "psr/http-client": "^1.0",
 
3901                 "symfony/amphp-http-client-meta": "^1.0|^2.0",
 
3902                 "symfony/dependency-injection": "^6.4|^7.0",
 
3903                 "symfony/http-kernel": "^6.4|^7.0",
 
3904                 "symfony/messenger": "^6.4|^7.0",
 
3905                 "symfony/process": "^6.4|^7.0",
 
3906                 "symfony/rate-limiter": "^6.4|^7.0",
 
3907                 "symfony/stopwatch": "^6.4|^7.0"
 
3912                     "Symfony\\Component\\HttpClient\\": ""
 
3914                 "exclude-from-classmap": [
 
3918             "notification-url": "https://packagist.org/downloads/",
 
3924                     "name": "Nicolas Grekas",
 
3925                     "email": "p@tchwork.com"
 
3928                     "name": "Symfony Community",
 
3929                     "homepage": "https://symfony.com/contributors"
 
3932             "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
 
3933             "homepage": "https://symfony.com",
 
3938                 "source": "https://github.com/symfony/http-client/tree/v7.3.4"
 
3942                     "url": "https://symfony.com/sponsor",
 
3946                     "url": "https://github.com/fabpot",
 
3950                     "url": "https://github.com/nicolas-grekas",
 
3954                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
3958             "time": "2025-09-11T10:12:26+00:00"
 
3961             "name": "symfony/http-client-contracts",
 
3962             "version": "v3.6.0",
 
3965                 "url": "https://github.com/symfony/http-client-contracts.git",
 
3966                 "reference": "75d7043853a42837e68111812f4d964b01e5101c"
 
3970                 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c",
 
3971                 "reference": "75d7043853a42837e68111812f4d964b01e5101c",
 
3980                     "url": "https://github.com/symfony/contracts",
 
3981                     "name": "symfony/contracts"
 
3984                     "dev-main": "3.6-dev"
 
3989                     "Symfony\\Contracts\\HttpClient\\": ""
 
3991                 "exclude-from-classmap": [
 
3995             "notification-url": "https://packagist.org/downloads/",
 
4001                     "name": "Nicolas Grekas",
 
4002                     "email": "p@tchwork.com"
 
4005                     "name": "Symfony Community",
 
4006                     "homepage": "https://symfony.com/contributors"
 
4009             "description": "Generic abstractions related to HTTP clients",
 
4010             "homepage": "https://symfony.com",
 
4020                 "source": "https://github.com/symfony/http-client-contracts/tree/v3.6.0"
 
4024                     "url": "https://symfony.com/sponsor",
 
4028                     "url": "https://github.com/fabpot",
 
4032                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4036             "time": "2025-04-29T11:18:49+00:00"
 
4039             "name": "symfony/http-foundation",
 
4040             "version": "v7.3.4",
 
4043                 "url": "https://github.com/symfony/http-foundation.git",
 
4044                 "reference": "c061c7c18918b1b64268771aad04b40be41dd2e6"
 
4048                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/c061c7c18918b1b64268771aad04b40be41dd2e6",
 
4049                 "reference": "c061c7c18918b1b64268771aad04b40be41dd2e6",
 
4054                 "symfony/deprecation-contracts": "^2.5|^3.0",
 
4055                 "symfony/polyfill-mbstring": "~1.1",
 
4056                 "symfony/polyfill-php83": "^1.27"
 
4059                 "doctrine/dbal": "<3.6",
 
4060                 "symfony/cache": "<6.4.12|>=7.0,<7.1.5"
 
4063                 "doctrine/dbal": "^3.6|^4",
 
4064                 "predis/predis": "^1.1|^2.0",
 
4065                 "symfony/cache": "^6.4.12|^7.1.5",
 
4066                 "symfony/clock": "^6.4|^7.0",
 
4067                 "symfony/dependency-injection": "^6.4|^7.0",
 
4068                 "symfony/expression-language": "^6.4|^7.0",
 
4069                 "symfony/http-kernel": "^6.4|^7.0",
 
4070                 "symfony/mime": "^6.4|^7.0",
 
4071                 "symfony/rate-limiter": "^6.4|^7.0"
 
4076                     "Symfony\\Component\\HttpFoundation\\": ""
 
4078                 "exclude-from-classmap": [
 
4082             "notification-url": "https://packagist.org/downloads/",
 
4088                     "name": "Fabien Potencier",
 
4089                     "email": "fabien@symfony.com"
 
4092                     "name": "Symfony Community",
 
4093                     "homepage": "https://symfony.com/contributors"
 
4096             "description": "Defines an object-oriented layer for the HTTP specification",
 
4097             "homepage": "https://symfony.com",
 
4099                 "source": "https://github.com/symfony/http-foundation/tree/v7.3.4"
 
4103                     "url": "https://symfony.com/sponsor",
 
4107                     "url": "https://github.com/fabpot",
 
4111                     "url": "https://github.com/nicolas-grekas",
 
4115                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4119             "time": "2025-09-16T08:38:17+00:00"
 
4122             "name": "symfony/http-kernel",
 
4123             "version": "v7.3.4",
 
4126                 "url": "https://github.com/symfony/http-kernel.git",
 
4127                 "reference": "b796dffea7821f035047235e076b60ca2446e3cf"
 
4131                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/b796dffea7821f035047235e076b60ca2446e3cf",
 
4132                 "reference": "b796dffea7821f035047235e076b60ca2446e3cf",
 
4137                 "psr/log": "^1|^2|^3",
 
4138                 "symfony/deprecation-contracts": "^2.5|^3",
 
4139                 "symfony/error-handler": "^6.4|^7.0",
 
4140                 "symfony/event-dispatcher": "^7.3",
 
4141                 "symfony/http-foundation": "^7.3",
 
4142                 "symfony/polyfill-ctype": "^1.8"
 
4145                 "symfony/browser-kit": "<6.4",
 
4146                 "symfony/cache": "<6.4",
 
4147                 "symfony/config": "<6.4",
 
4148                 "symfony/console": "<6.4",
 
4149                 "symfony/dependency-injection": "<6.4",
 
4150                 "symfony/doctrine-bridge": "<6.4",
 
4151                 "symfony/form": "<6.4",
 
4152                 "symfony/http-client": "<6.4",
 
4153                 "symfony/http-client-contracts": "<2.5",
 
4154                 "symfony/mailer": "<6.4",
 
4155                 "symfony/messenger": "<6.4",
 
4156                 "symfony/translation": "<6.4",
 
4157                 "symfony/translation-contracts": "<2.5",
 
4158                 "symfony/twig-bridge": "<6.4",
 
4159                 "symfony/validator": "<6.4",
 
4160                 "symfony/var-dumper": "<6.4",
 
4161                 "twig/twig": "<3.12"
 
4164                 "psr/log-implementation": "1.0|2.0|3.0"
 
4167                 "psr/cache": "^1.0|^2.0|^3.0",
 
4168                 "symfony/browser-kit": "^6.4|^7.0",
 
4169                 "symfony/clock": "^6.4|^7.0",
 
4170                 "symfony/config": "^6.4|^7.0",
 
4171                 "symfony/console": "^6.4|^7.0",
 
4172                 "symfony/css-selector": "^6.4|^7.0",
 
4173                 "symfony/dependency-injection": "^6.4|^7.0",
 
4174                 "symfony/dom-crawler": "^6.4|^7.0",
 
4175                 "symfony/expression-language": "^6.4|^7.0",
 
4176                 "symfony/finder": "^6.4|^7.0",
 
4177                 "symfony/http-client-contracts": "^2.5|^3",
 
4178                 "symfony/process": "^6.4|^7.0",
 
4179                 "symfony/property-access": "^7.1",
 
4180                 "symfony/routing": "^6.4|^7.0",
 
4181                 "symfony/serializer": "^7.1",
 
4182                 "symfony/stopwatch": "^6.4|^7.0",
 
4183                 "symfony/translation": "^6.4|^7.0",
 
4184                 "symfony/translation-contracts": "^2.5|^3",
 
4185                 "symfony/uid": "^6.4|^7.0",
 
4186                 "symfony/validator": "^6.4|^7.0",
 
4187                 "symfony/var-dumper": "^6.4|^7.0",
 
4188                 "symfony/var-exporter": "^6.4|^7.0",
 
4189                 "twig/twig": "^3.12"
 
4194                     "Symfony\\Component\\HttpKernel\\": ""
 
4196                 "exclude-from-classmap": [
 
4200             "notification-url": "https://packagist.org/downloads/",
 
4206                     "name": "Fabien Potencier",
 
4207                     "email": "fabien@symfony.com"
 
4210                     "name": "Symfony Community",
 
4211                     "homepage": "https://symfony.com/contributors"
 
4214             "description": "Provides a structured process for converting a Request into a Response",
 
4215             "homepage": "https://symfony.com",
 
4217                 "source": "https://github.com/symfony/http-kernel/tree/v7.3.4"
 
4221                     "url": "https://symfony.com/sponsor",
 
4225                     "url": "https://github.com/fabpot",
 
4229                     "url": "https://github.com/nicolas-grekas",
 
4233                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4237             "time": "2025-09-27T12:32:17+00:00"
 
4240             "name": "symfony/intl",
 
4241             "version": "v7.3.4",
 
4244                 "url": "https://github.com/symfony/intl.git",
 
4245                 "reference": "e6db84864655885d9dac676a9d7dde0d904fda54"
 
4249                 "url": "https://api.github.com/repos/symfony/intl/zipball/e6db84864655885d9dac676a9d7dde0d904fda54",
 
4250                 "reference": "e6db84864655885d9dac676a9d7dde0d904fda54",
 
4255                 "symfony/deprecation-contracts": "^2.5|^3"
 
4258                 "symfony/string": "<7.1"
 
4261                 "symfony/filesystem": "^6.4|^7.0",
 
4262                 "symfony/var-exporter": "^6.4|^7.0"
 
4267                     "Symfony\\Component\\Intl\\": ""
 
4269                 "exclude-from-classmap": [
 
4274             "notification-url": "https://packagist.org/downloads/",
 
4280                     "name": "Bernhard Schussek",
 
4281                     "email": "bschussek@gmail.com"
 
4284                     "name": "Eriksen Costa",
 
4285                     "email": "eriksen.costa@infranology.com.br"
 
4288                     "name": "Igor Wiedler",
 
4289                     "email": "igor@wiedler.ch"
 
4292                     "name": "Symfony Community",
 
4293                     "homepage": "https://symfony.com/contributors"
 
4296             "description": "Provides access to the localization data of the ICU library",
 
4297             "homepage": "https://symfony.com",
 
4301                 "internationalization",
 
4307                 "source": "https://github.com/symfony/intl/tree/v7.3.4"
 
4311                     "url": "https://symfony.com/sponsor",
 
4315                     "url": "https://github.com/fabpot",
 
4319                     "url": "https://github.com/nicolas-grekas",
 
4323                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4327             "time": "2025-09-08T14:11:30+00:00"
 
4330             "name": "symfony/mailer",
 
4331             "version": "v7.3.4",
 
4334                 "url": "https://github.com/symfony/mailer.git",
 
4335                 "reference": "ab97ef2f7acf0216955f5845484235113047a31d"
 
4339                 "url": "https://api.github.com/repos/symfony/mailer/zipball/ab97ef2f7acf0216955f5845484235113047a31d",
 
4340                 "reference": "ab97ef2f7acf0216955f5845484235113047a31d",
 
4344                 "egulias/email-validator": "^2.1.10|^3|^4",
 
4346                 "psr/event-dispatcher": "^1",
 
4347                 "psr/log": "^1|^2|^3",
 
4348                 "symfony/event-dispatcher": "^6.4|^7.0",
 
4349                 "symfony/mime": "^7.2",
 
4350                 "symfony/service-contracts": "^2.5|^3"
 
4353                 "symfony/http-client-contracts": "<2.5",
 
4354                 "symfony/http-kernel": "<6.4",
 
4355                 "symfony/messenger": "<6.4",
 
4356                 "symfony/mime": "<6.4",
 
4357                 "symfony/twig-bridge": "<6.4"
 
4360                 "symfony/console": "^6.4|^7.0",
 
4361                 "symfony/http-client": "^6.4|^7.0",
 
4362                 "symfony/messenger": "^6.4|^7.0",
 
4363                 "symfony/twig-bridge": "^6.4|^7.0"
 
4368                     "Symfony\\Component\\Mailer\\": ""
 
4370                 "exclude-from-classmap": [
 
4374             "notification-url": "https://packagist.org/downloads/",
 
4380                     "name": "Fabien Potencier",
 
4381                     "email": "fabien@symfony.com"
 
4384                     "name": "Symfony Community",
 
4385                     "homepage": "https://symfony.com/contributors"
 
4388             "description": "Helps sending emails",
 
4389             "homepage": "https://symfony.com",
 
4391                 "source": "https://github.com/symfony/mailer/tree/v7.3.4"
 
4395                     "url": "https://symfony.com/sponsor",
 
4399                     "url": "https://github.com/fabpot",
 
4403                     "url": "https://github.com/nicolas-grekas",
 
4407                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4411             "time": "2025-09-17T05:51:54+00:00"
 
4414             "name": "symfony/messenger",
 
4415             "version": "v7.3.3",
 
4418                 "url": "https://github.com/symfony/messenger.git",
 
4419                 "reference": "d9e04339404ba2dcd04c24172125516dc0e06c35"
 
4423                 "url": "https://api.github.com/repos/symfony/messenger/zipball/d9e04339404ba2dcd04c24172125516dc0e06c35",
 
4424                 "reference": "d9e04339404ba2dcd04c24172125516dc0e06c35",
 
4429                 "psr/log": "^1|^2|^3",
 
4430                 "symfony/clock": "^6.4|^7.0",
 
4431                 "symfony/deprecation-contracts": "^2.5|^3"
 
4434                 "symfony/console": "<7.2",
 
4435                 "symfony/event-dispatcher": "<6.4",
 
4436                 "symfony/event-dispatcher-contracts": "<2.5",
 
4437                 "symfony/framework-bundle": "<6.4",
 
4438                 "symfony/http-kernel": "<6.4",
 
4439                 "symfony/lock": "<6.4",
 
4440                 "symfony/serializer": "<6.4"
 
4443                 "psr/cache": "^1.0|^2.0|^3.0",
 
4444                 "symfony/console": "^7.2",
 
4445                 "symfony/dependency-injection": "^6.4|^7.0",
 
4446                 "symfony/event-dispatcher": "^6.4|^7.0",
 
4447                 "symfony/http-kernel": "^6.4|^7.0",
 
4448                 "symfony/lock": "^6.4|^7.0",
 
4449                 "symfony/process": "^6.4|^7.0",
 
4450                 "symfony/property-access": "^6.4|^7.0",
 
4451                 "symfony/rate-limiter": "^6.4|^7.0",
 
4452                 "symfony/routing": "^6.4|^7.0",
 
4453                 "symfony/serializer": "^6.4|^7.0",
 
4454                 "symfony/service-contracts": "^2.5|^3",
 
4455                 "symfony/stopwatch": "^6.4|^7.0",
 
4456                 "symfony/validator": "^6.4|^7.0"
 
4461                     "Symfony\\Component\\Messenger\\": ""
 
4463                 "exclude-from-classmap": [
 
4467             "notification-url": "https://packagist.org/downloads/",
 
4473                     "name": "Samuel Roze",
 
4474                     "email": "samuel.roze@gmail.com"
 
4477                     "name": "Symfony Community",
 
4478                     "homepage": "https://symfony.com/contributors"
 
4481             "description": "Helps applications send and receive messages to/from other applications or via message queues",
 
4482             "homepage": "https://symfony.com",
 
4484                 "source": "https://github.com/symfony/messenger/tree/v7.3.3"
 
4488                     "url": "https://symfony.com/sponsor",
 
4492                     "url": "https://github.com/fabpot",
 
4496                     "url": "https://github.com/nicolas-grekas",
 
4500                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4504             "time": "2025-08-13T11:49:31+00:00"
 
4507             "name": "symfony/mime",
 
4508             "version": "v7.3.4",
 
4511                 "url": "https://github.com/symfony/mime.git",
 
4512                 "reference": "b1b828f69cbaf887fa835a091869e55df91d0e35"
 
4516                 "url": "https://api.github.com/repos/symfony/mime/zipball/b1b828f69cbaf887fa835a091869e55df91d0e35",
 
4517                 "reference": "b1b828f69cbaf887fa835a091869e55df91d0e35",
 
4522                 "symfony/polyfill-intl-idn": "^1.10",
 
4523                 "symfony/polyfill-mbstring": "^1.0"
 
4526                 "egulias/email-validator": "~3.0.0",
 
4527                 "phpdocumentor/reflection-docblock": "<3.2.2",
 
4528                 "phpdocumentor/type-resolver": "<1.4.0",
 
4529                 "symfony/mailer": "<6.4",
 
4530                 "symfony/serializer": "<6.4.3|>7.0,<7.0.3"
 
4533                 "egulias/email-validator": "^2.1.10|^3.1|^4",
 
4534                 "league/html-to-markdown": "^5.0",
 
4535                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
 
4536                 "symfony/dependency-injection": "^6.4|^7.0",
 
4537                 "symfony/process": "^6.4|^7.0",
 
4538                 "symfony/property-access": "^6.4|^7.0",
 
4539                 "symfony/property-info": "^6.4|^7.0",
 
4540                 "symfony/serializer": "^6.4.3|^7.0.3"
 
4545                     "Symfony\\Component\\Mime\\": ""
 
4547                 "exclude-from-classmap": [
 
4551             "notification-url": "https://packagist.org/downloads/",
 
4557                     "name": "Fabien Potencier",
 
4558                     "email": "fabien@symfony.com"
 
4561                     "name": "Symfony Community",
 
4562                     "homepage": "https://symfony.com/contributors"
 
4565             "description": "Allows manipulating MIME messages",
 
4566             "homepage": "https://symfony.com",
 
4572                 "source": "https://github.com/symfony/mime/tree/v7.3.4"
 
4576                     "url": "https://symfony.com/sponsor",
 
4580                     "url": "https://github.com/fabpot",
 
4584                     "url": "https://github.com/nicolas-grekas",
 
4588                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4592             "time": "2025-09-16T08:38:17+00:00"
 
4595             "name": "symfony/monolog-bridge",
 
4596             "version": "v7.3.4",
 
4599                 "url": "https://github.com/symfony/monolog-bridge.git",
 
4600                 "reference": "7acf2abe23e5019451399ba69fc8ed3d61d4d8f0"
 
4604                 "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/7acf2abe23e5019451399ba69fc8ed3d61d4d8f0",
 
4605                 "reference": "7acf2abe23e5019451399ba69fc8ed3d61d4d8f0",
 
4609                 "monolog/monolog": "^3",
 
4611                 "symfony/http-kernel": "^6.4|^7.0",
 
4612                 "symfony/service-contracts": "^2.5|^3"
 
4615                 "symfony/console": "<6.4",
 
4616                 "symfony/http-foundation": "<6.4",
 
4617                 "symfony/security-core": "<6.4"
 
4620                 "symfony/console": "^6.4|^7.0",
 
4621                 "symfony/http-client": "^6.4|^7.0",
 
4622                 "symfony/mailer": "^6.4|^7.0",
 
4623                 "symfony/messenger": "^6.4|^7.0",
 
4624                 "symfony/mime": "^6.4|^7.0",
 
4625                 "symfony/security-core": "^6.4|^7.0",
 
4626                 "symfony/var-dumper": "^6.4|^7.0"
 
4628             "type": "symfony-bridge",
 
4631                     "Symfony\\Bridge\\Monolog\\": ""
 
4633                 "exclude-from-classmap": [
 
4637             "notification-url": "https://packagist.org/downloads/",
 
4643                     "name": "Fabien Potencier",
 
4644                     "email": "fabien@symfony.com"
 
4647                     "name": "Symfony Community",
 
4648                     "homepage": "https://symfony.com/contributors"
 
4651             "description": "Provides integration for Monolog with various Symfony components",
 
4652             "homepage": "https://symfony.com",
 
4654                 "source": "https://github.com/symfony/monolog-bridge/tree/v7.3.4"
 
4658                     "url": "https://symfony.com/sponsor",
 
4662                     "url": "https://github.com/fabpot",
 
4666                     "url": "https://github.com/nicolas-grekas",
 
4670                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4674             "time": "2025-09-24T16:45:39+00:00"
 
4677             "name": "symfony/monolog-bundle",
 
4678             "version": "v3.10.0",
 
4681                 "url": "https://github.com/symfony/monolog-bundle.git",
 
4682                 "reference": "414f951743f4aa1fd0f5bf6a0e9c16af3fe7f181"
 
4686                 "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/414f951743f4aa1fd0f5bf6a0e9c16af3fe7f181",
 
4687                 "reference": "414f951743f4aa1fd0f5bf6a0e9c16af3fe7f181",
 
4691                 "monolog/monolog": "^1.25.1 || ^2.0 || ^3.0",
 
4693                 "symfony/config": "^5.4 || ^6.0 || ^7.0",
 
4694                 "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
 
4695                 "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
 
4696                 "symfony/monolog-bridge": "^5.4 || ^6.0 || ^7.0"
 
4699                 "symfony/console": "^5.4 || ^6.0 || ^7.0",
 
4700                 "symfony/phpunit-bridge": "^6.3 || ^7.0",
 
4701                 "symfony/yaml": "^5.4 || ^6.0 || ^7.0"
 
4703             "type": "symfony-bundle",
 
4706                     "dev-master": "3.x-dev"
 
4711                     "Symfony\\Bundle\\MonologBundle\\": ""
 
4713                 "exclude-from-classmap": [
 
4717             "notification-url": "https://packagist.org/downloads/",
 
4723                     "name": "Fabien Potencier",
 
4724                     "email": "fabien@symfony.com"
 
4727                     "name": "Symfony Community",
 
4728                     "homepage": "https://symfony.com/contributors"
 
4731             "description": "Symfony MonologBundle",
 
4732             "homepage": "https://symfony.com",
 
4738                 "issues": "https://github.com/symfony/monolog-bundle/issues",
 
4739                 "source": "https://github.com/symfony/monolog-bundle/tree/v3.10.0"
 
4743                     "url": "https://symfony.com/sponsor",
 
4747                     "url": "https://github.com/fabpot",
 
4751                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4755             "time": "2023-11-06T17:08:13+00:00"
 
4758             "name": "symfony/notifier",
 
4759             "version": "v7.3.3",
 
4762                 "url": "https://github.com/symfony/notifier.git",
 
4763                 "reference": "33e91495d9674b6ba5e2a1de810902ba976156f5"
 
4767                 "url": "https://api.github.com/repos/symfony/notifier/zipball/33e91495d9674b6ba5e2a1de810902ba976156f5",
 
4768                 "reference": "33e91495d9674b6ba5e2a1de810902ba976156f5",
 
4773                 "psr/log": "^1|^2|^3"
 
4776                 "symfony/event-dispatcher": "<6.4",
 
4777                 "symfony/event-dispatcher-contracts": "<2.5",
 
4778                 "symfony/http-client-contracts": "<2.5",
 
4779                 "symfony/http-kernel": "<6.4"
 
4782                 "symfony/event-dispatcher-contracts": "^2.5|^3",
 
4783                 "symfony/http-client-contracts": "^2.5|^3",
 
4784                 "symfony/http-foundation": "^6.4|^7.0",
 
4785                 "symfony/messenger": "^6.4|^7.0"
 
4790                     "Symfony\\Component\\Notifier\\": ""
 
4792                 "exclude-from-classmap": [
 
4796             "notification-url": "https://packagist.org/downloads/",
 
4802                     "name": "Fabien Potencier",
 
4803                     "email": "fabien@symfony.com"
 
4806                     "name": "Symfony Community",
 
4807                     "homepage": "https://symfony.com/contributors"
 
4810             "description": "Sends notifications via one or more channels (email, SMS, ...)",
 
4811             "homepage": "https://symfony.com",
 
4817                 "source": "https://github.com/symfony/notifier/tree/v7.3.3"
 
4821                     "url": "https://symfony.com/sponsor",
 
4825                     "url": "https://github.com/fabpot",
 
4829                     "url": "https://github.com/nicolas-grekas",
 
4833                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4837             "time": "2025-08-13T11:49:31+00:00"
 
4840             "name": "symfony/options-resolver",
 
4841             "version": "v7.3.3",
 
4844                 "url": "https://github.com/symfony/options-resolver.git",
 
4845                 "reference": "0ff2f5c3df08a395232bbc3c2eb7e84912df911d"
 
4849                 "url": "https://api.github.com/repos/symfony/options-resolver/zipball/0ff2f5c3df08a395232bbc3c2eb7e84912df911d",
 
4850                 "reference": "0ff2f5c3df08a395232bbc3c2eb7e84912df911d",
 
4855                 "symfony/deprecation-contracts": "^2.5|^3"
 
4860                     "Symfony\\Component\\OptionsResolver\\": ""
 
4862                 "exclude-from-classmap": [
 
4866             "notification-url": "https://packagist.org/downloads/",
 
4872                     "name": "Fabien Potencier",
 
4873                     "email": "fabien@symfony.com"
 
4876                     "name": "Symfony Community",
 
4877                     "homepage": "https://symfony.com/contributors"
 
4880             "description": "Provides an improved replacement for the array_replace PHP function",
 
4881             "homepage": "https://symfony.com",
 
4888                 "source": "https://github.com/symfony/options-resolver/tree/v7.3.3"
 
4892                     "url": "https://symfony.com/sponsor",
 
4896                     "url": "https://github.com/fabpot",
 
4900                     "url": "https://github.com/nicolas-grekas",
 
4904                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4908             "time": "2025-08-05T10:16:07+00:00"
 
4911             "name": "symfony/password-hasher",
 
4912             "version": "v7.3.0",
 
4915                 "url": "https://github.com/symfony/password-hasher.git",
 
4916                 "reference": "31fbe66af859582a20b803f38be96be8accdf2c3"
 
4920                 "url": "https://api.github.com/repos/symfony/password-hasher/zipball/31fbe66af859582a20b803f38be96be8accdf2c3",
 
4921                 "reference": "31fbe66af859582a20b803f38be96be8accdf2c3",
 
4928                 "symfony/security-core": "<6.4"
 
4931                 "symfony/console": "^6.4|^7.0",
 
4932                 "symfony/security-core": "^6.4|^7.0"
 
4937                     "Symfony\\Component\\PasswordHasher\\": ""
 
4939                 "exclude-from-classmap": [
 
4943             "notification-url": "https://packagist.org/downloads/",
 
4949                     "name": "Robin Chalas",
 
4950                     "email": "robin.chalas@gmail.com"
 
4953                     "name": "Symfony Community",
 
4954                     "homepage": "https://symfony.com/contributors"
 
4957             "description": "Provides password hashing utilities",
 
4958             "homepage": "https://symfony.com",
 
4964                 "source": "https://github.com/symfony/password-hasher/tree/v7.3.0"
 
4968                     "url": "https://symfony.com/sponsor",
 
4972                     "url": "https://github.com/fabpot",
 
4976                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
4980             "time": "2025-02-04T08:22:58+00:00"
 
4983             "name": "symfony/polyfill-intl-grapheme",
 
4984             "version": "v1.33.0",
 
4987                 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
 
4988                 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
 
4992                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
 
4993                 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
 
5000                 "ext-intl": "For best performance"
 
5005                     "url": "https://github.com/symfony/polyfill",
 
5006                     "name": "symfony/polyfill"
 
5014                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
 
5017             "notification-url": "https://packagist.org/downloads/",
 
5023                     "name": "Nicolas Grekas",
 
5024                     "email": "p@tchwork.com"
 
5027                     "name": "Symfony Community",
 
5028                     "homepage": "https://symfony.com/contributors"
 
5031             "description": "Symfony polyfill for intl's grapheme_* functions",
 
5032             "homepage": "https://symfony.com",
 
5042                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
 
5046                     "url": "https://symfony.com/sponsor",
 
5050                     "url": "https://github.com/fabpot",
 
5054                     "url": "https://github.com/nicolas-grekas",
 
5058                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5062             "time": "2025-06-27T09:58:17+00:00"
 
5065             "name": "symfony/polyfill-intl-icu",
 
5066             "version": "v1.33.0",
 
5069                 "url": "https://github.com/symfony/polyfill-intl-icu.git",
 
5070                 "reference": "bfc8fa13dbaf21d69114b0efcd72ab700fb04d0c"
 
5074                 "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/bfc8fa13dbaf21d69114b0efcd72ab700fb04d0c",
 
5075                 "reference": "bfc8fa13dbaf21d69114b0efcd72ab700fb04d0c",
 
5082                 "ext-intl": "For best performance and support of other locales than \"en\""
 
5087                     "url": "https://github.com/symfony/polyfill",
 
5088                     "name": "symfony/polyfill"
 
5096                     "Symfony\\Polyfill\\Intl\\Icu\\": ""
 
5101                 "exclude-from-classmap": [
 
5105             "notification-url": "https://packagist.org/downloads/",
 
5111                     "name": "Nicolas Grekas",
 
5112                     "email": "p@tchwork.com"
 
5115                     "name": "Symfony Community",
 
5116                     "homepage": "https://symfony.com/contributors"
 
5119             "description": "Symfony polyfill for intl's ICU-related data and classes",
 
5120             "homepage": "https://symfony.com",
 
5130                 "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.33.0"
 
5134                     "url": "https://symfony.com/sponsor",
 
5138                     "url": "https://github.com/fabpot",
 
5142                     "url": "https://github.com/nicolas-grekas",
 
5146                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5150             "time": "2025-06-20T22:24:30+00:00"
 
5153             "name": "symfony/polyfill-intl-idn",
 
5154             "version": "v1.33.0",
 
5157                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
 
5158                 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3"
 
5162                 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3",
 
5163                 "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3",
 
5168                 "symfony/polyfill-intl-normalizer": "^1.10"
 
5171                 "ext-intl": "For best performance"
 
5176                     "url": "https://github.com/symfony/polyfill",
 
5177                     "name": "symfony/polyfill"
 
5185                     "Symfony\\Polyfill\\Intl\\Idn\\": ""
 
5188             "notification-url": "https://packagist.org/downloads/",
 
5194                     "name": "Laurent Bassin",
 
5195                     "email": "laurent@bassin.info"
 
5198                     "name": "Trevor Rowbotham",
 
5199                     "email": "trevor.rowbotham@pm.me"
 
5202                     "name": "Symfony Community",
 
5203                     "homepage": "https://symfony.com/contributors"
 
5206             "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
 
5207             "homepage": "https://symfony.com",
 
5217                 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0"
 
5221                     "url": "https://symfony.com/sponsor",
 
5225                     "url": "https://github.com/fabpot",
 
5229                     "url": "https://github.com/nicolas-grekas",
 
5233                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5237             "time": "2024-09-10T14:38:51+00:00"
 
5240             "name": "symfony/polyfill-intl-normalizer",
 
5241             "version": "v1.33.0",
 
5244                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
 
5245                 "reference": "3833d7255cc303546435cb650316bff708a1c75c"
 
5249                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
 
5250                 "reference": "3833d7255cc303546435cb650316bff708a1c75c",
 
5257                 "ext-intl": "For best performance"
 
5262                     "url": "https://github.com/symfony/polyfill",
 
5263                     "name": "symfony/polyfill"
 
5271                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
 
5277             "notification-url": "https://packagist.org/downloads/",
 
5283                     "name": "Nicolas Grekas",
 
5284                     "email": "p@tchwork.com"
 
5287                     "name": "Symfony Community",
 
5288                     "homepage": "https://symfony.com/contributors"
 
5291             "description": "Symfony polyfill for intl's Normalizer class and related functions",
 
5292             "homepage": "https://symfony.com",
 
5302                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
 
5306                     "url": "https://symfony.com/sponsor",
 
5310                     "url": "https://github.com/fabpot",
 
5314                     "url": "https://github.com/nicolas-grekas",
 
5318                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5322             "time": "2024-09-09T11:45:10+00:00"
 
5325             "name": "symfony/polyfill-mbstring",
 
5326             "version": "v1.33.0",
 
5329                 "url": "https://github.com/symfony/polyfill-mbstring.git",
 
5330                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
 
5334                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
 
5335                 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
 
5346                 "ext-mbstring": "For best performance"
 
5351                     "url": "https://github.com/symfony/polyfill",
 
5352                     "name": "symfony/polyfill"
 
5360                     "Symfony\\Polyfill\\Mbstring\\": ""
 
5363             "notification-url": "https://packagist.org/downloads/",
 
5369                     "name": "Nicolas Grekas",
 
5370                     "email": "p@tchwork.com"
 
5373                     "name": "Symfony Community",
 
5374                     "homepage": "https://symfony.com/contributors"
 
5377             "description": "Symfony polyfill for the Mbstring extension",
 
5378             "homepage": "https://symfony.com",
 
5387                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
 
5391                     "url": "https://symfony.com/sponsor",
 
5395                     "url": "https://github.com/fabpot",
 
5399                     "url": "https://github.com/nicolas-grekas",
 
5403                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5407             "time": "2024-12-23T08:48:59+00:00"
 
5410             "name": "symfony/polyfill-php83",
 
5411             "version": "v1.33.0",
 
5414                 "url": "https://github.com/symfony/polyfill-php83.git",
 
5415                 "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
 
5419                 "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
 
5420                 "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
 
5429                     "url": "https://github.com/symfony/polyfill",
 
5430                     "name": "symfony/polyfill"
 
5438                     "Symfony\\Polyfill\\Php83\\": ""
 
5444             "notification-url": "https://packagist.org/downloads/",
 
5450                     "name": "Nicolas Grekas",
 
5451                     "email": "p@tchwork.com"
 
5454                     "name": "Symfony Community",
 
5455                     "homepage": "https://symfony.com/contributors"
 
5458             "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
 
5459             "homepage": "https://symfony.com",
 
5467                 "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0"
 
5471                     "url": "https://symfony.com/sponsor",
 
5475                     "url": "https://github.com/fabpot",
 
5479                     "url": "https://github.com/nicolas-grekas",
 
5483                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5487             "time": "2025-07-08T02:45:35+00:00"
 
5490             "name": "symfony/polyfill-php84",
 
5491             "version": "v1.33.0",
 
5494                 "url": "https://github.com/symfony/polyfill-php84.git",
 
5495                 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
 
5499                 "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191",
 
5500                 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
 
5509                     "url": "https://github.com/symfony/polyfill",
 
5510                     "name": "symfony/polyfill"
 
5518                     "Symfony\\Polyfill\\Php84\\": ""
 
5524             "notification-url": "https://packagist.org/downloads/",
 
5530                     "name": "Nicolas Grekas",
 
5531                     "email": "p@tchwork.com"
 
5534                     "name": "Symfony Community",
 
5535                     "homepage": "https://symfony.com/contributors"
 
5538             "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
 
5539             "homepage": "https://symfony.com",
 
5547                 "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0"
 
5551                     "url": "https://symfony.com/sponsor",
 
5555                     "url": "https://github.com/fabpot",
 
5559                     "url": "https://github.com/nicolas-grekas",
 
5563                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5567             "time": "2025-06-24T13:30:11+00:00"
 
5570             "name": "symfony/process",
 
5571             "version": "v7.3.4",
 
5574                 "url": "https://github.com/symfony/process.git",
 
5575                 "reference": "f24f8f316367b30810810d4eb30c543d7003ff3b"
 
5579                 "url": "https://api.github.com/repos/symfony/process/zipball/f24f8f316367b30810810d4eb30c543d7003ff3b",
 
5580                 "reference": "f24f8f316367b30810810d4eb30c543d7003ff3b",
 
5589                     "Symfony\\Component\\Process\\": ""
 
5591                 "exclude-from-classmap": [
 
5595             "notification-url": "https://packagist.org/downloads/",
 
5601                     "name": "Fabien Potencier",
 
5602                     "email": "fabien@symfony.com"
 
5605                     "name": "Symfony Community",
 
5606                     "homepage": "https://symfony.com/contributors"
 
5609             "description": "Executes commands in sub-processes",
 
5610             "homepage": "https://symfony.com",
 
5612                 "source": "https://github.com/symfony/process/tree/v7.3.4"
 
5616                     "url": "https://symfony.com/sponsor",
 
5620                     "url": "https://github.com/fabpot",
 
5624                     "url": "https://github.com/nicolas-grekas",
 
5628                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5632             "time": "2025-09-11T10:12:26+00:00"
 
5635             "name": "symfony/profiler-pack",
 
5636             "version": "v1.0.6",
 
5639                 "url": "https://github.com/symfony/profiler-pack.git",
 
5640                 "reference": "bcd6e80af9819454ac18594362e7875fd1d771c7"
 
5644                 "url": "https://api.github.com/repos/symfony/profiler-pack/zipball/bcd6e80af9819454ac18594362e7875fd1d771c7",
 
5645                 "reference": "bcd6e80af9819454ac18594362e7875fd1d771c7",
 
5649                 "symfony/stopwatch": "*",
 
5650                 "symfony/web-profiler-bundle": "*"
 
5653                 "symfony/stopwatch": "*",
 
5654                 "symfony/web-profiler-bundle": "*"
 
5656             "type": "symfony-pack",
 
5657             "notification-url": "https://packagist.org/downloads/",
 
5661             "description": "A pack for the Symfony web profiler",
 
5663                 "issues": "https://github.com/symfony/profiler-pack/issues",
 
5664                 "source": "https://github.com/symfony/profiler-pack/tree/v1.0.6"
 
5668                     "url": "https://symfony.com/sponsor",
 
5672                     "url": "https://github.com/fabpot",
 
5676                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5680             "time": "2021-08-20T17:27:58+00:00"
 
5683             "name": "symfony/property-access",
 
5684             "version": "v7.3.3",
 
5687                 "url": "https://github.com/symfony/property-access.git",
 
5688                 "reference": "4a4389e5c8bd1d0320d80a23caa6a1ac71cb81a7"
 
5692                 "url": "https://api.github.com/repos/symfony/property-access/zipball/4a4389e5c8bd1d0320d80a23caa6a1ac71cb81a7",
 
5693                 "reference": "4a4389e5c8bd1d0320d80a23caa6a1ac71cb81a7",
 
5698                 "symfony/property-info": "^6.4|^7.0"
 
5701                 "symfony/cache": "^6.4|^7.0"
 
5706                     "Symfony\\Component\\PropertyAccess\\": ""
 
5708                 "exclude-from-classmap": [
 
5712             "notification-url": "https://packagist.org/downloads/",
 
5718                     "name": "Fabien Potencier",
 
5719                     "email": "fabien@symfony.com"
 
5722                     "name": "Symfony Community",
 
5723                     "homepage": "https://symfony.com/contributors"
 
5726             "description": "Provides functions to read and write from/to an object or array using a simple string notation",
 
5727             "homepage": "https://symfony.com",
 
5740                 "source": "https://github.com/symfony/property-access/tree/v7.3.3"
 
5744                     "url": "https://symfony.com/sponsor",
 
5748                     "url": "https://github.com/fabpot",
 
5752                     "url": "https://github.com/nicolas-grekas",
 
5756                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5760             "time": "2025-08-04T15:15:28+00:00"
 
5763             "name": "symfony/property-info",
 
5764             "version": "v7.3.4",
 
5767                 "url": "https://github.com/symfony/property-info.git",
 
5768                 "reference": "7b6db23f23d13ada41e1cb484748a8ec028fbace"
 
5772                 "url": "https://api.github.com/repos/symfony/property-info/zipball/7b6db23f23d13ada41e1cb484748a8ec028fbace",
 
5773                 "reference": "7b6db23f23d13ada41e1cb484748a8ec028fbace",
 
5778                 "symfony/deprecation-contracts": "^2.5|^3",
 
5779                 "symfony/string": "^6.4|^7.0",
 
5780                 "symfony/type-info": "~7.2.8|^7.3.1"
 
5783                 "phpdocumentor/reflection-docblock": "<5.2",
 
5784                 "phpdocumentor/type-resolver": "<1.5.1",
 
5785                 "symfony/cache": "<6.4",
 
5786                 "symfony/dependency-injection": "<6.4",
 
5787                 "symfony/serializer": "<6.4"
 
5790                 "phpdocumentor/reflection-docblock": "^5.2",
 
5791                 "phpstan/phpdoc-parser": "^1.0|^2.0",
 
5792                 "symfony/cache": "^6.4|^7.0",
 
5793                 "symfony/dependency-injection": "^6.4|^7.0",
 
5794                 "symfony/serializer": "^6.4|^7.0"
 
5799                     "Symfony\\Component\\PropertyInfo\\": ""
 
5801                 "exclude-from-classmap": [
 
5805             "notification-url": "https://packagist.org/downloads/",
 
5811                     "name": "KƩvin Dunglas",
 
5812                     "email": "dunglas@gmail.com"
 
5815                     "name": "Symfony Community",
 
5816                     "homepage": "https://symfony.com/contributors"
 
5819             "description": "Extracts information about PHP class' properties using metadata of popular sources",
 
5820             "homepage": "https://symfony.com",
 
5830                 "source": "https://github.com/symfony/property-info/tree/v7.3.4"
 
5834                     "url": "https://symfony.com/sponsor",
 
5838                     "url": "https://github.com/fabpot",
 
5842                     "url": "https://github.com/nicolas-grekas",
 
5846                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5850             "time": "2025-09-15T13:55:54+00:00"
 
5853             "name": "symfony/routing",
 
5854             "version": "v7.3.4",
 
5857                 "url": "https://github.com/symfony/routing.git",
 
5858                 "reference": "8dc648e159e9bac02b703b9fbd937f19ba13d07c"
 
5862                 "url": "https://api.github.com/repos/symfony/routing/zipball/8dc648e159e9bac02b703b9fbd937f19ba13d07c",
 
5863                 "reference": "8dc648e159e9bac02b703b9fbd937f19ba13d07c",
 
5868                 "symfony/deprecation-contracts": "^2.5|^3"
 
5871                 "symfony/config": "<6.4",
 
5872                 "symfony/dependency-injection": "<6.4",
 
5873                 "symfony/yaml": "<6.4"
 
5876                 "psr/log": "^1|^2|^3",
 
5877                 "symfony/config": "^6.4|^7.0",
 
5878                 "symfony/dependency-injection": "^6.4|^7.0",
 
5879                 "symfony/expression-language": "^6.4|^7.0",
 
5880                 "symfony/http-foundation": "^6.4|^7.0",
 
5881                 "symfony/yaml": "^6.4|^7.0"
 
5886                     "Symfony\\Component\\Routing\\": ""
 
5888                 "exclude-from-classmap": [
 
5892             "notification-url": "https://packagist.org/downloads/",
 
5898                     "name": "Fabien Potencier",
 
5899                     "email": "fabien@symfony.com"
 
5902                     "name": "Symfony Community",
 
5903                     "homepage": "https://symfony.com/contributors"
 
5906             "description": "Maps an HTTP request to a set of configuration variables",
 
5907             "homepage": "https://symfony.com",
 
5915                 "source": "https://github.com/symfony/routing/tree/v7.3.4"
 
5919                     "url": "https://symfony.com/sponsor",
 
5923                     "url": "https://github.com/fabpot",
 
5927                     "url": "https://github.com/nicolas-grekas",
 
5931                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
5935             "time": "2025-09-11T10:12:26+00:00"
 
5938             "name": "symfony/runtime",
 
5939             "version": "v7.3.4",
 
5942                 "url": "https://github.com/symfony/runtime.git",
 
5943                 "reference": "3550e2711e30bfa5d808514781cd52d1cc1d9e9f"
 
5947                 "url": "https://api.github.com/repos/symfony/runtime/zipball/3550e2711e30bfa5d808514781cd52d1cc1d9e9f",
 
5948                 "reference": "3550e2711e30bfa5d808514781cd52d1cc1d9e9f",
 
5952                 "composer-plugin-api": "^1.0|^2.0",
 
5956                 "symfony/dotenv": "<6.4"
 
5959                 "composer/composer": "^2.6",
 
5960                 "symfony/console": "^6.4|^7.0",
 
5961                 "symfony/dotenv": "^6.4|^7.0",
 
5962                 "symfony/http-foundation": "^6.4|^7.0",
 
5963                 "symfony/http-kernel": "^6.4|^7.0"
 
5965             "type": "composer-plugin",
 
5967                 "class": "Symfony\\Component\\Runtime\\Internal\\ComposerPlugin"
 
5971                     "Symfony\\Component\\Runtime\\": "",
 
5972                     "Symfony\\Runtime\\Symfony\\Component\\": "Internal/"
 
5974                 "exclude-from-classmap": [
 
5978             "notification-url": "https://packagist.org/downloads/",
 
5984                     "name": "Nicolas Grekas",
 
5985                     "email": "p@tchwork.com"
 
5988                     "name": "Symfony Community",
 
5989                     "homepage": "https://symfony.com/contributors"
 
5992             "description": "Enables decoupling PHP applications from global state",
 
5993             "homepage": "https://symfony.com",
 
5998                 "source": "https://github.com/symfony/runtime/tree/v7.3.4"
 
6002                     "url": "https://symfony.com/sponsor",
 
6006                     "url": "https://github.com/fabpot",
 
6010                     "url": "https://github.com/nicolas-grekas",
 
6014                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6018             "time": "2025-09-11T15:31:28+00:00"
 
6021             "name": "symfony/security-bundle",
 
6022             "version": "v7.3.4",
 
6025                 "url": "https://github.com/symfony/security-bundle.git",
 
6026                 "reference": "f750d9abccbeaa433c56f6a4eb2073166476a75a"
 
6030                 "url": "https://api.github.com/repos/symfony/security-bundle/zipball/f750d9abccbeaa433c56f6a4eb2073166476a75a",
 
6031                 "reference": "f750d9abccbeaa433c56f6a4eb2073166476a75a",
 
6035                 "composer-runtime-api": ">=2.1",
 
6038                 "symfony/clock": "^6.4|^7.0",
 
6039                 "symfony/config": "^7.3",
 
6040                 "symfony/dependency-injection": "^6.4.11|^7.1.4",
 
6041                 "symfony/event-dispatcher": "^6.4|^7.0",
 
6042                 "symfony/http-foundation": "^6.4|^7.0",
 
6043                 "symfony/http-kernel": "^6.4|^7.0",
 
6044                 "symfony/password-hasher": "^6.4|^7.0",
 
6045                 "symfony/security-core": "^7.3",
 
6046                 "symfony/security-csrf": "^6.4|^7.0",
 
6047                 "symfony/security-http": "^7.3",
 
6048                 "symfony/service-contracts": "^2.5|^3"
 
6051                 "symfony/browser-kit": "<6.4",
 
6052                 "symfony/console": "<6.4",
 
6053                 "symfony/framework-bundle": "<6.4",
 
6054                 "symfony/http-client": "<6.4",
 
6055                 "symfony/ldap": "<6.4",
 
6056                 "symfony/serializer": "<6.4",
 
6057                 "symfony/twig-bundle": "<6.4",
 
6058                 "symfony/validator": "<6.4"
 
6061                 "symfony/asset": "^6.4|^7.0",
 
6062                 "symfony/browser-kit": "^6.4|^7.0",
 
6063                 "symfony/console": "^6.4|^7.0",
 
6064                 "symfony/css-selector": "^6.4|^7.0",
 
6065                 "symfony/dom-crawler": "^6.4|^7.0",
 
6066                 "symfony/expression-language": "^6.4|^7.0",
 
6067                 "symfony/form": "^6.4|^7.0",
 
6068                 "symfony/framework-bundle": "^6.4|^7.0",
 
6069                 "symfony/http-client": "^6.4|^7.0",
 
6070                 "symfony/ldap": "^6.4|^7.0",
 
6071                 "symfony/process": "^6.4|^7.0",
 
6072                 "symfony/rate-limiter": "^6.4|^7.0",
 
6073                 "symfony/serializer": "^6.4|^7.0",
 
6074                 "symfony/translation": "^6.4|^7.0",
 
6075                 "symfony/twig-bridge": "^6.4|^7.0",
 
6076                 "symfony/twig-bundle": "^6.4|^7.0",
 
6077                 "symfony/validator": "^6.4|^7.0",
 
6078                 "symfony/yaml": "^6.4|^7.0",
 
6079                 "twig/twig": "^3.12",
 
6080                 "web-token/jwt-library": "^3.3.2|^4.0"
 
6082             "type": "symfony-bundle",
 
6085                     "Symfony\\Bundle\\SecurityBundle\\": ""
 
6087                 "exclude-from-classmap": [
 
6091             "notification-url": "https://packagist.org/downloads/",
 
6097                     "name": "Fabien Potencier",
 
6098                     "email": "fabien@symfony.com"
 
6101                     "name": "Symfony Community",
 
6102                     "homepage": "https://symfony.com/contributors"
 
6105             "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
 
6106             "homepage": "https://symfony.com",
 
6108                 "source": "https://github.com/symfony/security-bundle/tree/v7.3.4"
 
6112                     "url": "https://symfony.com/sponsor",
 
6116                     "url": "https://github.com/fabpot",
 
6120                     "url": "https://github.com/nicolas-grekas",
 
6124                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6128             "time": "2025-09-22T15:31:00+00:00"
 
6131             "name": "symfony/security-core",
 
6132             "version": "v7.3.4",
 
6135                 "url": "https://github.com/symfony/security-core.git",
 
6136                 "reference": "68b9d3ca57615afde6152a1e1441fa035bea43f8"
 
6140                 "url": "https://api.github.com/repos/symfony/security-core/zipball/68b9d3ca57615afde6152a1e1441fa035bea43f8",
 
6141                 "reference": "68b9d3ca57615afde6152a1e1441fa035bea43f8",
 
6146                 "symfony/deprecation-contracts": "^2.5|^3",
 
6147                 "symfony/event-dispatcher-contracts": "^2.5|^3",
 
6148                 "symfony/password-hasher": "^6.4|^7.0",
 
6149                 "symfony/service-contracts": "^2.5|^3"
 
6152                 "symfony/dependency-injection": "<6.4",
 
6153                 "symfony/event-dispatcher": "<6.4",
 
6154                 "symfony/http-foundation": "<6.4",
 
6155                 "symfony/ldap": "<6.4",
 
6156                 "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
 
6157                 "symfony/validator": "<6.4"
 
6160                 "psr/cache": "^1.0|^2.0|^3.0",
 
6161                 "psr/container": "^1.1|^2.0",
 
6162                 "psr/log": "^1|^2|^3",
 
6163                 "symfony/cache": "^6.4|^7.0",
 
6164                 "symfony/dependency-injection": "^6.4|^7.0",
 
6165                 "symfony/event-dispatcher": "^6.4|^7.0",
 
6166                 "symfony/expression-language": "^6.4|^7.0",
 
6167                 "symfony/http-foundation": "^6.4|^7.0",
 
6168                 "symfony/ldap": "^6.4|^7.0",
 
6169                 "symfony/string": "^6.4|^7.0",
 
6170                 "symfony/translation": "^6.4.3|^7.0.3",
 
6171                 "symfony/validator": "^6.4|^7.0"
 
6176                     "Symfony\\Component\\Security\\Core\\": ""
 
6178                 "exclude-from-classmap": [
 
6182             "notification-url": "https://packagist.org/downloads/",
 
6188                     "name": "Fabien Potencier",
 
6189                     "email": "fabien@symfony.com"
 
6192                     "name": "Symfony Community",
 
6193                     "homepage": "https://symfony.com/contributors"
 
6196             "description": "Symfony Security Component - Core Library",
 
6197             "homepage": "https://symfony.com",
 
6199                 "source": "https://github.com/symfony/security-core/tree/v7.3.4"
 
6203                     "url": "https://symfony.com/sponsor",
 
6207                     "url": "https://github.com/fabpot",
 
6211                     "url": "https://github.com/nicolas-grekas",
 
6215                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6219             "time": "2025-09-24T14:32:13+00:00"
 
6222             "name": "symfony/security-csrf",
 
6223             "version": "v7.3.0",
 
6226                 "url": "https://github.com/symfony/security-csrf.git",
 
6227                 "reference": "2b4b0c46c901729e4e90719eacd980381f53e0a3"
 
6231                 "url": "https://api.github.com/repos/symfony/security-csrf/zipball/2b4b0c46c901729e4e90719eacd980381f53e0a3",
 
6232                 "reference": "2b4b0c46c901729e4e90719eacd980381f53e0a3",
 
6237                 "symfony/security-core": "^6.4|^7.0"
 
6240                 "symfony/http-foundation": "<6.4"
 
6243                 "psr/log": "^1|^2|^3",
 
6244                 "symfony/http-foundation": "^6.4|^7.0",
 
6245                 "symfony/http-kernel": "^6.4|^7.0"
 
6250                     "Symfony\\Component\\Security\\Csrf\\": ""
 
6252                 "exclude-from-classmap": [
 
6256             "notification-url": "https://packagist.org/downloads/",
 
6262                     "name": "Fabien Potencier",
 
6263                     "email": "fabien@symfony.com"
 
6266                     "name": "Symfony Community",
 
6267                     "homepage": "https://symfony.com/contributors"
 
6270             "description": "Symfony Security Component - CSRF Library",
 
6271             "homepage": "https://symfony.com",
 
6273                 "source": "https://github.com/symfony/security-csrf/tree/v7.3.0"
 
6277                     "url": "https://symfony.com/sponsor",
 
6281                     "url": "https://github.com/fabpot",
 
6285                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6289             "time": "2025-01-02T18:42:10+00:00"
 
6292             "name": "symfony/security-http",
 
6293             "version": "v7.3.4",
 
6296                 "url": "https://github.com/symfony/security-http.git",
 
6297                 "reference": "1cf54d0648ebab23bf9b8972617b79f1995e13a9"
 
6301                 "url": "https://api.github.com/repos/symfony/security-http/zipball/1cf54d0648ebab23bf9b8972617b79f1995e13a9",
 
6302                 "reference": "1cf54d0648ebab23bf9b8972617b79f1995e13a9",
 
6307                 "symfony/deprecation-contracts": "^2.5|^3",
 
6308                 "symfony/http-foundation": "^6.4|^7.0",
 
6309                 "symfony/http-kernel": "^6.4|^7.0",
 
6310                 "symfony/polyfill-mbstring": "~1.0",
 
6311                 "symfony/property-access": "^6.4|^7.0",
 
6312                 "symfony/security-core": "^7.3",
 
6313                 "symfony/service-contracts": "^2.5|^3"
 
6316                 "symfony/clock": "<6.4",
 
6317                 "symfony/event-dispatcher": "<6.4",
 
6318                 "symfony/http-client-contracts": "<3.0",
 
6319                 "symfony/security-bundle": "<6.4",
 
6320                 "symfony/security-csrf": "<6.4"
 
6323                 "psr/log": "^1|^2|^3",
 
6324                 "symfony/cache": "^6.4|^7.0",
 
6325                 "symfony/clock": "^6.4|^7.0",
 
6326                 "symfony/expression-language": "^6.4|^7.0",
 
6327                 "symfony/http-client": "^6.4|^7.0",
 
6328                 "symfony/http-client-contracts": "^3.0",
 
6329                 "symfony/rate-limiter": "^6.4|^7.0",
 
6330                 "symfony/routing": "^6.4|^7.0",
 
6331                 "symfony/security-csrf": "^6.4|^7.0",
 
6332                 "symfony/translation": "^6.4|^7.0",
 
6333                 "web-token/jwt-library": "^3.3.2|^4.0"
 
6338                     "Symfony\\Component\\Security\\Http\\": ""
 
6340                 "exclude-from-classmap": [
 
6344             "notification-url": "https://packagist.org/downloads/",
 
6350                     "name": "Fabien Potencier",
 
6351                     "email": "fabien@symfony.com"
 
6354                     "name": "Symfony Community",
 
6355                     "homepage": "https://symfony.com/contributors"
 
6358             "description": "Symfony Security Component - HTTP Integration",
 
6359             "homepage": "https://symfony.com",
 
6361                 "source": "https://github.com/symfony/security-http/tree/v7.3.4"
 
6365                     "url": "https://symfony.com/sponsor",
 
6369                     "url": "https://github.com/fabpot",
 
6373                     "url": "https://github.com/nicolas-grekas",
 
6377                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6381             "time": "2025-09-09T17:06:44+00:00"
 
6384             "name": "symfony/serializer",
 
6385             "version": "v7.3.4",
 
6388                 "url": "https://github.com/symfony/serializer.git",
 
6389                 "reference": "0df5af266c6fe9a855af7db4fea86e13b9ca3ab1"
 
6393                 "url": "https://api.github.com/repos/symfony/serializer/zipball/0df5af266c6fe9a855af7db4fea86e13b9ca3ab1",
 
6394                 "reference": "0df5af266c6fe9a855af7db4fea86e13b9ca3ab1",
 
6399                 "symfony/deprecation-contracts": "^2.5|^3",
 
6400                 "symfony/polyfill-ctype": "~1.8",
 
6401                 "symfony/polyfill-php84": "^1.30"
 
6404                 "phpdocumentor/reflection-docblock": "<3.2.2",
 
6405                 "phpdocumentor/type-resolver": "<1.4.0",
 
6406                 "symfony/dependency-injection": "<6.4",
 
6407                 "symfony/property-access": "<6.4",
 
6408                 "symfony/property-info": "<6.4",
 
6409                 "symfony/uid": "<6.4",
 
6410                 "symfony/validator": "<6.4",
 
6411                 "symfony/yaml": "<6.4"
 
6414                 "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
 
6415                 "phpstan/phpdoc-parser": "^1.0|^2.0",
 
6416                 "seld/jsonlint": "^1.10",
 
6417                 "symfony/cache": "^6.4|^7.0",
 
6418                 "symfony/config": "^6.4|^7.0",
 
6419                 "symfony/console": "^6.4|^7.0",
 
6420                 "symfony/dependency-injection": "^7.2",
 
6421                 "symfony/error-handler": "^6.4|^7.0",
 
6422                 "symfony/filesystem": "^6.4|^7.0",
 
6423                 "symfony/form": "^6.4|^7.0",
 
6424                 "symfony/http-foundation": "^6.4|^7.0",
 
6425                 "symfony/http-kernel": "^6.4|^7.0",
 
6426                 "symfony/messenger": "^6.4|^7.0",
 
6427                 "symfony/mime": "^6.4|^7.0",
 
6428                 "symfony/property-access": "^6.4|^7.0",
 
6429                 "symfony/property-info": "^6.4|^7.0",
 
6430                 "symfony/translation-contracts": "^2.5|^3",
 
6431                 "symfony/type-info": "^7.1.8",
 
6432                 "symfony/uid": "^6.4|^7.0",
 
6433                 "symfony/validator": "^6.4|^7.0",
 
6434                 "symfony/var-dumper": "^6.4|^7.0",
 
6435                 "symfony/var-exporter": "^6.4|^7.0",
 
6436                 "symfony/yaml": "^6.4|^7.0"
 
6441                     "Symfony\\Component\\Serializer\\": ""
 
6443                 "exclude-from-classmap": [
 
6447             "notification-url": "https://packagist.org/downloads/",
 
6453                     "name": "Fabien Potencier",
 
6454                     "email": "fabien@symfony.com"
 
6457                     "name": "Symfony Community",
 
6458                     "homepage": "https://symfony.com/contributors"
 
6461             "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
 
6462             "homepage": "https://symfony.com",
 
6464                 "source": "https://github.com/symfony/serializer/tree/v7.3.4"
 
6468                     "url": "https://symfony.com/sponsor",
 
6472                     "url": "https://github.com/fabpot",
 
6476                     "url": "https://github.com/nicolas-grekas",
 
6480                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6484             "time": "2025-09-15T13:39:02+00:00"
 
6487             "name": "symfony/service-contracts",
 
6488             "version": "v3.6.0",
 
6491                 "url": "https://github.com/symfony/service-contracts.git",
 
6492                 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
 
6496                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
 
6497                 "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
 
6502                 "psr/container": "^1.1|^2.0",
 
6503                 "symfony/deprecation-contracts": "^2.5|^3"
 
6506                 "ext-psr": "<1.1|>=2"
 
6511                     "url": "https://github.com/symfony/contracts",
 
6512                     "name": "symfony/contracts"
 
6515                     "dev-main": "3.6-dev"
 
6520                     "Symfony\\Contracts\\Service\\": ""
 
6522                 "exclude-from-classmap": [
 
6526             "notification-url": "https://packagist.org/downloads/",
 
6532                     "name": "Nicolas Grekas",
 
6533                     "email": "p@tchwork.com"
 
6536                     "name": "Symfony Community",
 
6537                     "homepage": "https://symfony.com/contributors"
 
6540             "description": "Generic abstractions related to writing services",
 
6541             "homepage": "https://symfony.com",
 
6551                 "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
 
6555                     "url": "https://symfony.com/sponsor",
 
6559                     "url": "https://github.com/fabpot",
 
6563                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6567             "time": "2025-04-25T09:37:31+00:00"
 
6570             "name": "symfony/stopwatch",
 
6571             "version": "v7.3.0",
 
6574                 "url": "https://github.com/symfony/stopwatch.git",
 
6575                 "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd"
 
6579                 "url": "https://api.github.com/repos/symfony/stopwatch/zipball/5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd",
 
6580                 "reference": "5a49289e2b308214c8b9c2fda4ea454d8b8ad7cd",
 
6585                 "symfony/service-contracts": "^2.5|^3"
 
6590                     "Symfony\\Component\\Stopwatch\\": ""
 
6592                 "exclude-from-classmap": [
 
6596             "notification-url": "https://packagist.org/downloads/",
 
6602                     "name": "Fabien Potencier",
 
6603                     "email": "fabien@symfony.com"
 
6606                     "name": "Symfony Community",
 
6607                     "homepage": "https://symfony.com/contributors"
 
6610             "description": "Provides a way to profile code",
 
6611             "homepage": "https://symfony.com",
 
6613                 "source": "https://github.com/symfony/stopwatch/tree/v7.3.0"
 
6617                     "url": "https://symfony.com/sponsor",
 
6621                     "url": "https://github.com/fabpot",
 
6625                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6629             "time": "2025-02-24T10:49:57+00:00"
 
6632             "name": "symfony/string",
 
6633             "version": "v7.3.4",
 
6636                 "url": "https://github.com/symfony/string.git",
 
6637                 "reference": "f96476035142921000338bad71e5247fbc138872"
 
6641                 "url": "https://api.github.com/repos/symfony/string/zipball/f96476035142921000338bad71e5247fbc138872",
 
6642                 "reference": "f96476035142921000338bad71e5247fbc138872",
 
6647                 "symfony/polyfill-ctype": "~1.8",
 
6648                 "symfony/polyfill-intl-grapheme": "~1.0",
 
6649                 "symfony/polyfill-intl-normalizer": "~1.0",
 
6650                 "symfony/polyfill-mbstring": "~1.0"
 
6653                 "symfony/translation-contracts": "<2.5"
 
6656                 "symfony/emoji": "^7.1",
 
6657                 "symfony/http-client": "^6.4|^7.0",
 
6658                 "symfony/intl": "^6.4|^7.0",
 
6659                 "symfony/translation-contracts": "^2.5|^3.0",
 
6660                 "symfony/var-exporter": "^6.4|^7.0"
 
6665                     "Resources/functions.php"
 
6668                     "Symfony\\Component\\String\\": ""
 
6670                 "exclude-from-classmap": [
 
6674             "notification-url": "https://packagist.org/downloads/",
 
6680                     "name": "Nicolas Grekas",
 
6681                     "email": "p@tchwork.com"
 
6684                     "name": "Symfony Community",
 
6685                     "homepage": "https://symfony.com/contributors"
 
6688             "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
 
6689             "homepage": "https://symfony.com",
 
6699                 "source": "https://github.com/symfony/string/tree/v7.3.4"
 
6703                     "url": "https://symfony.com/sponsor",
 
6707                     "url": "https://github.com/fabpot",
 
6711                     "url": "https://github.com/nicolas-grekas",
 
6715                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6719             "time": "2025-09-11T14:36:48+00:00"
 
6722             "name": "symfony/translation",
 
6723             "version": "v7.3.4",
 
6726                 "url": "https://github.com/symfony/translation.git",
 
6727                 "reference": "ec25870502d0c7072d086e8ffba1420c85965174"
 
6731                 "url": "https://api.github.com/repos/symfony/translation/zipball/ec25870502d0c7072d086e8ffba1420c85965174",
 
6732                 "reference": "ec25870502d0c7072d086e8ffba1420c85965174",
 
6737                 "symfony/deprecation-contracts": "^2.5|^3",
 
6738                 "symfony/polyfill-mbstring": "~1.0",
 
6739                 "symfony/translation-contracts": "^2.5|^3.0"
 
6742                 "nikic/php-parser": "<5.0",
 
6743                 "symfony/config": "<6.4",
 
6744                 "symfony/console": "<6.4",
 
6745                 "symfony/dependency-injection": "<6.4",
 
6746                 "symfony/http-client-contracts": "<2.5",
 
6747                 "symfony/http-kernel": "<6.4",
 
6748                 "symfony/service-contracts": "<2.5",
 
6749                 "symfony/twig-bundle": "<6.4",
 
6750                 "symfony/yaml": "<6.4"
 
6753                 "symfony/translation-implementation": "2.3|3.0"
 
6756                 "nikic/php-parser": "^5.0",
 
6757                 "psr/log": "^1|^2|^3",
 
6758                 "symfony/config": "^6.4|^7.0",
 
6759                 "symfony/console": "^6.4|^7.0",
 
6760                 "symfony/dependency-injection": "^6.4|^7.0",
 
6761                 "symfony/finder": "^6.4|^7.0",
 
6762                 "symfony/http-client-contracts": "^2.5|^3.0",
 
6763                 "symfony/http-kernel": "^6.4|^7.0",
 
6764                 "symfony/intl": "^6.4|^7.0",
 
6765                 "symfony/polyfill-intl-icu": "^1.21",
 
6766                 "symfony/routing": "^6.4|^7.0",
 
6767                 "symfony/service-contracts": "^2.5|^3",
 
6768                 "symfony/yaml": "^6.4|^7.0"
 
6773                     "Resources/functions.php"
 
6776                     "Symfony\\Component\\Translation\\": ""
 
6778                 "exclude-from-classmap": [
 
6782             "notification-url": "https://packagist.org/downloads/",
 
6788                     "name": "Fabien Potencier",
 
6789                     "email": "fabien@symfony.com"
 
6792                     "name": "Symfony Community",
 
6793                     "homepage": "https://symfony.com/contributors"
 
6796             "description": "Provides tools to internationalize your application",
 
6797             "homepage": "https://symfony.com",
 
6799                 "source": "https://github.com/symfony/translation/tree/v7.3.4"
 
6803                     "url": "https://symfony.com/sponsor",
 
6807                     "url": "https://github.com/fabpot",
 
6811                     "url": "https://github.com/nicolas-grekas",
 
6815                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6819             "time": "2025-09-07T11:39:36+00:00"
 
6822             "name": "symfony/translation-contracts",
 
6823             "version": "v3.6.0",
 
6826                 "url": "https://github.com/symfony/translation-contracts.git",
 
6827                 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
 
6831                 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
 
6832                 "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
 
6841                     "url": "https://github.com/symfony/contracts",
 
6842                     "name": "symfony/contracts"
 
6845                     "dev-main": "3.6-dev"
 
6850                     "Symfony\\Contracts\\Translation\\": ""
 
6852                 "exclude-from-classmap": [
 
6856             "notification-url": "https://packagist.org/downloads/",
 
6862                     "name": "Nicolas Grekas",
 
6863                     "email": "p@tchwork.com"
 
6866                     "name": "Symfony Community",
 
6867                     "homepage": "https://symfony.com/contributors"
 
6870             "description": "Generic abstractions related to translation",
 
6871             "homepage": "https://symfony.com",
 
6881                 "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"
 
6885                     "url": "https://symfony.com/sponsor",
 
6889                     "url": "https://github.com/fabpot",
 
6893                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
6897             "time": "2024-09-27T08:32:26+00:00"
 
6900             "name": "symfony/twig-bridge",
 
6901             "version": "v7.3.3",
 
6904                 "url": "https://github.com/symfony/twig-bridge.git",
 
6905                 "reference": "33558f013b7f6ed72805527c8405cae0062e47c5"
 
6909                 "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/33558f013b7f6ed72805527c8405cae0062e47c5",
 
6910                 "reference": "33558f013b7f6ed72805527c8405cae0062e47c5",
 
6915                 "symfony/deprecation-contracts": "^2.5|^3",
 
6916                 "symfony/translation-contracts": "^2.5|^3",
 
6917                 "twig/twig": "^3.21"
 
6920                 "phpdocumentor/reflection-docblock": "<3.2.2",
 
6921                 "phpdocumentor/type-resolver": "<1.4.0",
 
6922                 "symfony/console": "<6.4",
 
6923                 "symfony/form": "<6.4",
 
6924                 "symfony/http-foundation": "<6.4",
 
6925                 "symfony/http-kernel": "<6.4",
 
6926                 "symfony/mime": "<6.4",
 
6927                 "symfony/serializer": "<6.4",
 
6928                 "symfony/translation": "<6.4",
 
6929                 "symfony/workflow": "<6.4"
 
6932                 "egulias/email-validator": "^2.1.10|^3|^4",
 
6933                 "league/html-to-markdown": "^5.0",
 
6934                 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
 
6935                 "symfony/asset": "^6.4|^7.0",
 
6936                 "symfony/asset-mapper": "^6.4|^7.0",
 
6937                 "symfony/console": "^6.4|^7.0",
 
6938                 "symfony/dependency-injection": "^6.4|^7.0",
 
6939                 "symfony/emoji": "^7.1",
 
6940                 "symfony/expression-language": "^6.4|^7.0",
 
6941                 "symfony/finder": "^6.4|^7.0",
 
6942                 "symfony/form": "^6.4.20|^7.2.5",
 
6943                 "symfony/html-sanitizer": "^6.4|^7.0",
 
6944                 "symfony/http-foundation": "^7.3",
 
6945                 "symfony/http-kernel": "^6.4|^7.0",
 
6946                 "symfony/intl": "^6.4|^7.0",
 
6947                 "symfony/mime": "^6.4|^7.0",
 
6948                 "symfony/polyfill-intl-icu": "~1.0",
 
6949                 "symfony/property-info": "^6.4|^7.0",
 
6950                 "symfony/routing": "^6.4|^7.0",
 
6951                 "symfony/security-acl": "^2.8|^3.0",
 
6952                 "symfony/security-core": "^6.4|^7.0",
 
6953                 "symfony/security-csrf": "^6.4|^7.0",
 
6954                 "symfony/security-http": "^6.4|^7.0",
 
6955                 "symfony/serializer": "^6.4.3|^7.0.3",
 
6956                 "symfony/stopwatch": "^6.4|^7.0",
 
6957                 "symfony/translation": "^6.4|^7.0",
 
6958                 "symfony/validator": "^6.4|^7.0",
 
6959                 "symfony/web-link": "^6.4|^7.0",
 
6960                 "symfony/workflow": "^6.4|^7.0",
 
6961                 "symfony/yaml": "^6.4|^7.0",
 
6962                 "twig/cssinliner-extra": "^3",
 
6963                 "twig/inky-extra": "^3",
 
6964                 "twig/markdown-extra": "^3"
 
6966             "type": "symfony-bridge",
 
6969                     "Symfony\\Bridge\\Twig\\": ""
 
6971                 "exclude-from-classmap": [
 
6975             "notification-url": "https://packagist.org/downloads/",
 
6981                     "name": "Fabien Potencier",
 
6982                     "email": "fabien@symfony.com"
 
6985                     "name": "Symfony Community",
 
6986                     "homepage": "https://symfony.com/contributors"
 
6989             "description": "Provides integration for Twig with various Symfony components",
 
6990             "homepage": "https://symfony.com",
 
6992                 "source": "https://github.com/symfony/twig-bridge/tree/v7.3.3"
 
6996                     "url": "https://symfony.com/sponsor",
 
7000                     "url": "https://github.com/fabpot",
 
7004                     "url": "https://github.com/nicolas-grekas",
 
7008                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7012             "time": "2025-08-18T13:10:53+00:00"
 
7015             "name": "symfony/twig-bundle",
 
7016             "version": "v7.3.4",
 
7019                 "url": "https://github.com/symfony/twig-bundle.git",
 
7020                 "reference": "da5c778a8416fcce5318737c4d944f6fa2bb3f81"
 
7024                 "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/da5c778a8416fcce5318737c4d944f6fa2bb3f81",
 
7025                 "reference": "da5c778a8416fcce5318737c4d944f6fa2bb3f81",
 
7029                 "composer-runtime-api": ">=2.1",
 
7031                 "symfony/config": "^7.3",
 
7032                 "symfony/dependency-injection": "^6.4|^7.0",
 
7033                 "symfony/http-foundation": "^6.4|^7.0",
 
7034                 "symfony/http-kernel": "^6.4|^7.0",
 
7035                 "symfony/twig-bridge": "^7.3",
 
7036                 "twig/twig": "^3.12"
 
7039                 "symfony/framework-bundle": "<6.4",
 
7040                 "symfony/translation": "<6.4"
 
7043                 "symfony/asset": "^6.4|^7.0",
 
7044                 "symfony/expression-language": "^6.4|^7.0",
 
7045                 "symfony/finder": "^6.4|^7.0",
 
7046                 "symfony/form": "^6.4|^7.0",
 
7047                 "symfony/framework-bundle": "^6.4|^7.0",
 
7048                 "symfony/routing": "^6.4|^7.0",
 
7049                 "symfony/stopwatch": "^6.4|^7.0",
 
7050                 "symfony/translation": "^6.4|^7.0",
 
7051                 "symfony/web-link": "^6.4|^7.0",
 
7052                 "symfony/yaml": "^6.4|^7.0"
 
7054             "type": "symfony-bundle",
 
7057                     "Symfony\\Bundle\\TwigBundle\\": ""
 
7059                 "exclude-from-classmap": [
 
7063             "notification-url": "https://packagist.org/downloads/",
 
7069                     "name": "Fabien Potencier",
 
7070                     "email": "fabien@symfony.com"
 
7073                     "name": "Symfony Community",
 
7074                     "homepage": "https://symfony.com/contributors"
 
7077             "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
 
7078             "homepage": "https://symfony.com",
 
7080                 "source": "https://github.com/symfony/twig-bundle/tree/v7.3.4"
 
7084                     "url": "https://symfony.com/sponsor",
 
7088                     "url": "https://github.com/fabpot",
 
7092                     "url": "https://github.com/nicolas-grekas",
 
7096                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7100             "time": "2025-09-10T12:00:31+00:00"
 
7103             "name": "symfony/type-info",
 
7104             "version": "v7.3.4",
 
7107                 "url": "https://github.com/symfony/type-info.git",
 
7108                 "reference": "d34eaeb57f39c8a9c97eb72a977c423207dfa35b"
 
7112                 "url": "https://api.github.com/repos/symfony/type-info/zipball/d34eaeb57f39c8a9c97eb72a977c423207dfa35b",
 
7113                 "reference": "d34eaeb57f39c8a9c97eb72a977c423207dfa35b",
 
7118                 "psr/container": "^1.1|^2.0",
 
7119                 "symfony/deprecation-contracts": "^2.5|^3"
 
7122                 "phpstan/phpdoc-parser": "<1.30"
 
7125                 "phpstan/phpdoc-parser": "^1.30|^2.0"
 
7130                     "Symfony\\Component\\TypeInfo\\": ""
 
7132                 "exclude-from-classmap": [
 
7136             "notification-url": "https://packagist.org/downloads/",
 
7142                     "name": "Mathias Arlaud",
 
7143                     "email": "mathias.arlaud@gmail.com"
 
7146                     "name": "Baptiste LEDUC",
 
7147                     "email": "baptiste.leduc@gmail.com"
 
7150                     "name": "Symfony Community",
 
7151                     "homepage": "https://symfony.com/contributors"
 
7154             "description": "Extracts PHP types information.",
 
7155             "homepage": "https://symfony.com",
 
7163                 "source": "https://github.com/symfony/type-info/tree/v7.3.4"
 
7167                     "url": "https://symfony.com/sponsor",
 
7171                     "url": "https://github.com/fabpot",
 
7175                     "url": "https://github.com/nicolas-grekas",
 
7179                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7183             "time": "2025-09-11T15:33:27+00:00"
 
7186             "name": "symfony/validator",
 
7187             "version": "v7.3.4",
 
7190                 "url": "https://github.com/symfony/validator.git",
 
7191                 "reference": "5e29a348b5fac2227b6938a54db006d673bb813a"
 
7195                 "url": "https://api.github.com/repos/symfony/validator/zipball/5e29a348b5fac2227b6938a54db006d673bb813a",
 
7196                 "reference": "5e29a348b5fac2227b6938a54db006d673bb813a",
 
7201                 "symfony/deprecation-contracts": "^2.5|^3",
 
7202                 "symfony/polyfill-ctype": "~1.8",
 
7203                 "symfony/polyfill-mbstring": "~1.0",
 
7204                 "symfony/polyfill-php83": "^1.27",
 
7205                 "symfony/translation-contracts": "^2.5|^3"
 
7208                 "doctrine/lexer": "<1.1",
 
7209                 "symfony/dependency-injection": "<6.4",
 
7210                 "symfony/doctrine-bridge": "<7.0",
 
7211                 "symfony/expression-language": "<6.4",
 
7212                 "symfony/http-kernel": "<6.4",
 
7213                 "symfony/intl": "<6.4",
 
7214                 "symfony/property-info": "<6.4",
 
7215                 "symfony/translation": "<6.4.3|>=7.0,<7.0.3",
 
7216                 "symfony/yaml": "<6.4"
 
7219                 "egulias/email-validator": "^2.1.10|^3|^4",
 
7220                 "symfony/cache": "^6.4|^7.0",
 
7221                 "symfony/config": "^6.4|^7.0",
 
7222                 "symfony/console": "^6.4|^7.0",
 
7223                 "symfony/dependency-injection": "^6.4|^7.0",
 
7224                 "symfony/expression-language": "^6.4|^7.0",
 
7225                 "symfony/finder": "^6.4|^7.0",
 
7226                 "symfony/http-client": "^6.4|^7.0",
 
7227                 "symfony/http-foundation": "^6.4|^7.0",
 
7228                 "symfony/http-kernel": "^6.4|^7.0",
 
7229                 "symfony/intl": "^6.4|^7.0",
 
7230                 "symfony/mime": "^6.4|^7.0",
 
7231                 "symfony/property-access": "^6.4|^7.0",
 
7232                 "symfony/property-info": "^6.4|^7.0",
 
7233                 "symfony/string": "^6.4|^7.0",
 
7234                 "symfony/translation": "^6.4.3|^7.0.3",
 
7235                 "symfony/type-info": "^7.1.8",
 
7236                 "symfony/yaml": "^6.4|^7.0"
 
7241                     "Symfony\\Component\\Validator\\": ""
 
7243                 "exclude-from-classmap": [
 
7248             "notification-url": "https://packagist.org/downloads/",
 
7254                     "name": "Fabien Potencier",
 
7255                     "email": "fabien@symfony.com"
 
7258                     "name": "Symfony Community",
 
7259                     "homepage": "https://symfony.com/contributors"
 
7262             "description": "Provides tools to validate values",
 
7263             "homepage": "https://symfony.com",
 
7265                 "source": "https://github.com/symfony/validator/tree/v7.3.4"
 
7269                     "url": "https://symfony.com/sponsor",
 
7273                     "url": "https://github.com/fabpot",
 
7277                     "url": "https://github.com/nicolas-grekas",
 
7281                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7285             "time": "2025-09-24T06:32:27+00:00"
 
7288             "name": "symfony/var-dumper",
 
7289             "version": "v7.3.4",
 
7292                 "url": "https://github.com/symfony/var-dumper.git",
 
7293                 "reference": "b8abe7daf2730d07dfd4b2ee1cecbf0dd2fbdabb"
 
7297                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b8abe7daf2730d07dfd4b2ee1cecbf0dd2fbdabb",
 
7298                 "reference": "b8abe7daf2730d07dfd4b2ee1cecbf0dd2fbdabb",
 
7303                 "symfony/deprecation-contracts": "^2.5|^3",
 
7304                 "symfony/polyfill-mbstring": "~1.0"
 
7307                 "symfony/console": "<6.4"
 
7310                 "symfony/console": "^6.4|^7.0",
 
7311                 "symfony/http-kernel": "^6.4|^7.0",
 
7312                 "symfony/process": "^6.4|^7.0",
 
7313                 "symfony/uid": "^6.4|^7.0",
 
7314                 "twig/twig": "^3.12"
 
7317                 "Resources/bin/var-dump-server"
 
7322                     "Resources/functions/dump.php"
 
7325                     "Symfony\\Component\\VarDumper\\": ""
 
7327                 "exclude-from-classmap": [
 
7331             "notification-url": "https://packagist.org/downloads/",
 
7337                     "name": "Nicolas Grekas",
 
7338                     "email": "p@tchwork.com"
 
7341                     "name": "Symfony Community",
 
7342                     "homepage": "https://symfony.com/contributors"
 
7345             "description": "Provides mechanisms for walking through any arbitrary PHP variable",
 
7346             "homepage": "https://symfony.com",
 
7352                 "source": "https://github.com/symfony/var-dumper/tree/v7.3.4"
 
7356                     "url": "https://symfony.com/sponsor",
 
7360                     "url": "https://github.com/fabpot",
 
7364                     "url": "https://github.com/nicolas-grekas",
 
7368                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7372             "time": "2025-09-11T10:12:26+00:00"
 
7375             "name": "symfony/var-exporter",
 
7376             "version": "v7.3.4",
 
7379                 "url": "https://github.com/symfony/var-exporter.git",
 
7380                 "reference": "0f020b544a30a7fe8ba972e53ee48a74c0bc87f4"
 
7384                 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/0f020b544a30a7fe8ba972e53ee48a74c0bc87f4",
 
7385                 "reference": "0f020b544a30a7fe8ba972e53ee48a74c0bc87f4",
 
7390                 "symfony/deprecation-contracts": "^2.5|^3"
 
7393                 "symfony/property-access": "^6.4|^7.0",
 
7394                 "symfony/serializer": "^6.4|^7.0",
 
7395                 "symfony/var-dumper": "^6.4|^7.0"
 
7400                     "Symfony\\Component\\VarExporter\\": ""
 
7402                 "exclude-from-classmap": [
 
7406             "notification-url": "https://packagist.org/downloads/",
 
7412                     "name": "Nicolas Grekas",
 
7413                     "email": "p@tchwork.com"
 
7416                     "name": "Symfony Community",
 
7417                     "homepage": "https://symfony.com/contributors"
 
7420             "description": "Allows exporting any serializable PHP data structure to plain PHP code",
 
7421             "homepage": "https://symfony.com",
 
7433                 "source": "https://github.com/symfony/var-exporter/tree/v7.3.4"
 
7437                     "url": "https://symfony.com/sponsor",
 
7441                     "url": "https://github.com/fabpot",
 
7445                     "url": "https://github.com/nicolas-grekas",
 
7449                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7453             "time": "2025-09-11T10:12:26+00:00"
 
7456             "name": "symfony/web-link",
 
7457             "version": "v7.3.0",
 
7460                 "url": "https://github.com/symfony/web-link.git",
 
7461                 "reference": "7697f74fce67555665339423ce453cc8216a98ff"
 
7465                 "url": "https://api.github.com/repos/symfony/web-link/zipball/7697f74fce67555665339423ce453cc8216a98ff",
 
7466                 "reference": "7697f74fce67555665339423ce453cc8216a98ff",
 
7471                 "psr/link": "^1.1|^2.0"
 
7474                 "symfony/http-kernel": "<6.4"
 
7477                 "psr/link-implementation": "1.0|2.0"
 
7480                 "symfony/http-kernel": "^6.4|^7.0"
 
7485                     "Symfony\\Component\\WebLink\\": ""
 
7487                 "exclude-from-classmap": [
 
7491             "notification-url": "https://packagist.org/downloads/",
 
7497                     "name": "KƩvin Dunglas",
 
7498                     "email": "dunglas@gmail.com"
 
7501                     "name": "Symfony Community",
 
7502                     "homepage": "https://symfony.com/contributors"
 
7505             "description": "Manages links between resources",
 
7506             "homepage": "https://symfony.com",
 
7520                 "source": "https://github.com/symfony/web-link/tree/v7.3.0"
 
7524                     "url": "https://symfony.com/sponsor",
 
7528                     "url": "https://github.com/fabpot",
 
7532                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7536             "time": "2025-05-19T13:28:18+00:00"
 
7539             "name": "symfony/web-profiler-bundle",
 
7540             "version": "v7.3.4",
 
7543                 "url": "https://github.com/symfony/web-profiler-bundle.git",
 
7544                 "reference": "f305fa4add690bb7d6b14ab61f37c3bd061a3dd7"
 
7548                 "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/f305fa4add690bb7d6b14ab61f37c3bd061a3dd7",
 
7549                 "reference": "f305fa4add690bb7d6b14ab61f37c3bd061a3dd7",
 
7553                 "composer-runtime-api": ">=2.1",
 
7555                 "symfony/config": "^7.3",
 
7556                 "symfony/deprecation-contracts": "^2.5|^3",
 
7557                 "symfony/framework-bundle": "^6.4|^7.0",
 
7558                 "symfony/http-kernel": "^6.4|^7.0",
 
7559                 "symfony/routing": "^6.4|^7.0",
 
7560                 "symfony/twig-bundle": "^6.4|^7.0",
 
7561                 "twig/twig": "^3.12"
 
7564                 "symfony/form": "<6.4",
 
7565                 "symfony/mailer": "<6.4",
 
7566                 "symfony/messenger": "<6.4",
 
7567                 "symfony/serializer": "<7.2",
 
7568                 "symfony/workflow": "<7.3"
 
7571                 "symfony/browser-kit": "^6.4|^7.0",
 
7572                 "symfony/console": "^6.4|^7.0",
 
7573                 "symfony/css-selector": "^6.4|^7.0",
 
7574                 "symfony/stopwatch": "^6.4|^7.0"
 
7576             "type": "symfony-bundle",
 
7579                     "Symfony\\Bundle\\WebProfilerBundle\\": ""
 
7581                 "exclude-from-classmap": [
 
7585             "notification-url": "https://packagist.org/downloads/",
 
7591                     "name": "Fabien Potencier",
 
7592                     "email": "fabien@symfony.com"
 
7595                     "name": "Symfony Community",
 
7596                     "homepage": "https://symfony.com/contributors"
 
7599             "description": "Provides a development tool that gives detailed information about the execution of any request",
 
7600             "homepage": "https://symfony.com",
 
7605                 "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.3.4"
 
7609                     "url": "https://symfony.com/sponsor",
 
7613                     "url": "https://github.com/fabpot",
 
7617                     "url": "https://github.com/nicolas-grekas",
 
7621                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7625             "time": "2025-09-25T08:03:55+00:00"
 
7628             "name": "symfony/yaml",
 
7629             "version": "v7.3.3",
 
7632                 "url": "https://github.com/symfony/yaml.git",
 
7633                 "reference": "d4f4a66866fe2451f61296924767280ab5732d9d"
 
7637                 "url": "https://api.github.com/repos/symfony/yaml/zipball/d4f4a66866fe2451f61296924767280ab5732d9d",
 
7638                 "reference": "d4f4a66866fe2451f61296924767280ab5732d9d",
 
7643                 "symfony/deprecation-contracts": "^2.5|^3.0",
 
7644                 "symfony/polyfill-ctype": "^1.8"
 
7647                 "symfony/console": "<6.4"
 
7650                 "symfony/console": "^6.4|^7.0"
 
7653                 "Resources/bin/yaml-lint"
 
7658                     "Symfony\\Component\\Yaml\\": ""
 
7660                 "exclude-from-classmap": [
 
7664             "notification-url": "https://packagist.org/downloads/",
 
7670                     "name": "Fabien Potencier",
 
7671                     "email": "fabien@symfony.com"
 
7674                     "name": "Symfony Community",
 
7675                     "homepage": "https://symfony.com/contributors"
 
7678             "description": "Loads and dumps YAML files",
 
7679             "homepage": "https://symfony.com",
 
7681                 "source": "https://github.com/symfony/yaml/tree/v7.3.3"
 
7685                     "url": "https://symfony.com/sponsor",
 
7689                     "url": "https://github.com/fabpot",
 
7693                     "url": "https://github.com/nicolas-grekas",
 
7697                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
7701             "time": "2025-08-27T11:34:33+00:00"
 
7704             "name": "twig/extra-bundle",
 
7705             "version": "v3.21.0",
 
7708                 "url": "https://github.com/twigphp/twig-extra-bundle.git",
 
7709                 "reference": "62d1cf47a1aa009cbd07b21045b97d3d5cb79896"
 
7713                 "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/62d1cf47a1aa009cbd07b21045b97d3d5cb79896",
 
7714                 "reference": "62d1cf47a1aa009cbd07b21045b97d3d5cb79896",
 
7719                 "symfony/framework-bundle": "^5.4|^6.4|^7.0",
 
7720                 "symfony/twig-bundle": "^5.4|^6.4|^7.0",
 
7721                 "twig/twig": "^3.2|^4.0"
 
7724                 "league/commonmark": "^1.0|^2.0",
 
7725                 "symfony/phpunit-bridge": "^6.4|^7.0",
 
7726                 "twig/cache-extra": "^3.0",
 
7727                 "twig/cssinliner-extra": "^3.0",
 
7728                 "twig/html-extra": "^3.0",
 
7729                 "twig/inky-extra": "^3.0",
 
7730                 "twig/intl-extra": "^3.0",
 
7731                 "twig/markdown-extra": "^3.0",
 
7732                 "twig/string-extra": "^3.0"
 
7734             "type": "symfony-bundle",
 
7737                     "Twig\\Extra\\TwigExtraBundle\\": ""
 
7739                 "exclude-from-classmap": [
 
7743             "notification-url": "https://packagist.org/downloads/",
 
7749                     "name": "Fabien Potencier",
 
7750                     "email": "fabien@symfony.com",
 
7751                     "homepage": "http://fabien.potencier.org",
 
7752                     "role": "Lead Developer"
 
7755             "description": "A Symfony bundle for extra Twig extensions",
 
7756             "homepage": "https://twig.symfony.com",
 
7763                 "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.21.0"
 
7767                     "url": "https://github.com/fabpot",
 
7771                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
 
7775             "time": "2025-02-19T14:29:33+00:00"
 
7778             "name": "twig/html-extra",
 
7779             "version": "v3.21.0",
 
7782                 "url": "https://github.com/twigphp/html-extra.git",
 
7783                 "reference": "5442dd707601c83b8cd4233e37bb10ab8489a90f"
 
7787                 "url": "https://api.github.com/repos/twigphp/html-extra/zipball/5442dd707601c83b8cd4233e37bb10ab8489a90f",
 
7788                 "reference": "5442dd707601c83b8cd4233e37bb10ab8489a90f",
 
7793                 "symfony/deprecation-contracts": "^2.5|^3",
 
7794                 "symfony/mime": "^5.4|^6.4|^7.0",
 
7795                 "twig/twig": "^3.13|^4.0"
 
7798                 "symfony/phpunit-bridge": "^6.4|^7.0"
 
7803                     "Resources/functions.php"
 
7806                     "Twig\\Extra\\Html\\": ""
 
7808                 "exclude-from-classmap": [
 
7812             "notification-url": "https://packagist.org/downloads/",
 
7818                     "name": "Fabien Potencier",
 
7819                     "email": "fabien@symfony.com",
 
7820                     "homepage": "http://fabien.potencier.org",
 
7821                     "role": "Lead Developer"
 
7824             "description": "A Twig extension for HTML",
 
7825             "homepage": "https://twig.symfony.com",
 
7831                 "source": "https://github.com/twigphp/html-extra/tree/v3.21.0"
 
7835                     "url": "https://github.com/fabpot",
 
7839                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
 
7843             "time": "2025-02-19T14:29:33+00:00"
 
7846             "name": "twig/intl-extra",
 
7847             "version": "v3.21.0",
 
7850                 "url": "https://github.com/twigphp/intl-extra.git",
 
7851                 "reference": "05bc5d46b9df9e62399eae53e7c0b0633298b146"
 
7855                 "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/05bc5d46b9df9e62399eae53e7c0b0633298b146",
 
7856                 "reference": "05bc5d46b9df9e62399eae53e7c0b0633298b146",
 
7861                 "symfony/intl": "^5.4|^6.4|^7.0",
 
7862                 "twig/twig": "^3.13|^4.0"
 
7865                 "symfony/phpunit-bridge": "^6.4|^7.0"
 
7870                     "Twig\\Extra\\Intl\\": ""
 
7872                 "exclude-from-classmap": [
 
7876             "notification-url": "https://packagist.org/downloads/",
 
7882                     "name": "Fabien Potencier",
 
7883                     "email": "fabien@symfony.com",
 
7884                     "homepage": "http://fabien.potencier.org",
 
7885                     "role": "Lead Developer"
 
7888             "description": "A Twig extension for Intl",
 
7889             "homepage": "https://twig.symfony.com",
 
7895                 "source": "https://github.com/twigphp/intl-extra/tree/v3.21.0"
 
7899                     "url": "https://github.com/fabpot",
 
7903                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
 
7907             "time": "2025-01-31T20:45:36+00:00"
 
7910             "name": "twig/markdown-extra",
 
7911             "version": "v3.21.0",
 
7914                 "url": "https://github.com/twigphp/markdown-extra.git",
 
7915                 "reference": "f4616e1dd375209dacf6026f846e6b537d036ce4"
 
7919                 "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/f4616e1dd375209dacf6026f846e6b537d036ce4",
 
7920                 "reference": "f4616e1dd375209dacf6026f846e6b537d036ce4",
 
7925                 "symfony/deprecation-contracts": "^2.5|^3",
 
7926                 "twig/twig": "^3.13|^4.0"
 
7929                 "erusev/parsedown": "dev-master as 1.x-dev",
 
7930                 "league/commonmark": "^1.0|^2.0",
 
7931                 "league/html-to-markdown": "^4.8|^5.0",
 
7932                 "michelf/php-markdown": "^1.8|^2.0",
 
7933                 "symfony/phpunit-bridge": "^6.4|^7.0"
 
7938                     "Resources/functions.php"
 
7941                     "Twig\\Extra\\Markdown\\": ""
 
7943                 "exclude-from-classmap": [
 
7947             "notification-url": "https://packagist.org/downloads/",
 
7953                     "name": "Fabien Potencier",
 
7954                     "email": "fabien@symfony.com",
 
7955                     "homepage": "http://fabien.potencier.org",
 
7956                     "role": "Lead Developer"
 
7959             "description": "A Twig extension for Markdown",
 
7960             "homepage": "https://twig.symfony.com",
 
7967                 "source": "https://github.com/twigphp/markdown-extra/tree/v3.21.0"
 
7971                     "url": "https://github.com/fabpot",
 
7975                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
 
7979             "time": "2025-01-31T20:45:36+00:00"
 
7982             "name": "twig/twig",
 
7983             "version": "v3.21.1",
 
7986                 "url": "https://github.com/twigphp/Twig.git",
 
7987                 "reference": "285123877d4dd97dd7c11842ac5fb7e86e60d81d"
 
7991                 "url": "https://api.github.com/repos/twigphp/Twig/zipball/285123877d4dd97dd7c11842ac5fb7e86e60d81d",
 
7992                 "reference": "285123877d4dd97dd7c11842ac5fb7e86e60d81d",
 
7997                 "symfony/deprecation-contracts": "^2.5|^3",
 
7998                 "symfony/polyfill-ctype": "^1.8",
 
7999                 "symfony/polyfill-mbstring": "^1.3"
 
8002                 "phpstan/phpstan": "^2.0",
 
8003                 "psr/container": "^1.0|^2.0",
 
8004                 "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0"
 
8009                     "src/Resources/core.php",
 
8010                     "src/Resources/debug.php",
 
8011                     "src/Resources/escaper.php",
 
8012                     "src/Resources/string_loader.php"
 
8018             "notification-url": "https://packagist.org/downloads/",
 
8024                     "name": "Fabien Potencier",
 
8025                     "email": "fabien@symfony.com",
 
8026                     "homepage": "http://fabien.potencier.org",
 
8027                     "role": "Lead Developer"
 
8030                     "name": "Twig Team",
 
8031                     "role": "Contributors"
 
8034                     "name": "Armin Ronacher",
 
8035                     "email": "armin.ronacher@active-4.com",
 
8036                     "role": "Project Founder"
 
8039             "description": "Twig, the flexible, fast, and secure template language for PHP",
 
8040             "homepage": "https://twig.symfony.com",
 
8045                 "issues": "https://github.com/twigphp/Twig/issues",
 
8046                 "source": "https://github.com/twigphp/Twig/tree/v3.21.1"
 
8050                     "url": "https://github.com/fabpot",
 
8054                     "url": "https://tidelift.com/funding/github/packagist/twig/twig",
 
8058             "time": "2025-05-03T07:21:55+00:00"
 
8061             "name": "webmozart/assert",
 
8062             "version": "1.11.0",
 
8065                 "url": "https://github.com/webmozarts/assert.git",
 
8066                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
 
8070                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
 
8071                 "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
 
8076                 "php": "^7.2 || ^8.0"
 
8079                 "phpstan/phpstan": "<0.12.20",
 
8080                 "vimeo/psalm": "<4.6.1 || 4.6.2"
 
8083                 "phpunit/phpunit": "^8.5.13"
 
8088                     "dev-master": "1.10-dev"
 
8093                     "Webmozart\\Assert\\": "src/"
 
8096             "notification-url": "https://packagist.org/downloads/",
 
8102                     "name": "Bernhard Schussek",
 
8103                     "email": "bschussek@gmail.com"
 
8106             "description": "Assertions to validate method input/output with nice error messages.",
 
8113                 "issues": "https://github.com/webmozarts/assert/issues",
 
8114                 "source": "https://github.com/webmozarts/assert/tree/1.11.0"
 
8116             "time": "2022-06-03T18:03:27+00:00"
 
8121             "name": "doctrine/data-fixtures",
 
8125                 "url": "https://github.com/doctrine/data-fixtures.git",
 
8126                 "reference": "f161e20f04ba5440a09330e156b40f04dd70d47f"
 
8130                 "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/f161e20f04ba5440a09330e156b40f04dd70d47f",
 
8131                 "reference": "f161e20f04ba5440a09330e156b40f04dd70d47f",
 
8135                 "doctrine/persistence": "^3.1 || ^4.0",
 
8137                 "psr/log": "^1.1 || ^2 || ^3"
 
8140                 "doctrine/dbal": "<3.5 || >=5",
 
8141                 "doctrine/orm": "<2.14 || >=4",
 
8142                 "doctrine/phpcr-odm": "<1.3.0"
 
8145                 "doctrine/coding-standard": "^13",
 
8146                 "doctrine/dbal": "^3.5 || ^4",
 
8147                 "doctrine/mongodb-odm": "^1.3.0 || ^2.0.0",
 
8148                 "doctrine/orm": "^2.14 || ^3",
 
8150                 "fig/log-test": "^1",
 
8151                 "phpstan/phpstan": "2.1.17",
 
8152                 "phpunit/phpunit": "10.5.45",
 
8153                 "symfony/cache": "^6.4 || ^7",
 
8154                 "symfony/var-exporter": "^6.4 || ^7"
 
8157                 "alcaeus/mongo-php-adapter": "For using MongoDB ODM 1.3 with PHP 7 (deprecated)",
 
8158                 "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
 
8159                 "doctrine/orm": "For loading ORM fixtures",
 
8160                 "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
 
8165                     "Doctrine\\Common\\DataFixtures\\": "src"
 
8168             "notification-url": "https://packagist.org/downloads/",
 
8174                     "name": "Jonathan Wage",
 
8175                     "email": "jonwage@gmail.com"
 
8178             "description": "Data Fixtures for all Doctrine Object Managers",
 
8179             "homepage": "https://www.doctrine-project.org",
 
8184                 "issues": "https://github.com/doctrine/data-fixtures/issues",
 
8185                 "source": "https://github.com/doctrine/data-fixtures/tree/2.1.0"
 
8189                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
8193                     "url": "https://www.patreon.com/phpdoctrine",
 
8197                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdata-fixtures",
 
8201             "time": "2025-07-08T17:48:20+00:00"
 
8204             "name": "doctrine/doctrine-fixtures-bundle",
 
8208                 "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
 
8209                 "reference": "cd58d7738fe1fea1dbfd3e3f3bb421ee92d45e10"
 
8213                 "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/cd58d7738fe1fea1dbfd3e3f3bb421ee92d45e10",
 
8214                 "reference": "cd58d7738fe1fea1dbfd3e3f3bb421ee92d45e10",
 
8218                 "doctrine/data-fixtures": "^2.0",
 
8219                 "doctrine/doctrine-bundle": "^2.2 || ^3.0",
 
8220                 "doctrine/orm": "^2.14.0 || ^3.0",
 
8221                 "doctrine/persistence": "^2.4 || ^3.0 || ^4.0",
 
8223                 "psr/log": "^2 || ^3",
 
8224                 "symfony/config": "^6.4 || ^7.0",
 
8225                 "symfony/console": "^6.4 || ^7.0",
 
8226                 "symfony/dependency-injection": "^6.4 || ^7.0",
 
8227                 "symfony/deprecation-contracts": "^2.1 || ^3",
 
8228                 "symfony/doctrine-bridge": "^6.4.16 || ^7.1.9",
 
8229                 "symfony/http-kernel": "^6.4 || ^7.0"
 
8232                 "doctrine/dbal": "< 3"
 
8235                 "doctrine/coding-standard": "14.0.0",
 
8236                 "phpstan/phpstan": "2.1.11",
 
8237                 "phpunit/phpunit": "^10.5.38 || 11.4.14"
 
8239             "type": "symfony-bundle",
 
8242                     "Doctrine\\Bundle\\FixturesBundle\\": "src"
 
8245             "notification-url": "https://packagist.org/downloads/",
 
8251                     "name": "Fabien Potencier",
 
8252                     "email": "fabien@symfony.com"
 
8255                     "name": "Doctrine Project",
 
8256                     "homepage": "https://www.doctrine-project.org"
 
8259                     "name": "Symfony Community",
 
8260                     "homepage": "https://symfony.com/contributors"
 
8263             "description": "Symfony DoctrineFixturesBundle",
 
8264             "homepage": "https://www.doctrine-project.org",
 
8270                 "issues": "https://github.com/doctrine/DoctrineFixturesBundle/issues",
 
8271                 "source": "https://github.com/doctrine/DoctrineFixturesBundle/tree/4.2.0"
 
8275                     "url": "https://www.doctrine-project.org/sponsorship.html",
 
8279                     "url": "https://www.patreon.com/phpdoctrine",
 
8283                     "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-fixtures-bundle",
 
8287             "time": "2025-10-12T16:50:54+00:00"
 
8290             "name": "masterminds/html5",
 
8291             "version": "2.10.0",
 
8294                 "url": "https://github.com/Masterminds/html5-php.git",
 
8295                 "reference": "fcf91eb64359852f00d921887b219479b4f21251"
 
8299                 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251",
 
8300                 "reference": "fcf91eb64359852f00d921887b219479b4f21251",
 
8308                 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9"
 
8313                     "dev-master": "2.7-dev"
 
8318                     "Masterminds\\": "src"
 
8321             "notification-url": "https://packagist.org/downloads/",
 
8327                     "name": "Matt Butcher",
 
8328                     "email": "technosophos@gmail.com"
 
8331                     "name": "Matt Farina",
 
8332                     "email": "matt@mattfarina.com"
 
8335                     "name": "Asmir Mustafic",
 
8336                     "email": "goetas@gmail.com"
 
8339             "description": "An HTML5 parser and serializer.",
 
8340             "homepage": "http://masterminds.github.io/html5-php",
 
8351                 "issues": "https://github.com/Masterminds/html5-php/issues",
 
8352                 "source": "https://github.com/Masterminds/html5-php/tree/2.10.0"
 
8354             "time": "2025-07-25T09:04:22+00:00"
 
8357             "name": "myclabs/deep-copy",
 
8358             "version": "1.13.4",
 
8361                 "url": "https://github.com/myclabs/DeepCopy.git",
 
8362                 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
 
8366                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
 
8367                 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
 
8371                 "php": "^7.1 || ^8.0"
 
8374                 "doctrine/collections": "<1.6.8",
 
8375                 "doctrine/common": "<2.13.3 || >=3 <3.2.2"
 
8378                 "doctrine/collections": "^1.6.8",
 
8379                 "doctrine/common": "^2.13.3 || ^3.2.2",
 
8380                 "phpspec/prophecy": "^1.10",
 
8381                 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
 
8386                     "src/DeepCopy/deep_copy.php"
 
8389                     "DeepCopy\\": "src/DeepCopy/"
 
8392             "notification-url": "https://packagist.org/downloads/",
 
8396             "description": "Create deep copies (clones) of your objects",
 
8405                 "issues": "https://github.com/myclabs/DeepCopy/issues",
 
8406                 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
 
8410                     "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
 
8414             "time": "2025-08-01T08:46:24+00:00"
 
8417             "name": "nikic/php-parser",
 
8418             "version": "v5.6.1",
 
8421                 "url": "https://github.com/nikic/PHP-Parser.git",
 
8422                 "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2"
 
8426                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
 
8427                 "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
 
8433                 "ext-tokenizer": "*",
 
8437                 "ircmaxell/php-yacc": "^0.0.7",
 
8438                 "phpunit/phpunit": "^9.0"
 
8446                     "dev-master": "5.x-dev"
 
8451                     "PhpParser\\": "lib/PhpParser"
 
8454             "notification-url": "https://packagist.org/downloads/",
 
8460                     "name": "Nikita Popov"
 
8463             "description": "A PHP parser written in PHP",
 
8469                 "issues": "https://github.com/nikic/PHP-Parser/issues",
 
8470                 "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1"
 
8472             "time": "2025-08-13T20:13:15+00:00"
 
8475             "name": "phar-io/manifest",
 
8479                 "url": "https://github.com/phar-io/manifest.git",
 
8480                 "reference": "54750ef60c58e43759730615a392c31c80e23176"
 
8484                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
 
8485                 "reference": "54750ef60c58e43759730615a392c31c80e23176",
 
8492                 "ext-xmlwriter": "*",
 
8493                 "phar-io/version": "^3.0.1",
 
8494                 "php": "^7.2 || ^8.0"
 
8499                     "dev-master": "2.0.x-dev"
 
8507             "notification-url": "https://packagist.org/downloads/",
 
8513                     "name": "Arne Blankerts",
 
8514                     "email": "arne@blankerts.de",
 
8518                     "name": "Sebastian Heuer",
 
8519                     "email": "sebastian@phpeople.de",
 
8523                     "name": "Sebastian Bergmann",
 
8524                     "email": "sebastian@phpunit.de",
 
8528             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
 
8530                 "issues": "https://github.com/phar-io/manifest/issues",
 
8531                 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
 
8535                     "url": "https://github.com/theseer",
 
8539             "time": "2024-03-03T12:33:53+00:00"
 
8542             "name": "phar-io/version",
 
8546                 "url": "https://github.com/phar-io/version.git",
 
8547                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
 
8551                 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
 
8552                 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
 
8556                 "php": "^7.2 || ^8.0"
 
8564             "notification-url": "https://packagist.org/downloads/",
 
8570                     "name": "Arne Blankerts",
 
8571                     "email": "arne@blankerts.de",
 
8575                     "name": "Sebastian Heuer",
 
8576                     "email": "sebastian@phpeople.de",
 
8580                     "name": "Sebastian Bergmann",
 
8581                     "email": "sebastian@phpunit.de",
 
8585             "description": "Library for handling version information and constraints",
 
8587                 "issues": "https://github.com/phar-io/version/issues",
 
8588                 "source": "https://github.com/phar-io/version/tree/3.2.1"
 
8590             "time": "2022-02-21T01:04:05+00:00"
 
8593             "name": "phpunit/php-code-coverage",
 
8594             "version": "10.1.16",
 
8597                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
 
8598                 "reference": "7e308268858ed6baedc8704a304727d20bc07c77"
 
8602                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77",
 
8603                 "reference": "7e308268858ed6baedc8704a304727d20bc07c77",
 
8609                 "ext-xmlwriter": "*",
 
8610                 "nikic/php-parser": "^4.19.1 || ^5.1.0",
 
8612                 "phpunit/php-file-iterator": "^4.1.0",
 
8613                 "phpunit/php-text-template": "^3.0.1",
 
8614                 "sebastian/code-unit-reverse-lookup": "^3.0.0",
 
8615                 "sebastian/complexity": "^3.2.0",
 
8616                 "sebastian/environment": "^6.1.0",
 
8617                 "sebastian/lines-of-code": "^2.0.2",
 
8618                 "sebastian/version": "^4.0.1",
 
8619                 "theseer/tokenizer": "^1.2.3"
 
8622                 "phpunit/phpunit": "^10.1"
 
8625                 "ext-pcov": "PHP extension that provides line coverage",
 
8626                 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
 
8631                     "dev-main": "10.1.x-dev"
 
8639             "notification-url": "https://packagist.org/downloads/",
 
8645                     "name": "Sebastian Bergmann",
 
8646                     "email": "sebastian@phpunit.de",
 
8650             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
 
8651             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
 
8658                 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
 
8659                 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
 
8660                 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16"
 
8664                     "url": "https://github.com/sebastianbergmann",
 
8668             "time": "2024-08-22T04:31:57+00:00"
 
8671             "name": "phpunit/php-file-iterator",
 
8675                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
 
8676                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
 
8680                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
 
8681                 "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
 
8688                 "phpunit/phpunit": "^10.0"
 
8693                     "dev-main": "4.0-dev"
 
8701             "notification-url": "https://packagist.org/downloads/",
 
8707                     "name": "Sebastian Bergmann",
 
8708                     "email": "sebastian@phpunit.de",
 
8712             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
 
8713             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
 
8719                 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
 
8720                 "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
 
8721                 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
 
8725                     "url": "https://github.com/sebastianbergmann",
 
8729             "time": "2023-08-31T06:24:48+00:00"
 
8732             "name": "phpunit/php-invoker",
 
8736                 "url": "https://github.com/sebastianbergmann/php-invoker.git",
 
8737                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
 
8741                 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
 
8742                 "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
 
8750                 "phpunit/phpunit": "^10.0"
 
8758                     "dev-main": "4.0-dev"
 
8766             "notification-url": "https://packagist.org/downloads/",
 
8772                     "name": "Sebastian Bergmann",
 
8773                     "email": "sebastian@phpunit.de",
 
8777             "description": "Invoke callables with a timeout",
 
8778             "homepage": "https://github.com/sebastianbergmann/php-invoker/",
 
8783                 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
 
8784                 "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
 
8788                     "url": "https://github.com/sebastianbergmann",
 
8792             "time": "2023-02-03T06:56:09+00:00"
 
8795             "name": "phpunit/php-text-template",
 
8799                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
 
8800                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
 
8804                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
 
8805                 "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
 
8812                 "phpunit/phpunit": "^10.0"
 
8817                     "dev-main": "3.0-dev"
 
8825             "notification-url": "https://packagist.org/downloads/",
 
8831                     "name": "Sebastian Bergmann",
 
8832                     "email": "sebastian@phpunit.de",
 
8836             "description": "Simple template engine.",
 
8837             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
 
8842                 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
 
8843                 "security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
 
8844                 "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
 
8848                     "url": "https://github.com/sebastianbergmann",
 
8852             "time": "2023-08-31T14:07:24+00:00"
 
8855             "name": "phpunit/php-timer",
 
8859                 "url": "https://github.com/sebastianbergmann/php-timer.git",
 
8860                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
 
8864                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
 
8865                 "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
 
8872                 "phpunit/phpunit": "^10.0"
 
8877                     "dev-main": "6.0-dev"
 
8885             "notification-url": "https://packagist.org/downloads/",
 
8891                     "name": "Sebastian Bergmann",
 
8892                     "email": "sebastian@phpunit.de",
 
8896             "description": "Utility class for timing",
 
8897             "homepage": "https://github.com/sebastianbergmann/php-timer/",
 
8902                 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
 
8903                 "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
 
8907                     "url": "https://github.com/sebastianbergmann",
 
8911             "time": "2023-02-03T06:57:52+00:00"
 
8914             "name": "phpunit/phpunit",
 
8915             "version": "10.5.58",
 
8918                 "url": "https://github.com/sebastianbergmann/phpunit.git",
 
8919                 "reference": "e24fb46da450d8e6a5788670513c1af1424f16ca"
 
8923                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e24fb46da450d8e6a5788670513c1af1424f16ca",
 
8924                 "reference": "e24fb46da450d8e6a5788670513c1af1424f16ca",
 
8931                 "ext-mbstring": "*",
 
8933                 "ext-xmlwriter": "*",
 
8934                 "myclabs/deep-copy": "^1.13.4",
 
8935                 "phar-io/manifest": "^2.0.4",
 
8936                 "phar-io/version": "^3.2.1",
 
8938                 "phpunit/php-code-coverage": "^10.1.16",
 
8939                 "phpunit/php-file-iterator": "^4.1.0",
 
8940                 "phpunit/php-invoker": "^4.0.0",
 
8941                 "phpunit/php-text-template": "^3.0.1",
 
8942                 "phpunit/php-timer": "^6.0.0",
 
8943                 "sebastian/cli-parser": "^2.0.1",
 
8944                 "sebastian/code-unit": "^2.0.0",
 
8945                 "sebastian/comparator": "^5.0.4",
 
8946                 "sebastian/diff": "^5.1.1",
 
8947                 "sebastian/environment": "^6.1.0",
 
8948                 "sebastian/exporter": "^5.1.4",
 
8949                 "sebastian/global-state": "^6.0.2",
 
8950                 "sebastian/object-enumerator": "^5.0.0",
 
8951                 "sebastian/recursion-context": "^5.0.1",
 
8952                 "sebastian/type": "^4.0.0",
 
8953                 "sebastian/version": "^4.0.1"
 
8956                 "ext-soap": "To be able to generate mocks based on WSDL files"
 
8964                     "dev-main": "10.5-dev"
 
8969                     "src/Framework/Assert/Functions.php"
 
8975             "notification-url": "https://packagist.org/downloads/",
 
8981                     "name": "Sebastian Bergmann",
 
8982                     "email": "sebastian@phpunit.de",
 
8986             "description": "The PHP Unit Testing framework.",
 
8987             "homepage": "https://phpunit.de/",
 
8994                 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
 
8995                 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
 
8996                 "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.58"
 
9000                     "url": "https://phpunit.de/sponsors.html",
 
9004                     "url": "https://github.com/sebastianbergmann",
 
9008                     "url": "https://liberapay.com/sebastianbergmann",
 
9012                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
 
9013                     "type": "thanks_dev"
 
9016                     "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
 
9020             "time": "2025-09-28T12:04:46+00:00"
 
9023             "name": "sebastian/cli-parser",
 
9027                 "url": "https://github.com/sebastianbergmann/cli-parser.git",
 
9028                 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084"
 
9032                 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084",
 
9033                 "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084",
 
9040                 "phpunit/phpunit": "^10.0"
 
9045                     "dev-main": "2.0-dev"
 
9053             "notification-url": "https://packagist.org/downloads/",
 
9059                     "name": "Sebastian Bergmann",
 
9060                     "email": "sebastian@phpunit.de",
 
9064             "description": "Library for parsing CLI options",
 
9065             "homepage": "https://github.com/sebastianbergmann/cli-parser",
 
9067                 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
 
9068                 "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
 
9069                 "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1"
 
9073                     "url": "https://github.com/sebastianbergmann",
 
9077             "time": "2024-03-02T07:12:49+00:00"
 
9080             "name": "sebastian/code-unit",
 
9084                 "url": "https://github.com/sebastianbergmann/code-unit.git",
 
9085                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
 
9089                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
 
9090                 "reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
 
9097                 "phpunit/phpunit": "^10.0"
 
9102                     "dev-main": "2.0-dev"
 
9110             "notification-url": "https://packagist.org/downloads/",
 
9116                     "name": "Sebastian Bergmann",
 
9117                     "email": "sebastian@phpunit.de",
 
9121             "description": "Collection of value objects that represent the PHP code units",
 
9122             "homepage": "https://github.com/sebastianbergmann/code-unit",
 
9124                 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
 
9125                 "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
 
9129                     "url": "https://github.com/sebastianbergmann",
 
9133             "time": "2023-02-03T06:58:43+00:00"
 
9136             "name": "sebastian/code-unit-reverse-lookup",
 
9140                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
 
9141                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
 
9145                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
 
9146                 "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
 
9153                 "phpunit/phpunit": "^10.0"
 
9158                     "dev-main": "3.0-dev"
 
9166             "notification-url": "https://packagist.org/downloads/",
 
9172                     "name": "Sebastian Bergmann",
 
9173                     "email": "sebastian@phpunit.de"
 
9176             "description": "Looks up which function or method a line of code belongs to",
 
9177             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
 
9179                 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
 
9180                 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
 
9184                     "url": "https://github.com/sebastianbergmann",
 
9188             "time": "2023-02-03T06:59:15+00:00"
 
9191             "name": "sebastian/comparator",
 
9195                 "url": "https://github.com/sebastianbergmann/comparator.git",
 
9196                 "reference": "e8e53097718d2b53cfb2aa859b06a41abf58c62e"
 
9200                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e8e53097718d2b53cfb2aa859b06a41abf58c62e",
 
9201                 "reference": "e8e53097718d2b53cfb2aa859b06a41abf58c62e",
 
9206                 "ext-mbstring": "*",
 
9208                 "sebastian/diff": "^5.0",
 
9209                 "sebastian/exporter": "^5.0"
 
9212                 "phpunit/phpunit": "^10.5"
 
9217                     "dev-main": "5.0-dev"
 
9225             "notification-url": "https://packagist.org/downloads/",
 
9231                     "name": "Sebastian Bergmann",
 
9232                     "email": "sebastian@phpunit.de"
 
9235                     "name": "Jeff Welch",
 
9236                     "email": "whatthejeff@gmail.com"
 
9239                     "name": "Volker Dusch",
 
9240                     "email": "github@wallbash.com"
 
9243                     "name": "Bernhard Schussek",
 
9244                     "email": "bschussek@2bepublished.at"
 
9247             "description": "Provides the functionality to compare PHP values for equality",
 
9248             "homepage": "https://github.com/sebastianbergmann/comparator",
 
9255                 "issues": "https://github.com/sebastianbergmann/comparator/issues",
 
9256                 "security": "https://github.com/sebastianbergmann/comparator/security/policy",
 
9257                 "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.4"
 
9261                     "url": "https://github.com/sebastianbergmann",
 
9265                     "url": "https://liberapay.com/sebastianbergmann",
 
9269                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
 
9270                     "type": "thanks_dev"
 
9273                     "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
 
9277             "time": "2025-09-07T05:25:07+00:00"
 
9280             "name": "sebastian/complexity",
 
9284                 "url": "https://github.com/sebastianbergmann/complexity.git",
 
9285                 "reference": "68ff824baeae169ec9f2137158ee529584553799"
 
9289                 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
 
9290                 "reference": "68ff824baeae169ec9f2137158ee529584553799",
 
9294                 "nikic/php-parser": "^4.18 || ^5.0",
 
9298                 "phpunit/phpunit": "^10.0"
 
9303                     "dev-main": "3.2-dev"
 
9311             "notification-url": "https://packagist.org/downloads/",
 
9317                     "name": "Sebastian Bergmann",
 
9318                     "email": "sebastian@phpunit.de",
 
9322             "description": "Library for calculating the complexity of PHP code units",
 
9323             "homepage": "https://github.com/sebastianbergmann/complexity",
 
9325                 "issues": "https://github.com/sebastianbergmann/complexity/issues",
 
9326                 "security": "https://github.com/sebastianbergmann/complexity/security/policy",
 
9327                 "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
 
9331                     "url": "https://github.com/sebastianbergmann",
 
9335             "time": "2023-12-21T08:37:17+00:00"
 
9338             "name": "sebastian/diff",
 
9342                 "url": "https://github.com/sebastianbergmann/diff.git",
 
9343                 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
 
9347                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
 
9348                 "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
 
9355                 "phpunit/phpunit": "^10.0",
 
9356                 "symfony/process": "^6.4"
 
9361                     "dev-main": "5.1-dev"
 
9369             "notification-url": "https://packagist.org/downloads/",
 
9375                     "name": "Sebastian Bergmann",
 
9376                     "email": "sebastian@phpunit.de"
 
9379                     "name": "Kore Nordmann",
 
9380                     "email": "mail@kore-nordmann.de"
 
9383             "description": "Diff implementation",
 
9384             "homepage": "https://github.com/sebastianbergmann/diff",
 
9392                 "issues": "https://github.com/sebastianbergmann/diff/issues",
 
9393                 "security": "https://github.com/sebastianbergmann/diff/security/policy",
 
9394                 "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
 
9398                     "url": "https://github.com/sebastianbergmann",
 
9402             "time": "2024-03-02T07:15:17+00:00"
 
9405             "name": "sebastian/environment",
 
9409                 "url": "https://github.com/sebastianbergmann/environment.git",
 
9410                 "reference": "8074dbcd93529b357029f5cc5058fd3e43666984"
 
9414                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984",
 
9415                 "reference": "8074dbcd93529b357029f5cc5058fd3e43666984",
 
9422                 "phpunit/phpunit": "^10.0"
 
9430                     "dev-main": "6.1-dev"
 
9438             "notification-url": "https://packagist.org/downloads/",
 
9444                     "name": "Sebastian Bergmann",
 
9445                     "email": "sebastian@phpunit.de"
 
9448             "description": "Provides functionality to handle HHVM/PHP environments",
 
9449             "homepage": "https://github.com/sebastianbergmann/environment",
 
9456                 "issues": "https://github.com/sebastianbergmann/environment/issues",
 
9457                 "security": "https://github.com/sebastianbergmann/environment/security/policy",
 
9458                 "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0"
 
9462                     "url": "https://github.com/sebastianbergmann",
 
9466             "time": "2024-03-23T08:47:14+00:00"
 
9469             "name": "sebastian/exporter",
 
9473                 "url": "https://github.com/sebastianbergmann/exporter.git",
 
9474                 "reference": "0735b90f4da94969541dac1da743446e276defa6"
 
9478                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0735b90f4da94969541dac1da743446e276defa6",
 
9479                 "reference": "0735b90f4da94969541dac1da743446e276defa6",
 
9483                 "ext-mbstring": "*",
 
9485                 "sebastian/recursion-context": "^5.0"
 
9488                 "phpunit/phpunit": "^10.5"
 
9493                     "dev-main": "5.1-dev"
 
9501             "notification-url": "https://packagist.org/downloads/",
 
9507                     "name": "Sebastian Bergmann",
 
9508                     "email": "sebastian@phpunit.de"
 
9511                     "name": "Jeff Welch",
 
9512                     "email": "whatthejeff@gmail.com"
 
9515                     "name": "Volker Dusch",
 
9516                     "email": "github@wallbash.com"
 
9519                     "name": "Adam Harvey",
 
9520                     "email": "aharvey@php.net"
 
9523                     "name": "Bernhard Schussek",
 
9524                     "email": "bschussek@gmail.com"
 
9527             "description": "Provides the functionality to export PHP variables for visualization",
 
9528             "homepage": "https://www.github.com/sebastianbergmann/exporter",
 
9534                 "issues": "https://github.com/sebastianbergmann/exporter/issues",
 
9535                 "security": "https://github.com/sebastianbergmann/exporter/security/policy",
 
9536                 "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.4"
 
9540                     "url": "https://github.com/sebastianbergmann",
 
9544                     "url": "https://liberapay.com/sebastianbergmann",
 
9548                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
 
9549                     "type": "thanks_dev"
 
9552                     "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
 
9556             "time": "2025-09-24T06:09:11+00:00"
 
9559             "name": "sebastian/global-state",
 
9563                 "url": "https://github.com/sebastianbergmann/global-state.git",
 
9564                 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
 
9568                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
 
9569                 "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
 
9574                 "sebastian/object-reflector": "^3.0",
 
9575                 "sebastian/recursion-context": "^5.0"
 
9579                 "phpunit/phpunit": "^10.0"
 
9584                     "dev-main": "6.0-dev"
 
9592             "notification-url": "https://packagist.org/downloads/",
 
9598                     "name": "Sebastian Bergmann",
 
9599                     "email": "sebastian@phpunit.de"
 
9602             "description": "Snapshotting of global state",
 
9603             "homepage": "https://www.github.com/sebastianbergmann/global-state",
 
9608                 "issues": "https://github.com/sebastianbergmann/global-state/issues",
 
9609                 "security": "https://github.com/sebastianbergmann/global-state/security/policy",
 
9610                 "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
 
9614                     "url": "https://github.com/sebastianbergmann",
 
9618             "time": "2024-03-02T07:19:19+00:00"
 
9621             "name": "sebastian/lines-of-code",
 
9625                 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
 
9626                 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
 
9630                 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
 
9631                 "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
 
9635                 "nikic/php-parser": "^4.18 || ^5.0",
 
9639                 "phpunit/phpunit": "^10.0"
 
9644                     "dev-main": "2.0-dev"
 
9652             "notification-url": "https://packagist.org/downloads/",
 
9658                     "name": "Sebastian Bergmann",
 
9659                     "email": "sebastian@phpunit.de",
 
9663             "description": "Library for counting the lines of code in PHP source code",
 
9664             "homepage": "https://github.com/sebastianbergmann/lines-of-code",
 
9666                 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
 
9667                 "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
 
9668                 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
 
9672                     "url": "https://github.com/sebastianbergmann",
 
9676             "time": "2023-12-21T08:38:20+00:00"
 
9679             "name": "sebastian/object-enumerator",
 
9683                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
 
9684                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
 
9688                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
 
9689                 "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
 
9694                 "sebastian/object-reflector": "^3.0",
 
9695                 "sebastian/recursion-context": "^5.0"
 
9698                 "phpunit/phpunit": "^10.0"
 
9703                     "dev-main": "5.0-dev"
 
9711             "notification-url": "https://packagist.org/downloads/",
 
9717                     "name": "Sebastian Bergmann",
 
9718                     "email": "sebastian@phpunit.de"
 
9721             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
 
9722             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
 
9724                 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
 
9725                 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
 
9729                     "url": "https://github.com/sebastianbergmann",
 
9733             "time": "2023-02-03T07:08:32+00:00"
 
9736             "name": "sebastian/object-reflector",
 
9740                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
 
9741                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
 
9745                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
 
9746                 "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
 
9753                 "phpunit/phpunit": "^10.0"
 
9758                     "dev-main": "3.0-dev"
 
9766             "notification-url": "https://packagist.org/downloads/",
 
9772                     "name": "Sebastian Bergmann",
 
9773                     "email": "sebastian@phpunit.de"
 
9776             "description": "Allows reflection of object attributes, including inherited and non-public ones",
 
9777             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
 
9779                 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
 
9780                 "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
 
9784                     "url": "https://github.com/sebastianbergmann",
 
9788             "time": "2023-02-03T07:06:18+00:00"
 
9791             "name": "sebastian/recursion-context",
 
9795                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
 
9796                 "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a"
 
9800                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/47e34210757a2f37a97dcd207d032e1b01e64c7a",
 
9801                 "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a",
 
9808                 "phpunit/phpunit": "^10.5"
 
9813                     "dev-main": "5.0-dev"
 
9821             "notification-url": "https://packagist.org/downloads/",
 
9827                     "name": "Sebastian Bergmann",
 
9828                     "email": "sebastian@phpunit.de"
 
9831                     "name": "Jeff Welch",
 
9832                     "email": "whatthejeff@gmail.com"
 
9835                     "name": "Adam Harvey",
 
9836                     "email": "aharvey@php.net"
 
9839             "description": "Provides functionality to recursively process PHP variables",
 
9840             "homepage": "https://github.com/sebastianbergmann/recursion-context",
 
9842                 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
 
9843                 "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
 
9844                 "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.1"
 
9848                     "url": "https://github.com/sebastianbergmann",
 
9852                     "url": "https://liberapay.com/sebastianbergmann",
 
9856                     "url": "https://thanks.dev/u/gh/sebastianbergmann",
 
9857                     "type": "thanks_dev"
 
9860                     "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
 
9864             "time": "2025-08-10T07:50:56+00:00"
 
9867             "name": "sebastian/type",
 
9871                 "url": "https://github.com/sebastianbergmann/type.git",
 
9872                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
 
9876                 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
 
9877                 "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
 
9884                 "phpunit/phpunit": "^10.0"
 
9889                     "dev-main": "4.0-dev"
 
9897             "notification-url": "https://packagist.org/downloads/",
 
9903                     "name": "Sebastian Bergmann",
 
9904                     "email": "sebastian@phpunit.de",
 
9908             "description": "Collection of value objects that represent the types of the PHP type system",
 
9909             "homepage": "https://github.com/sebastianbergmann/type",
 
9911                 "issues": "https://github.com/sebastianbergmann/type/issues",
 
9912                 "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
 
9916                     "url": "https://github.com/sebastianbergmann",
 
9920             "time": "2023-02-03T07:10:45+00:00"
 
9923             "name": "sebastian/version",
 
9927                 "url": "https://github.com/sebastianbergmann/version.git",
 
9928                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
 
9932                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
 
9933                 "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
 
9942                     "dev-main": "4.0-dev"
 
9950             "notification-url": "https://packagist.org/downloads/",
 
9956                     "name": "Sebastian Bergmann",
 
9957                     "email": "sebastian@phpunit.de",
 
9961             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
 
9962             "homepage": "https://github.com/sebastianbergmann/version",
 
9964                 "issues": "https://github.com/sebastianbergmann/version/issues",
 
9965                 "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
 
9969                     "url": "https://github.com/sebastianbergmann",
 
9973             "time": "2023-02-07T11:34:05+00:00"
 
9976             "name": "symfony/browser-kit",
 
9977             "version": "v7.3.2",
 
9980                 "url": "https://github.com/symfony/browser-kit.git",
 
9981                 "reference": "f0b889b73a845cddef1d25fe207b37fd04cb5419"
 
9985                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f0b889b73a845cddef1d25fe207b37fd04cb5419",
 
9986                 "reference": "f0b889b73a845cddef1d25fe207b37fd04cb5419",
 
9991                 "symfony/dom-crawler": "^6.4|^7.0"
 
9994                 "symfony/css-selector": "^6.4|^7.0",
 
9995                 "symfony/http-client": "^6.4|^7.0",
 
9996                 "symfony/mime": "^6.4|^7.0",
 
9997                 "symfony/process": "^6.4|^7.0"
 
10002                     "Symfony\\Component\\BrowserKit\\": ""
 
10004                 "exclude-from-classmap": [
 
10008             "notification-url": "https://packagist.org/downloads/",
 
10014                     "name": "Fabien Potencier",
 
10015                     "email": "fabien@symfony.com"
 
10018                     "name": "Symfony Community",
 
10019                     "homepage": "https://symfony.com/contributors"
 
10022             "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
 
10023             "homepage": "https://symfony.com",
 
10025                 "source": "https://github.com/symfony/browser-kit/tree/v7.3.2"
 
10029                     "url": "https://symfony.com/sponsor",
 
10033                     "url": "https://github.com/fabpot",
 
10037                     "url": "https://github.com/nicolas-grekas",
 
10041                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
10045             "time": "2025-07-10T08:47:49+00:00"
 
10048             "name": "symfony/css-selector",
 
10049             "version": "v7.3.0",
 
10052                 "url": "https://github.com/symfony/css-selector.git",
 
10053                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2"
 
10057                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2",
 
10058                 "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2",
 
10067                     "Symfony\\Component\\CssSelector\\": ""
 
10069                 "exclude-from-classmap": [
 
10073             "notification-url": "https://packagist.org/downloads/",
 
10079                     "name": "Fabien Potencier",
 
10080                     "email": "fabien@symfony.com"
 
10083                     "name": "Jean-FranƧois Simon",
 
10084                     "email": "jeanfrancois.simon@sensiolabs.com"
 
10087                     "name": "Symfony Community",
 
10088                     "homepage": "https://symfony.com/contributors"
 
10091             "description": "Converts CSS selectors to XPath expressions",
 
10092             "homepage": "https://symfony.com",
 
10094                 "source": "https://github.com/symfony/css-selector/tree/v7.3.0"
 
10098                     "url": "https://symfony.com/sponsor",
 
10102                     "url": "https://github.com/fabpot",
 
10106                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
10110             "time": "2024-09-25T14:21:43+00:00"
 
10113             "name": "symfony/debug-bundle",
 
10114             "version": "v7.3.4",
 
10117                 "url": "https://github.com/symfony/debug-bundle.git",
 
10118                 "reference": "30f922edd53dd85238f1f26dbb68a044109f8f0e"
 
10122                 "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/30f922edd53dd85238f1f26dbb68a044109f8f0e",
 
10123                 "reference": "30f922edd53dd85238f1f26dbb68a044109f8f0e",
 
10127                 "composer-runtime-api": ">=2.1",
 
10130                 "symfony/config": "^7.3",
 
10131                 "symfony/dependency-injection": "^6.4|^7.0",
 
10132                 "symfony/http-kernel": "^6.4|^7.0",
 
10133                 "symfony/twig-bridge": "^6.4|^7.0",
 
10134                 "symfony/var-dumper": "^6.4|^7.0"
 
10137                 "symfony/web-profiler-bundle": "^6.4|^7.0"
 
10139             "type": "symfony-bundle",
 
10142                     "Symfony\\Bundle\\DebugBundle\\": ""
 
10144                 "exclude-from-classmap": [
 
10148             "notification-url": "https://packagist.org/downloads/",
 
10154                     "name": "Fabien Potencier",
 
10155                     "email": "fabien@symfony.com"
 
10158                     "name": "Symfony Community",
 
10159                     "homepage": "https://symfony.com/contributors"
 
10162             "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework",
 
10163             "homepage": "https://symfony.com",
 
10165                 "source": "https://github.com/symfony/debug-bundle/tree/v7.3.4"
 
10169                     "url": "https://symfony.com/sponsor",
 
10173                     "url": "https://github.com/fabpot",
 
10177                     "url": "https://github.com/nicolas-grekas",
 
10181                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
10185             "time": "2025-09-10T12:00:31+00:00"
 
10188             "name": "symfony/dom-crawler",
 
10189             "version": "v7.3.3",
 
10192                 "url": "https://github.com/symfony/dom-crawler.git",
 
10193                 "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba"
 
10197                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/efa076ea0eeff504383ff0dcf827ea5ce15690ba",
 
10198                 "reference": "efa076ea0eeff504383ff0dcf827ea5ce15690ba",
 
10202                 "masterminds/html5": "^2.6",
 
10204                 "symfony/polyfill-ctype": "~1.8",
 
10205                 "symfony/polyfill-mbstring": "~1.0"
 
10208                 "symfony/css-selector": "^6.4|^7.0"
 
10213                     "Symfony\\Component\\DomCrawler\\": ""
 
10215                 "exclude-from-classmap": [
 
10219             "notification-url": "https://packagist.org/downloads/",
 
10225                     "name": "Fabien Potencier",
 
10226                     "email": "fabien@symfony.com"
 
10229                     "name": "Symfony Community",
 
10230                     "homepage": "https://symfony.com/contributors"
 
10233             "description": "Eases DOM navigation for HTML and XML documents",
 
10234             "homepage": "https://symfony.com",
 
10236                 "source": "https://github.com/symfony/dom-crawler/tree/v7.3.3"
 
10240                     "url": "https://symfony.com/sponsor",
 
10244                     "url": "https://github.com/fabpot",
 
10248                     "url": "https://github.com/nicolas-grekas",
 
10252                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
10256             "time": "2025-08-06T20:13:54+00:00"
 
10259             "name": "symfony/maker-bundle",
 
10260             "version": "v1.64.0",
 
10263                 "url": "https://github.com/symfony/maker-bundle.git",
 
10264                 "reference": "c86da84640b0586e92aee2b276ee3638ef2f425a"
 
10268                 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/c86da84640b0586e92aee2b276ee3638ef2f425a",
 
10269                 "reference": "c86da84640b0586e92aee2b276ee3638ef2f425a",
 
10273                 "doctrine/inflector": "^2.0",
 
10274                 "nikic/php-parser": "^5.0",
 
10276                 "symfony/config": "^6.4|^7.0",
 
10277                 "symfony/console": "^6.4|^7.0",
 
10278                 "symfony/dependency-injection": "^6.4|^7.0",
 
10279                 "symfony/deprecation-contracts": "^2.2|^3",
 
10280                 "symfony/filesystem": "^6.4|^7.0",
 
10281                 "symfony/finder": "^6.4|^7.0",
 
10282                 "symfony/framework-bundle": "^6.4|^7.0",
 
10283                 "symfony/http-kernel": "^6.4|^7.0",
 
10284                 "symfony/process": "^6.4|^7.0"
 
10287                 "doctrine/doctrine-bundle": "<2.10",
 
10288                 "doctrine/orm": "<2.15"
 
10291                 "composer/semver": "^3.0",
 
10292                 "doctrine/doctrine-bundle": "^2.5.0",
 
10293                 "doctrine/orm": "^2.15|^3",
 
10294                 "symfony/http-client": "^6.4|^7.0",
 
10295                 "symfony/phpunit-bridge": "^6.4.1|^7.0",
 
10296                 "symfony/security-core": "^6.4|^7.0",
 
10297                 "symfony/security-http": "^6.4|^7.0",
 
10298                 "symfony/yaml": "^6.4|^7.0",
 
10299                 "twig/twig": "^3.0|^4.x-dev"
 
10301             "type": "symfony-bundle",
 
10304                     "dev-main": "1.x-dev"
 
10309                     "Symfony\\Bundle\\MakerBundle\\": "src/"
 
10312             "notification-url": "https://packagist.org/downloads/",
 
10318                     "name": "Symfony Community",
 
10319                     "homepage": "https://symfony.com/contributors"
 
10322             "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
 
10323             "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
 
10332                 "issues": "https://github.com/symfony/maker-bundle/issues",
 
10333                 "source": "https://github.com/symfony/maker-bundle/tree/v1.64.0"
 
10337                     "url": "https://symfony.com/sponsor",
 
10341                     "url": "https://github.com/fabpot",
 
10345                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
10349             "time": "2025-06-23T16:12:08+00:00"
 
10352             "name": "symfony/phpunit-bridge",
 
10353             "version": "v7.3.4",
 
10356                 "url": "https://github.com/symfony/phpunit-bridge.git",
 
10357                 "reference": "ed77a629c13979e051b7000a317966474d566398"
 
10361                 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/ed77a629c13979e051b7000a317966474d566398",
 
10362                 "reference": "ed77a629c13979e051b7000a317966474d566398",
 
10369                 "phpunit/phpunit": "<7.5|9.1.2"
 
10372                 "symfony/deprecation-contracts": "^2.5|^3.0",
 
10373                 "symfony/error-handler": "^5.4|^6.4|^7.0",
 
10374                 "symfony/polyfill-php81": "^1.27"
 
10377                 "bin/simple-phpunit"
 
10379             "type": "symfony-bridge",
 
10382                     "url": "https://github.com/sebastianbergmann/phpunit",
 
10383                     "name": "phpunit/phpunit"
 
10391                     "Symfony\\Bridge\\PhpUnit\\": ""
 
10393                 "exclude-from-classmap": [
 
10398             "notification-url": "https://packagist.org/downloads/",
 
10404                     "name": "Nicolas Grekas",
 
10405                     "email": "p@tchwork.com"
 
10408                     "name": "Symfony Community",
 
10409                     "homepage": "https://symfony.com/contributors"
 
10412             "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
 
10413             "homepage": "https://symfony.com",
 
10418                 "source": "https://github.com/symfony/phpunit-bridge/tree/v7.3.4"
 
10422                     "url": "https://symfony.com/sponsor",
 
10426                     "url": "https://github.com/fabpot",
 
10430                     "url": "https://github.com/nicolas-grekas",
 
10434                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
 
10438             "time": "2025-09-12T12:18:52+00:00"
 
10441             "name": "theseer/tokenizer",
 
10442             "version": "1.2.3",
 
10445                 "url": "https://github.com/theseer/tokenizer.git",
 
10446                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
 
10450                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
 
10451                 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
 
10456                 "ext-tokenizer": "*",
 
10457                 "ext-xmlwriter": "*",
 
10458                 "php": "^7.2 || ^8.0"
 
10466             "notification-url": "https://packagist.org/downloads/",
 
10472                     "name": "Arne Blankerts",
 
10473                     "email": "arne@blankerts.de",
 
10474                     "role": "Developer"
 
10477             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
 
10479                 "issues": "https://github.com/theseer/tokenizer/issues",
 
10480                 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
 
10484                     "url": "https://github.com/theseer",
 
10488             "time": "2024-03-03T12:36:25+00:00"
 
10492     "minimum-stability": "dev",
 
10493     "stability-flags": {
 
10494         "rapsys/blogbundle": 20,
 
10495         "rapsys/packbundle": 20,
 
10496         "rapsys/userbundle": 20
 
10498     "prefer-stable": true,
 
10499     "prefer-lowest": false,
 
10505     "platform-dev": [],
 
10506     "plugin-api-version": "2.6.0"