Skip to content
Snippets Groups Projects
composer.lock 209 KiB
Newer Older
  • Learn to ignore specific revisions
  •         "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
            "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
    
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0",
    
          },
          "type": "library",
          "extra": {
            "branch-alias": {
    
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            },
            {
              "name": "Kore Nordmann",
              "email": "mail@kore-nordmann.de"
            }
          ],
          "description": "Diff implementation",
          "homepage": "https://github.com/sebastianbergmann/diff",
          "keywords": ["diff", "udiff", "unidiff", "unified diff"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/diff/issues",
            "security": "https://github.com/sebastianbergmann/diff/security/policy",
    
            "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2024-03-02T07:15:17+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/environment.git",
    
            "reference": "8074dbcd93529b357029f5cc5058fd3e43666984"
    
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984",
            "reference": "8074dbcd93529b357029f5cc5058fd3e43666984",
    
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "suggest": {
            "ext-posix": "*"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
    
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            }
          ],
          "description": "Provides functionality to handle HHVM/PHP environments",
          "homepage": "https://github.com/sebastianbergmann/environment",
          "keywords": ["Xdebug", "environment", "hhvm"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/environment/issues",
            "security": "https://github.com/sebastianbergmann/environment/security/policy",
    
            "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2024-03-23T08:47:14+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
    
            "reference": "955288482d97c19a372d3f31006ab3f37da47adf"
    
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf",
            "reference": "955288482d97c19a372d3f31006ab3f37da47adf",
    
            "shasum": ""
          },
          "require": {
            "ext-mbstring": "*",
            "php": ">=8.1",
            "sebastian/recursion-context": "^5.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
    
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            },
            {
              "name": "Jeff Welch",
              "email": "whatthejeff@gmail.com"
            },
            {
              "name": "Volker Dusch",
              "email": "github@wallbash.com"
            },
            {
              "name": "Adam Harvey",
              "email": "aharvey@php.net"
            },
            {
              "name": "Bernhard Schussek",
              "email": "bschussek@gmail.com"
            }
          ],
          "description": "Provides the functionality to export PHP variables for visualization",
          "homepage": "https://www.github.com/sebastianbergmann/exporter",
          "keywords": ["export", "exporter"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/exporter/issues",
    
            "security": "https://github.com/sebastianbergmann/exporter/security/policy",
    
            "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2024-03-02T07:17:12+00:00"
    
        {
          "name": "sebastian/global-state",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/global-state.git",
    
            "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9"
    
            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
            "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9",
    
            "shasum": ""
          },
          "require": {
            "php": ">=8.1",
            "sebastian/object-reflector": "^3.0",
            "sebastian/recursion-context": "^5.0"
          },
          "require-dev": {
            "ext-dom": "*",
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "6.0-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            }
          ],
          "description": "Snapshotting of global state",
    
          "homepage": "https://www.github.com/sebastianbergmann/global-state",
    
          "keywords": ["global state"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/global-state/issues",
            "security": "https://github.com/sebastianbergmann/global-state/security/policy",
    
            "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "time": "2024-03-02T07:19:19+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/lines-of-code.git",
    
            "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
    
            "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
            "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
    
            "nikic/php-parser": "^4.18 || ^5.0",
    
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "2.0-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de",
              "role": "lead"
            }
          ],
          "description": "Library for counting the lines of code in PHP source code",
          "homepage": "https://github.com/sebastianbergmann/lines-of-code",
          "support": {
            "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
    
            "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
    
            "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
    5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656
        },
        {
          "name": "sebastian/object-enumerator",
          "version": "5.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-enumerator.git",
            "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
            "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1",
            "sebastian/object-reflector": "^3.0",
            "sebastian/recursion-context": "^5.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "5.0-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            }
          ],
          "description": "Traverses array structures and object graphs to enumerate all referenced objects",
          "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
          "support": {
            "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
            "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T07:08:32+00:00"
        },
        {
          "name": "sebastian/object-reflector",
          "version": "3.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-reflector.git",
            "reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
            "reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "3.0-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            }
          ],
          "description": "Allows reflection of object attributes, including inherited and non-public ones",
          "homepage": "https://github.com/sebastianbergmann/object-reflector/",
          "support": {
            "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
            "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T07:06:18+00:00"
        },
        {
          "name": "sebastian/recursion-context",
          "version": "5.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/recursion-context.git",
            "reference": "05909fb5bc7df4c52992396d0116aed689f93712"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
            "reference": "05909fb5bc7df4c52992396d0116aed689f93712",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "5.0-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de"
            },
            {
              "name": "Jeff Welch",
              "email": "whatthejeff@gmail.com"
            },
            {
              "name": "Adam Harvey",
              "email": "aharvey@php.net"
            }
          ],
          "description": "Provides functionality to recursively process PHP variables",
          "homepage": "https://github.com/sebastianbergmann/recursion-context",
          "support": {
            "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
            "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T07:05:40+00:00"
        },
        {
          "name": "sebastian/type",
          "version": "4.0.0",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/type.git",
            "reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
            "reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "require-dev": {
            "phpunit/phpunit": "^10.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "4.0-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de",
              "role": "lead"
            }
          ],
          "description": "Collection of value objects that represent the types of the PHP type system",
          "homepage": "https://github.com/sebastianbergmann/type",
          "support": {
            "issues": "https://github.com/sebastianbergmann/type/issues",
            "source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-03T07:10:45+00:00"
        },
        {
          "name": "sebastian/version",
          "version": "4.0.1",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/version.git",
            "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
            "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
            "shasum": ""
          },
          "require": {
            "php": ">=8.1"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "4.0-dev"
            }
          },
          "autoload": {
            "classmap": ["src/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["BSD-3-Clause"],
          "authors": [
            {
              "name": "Sebastian Bergmann",
              "email": "sebastian@phpunit.de",
              "role": "lead"
            }
          ],
          "description": "Library that helps with managing the version number of Git-hosted PHP projects",
          "homepage": "https://github.com/sebastianbergmann/version",
          "support": {
            "issues": "https://github.com/sebastianbergmann/version/issues",
            "source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
          "time": "2023-02-07T11:34:05+00:00"
        },
        {
          "name": "sebastianfeldmann/camino",
          "version": "0.9.5",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianfeldmann/camino.git",
            "reference": "bf2e4c8b2a029e9eade43666132b61331e3e8184"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianfeldmann/camino/zipball/bf2e4c8b2a029e9eade43666132b61331e3e8184",
            "reference": "bf2e4c8b2a029e9eade43666132b61331e3e8184",
            "shasum": ""
          },
          "require": {
            "php": ">=7.1"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "1.0.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "SebastianFeldmann\\Camino\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "Path management the OO way",
          "homepage": "https://github.com/sebastianfeldmann/camino",
          "keywords": ["file system", "path"],
          "support": {
            "issues": "https://github.com/sebastianfeldmann/camino/issues",
            "source": "https://github.com/sebastianfeldmann/camino/tree/0.9.5"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianfeldmann",
              "type": "github"
            }
          ],
          "time": "2022-01-03T13:15:10+00:00"
        },
        {
          "name": "sebastianfeldmann/cli",
          "version": "3.4.1",
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianfeldmann/cli.git",
            "reference": "8a932e99e9455981fb32fa6c085492462fe8f8cf"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/sebastianfeldmann/cli/zipball/8a932e99e9455981fb32fa6c085492462fe8f8cf",
            "reference": "8a932e99e9455981fb32fa6c085492462fe8f8cf",
            "shasum": ""
          },
          "require": {
            "php": ">=7.2"
          },
          "require-dev": {
            "symfony/process": "^4.3 | ^5.0"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "3.4.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "SebastianFeldmann\\Cli\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "PHP cli helper classes",
          "homepage": "https://github.com/sebastianfeldmann/cli",
          "keywords": ["cli"],
          "support": {
            "issues": "https://github.com/sebastianfeldmann/cli/issues",
            "source": "https://github.com/sebastianfeldmann/cli/tree/3.4.1"
          },
          "funding": [
            {
              "url": "https://github.com/sebastianfeldmann",
              "type": "github"
            }
          ],
          "time": "2021-12-20T14:59:49+00:00"
        },
        {
          "name": "sebastianfeldmann/git",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianfeldmann/git.git",
    
            "reference": "5cb1ea94f65c7420419abe8f12c45cc7eb094790"
    
            "url": "https://api.github.com/repos/sebastianfeldmann/git/zipball/5cb1ea94f65c7420419abe8f12c45cc7eb094790",
            "reference": "5cb1ea94f65c7420419abe8f12c45cc7eb094790",
    
            "shasum": ""
          },
          "require": {
            "ext-json": "*",
    
            "ext-libxml": "*",
            "ext-simplexml": "*",
            "php": ">=8.0",
    
            "sebastianfeldmann/cli": "^3.0"
          },
          "require-dev": {
            "mikey179/vfsstream": "^1.6"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-master": "4.0.x-dev"
            }
          },
          "autoload": {
            "psr-4": {
              "SebastianFeldmann\\Git\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Sebastian Feldmann",
              "email": "sf@sebastian-feldmann.info"
            }
          ],
          "description": "PHP git wrapper",
          "homepage": "https://github.com/sebastianfeldmann/git",
          "keywords": ["git"],
          "support": {
            "issues": "https://github.com/sebastianfeldmann/git/issues",
    
            "source": "https://github.com/sebastianfeldmann/git/tree/3.11.0"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianfeldmann",
              "type": "github"
            }
          ],
    
          "time": "2024-01-23T09:11:14+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/console.git",
    
            "reference": "fde915cd8e7eb99b3d531d3d5c09531429c3f9e5"
    
            "url": "https://api.github.com/repos/symfony/console/zipball/fde915cd8e7eb99b3d531d3d5c09531429c3f9e5",
            "reference": "fde915cd8e7eb99b3d531d3d5c09531429c3f9e5",
    
            "symfony/polyfill-mbstring": "~1.0",
            "symfony/service-contracts": "^2.5|^3",
    
            "symfony/dependency-injection": "<6.4",
            "symfony/dotenv": "<6.4",
            "symfony/event-dispatcher": "<6.4",
            "symfony/lock": "<6.4",
            "symfony/process": "<6.4"
    
          },
          "provide": {
            "psr/log-implementation": "1.0|2.0|3.0"
          },
          "require-dev": {
            "psr/log": "^1|^2|^3",
    
            "symfony/config": "^6.4|^7.0",
            "symfony/dependency-injection": "^6.4|^7.0",
            "symfony/event-dispatcher": "^6.4|^7.0",
    
            "symfony/http-foundation": "^6.4|^7.0",
            "symfony/http-kernel": "^6.4|^7.0",
    
            "symfony/lock": "^6.4|^7.0",
            "symfony/messenger": "^6.4|^7.0",
            "symfony/process": "^6.4|^7.0",
            "symfony/stopwatch": "^6.4|^7.0",
            "symfony/var-dumper": "^6.4|^7.0"
    
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Symfony\\Component\\Console\\": ""
            },
            "exclude-from-classmap": ["/Tests/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Fabien Potencier",
              "email": "fabien@symfony.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Eases the creation of beautiful and testable command line interfaces",
          "homepage": "https://symfony.com",
          "keywords": ["cli", "command-line", "console", "terminal"],
          "support": {
    
            "source": "https://github.com/symfony/console/tree/v7.0.6"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2024-04-01T11:04:53+00:00"
    
        },
        {
          "name": "symfony/event-dispatcher",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher.git",
    
            "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e"
    
            "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/834c28d533dd0636f910909d01b9ff45cc094b5e",
            "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e",
    
            "symfony/event-dispatcher-contracts": "^2.5|^3"
          },
          "conflict": {
    
            "symfony/dependency-injection": "<6.4",
    
            "symfony/service-contracts": "<2.5"
          },
          "provide": {
            "psr/event-dispatcher-implementation": "1.0",
            "symfony/event-dispatcher-implementation": "2.0|3.0"
          },
          "require-dev": {
            "psr/log": "^1|^2|^3",
    
            "symfony/config": "^6.4|^7.0",
            "symfony/dependency-injection": "^6.4|^7.0",
            "symfony/error-handler": "^6.4|^7.0",
            "symfony/expression-language": "^6.4|^7.0",
            "symfony/http-foundation": "^6.4|^7.0",
    
            "symfony/service-contracts": "^2.5|^3",
    
            "symfony/stopwatch": "^6.4|^7.0"
    
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Symfony\\Component\\EventDispatcher\\": ""
            },
            "exclude-from-classmap": ["/Tests/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Fabien Potencier",
              "email": "fabien@symfony.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
          "homepage": "https://symfony.com",
          "support": {
    
            "source": "https://github.com/symfony/event-dispatcher/tree/v7.0.3"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2024-01-23T15:02:46+00:00"
    
        },
        {
          "name": "symfony/event-dispatcher-contracts",
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/event-dispatcher-contracts.git",
    
            "reference": "4e64b49bf370ade88e567de29465762e316e4224"
    
            "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/4e64b49bf370ade88e567de29465762e316e4224",
            "reference": "4e64b49bf370ade88e567de29465762e316e4224",
    
            "shasum": ""
          },
          "require": {
            "php": ">=8.1",
            "psr/event-dispatcher": "^1"
          },
          "type": "library",
          "extra": {
            "branch-alias": {
              "dev-main": "3.4-dev"
            },
            "thanks": {
              "name": "symfony/contracts",
              "url": "https://github.com/symfony/contracts"
            }
          },
          "autoload": {
            "psr-4": {
              "Symfony\\Contracts\\EventDispatcher\\": ""
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Nicolas Grekas",
              "email": "p@tchwork.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Generic abstractions related to dispatching event",
          "homepage": "https://symfony.com",
          "keywords": [
            "abstractions",
            "contracts",
            "decoupling",
            "interfaces",
            "interoperability",
            "standards"
          ],
          "support": {
    
            "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.2"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
              "type": "tidelift"
            }
          ],
    
          "time": "2024-01-23T14:51:35+00:00"
    
          "source": {
            "type": "git",
            "url": "https://github.com/symfony/filesystem.git",
    
            "reference": "408105dff4c104454100730bdfd1a9cdd993f04d"
    
            "url": "https://api.github.com/repos/symfony/filesystem/zipball/408105dff4c104454100730bdfd1a9cdd993f04d",
            "reference": "408105dff4c104454100730bdfd1a9cdd993f04d",
    
            "symfony/polyfill-ctype": "~1.8",
            "symfony/polyfill-mbstring": "~1.8"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "Symfony\\Component\\Filesystem\\": ""
            },
            "exclude-from-classmap": ["/Tests/"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Fabien Potencier",
              "email": "fabien@symfony.com"
            },
            {
              "name": "Symfony Community",
              "homepage": "https://symfony.com/contributors"
            }
          ],
          "description": "Provides basic utilities for the filesystem",
          "homepage": "https://symfony.com",
          "support": {
    
            "source": "https://github.com/symfony/filesystem/tree/v7.0.6"
    
          },
          "funding": [
            {
              "url": "https://symfony.com/sponsor",
              "type": "custom"
            },
            {
              "url": "https://github.com/fabpot",
              "type": "github"
            },
            {
              "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",