Skip to content
Snippets Groups Projects
composer.lock 128 KiB
Newer Older
Torsten Kunst's avatar
Torsten Kunst committed
            "suggest": {
                "ext-soap": "To be able to generate mocks based on WSDL files",
                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
Torsten Kunst's avatar
Torsten Kunst committed
                }
            },
            "autoload": {
                "files": [
                    "src/Framework/Assert/Functions.php"
                ],
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "The PHP Unit Testing framework.",
            "homepage": "https://phpunit.de/",
            "keywords": [
                "phpunit",
                "testing",
                "xunit"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.21"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://phpunit.de/sponsors.html",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
Torsten Kunst's avatar
Torsten Kunst committed
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
                    "type": "tidelift"
Torsten Kunst's avatar
Torsten Kunst committed
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-09-19T10:50:18+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "psr/container",
            "version": "1.1.2",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Psr\\Container\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https://github.com/php-fig/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/php-fig/container/issues",
                "source": "https://github.com/php-fig/container/tree/1.1.2"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "time": "2021-11-05T16:50:12+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "psr/log",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "3.0.2",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
Torsten Kunst's avatar
Torsten Kunst committed
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "src"
Torsten Kunst's avatar
Torsten Kunst committed
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/php-fig/log/tree/3.0.2"
Torsten Kunst's avatar
Torsten Kunst committed
            },
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-09-11T13:17:53+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/cli-parser",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "1.0.2",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/cli-parser.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
                "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.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 parsing CLI options",
            "homepage": "https://github.com/sebastianbergmann/cli-parser",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-03-02T06:27:43+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/code-unit",
            "version": "1.0.8",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit.git",
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.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 PHP code units",
            "homepage": "https://github.com/sebastianbergmann/code-unit",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2020-10-26T13:08:54+00:00"
        },
        {
            "name": "sebastian/code-unit-reverse-lookup",
            "version": "2.0.3",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "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/",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2020-09-28T05:30:19+00:00"
        },
        {
            "name": "sebastian/comparator",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "4.0.8",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/diff": "^4.0",
                "sebastian/exporter": "^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.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": "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"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/comparator/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2022-09-14T12:41:17+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/complexity",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "2.0.3",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/complexity.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
                "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
Torsten Kunst's avatar
Torsten Kunst committed
                "nikic/php-parser": "^4.18 || ^5.0",
Torsten Kunst's avatar
Torsten Kunst committed
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "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 calculating the complexity of PHP code units",
            "homepage": "https://github.com/sebastianbergmann/complexity",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/complexity/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2023-12-22T06:19:30+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/diff",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "4.0.6",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/diff.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
                "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3",
                "symfony/process": "^4.2 || ^5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.0-dev"
                }
            },
            "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"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/diff/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-03-02T06:30:58+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/environment",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/environment.git",
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-posix": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.1-dev"
                }
            },
            "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": "http://www.github.com/sebastianbergmann/environment",
            "keywords": [
                "Xdebug",
                "environment",
                "hhvm"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/environment/issues",
                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/exporter",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "4.0.6",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/exporter.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
                "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-mbstring": "*",
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.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": "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"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/exporter/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-03-02T06:33:00+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/global-state",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "5.0.7",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/global-state.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
                "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/object-reflector": "^2.0",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "ext-dom": "*",
                "phpunit/phpunit": "^9.3"
            },
            "suggest": {
                "ext-uopz": "*"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "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": "Snapshotting of global state",
            "homepage": "http://www.github.com/sebastianbergmann/global-state",
            "keywords": [
                "global state"
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/global-state/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2024-03-02T06:35:11+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/lines-of-code",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "1.0.4",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
                "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
Torsten Kunst's avatar
Torsten Kunst committed
                "nikic/php-parser": "^4.18 || ^5.0",
Torsten Kunst's avatar
Torsten Kunst committed
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.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",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
Torsten Kunst's avatar
Torsten Kunst committed
                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2023-12-22T06:20:34+00:00"
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/object-enumerator",
            "version": "4.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "sebastian/object-reflector": "^2.0",
                "sebastian/recursion-context": "^4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.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/",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2020-10-26T13:12:34+00:00"
        },
        {
            "name": "sebastian/object-reflector",
            "version": "2.0.4",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/object-reflector.git",
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.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/",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
            "time": "2020-10-26T13:14:26+00:00"
        },
        {
            "name": "sebastian/recursion-context",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.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",
Torsten Kunst's avatar
Torsten Kunst committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Torsten Kunst's avatar
Torsten Kunst committed
        },
        {
            "name": "sebastian/resource-operations",
Torsten Kunst's avatar
Torsten Kunst committed
            "version": "3.0.4",
Torsten Kunst's avatar
Torsten Kunst committed
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
Torsten Kunst's avatar
Torsten Kunst committed
                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
Torsten Kunst's avatar
Torsten Kunst committed
            },
            "dist": {
                "type": "zip",
Torsten Kunst's avatar
Torsten Kunst committed
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
                "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
Torsten Kunst's avatar
Torsten Kunst committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Torsten Kunst's avatar
Torsten Kunst committed
                    "dev-main": "3.0-dev"
Torsten Kunst's avatar
Torsten Kunst committed
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                }
            ],
            "description": "Provides a list of PHP built-in functions that operate on resources",

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.