Skip to content
Snippets Groups Projects
composer.lock 229 KiB
Newer Older
  • Learn to ignore specific revisions
  •     },
        {
          "name": "react/event-loop",
          "version": "v1.5.0",
          "source": {
            "type": "git",
            "url": "https://github.com/reactphp/event-loop.git",
            "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
            "reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
            "shasum": ""
          },
          "require": {
            "php": ">=5.3.0"
          },
          "require-dev": {
            "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
          },
          "suggest": {
            "ext-pcntl": "For signal handling support when using the StreamSelectLoop"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "React\\EventLoop\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Christian Lück",
              "email": "christian@clue.engineering",
              "homepage": "https://clue.engineering/"
            },
            {
              "name": "Cees-Jan Kiewiet",
              "email": "reactphp@ceesjankiewiet.nl",
              "homepage": "https://wyrihaximus.net/"
            },
            {
              "name": "Jan Sorgalla",
              "email": "jsorgalla@gmail.com",
              "homepage": "https://sorgalla.com/"
            },
            {
              "name": "Chris Boden",
              "email": "cboden@gmail.com",
              "homepage": "https://cboden.dev/"
            }
          ],
          "description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
          "keywords": ["asynchronous", "event-loop"],
          "support": {
            "issues": "https://github.com/reactphp/event-loop/issues",
            "source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
          },
          "funding": [
            {
              "url": "https://opencollective.com/reactphp",
              "type": "open_collective"
            }
          ],
          "time": "2023-11-13T13:48:05+00:00"
        },
        {
          "name": "react/promise",
          "version": "v3.2.0",
          "source": {
            "type": "git",
            "url": "https://github.com/reactphp/promise.git",
            "reference": "8a164643313c71354582dc850b42b33fa12a4b63"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63",
            "reference": "8a164643313c71354582dc850b42b33fa12a4b63",
            "shasum": ""
          },
          "require": {
            "php": ">=7.1.0"
          },
          "require-dev": {
            "phpstan/phpstan": "1.10.39 || 1.4.10",
            "phpunit/phpunit": "^9.6 || ^7.5"
          },
          "type": "library",
          "autoload": {
            "files": ["src/functions_include.php"],
            "psr-4": {
              "React\\Promise\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Jan Sorgalla",
              "email": "jsorgalla@gmail.com",
              "homepage": "https://sorgalla.com/"
            },
            {
              "name": "Christian Lück",
              "email": "christian@clue.engineering",
              "homepage": "https://clue.engineering/"
            },
            {
              "name": "Cees-Jan Kiewiet",
              "email": "reactphp@ceesjankiewiet.nl",
              "homepage": "https://wyrihaximus.net/"
            },
            {
              "name": "Chris Boden",
              "email": "cboden@gmail.com",
              "homepage": "https://cboden.dev/"
            }
          ],
          "description": "A lightweight implementation of CommonJS Promises/A for PHP",
          "keywords": ["promise", "promises"],
          "support": {
            "issues": "https://github.com/reactphp/promise/issues",
            "source": "https://github.com/reactphp/promise/tree/v3.2.0"
          },
          "funding": [
            {
              "url": "https://opencollective.com/reactphp",
              "type": "open_collective"
            }
          ],
          "time": "2024-05-24T10:39:05+00:00"
        },
        {
          "name": "react/socket",
    
          "source": {
            "type": "git",
            "url": "https://github.com/reactphp/socket.git",
    
            "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"
    
            "url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
            "reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
    
            "shasum": ""
          },
          "require": {
            "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
            "php": ">=5.3.0",
    
            "react/promise": "^3.2 || ^2.6 || ^1.2.1",
            "react/stream": "^1.4"
    
          },
          "require-dev": {
            "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
    
            "react/async": "^4.3 || ^3.3 || ^2",
    
            "react/promise-stream": "^1.4",
    
            "react/promise-timer": "^1.11"
    
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "React\\Socket\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Christian Lück",
              "email": "christian@clue.engineering",
              "homepage": "https://clue.engineering/"
            },
            {
              "name": "Cees-Jan Kiewiet",
              "email": "reactphp@ceesjankiewiet.nl",
              "homepage": "https://wyrihaximus.net/"
            },
            {
              "name": "Jan Sorgalla",
              "email": "jsorgalla@gmail.com",
              "homepage": "https://sorgalla.com/"
            },
            {
              "name": "Chris Boden",
              "email": "cboden@gmail.com",
              "homepage": "https://cboden.dev/"
            }
          ],
          "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
          "keywords": ["Connection", "Socket", "async", "reactphp", "stream"],
          "support": {
            "issues": "https://github.com/reactphp/socket/issues",
    
            "source": "https://github.com/reactphp/socket/tree/v1.16.0"
    
          },
          "funding": [
            {
              "url": "https://opencollective.com/reactphp",
              "type": "open_collective"
            }
          ],
    
          "time": "2024-07-26T10:38:09+00:00"
    
        },
        {
          "name": "react/stream",
          "version": "v1.4.0",
          "source": {
            "type": "git",
            "url": "https://github.com/reactphp/stream.git",
            "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
          },
          "dist": {
            "type": "zip",
            "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
            "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
            "shasum": ""
          },
          "require": {
            "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
            "php": ">=5.3.8",
            "react/event-loop": "^1.2"
          },
          "require-dev": {
            "clue/stream-filter": "~1.2",
            "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
          },
          "type": "library",
          "autoload": {
            "psr-4": {
              "React\\Stream\\": "src/"
            }
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "authors": [
            {
              "name": "Christian Lück",
              "email": "christian@clue.engineering",
              "homepage": "https://clue.engineering/"
            },
            {
              "name": "Cees-Jan Kiewiet",
              "email": "reactphp@ceesjankiewiet.nl",
              "homepage": "https://wyrihaximus.net/"
            },
            {
              "name": "Jan Sorgalla",
              "email": "jsorgalla@gmail.com",
              "homepage": "https://sorgalla.com/"
            },
            {
              "name": "Chris Boden",
              "email": "cboden@gmail.com",
              "homepage": "https://cboden.dev/"
            }
          ],
          "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
          "keywords": [
            "event-driven",
            "io",
            "non-blocking",
            "pipe",
            "reactphp",
            "readable",
            "stream",
            "writable"
          ],
          "support": {
            "issues": "https://github.com/reactphp/stream/issues",
            "source": "https://github.com/reactphp/stream/tree/v1.4.0"
          },
          "funding": [
            {
              "url": "https://opencollective.com/reactphp",
              "type": "open_collective"
            }
          ],
          "time": "2024-06-11T12:45:25+00:00"
        },
    
          "source": {
            "type": "git",
            "url": "https://github.com/rectorphp/rector.git",
    
            "reference": "3f27091368bd935dbbaa8387099792fb20f65f68"
    
            "url": "https://api.github.com/repos/rectorphp/rector/zipball/3f27091368bd935dbbaa8387099792fb20f65f68",
            "reference": "3f27091368bd935dbbaa8387099792fb20f65f68",
    
          },
          "conflict": {
            "rector/rector-doctrine": "*",
            "rector/rector-downgrade-php": "*",
            "rector/rector-phpunit": "*",
            "rector/rector-symfony": "*"
          },
    
          "suggest": {
            "ext-dom": "To manipulate phpunit.xml via the custom-rule command"
          },
    
          "bin": ["bin/rector"],
          "type": "library",
          "autoload": {
            "files": ["bootstrap.php"]
          },
          "notification-url": "https://packagist.org/downloads/",
          "license": ["MIT"],
          "description": "Instant Upgrade and Automated Refactoring of any PHP code",
          "keywords": ["automation", "dev", "migration", "refactoring"],
          "support": {
            "issues": "https://github.com/rectorphp/rector/issues",
    
            "source": "https://github.com/rectorphp/rector/tree/2.0.3"
    
          },
          "funding": [
            {
              "url": "https://github.com/tomasvotruba",
              "type": "github"
            }
          ],
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/cli-parser.git",
    
            "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
    
            "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
            "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
    
          },
          "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",
              "role": "lead"
            }
          ],
          "description": "Library for parsing CLI options",
          "homepage": "https://github.com/sebastianbergmann/cli-parser",
          "support": {
            "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
    
            "security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
    
            "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/code-unit.git",
    
            "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca"
    
            "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
            "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca",
    
          },
          "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",
              "role": "lead"
            }
          ],
          "description": "Collection of value objects that represent the PHP code units",
          "homepage": "https://github.com/sebastianbergmann/code-unit",
          "support": {
            "issues": "https://github.com/sebastianbergmann/code-unit/issues",
    
            "security": "https://github.com/sebastianbergmann/code-unit/security/policy",
            "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.2"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
        },
        {
          "name": "sebastian/code-unit-reverse-lookup",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
    
            "reference": "183a9b2632194febd219bb9246eee421dad8d45e"
    
            "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
            "reference": "183a9b2632194febd219bb9246eee421dad8d45e",
    
          },
          "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": "Looks up which function or method a line of code belongs to",
          "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
          "support": {
            "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
    
            "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
            "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/comparator.git",
    
            "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739"
    
            "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/43d129d6a0f81c78bee378b46688293eb7ea3739",
            "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739",
    
            "shasum": ""
          },
          "require": {
            "ext-dom": "*",
            "ext-mbstring": "*",
    
            "php": ">=8.2",
            "sebastian/diff": "^6.0",
            "sebastian/exporter": "^6.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": "Bernhard Schussek",
              "email": "bschussek@2bepublished.at"
            }
          ],
          "description": "Provides the functionality to compare PHP values for equality",
          "homepage": "https://github.com/sebastianbergmann/comparator",
          "keywords": ["comparator", "compare", "equality"],
          "support": {
            "issues": "https://github.com/sebastianbergmann/comparator/issues",
            "security": "https://github.com/sebastianbergmann/comparator/security/policy",
    
            "source": "https://github.com/sebastianbergmann/comparator/tree/6.2.1"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/complexity.git",
    
            "reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
    
            "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
            "reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
    
          },
          "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",
              "role": "lead"
            }
          ],
          "description": "Library for calculating the complexity of PHP code units",
          "homepage": "https://github.com/sebastianbergmann/complexity",
          "support": {
            "issues": "https://github.com/sebastianbergmann/complexity/issues",
    
            "security": "https://github.com/sebastianbergmann/complexity/security/policy",
    
            "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/diff.git",
    
            "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
    
            "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
            "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
    
            "phpunit/phpunit": "^11.0",
            "symfony/process": "^4.2 || ^5"
    
          },
          "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/6.0.2"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/environment.git",
    
            "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
    
            "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
            "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
    
          },
          "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/7.2.0"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/exporter.git",
    
            "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
    
            "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
            "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
    
            "shasum": ""
          },
          "require": {
            "ext-mbstring": "*",
    
            "php": ">=8.2",
            "sebastian/recursion-context": "^6.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/6.3.0"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
        {
          "name": "sebastian/global-state",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/global-state.git",
    
            "reference": "3be331570a721f9a4b5917f4209773de17f747d7"
    
            "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
            "reference": "3be331570a721f9a4b5917f4209773de17f747d7",
    
            "php": ">=8.2",
            "sebastian/object-reflector": "^4.0",
            "sebastian/recursion-context": "^6.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"
            }
          ],
          "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/7.0.2"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/lines-of-code.git",
    
            "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
    
            "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
            "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
    
          },
          "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",
              "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/3.0.1"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
        },
        {
          "name": "sebastian/object-enumerator",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-enumerator.git",
    
            "reference": "f5b498e631a74204185071eb41f33f38d64608aa"
    
            "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
            "reference": "f5b498e631a74204185071eb41f33f38d64608aa",
    
            "php": ">=8.2",
            "sebastian/object-reflector": "^4.0",
            "sebastian/recursion-context": "^6.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"
            }
          ],
          "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",
    
            "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
            "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
    
          },
          "funding": [
            {
              "url": "https://github.com/sebastianbergmann",
              "type": "github"
            }
          ],
    
        },
        {
          "name": "sebastian/object-reflector",
    
          "source": {
            "type": "git",
            "url": "https://github.com/sebastianbergmann/object-reflector.git",
    
            "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
    
            "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
            "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
    
          },
          "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": "Allows reflection of object attributes, including inherited and non-public ones",
          "homepage": "https://github.com/sebastianbergmann/object-reflector/",
          "support": {