Files
trueskill/composer.lock

2048 lines
74 KiB
Plaintext
Raw Normal View History

2016-05-24 13:54:03 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2022-07-05 15:33:34 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2016-05-24 13:54:03 +02:00
"This file is @generated automatically"
],
2025-04-29 13:21:47 +00:00
"content-hash": "8b227c61b95e2a86e1418a6931c45fbf",
2022-07-05 16:32:18 +02:00
"packages": [],
2016-05-24 13:54:03 +02:00
"packages-dev": [
2022-07-05 16:32:18 +02:00
{
2025-04-29 13:21:47 +00:00
"name": "league/csv",
"version": "9.23.0",
2022-07-05 16:32:18 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/thephpleague/csv.git",
"reference": "774008ad8a634448e4f8e288905e070e8b317ff3"
2022-07-05 16:32:18 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/thephpleague/csv/zipball/774008ad8a634448e4f8e288905e070e8b317ff3",
"reference": "774008ad8a634448e4f8e288905e070e8b317ff3",
2022-07-05 16:32:18 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"ext-filter": "*",
"php": "^8.1.2"
2022-07-05 16:32:18 +02:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"ext-dom": "*",
"ext-xdebug": "*",
"friendsofphp/php-cs-fixer": "^3.69.0",
"phpbench/phpbench": "^1.4.0",
"phpstan/phpstan": "^1.12.18",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.2",
"phpstan/phpstan-strict-rules": "^1.6.2",
"phpunit/phpunit": "^10.5.16 || ^11.5.7",
"symfony/var-dumper": "^6.4.8 || ^7.2.3"
},
"suggest": {
"ext-dom": "Required to use the XMLConverter and the HTMLConverter classes",
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters",
"ext-mbstring": "Needed to ease transcoding CSV using mb stream filters",
"ext-mysqli": "Requiered to use the package with the MySQLi extension",
"ext-pdo": "Required to use the package with the PDO extension",
"ext-pgsql": "Requiered to use the package with the PgSQL extension",
"ext-sqlite3": "Required to use the package with the SQLite3 extension"
2023-08-03 14:26:00 +00:00
},
"type": "library",
2025-04-29 13:21:47 +00:00
"extra": {
"branch-alias": {
"dev-master": "9.x-dev"
}
},
2022-07-05 16:32:18 +02:00
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
2025-04-29 13:21:47 +00:00
"src/functions_include.php"
2023-08-03 14:26:00 +00:00
],
2022-07-05 16:32:18 +02:00
"psr-4": {
2025-04-29 13:21:47 +00:00
"League\\Csv\\": "src"
2022-07-05 16:32:18 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2023-08-03 14:26:00 +00:00
{
2025-04-29 13:21:47 +00:00
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://github.com/nyamsprod/",
"role": "Developer"
2022-07-05 16:32:18 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "CSV data manipulation made easy in PHP",
"homepage": "https://csv.thephpleague.com",
2022-07-05 16:32:18 +02:00
"keywords": [
2025-04-29 13:21:47 +00:00
"convert",
"csv",
"export",
"filter",
"import",
"read",
"transform",
"write"
2022-07-05 16:32:18 +02:00
],
"support": {
2025-04-29 13:21:47 +00:00
"docs": "https://csv.thephpleague.com",
"issues": "https://github.com/thephpleague/csv/issues",
"rss": "https://github.com/thephpleague/csv/releases.atom",
"source": "https://github.com/thephpleague/csv"
2022-07-05 16:32:18 +02:00
},
2023-08-03 14:26:00 +00:00
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sponsors/nyamsprod",
2023-08-03 14:26:00 +00:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2025-03-28T06:52:04+00:00"
2022-07-05 16:32:18 +02:00
},
2022-07-05 15:42:21 +02:00
{
2025-04-29 13:21:47 +00:00
"name": "myclabs/deep-copy",
"version": "1.13.1",
2022-07-05 15:42:21 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c"
2022-07-05 15:42:21 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/1720ddd719e16cf0db4eb1c6eca108031636d46c",
"reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c",
2022-07-05 15:42:21 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
2022-07-05 15:42:21 +02:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpspec/prophecy": "^1.10",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2022-07-05 15:42:21 +02:00
},
"type": "library",
"autoload": {
"files": [
2025-04-29 13:21:47 +00:00
"src/DeepCopy/deep_copy.php"
2022-07-05 15:42:21 +02:00
],
"psr-4": {
2025-04-29 13:21:47 +00:00
"DeepCopy\\": "src/DeepCopy/"
2022-07-05 15:42:21 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2025-04-29 13:21:47 +00:00
"description": "Create deep copies (clones) of your objects",
2022-07-05 15:42:21 +02:00
"keywords": [
2025-04-29 13:21:47 +00:00
"clone",
"copy",
"duplicate",
"object",
"object graph"
2022-07-05 15:42:21 +02:00
],
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.13.1"
},
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2025-04-29 13:21:47 +00:00
"time": "2025-04-29T12:36:36+00:00"
2025-04-01 11:53:37 +00:00
},
{
2025-04-29 13:21:47 +00:00
"name": "nikic/php-parser",
"version": "v5.4.0",
2025-04-01 11:53:37 +00:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "447a020a1f875a434d62f2a401f53b82a396e494"
2025-04-01 11:53:37 +00:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
"reference": "447a020a1f875a434d62f2a401f53b82a396e494",
2025-04-01 11:53:37 +00:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"ext-ctype": "*",
"ext-json": "*",
"ext-tokenizer": "*",
"php": ">=7.4"
2025-04-01 11:53:37 +00:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^9.0"
2025-04-01 11:53:37 +00:00
},
2025-04-29 13:21:47 +00:00
"bin": [
"bin/php-parse"
],
2025-04-01 11:53:37 +00:00
"type": "library",
2025-04-29 13:21:47 +00:00
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
2025-04-01 11:53:37 +00:00
"autoload": {
"psr-4": {
2025-04-29 13:21:47 +00:00
"PhpParser\\": "lib/PhpParser"
2025-04-01 11:53:37 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
2025-04-01 11:53:37 +00:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Nikita Popov"
2025-04-01 11:53:37 +00:00
}
],
2025-04-29 13:21:47 +00:00
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
2025-04-01 11:53:37 +00:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
2025-04-01 11:53:37 +00:00
},
2025-04-29 13:21:47 +00:00
"time": "2024-12-30T11:07:19+00:00"
2025-04-01 11:53:37 +00:00
},
{
2025-04-29 13:21:47 +00:00
"name": "openmetrics-php/exposition-text",
"version": "v0.4.1",
2025-04-01 11:53:37 +00:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/openmetrics-php/exposition-text.git",
"reference": "fcfca38f693e168f4520bbd359d91528bbb9a8e8"
2025-04-01 11:53:37 +00:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/openmetrics-php/exposition-text/zipball/fcfca38f693e168f4520bbd359d91528bbb9a8e8",
"reference": "fcfca38f693e168f4520bbd359d91528bbb9a8e8",
2025-04-01 11:53:37 +00:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": "^7.2 || ^8.0"
2025-04-01 11:53:37 +00:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"ext-xdebug": "*"
2025-04-01 11:53:37 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2025-04-29 13:21:47 +00:00
"OpenMetricsPhp\\Exposition\\Text\\": "src/"
2025-04-01 11:53:37 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Holger Woltersdorf",
"email": "hw@hollo.me"
2025-04-01 11:53:37 +00:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Implementation of the text exposition format of OpenMetrics",
2025-04-01 11:53:37 +00:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/openmetrics-php/exposition-text/issues",
"source": "https://github.com/openmetrics-php/exposition-text/tree/v0.4.1"
2025-04-01 11:53:37 +00:00
},
2025-04-29 13:21:47 +00:00
"time": "2024-07-16T12:47:30+00:00"
2025-04-01 11:53:37 +00:00
},
{
2025-04-29 13:21:47 +00:00
"name": "phar-io/manifest",
"version": "2.0.4",
2025-04-01 11:53:37 +00:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/phar-io/manifest.git",
"reference": "54750ef60c58e43759730615a392c31c80e23176"
2025-04-01 11:53:37 +00:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
"reference": "54750ef60c58e43759730615a392c31c80e23176",
2025-04-01 11:53:37 +00:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"ext-dom": "*",
"ext-libxml": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2025-04-01 11:53:37 +00:00
},
"type": "library",
2025-04-29 13:21:47 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
2025-04-01 11:53:37 +00:00
}
},
2025-04-29 13:21:47 +00:00
"autoload": {
"classmap": [
"src/"
]
},
2025-04-01 11:53:37 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
2025-04-01 11:53:37 +00:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2025-04-01 11:53:37 +00:00
},
{
2025-04-29 13:21:47 +00:00
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
2025-04-01 11:53:37 +00:00
},
{
2025-04-29 13:21:47 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2025-04-01 11:53:37 +00:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2025-04-01 11:53:37 +00:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/2.0.4"
2025-04-01 11:53:37 +00:00
},
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/theseer",
2025-04-01 11:53:37 +00:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-03-03T12:33:53+00:00"
},
{
2025-04-29 13:21:47 +00:00
"name": "phar-io/version",
"version": "3.2.1",
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/phar-io/version.git",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
2025-04-29 13:21:47 +00:00
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
2025-04-29 13:21:47 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
2025-04-29 13:21:47 +00:00
"description": "Library for handling version information and constraints",
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.2.1"
},
2025-04-29 13:21:47 +00:00
"time": "2022-02-21T01:04:05+00:00"
},
{
2025-04-29 13:21:47 +00:00
"name": "phpmetrics/phpmetrics",
"version": "v3.0.0rc8",
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/phpmetrics/PhpMetrics.git",
"reference": "7111fe26c10092ed73c88fd325b43ddcd1b08558"
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/phpmetrics/PhpMetrics/zipball/7111fe26c10092ed73c88fd325b43ddcd1b08558",
"reference": "7111fe26c10092ed73c88fd325b43ddcd1b08558",
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"ext-tokenizer": "*",
"nikic/php-parser": "^5.4",
"openmetrics-php/exposition-text": "^0.4.1",
"php": ">=8.1"
},
2025-04-29 13:21:47 +00:00
"replace": {
"halleck45/php-metrics": "*",
"halleck45/phpmetrics": "*"
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"phake/phake": "^4.5.3",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^10.5",
"roave/security-advisories": "dev-latest",
"sebastian/comparator": ">=5.0.0",
"squizlabs/php_codesniffer": "^3.11",
"symfony/dom-crawler": "^6.4",
"vimeo/psalm": "^6.3"
2023-08-03 14:26:00 +00:00
},
2025-04-29 13:21:47 +00:00
"suggest": {
"ext-dom": "To allow XML parsing and report results.",
"ext-yaml": "To allow yaml parsing of configuration files."
2023-08-03 14:26:00 +00:00
},
2025-04-29 13:21:47 +00:00
"bin": [
"bin/phpmetrics"
],
"type": "library",
2023-08-03 14:26:00 +00:00
"autoload": {
2025-04-29 13:21:47 +00:00
"psr-4": {
"Hal\\": "src/Hal"
}
2023-08-03 14:26:00 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"MIT"
2023-08-03 14:26:00 +00:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Jean-François Lépine",
"email": "lepinejeanfrancois@yahoo.fr",
"homepage": "http://www.lepine.pro",
"role": "Copyright Holder"
2023-08-03 14:26:00 +00:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !",
"homepage": "http://www.phpmetrics.org",
"keywords": [
"analysis",
"qa",
"quality",
"testing"
],
2023-08-03 14:26:00 +00:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/PhpMetrics/PhpMetrics/issues",
"source": "https://github.com/phpmetrics/PhpMetrics/tree/v3.0.0rc8"
2023-08-03 14:26:00 +00:00
},
2025-04-29 13:21:47 +00:00
"time": "2025-02-05T09:10:37+00:00"
2023-08-03 14:26:00 +00:00
},
{
2025-04-29 13:21:47 +00:00
"name": "phpstan/phpstan",
"version": "1.12.25",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/phpstan/phpstan.git",
"reference": "e310849a19e02b8bfcbb63147f495d8f872dd96f"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e310849a19e02b8bfcbb63147f495d8f872dd96f",
"reference": "e310849a19e02b8bfcbb63147f495d8f872dd96f",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": "^7.2|^8.0"
},
2025-04-29 13:21:47 +00:00
"conflict": {
"phpstan/phpstan-shim": "*"
2023-08-03 14:26:00 +00:00
},
2025-04-29 13:21:47 +00:00
"bin": [
"phpstan",
"phpstan.phar"
],
2023-08-03 14:26:00 +00:00
"type": "library",
"autoload": {
2025-04-29 13:21:47 +00:00
"files": [
"bootstrap.php"
2023-08-03 14:26:00 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"MIT"
2023-08-03 14:26:00 +00:00
],
2025-04-29 13:21:47 +00:00
"description": "PHPStan - PHP Static Analysis Tool",
2023-08-03 14:26:00 +00:00
"keywords": [
2025-04-29 13:21:47 +00:00
"dev",
"static analysis"
2023-08-03 14:26:00 +00:00
],
"support": {
2025-04-29 13:21:47 +00:00
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
"issues": "https://github.com/phpstan/phpstan/issues",
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
2023-08-03 14:26:00 +00:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2025-04-27T12:20:45+00:00"
2023-08-03 14:26:00 +00:00
},
{
2025-04-29 13:21:47 +00:00
"name": "phpunit/php-code-coverage",
"version": "11.0.9",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
"reference": "14d63fbcca18457e49c6f8bebaa91a87e8e188d7",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
"nikic/php-parser": "^5.4.0",
"php": ">=8.2",
"phpunit/php-file-iterator": "^5.1.0",
"phpunit/php-text-template": "^4.0.1",
"sebastian/code-unit-reverse-lookup": "^4.0.1",
"sebastian/complexity": "^4.0.1",
"sebastian/environment": "^7.2.0",
"sebastian/lines-of-code": "^3.0.1",
"sebastian/version": "^5.0.2",
"theseer/tokenizer": "^1.2.3"
2023-08-03 14:26:00 +00:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"phpunit/phpunit": "^11.5.2"
},
"suggest": {
"ext-pcov": "PHP extension that provides line coverage",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
2023-08-03 14:26:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-04-29 13:21:47 +00:00
"dev-main": "11.0.x-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2025-04-29 13:21:47 +00:00
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2023-08-03 14:26:00 +00:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.9"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2025-02-25T13:26:39+00:00"
2023-08-03 14:26:00 +00:00
},
{
2025-04-29 13:21:47 +00:00
"name": "phpunit/php-file-iterator",
"version": "5.1.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
"reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2022-07-05 15:42:21 +02:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"phpunit/phpunit": "^11.0"
2022-07-05 15:42:21 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-04-29 13:21:47 +00:00
"dev-main": "5.0-dev"
2022-07-05 15:42:21 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2025-04-29 13:21:47 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2022-07-05 15:42:21 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2022-07-05 15:42:21 +02:00
"keywords": [
2025-04-29 13:21:47 +00:00
"filesystem",
"iterator"
2022-07-05 15:42:21 +02:00
],
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
2022-07-05 15:42:21 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-08-27T05:02:59+00:00"
2022-07-05 15:42:21 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "phpunit/php-invoker",
"version": "5.0.1",
2022-07-05 15:42:21 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/php-invoker.git",
"reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
2022-07-05 15:42:21 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
"reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
2022-07-05 15:42:21 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2022-07-05 15:42:21 +02:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"ext-pcntl": "*",
"phpunit/phpunit": "^11.0"
2022-07-05 15:42:21 +02:00
},
2023-08-03 14:26:00 +00:00
"suggest": {
2025-04-29 13:21:47 +00:00
"ext-pcntl": "*"
2023-08-03 14:26:00 +00:00
},
2022-07-05 15:42:21 +02:00
"type": "library",
"extra": {
"branch-alias": {
2025-04-29 13:21:47 +00:00
"dev-main": "5.0-dev"
2022-07-05 15:42:21 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2025-04-29 13:21:47 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2022-07-05 15:42:21 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
2022-07-05 15:42:21 +02:00
"keywords": [
2025-04-29 13:21:47 +00:00
"process"
2022-07-05 15:42:21 +02:00
],
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
"source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
2022-07-05 15:42:21 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T05:07:44+00:00"
2022-07-05 15:42:21 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "phpunit/php-text-template",
"version": "4.0.1",
2022-07-05 15:42:21 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
2022-07-05 15:42:21 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
"reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
2022-07-05 15:42:21 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": ">=8.2"
2022-07-05 15:42:21 +02:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"phpunit/phpunit": "^11.0"
2022-07-05 15:42:21 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-04-29 13:21:47 +00:00
"dev-main": "4.0-dev"
2022-07-05 15:42:21 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2025-04-29 13:21:47 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2022-07-05 15:42:21 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2022-07-05 15:42:21 +02:00
"keywords": [
2025-04-29 13:21:47 +00:00
"template"
2022-07-05 15:42:21 +02:00
],
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
2022-07-05 15:42:21 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T05:08:43+00:00"
2022-07-05 15:42:21 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "phpunit/php-timer",
"version": "7.0.1",
2022-07-05 15:42:21 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
2022-07-05 15:42:21 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
"reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
2022-07-05 15:42:21 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": ">=8.2"
2022-07-05 15:42:21 +02:00
},
"require-dev": {
"phpunit/phpunit": "^11.0"
2022-07-05 15:42:21 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "7.0-dev"
2022-07-05 15:42:21 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2025-04-29 13:21:47 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2022-07-05 15:42:21 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
2022-07-05 15:42:21 +02:00
"keywords": [
2025-04-29 13:21:47 +00:00
"timer"
2022-07-05 15:42:21 +02:00
],
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"security": "https://github.com/sebastianbergmann/php-timer/security/policy",
"source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
2022-07-05 15:42:21 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T05:09:35+00:00"
2022-07-05 15:42:21 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "phpunit/phpunit",
"version": "11.5.18",
2022-07-05 15:42:21 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "fc3e887c7f3f9917e1bf61e523413d753db00a17"
2022-07-05 15:42:21 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc3e887c7f3f9917e1bf61e523413d753db00a17",
"reference": "fc3e887c7f3f9917e1bf61e523413d753db00a17",
2022-07-05 15:42:21 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.13.0",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=8.2",
"phpunit/php-code-coverage": "^11.0.9",
"phpunit/php-file-iterator": "^5.1.0",
"phpunit/php-invoker": "^5.0.1",
"phpunit/php-text-template": "^4.0.1",
"phpunit/php-timer": "^7.0.1",
"sebastian/cli-parser": "^3.0.2",
"sebastian/code-unit": "^3.0.3",
"sebastian/comparator": "^6.3.1",
"sebastian/diff": "^6.0.2",
"sebastian/environment": "^7.2.0",
"sebastian/exporter": "^6.3.0",
"sebastian/global-state": "^7.0.2",
"sebastian/object-enumerator": "^6.0.1",
"sebastian/type": "^5.1.2",
"sebastian/version": "^5.0.2",
"staabm/side-effects-detector": "^1.0.5"
2022-07-05 15:42:21 +02:00
},
2025-04-29 13:21:47 +00:00
"suggest": {
"ext-soap": "To be able to generate mocks based on WSDL files"
2022-07-05 15:42:21 +02:00
},
2025-04-29 13:21:47 +00:00
"bin": [
"phpunit"
],
2022-07-05 15:42:21 +02:00
"type": "library",
"extra": {
"branch-alias": {
2025-04-29 13:21:47 +00:00
"dev-main": "11.5-dev"
2022-07-05 15:42:21 +02:00
}
},
"autoload": {
2025-04-29 13:21:47 +00:00
"files": [
"src/Framework/Assert/Functions.php"
],
2022-07-05 15:42:21 +02:00
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2025-04-29 13:21:47 +00:00
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2022-07-05 15:42:21 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.18"
2022-07-05 15:42:21 +02:00
},
"funding": [
2025-04-29 13:21:47 +00:00
{
"url": "https://phpunit.de/sponsors.html",
"type": "custom"
},
2022-07-05 15:42:21 +02:00
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2025-04-29 13:21:47 +00:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
2022-07-05 15:42:21 +02:00
}
],
2025-04-29 13:21:47 +00:00
"time": "2025-04-22T06:09:49+00:00"
2022-07-05 15:42:21 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "rector/rector",
"version": "1.2.10",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/rectorphp/rector.git",
"reference": "40f9cf38c05296bd32f444121336a521a293fa61"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/rectorphp/rector/zipball/40f9cf38c05296bd32f444121336a521a293fa61",
"reference": "40f9cf38c05296bd32f444121336a521a293fa61",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.12.5"
2016-05-24 13:54:03 +02:00
},
2025-04-29 13:21:47 +00:00
"conflict": {
"rector/rector-doctrine": "*",
"rector/rector-downgrade-php": "*",
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*"
2016-05-24 13:54:03 +02:00
},
2025-04-29 13:21:47 +00:00
"suggest": {
"ext-dom": "To manipulate phpunit.xml via the custom-rule command"
2016-05-24 13:54:03 +02:00
},
2025-04-29 13:21:47 +00:00
"bin": [
"bin/rector"
],
"type": "library",
2016-05-24 13:54:03 +02:00
"autoload": {
2025-04-29 13:21:47 +00:00
"files": [
"bootstrap.php"
2022-07-05 15:42:21 +02:00
]
2016-05-24 13:54:03 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"MIT"
2016-05-24 13:54:03 +02:00
],
2025-04-29 13:21:47 +00:00
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
"keywords": [
"automation",
"dev",
"migration",
"refactoring"
2016-05-24 13:54:03 +02:00
],
2022-07-05 15:33:34 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/1.2.10"
2022-07-05 15:33:34 +02:00
},
2022-07-05 15:42:21 +02:00
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/tomasvotruba",
2022-07-05 15:42:21 +02:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-11-08T13:59:10+00:00"
2016-05-24 13:54:03 +02:00
},
2025-04-29 13:21:47 +00:00
{
"name": "sebastian/cli-parser",
"version": "3.0.2",
2022-07-05 16:18:20 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
2022-07-05 16:18:20 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
"reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
2022-07-05 16:18:20 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2022-07-05 16:18:20 +02:00
},
2023-08-03 14:26:00 +00:00
"require-dev": {
"phpunit/phpunit": "^11.0"
2022-07-05 16:18:20 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-04-29 13:21:47 +00:00
"dev-main": "3.0-dev"
2022-07-05 16:18:20 +02:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"classmap": [
"src/"
2022-07-05 16:18:20 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"BSD-3-Clause"
2022-07-05 16:18:20 +02:00
],
2023-08-03 14:26:00 +00:00
"authors": [
{
"name": "Sebastian Bergmann",
2025-04-29 13:21:47 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2023-08-03 14:26:00 +00:00
}
2023-08-01 11:26:38 +00:00
],
2025-04-29 13:21:47 +00:00
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
2022-07-05 16:18:20 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"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"
2022-07-05 16:18:20 +02:00
},
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann",
2022-07-05 16:18:20 +02:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T04:41:36+00:00"
2022-07-05 16:18:20 +02:00
},
2016-05-24 13:54:03 +02:00
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/code-unit",
"version": "3.0.3",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/code-unit.git",
"reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64",
"reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2016-05-24 13:54:03 +02:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"phpunit/phpunit": "^11.5"
2016-05-24 13:54:03 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-04-29 13:21:47 +00:00
"dev-main": "3.0-dev"
2016-05-24 13:54:03 +02:00
}
},
"autoload": {
2022-07-05 15:42:21 +02:00
"classmap": [
"src/"
]
2016-05-24 13:54:03 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-07-05 15:42:21 +02:00
"BSD-3-Clause"
2016-05-24 13:54:03 +02:00
],
"authors": [
{
2022-07-05 15:42:21 +02:00
"name": "Sebastian Bergmann",
2025-04-29 13:21:47 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2016-05-24 13:54:03 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
2022-07-05 15:33:34 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"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.3"
2022-07-05 15:33:34 +02:00
},
2022-07-05 15:42:21 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2025-03-19T07:56:08+00:00"
2016-05-24 13:54:03 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/code-unit-reverse-lookup",
"version": "4.0.1",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "183a9b2632194febd219bb9246eee421dad8d45e"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
"reference": "183a9b2632194febd219bb9246eee421dad8d45e",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
"require": {
"php": ">=8.2"
2016-05-24 13:54:03 +02:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"phpunit/phpunit": "^11.0"
2016-05-24 13:54:03 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-04-29 13:21:47 +00:00
"dev-main": "4.0-dev"
2016-05-24 13:54:03 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2025-04-29 13:21:47 +00:00
"email": "sebastian@phpunit.de"
2016-05-24 13:54:03 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2022-07-05 15:42:21 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"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"
2022-07-05 15:42:21 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T04:45:54+00:00"
2022-07-05 15:42:21 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/comparator",
"version": "6.3.1",
2022-07-05 15:42:21 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959"
2022-07-05 15:42:21 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
"reference": "24b8fbc2c8e201bb1308e7b05148d6ab393b6959",
2022-07-05 15:42:21 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"ext-dom": "*",
"ext-mbstring": "*",
"php": ">=8.2",
"sebastian/diff": "^6.0",
"sebastian/exporter": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^11.4"
},
"suggest": {
"ext-bcmath": "For comparing BcMath\\Number objects"
2022-07-05 15:42:21 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-04-29 13:21:47 +00:00
"dev-main": "6.3-dev"
2022-07-05 15:42:21 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2025-04-29 13:21:47 +00:00
"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"
2022-07-05 15:42:21 +02:00
}
2016-05-24 13:54:03 +02:00
],
2025-04-29 13:21:47 +00:00
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
2022-07-05 15:33:34 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
"source": "https://github.com/sebastianbergmann/comparator/tree/6.3.1"
2022-07-05 15:33:34 +02:00
},
2022-07-05 15:42:21 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2025-03-07T06:57:01+00:00"
2016-05-24 13:54:03 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/complexity",
"version": "4.0.1",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/complexity.git",
"reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
"reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"nikic/php-parser": "^5.0",
"php": ">=8.2"
2022-07-05 15:42:21 +02:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"phpunit/phpunit": "^11.0"
2016-05-24 13:54:03 +02:00
},
"type": "library",
2024-05-14 08:46:43 +00:00
"extra": {
"branch-alias": {
2025-04-29 13:21:47 +00:00
"dev-main": "4.0-dev"
2024-05-14 08:46:43 +00:00
}
},
2016-05-24 13:54:03 +02:00
"autoload": {
2025-04-29 13:21:47 +00:00
"classmap": [
"src/"
]
2016-05-24 13:54:03 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
2016-05-24 13:54:03 +02:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2016-05-24 13:54:03 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
2022-07-05 15:33:34 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"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"
2022-07-05 15:33:34 +02:00
},
2022-07-05 15:42:21 +02:00
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann",
2022-07-05 15:42:21 +02:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T04:49:50+00:00"
},
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/diff",
"version": "6.0.2",
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
"reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": ">=8.2"
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"phpunit/phpunit": "^11.0",
"symfony/process": "^4.2 || ^5"
},
"type": "library",
2025-04-29 13:21:47 +00:00
"extra": {
"branch-alias": {
"dev-main": "6.0-dev"
}
},
"autoload": {
"classmap": [
2025-04-29 13:21:47 +00:00
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
],
2025-04-29 13:21:47 +00:00
"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": [
2025-04-29 13:21:47 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
],
"support": {
2025-04-29 13:21:47 +00:00
"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": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T04:53:05+00:00"
2016-05-24 13:54:03 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/environment",
"version": "7.2.0",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
"reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": ">=8.2"
2016-05-24 13:54:03 +02:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"phpunit/phpunit": "^11.0"
},
"suggest": {
"ext-posix": "*"
2016-05-24 13:54:03 +02:00
},
"type": "library",
2025-04-29 13:21:47 +00:00
"extra": {
"branch-alias": {
"dev-main": "7.2-dev"
}
},
2016-05-24 13:54:03 +02:00
"autoload": {
2025-04-29 13:21:47 +00:00
"classmap": [
"src/"
2016-05-24 13:54:03 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
2016-05-24 13:54:03 +02:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-24 13:54:03 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "https://github.com/sebastianbergmann/environment",
2016-05-24 13:54:03 +02:00
"keywords": [
2025-04-29 13:21:47 +00:00
"Xdebug",
"environment",
"hhvm"
2016-05-24 13:54:03 +02:00
],
2022-07-05 15:33:34 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"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"
2022-07-05 15:33:34 +02:00
},
2022-07-05 15:42:21 +02:00
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann",
2022-07-05 15:42:21 +02:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T04:54:44+00:00"
2016-05-24 13:54:03 +02:00
},
2024-05-14 08:46:43 +00:00
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/exporter",
"version": "6.3.0",
2024-05-14 08:46:43 +00:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3"
2024-05-14 08:46:43 +00:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3",
"reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3",
2024-05-14 08:46:43 +00:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"ext-mbstring": "*",
"php": ">=8.2",
"sebastian/recursion-context": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^11.3"
2024-05-14 08:46:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-04-29 13:21:47 +00:00
"dev-main": "6.1-dev"
2024-05-14 08:46:43 +00:00
}
},
"autoload": {
2025-04-29 13:21:47 +00:00
"classmap": [
"src/"
2024-05-14 08:46:43 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
2024-05-14 08:46:43 +00:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"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"
2024-05-14 08:46:43 +00:00
},
{
2025-04-29 13:21:47 +00:00
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2024-05-14 08:46:43 +00:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "https://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2024-05-14 08:46:43 +00:00
"support": {
2025-04-29 13:21:47 +00:00
"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"
2024-05-14 08:46:43 +00:00
},
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann",
2024-05-14 08:46:43 +00:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-12-05T09:17:50+00:00"
2024-05-14 08:46:43 +00:00
},
2016-05-24 13:54:03 +02:00
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/global-state",
"version": "7.0.2",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "3be331570a721f9a4b5917f4209773de17f747d7"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
"reference": "3be331570a721f9a4b5917f4209773de17f747d7",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
"require": {
2024-01-12 14:54:04 +00:00
"php": ">=8.2",
2025-04-29 13:21:47 +00:00
"sebastian/object-reflector": "^4.0",
"sebastian/recursion-context": "^6.0"
2024-06-18 12:50:00 +00:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"ext-dom": "*",
"phpunit/phpunit": "^11.0"
2016-05-24 13:54:03 +02:00
},
"type": "library",
2025-04-29 13:21:47 +00:00
"extra": {
"branch-alias": {
"dev-main": "7.0-dev"
}
},
2016-05-24 13:54:03 +02:00
"autoload": {
2025-04-29 13:21:47 +00:00
"classmap": [
"src/"
2016-05-24 13:54:03 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
2016-05-24 13:54:03 +02:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-24 13:54:03 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Snapshotting of global state",
"homepage": "https://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2022-07-05 15:33:34 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"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"
2022-07-05 15:33:34 +02:00
},
2022-07-05 15:42:21 +02:00
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann",
2022-07-05 15:42:21 +02:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T04:57:36+00:00"
2016-05-24 13:54:03 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/lines-of-code",
"version": "3.0.1",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
"reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
"reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"nikic/php-parser": "^5.0",
"php": ">=8.2"
2023-08-03 14:26:00 +00:00
},
2025-04-29 13:21:47 +00:00
"require-dev": {
"phpunit/phpunit": "^11.0"
2016-05-24 13:54:03 +02:00
},
"type": "library",
"extra": {
2025-04-29 13:21:47 +00:00
"branch-alias": {
"dev-main": "3.0-dev"
2016-05-24 13:54:03 +02:00
}
},
"autoload": {
2025-04-29 13:21:47 +00:00
"classmap": [
"src/"
]
2016-05-24 13:54:03 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
2016-05-24 13:54:03 +02:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2016-05-24 13:54:03 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
2022-07-05 15:33:34 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"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"
2022-07-05 15:33:34 +02:00
},
2022-07-05 15:42:21 +02:00
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann",
2022-07-05 15:42:21 +02:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T04:58:38+00:00"
2016-05-24 13:54:03 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/object-enumerator",
"version": "6.0.1",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "f5b498e631a74204185071eb41f33f38d64608aa"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
"reference": "f5b498e631a74204185071eb41f33f38d64608aa",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": ">=8.2",
"sebastian/object-reflector": "^4.0",
"sebastian/recursion-context": "^6.0"
2016-05-24 13:54:03 +02:00
},
2025-04-29 13:21:47 +00:00
"require-dev": {
"phpunit/phpunit": "^11.0"
2016-05-24 13:54:03 +02:00
},
"type": "library",
"extra": {
2025-04-29 13:21:47 +00:00
"branch-alias": {
"dev-main": "6.0-dev"
2016-05-24 13:54:03 +02:00
}
},
"autoload": {
2025-04-29 13:21:47 +00:00
"classmap": [
"src/"
]
2016-05-24 13:54:03 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
2016-05-24 13:54:03 +02:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-24 13:54:03 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2022-07-05 15:33:34 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"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"
2022-07-05 15:33:34 +02:00
},
2022-07-05 15:42:21 +02:00
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann",
2022-07-05 15:42:21 +02:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T05:00:13+00:00"
2016-05-24 13:54:03 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/object-reflector",
"version": "4.0.1",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
"reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": ">=8.2"
2016-05-24 13:54:03 +02:00
},
2025-04-29 13:21:47 +00:00
"require-dev": {
"phpunit/phpunit": "^11.0"
2016-05-24 13:54:03 +02:00
},
"type": "library",
"extra": {
2025-04-29 13:21:47 +00:00
"branch-alias": {
"dev-main": "4.0-dev"
2016-05-24 13:54:03 +02:00
}
},
"autoload": {
"classmap": [
2025-04-29 13:21:47 +00:00
"src/"
2016-05-24 13:54:03 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
2016-05-24 13:54:03 +02:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-24 13:54:03 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
2022-07-05 15:33:34 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
2022-07-05 15:33:34 +02:00
},
2025-04-29 13:21:47 +00:00
"funding": [
2023-08-03 14:26:00 +00:00
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann",
2022-07-05 15:42:21 +02:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T05:01:32+00:00"
2016-05-24 13:54:03 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/recursion-context",
"version": "6.0.2",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "694d156164372abbd149a4b85ccda2e4670c0e16"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16",
"reference": "694d156164372abbd149a4b85ccda2e4670c0e16",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": ">=8.2"
2023-08-03 14:26:00 +00:00
},
2025-04-29 13:21:47 +00:00
"require-dev": {
"phpunit/phpunit": "^11.0"
2016-05-24 13:54:03 +02:00
},
"type": "library",
"extra": {
2025-04-29 13:21:47 +00:00
"branch-alias": {
"dev-main": "6.0-dev"
2016-05-24 13:54:03 +02:00
}
},
"autoload": {
2025-04-29 13:21:47 +00:00
"classmap": [
"src/"
]
2016-05-24 13:54:03 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
2016-05-24 13:54:03 +02:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
2023-08-03 14:26:00 +00:00
},
{
2025-04-29 13:21:47 +00:00
"name": "Adam Harvey",
"email": "aharvey@php.net"
2016-05-24 13:54:03 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Provides functionality to recursively process PHP variables",
"homepage": "https://github.com/sebastianbergmann/recursion-context",
2022-07-05 15:33:34 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2"
2022-07-05 15:33:34 +02:00
},
2022-07-05 15:42:21 +02:00
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann",
2022-07-05 15:42:21 +02:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-07-03T05:10:34+00:00"
2016-05-24 13:54:03 +02:00
},
2025-04-01 11:53:37 +00:00
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/type",
"version": "5.1.2",
2025-04-01 11:53:37 +00:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "a8a7e30534b0eb0c77cd9d07e82de1a114389f5e"
2025-04-01 11:53:37 +00:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/a8a7e30534b0eb0c77cd9d07e82de1a114389f5e",
"reference": "a8a7e30534b0eb0c77cd9d07e82de1a114389f5e",
2025-04-01 11:53:37 +00:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": ">=8.2"
},
"require-dev": {
"phpunit/phpunit": "^11.3"
2025-04-01 11:53:37 +00:00
},
"type": "library",
"extra": {
2025-04-29 13:21:47 +00:00
"branch-alias": {
"dev-main": "5.1-dev"
2025-04-01 11:53:37 +00:00
}
},
"autoload": {
"classmap": [
2025-04-29 13:21:47 +00:00
"src/"
2025-04-01 11:53:37 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
2025-04-01 11:53:37 +00:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2025-04-01 11:53:37 +00:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
2025-04-01 11:53:37 +00:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/sebastianbergmann/type/issues",
"security": "https://github.com/sebastianbergmann/type/security/policy",
"source": "https://github.com/sebastianbergmann/type/tree/5.1.2"
2025-04-01 11:53:37 +00:00
},
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann",
2025-04-01 11:53:37 +00:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2025-03-18T13:35:50+00:00"
2025-04-01 11:53:37 +00:00
},
2016-05-24 13:54:03 +02:00
{
2025-04-29 13:21:47 +00:00
"name": "sebastian/version",
"version": "5.0.2",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
"reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"php": ">=8.2"
2016-05-24 13:54:03 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-04-29 13:21:47 +00:00
"dev-main": "5.0-dev"
2016-05-24 13:54:03 +02:00
}
},
"autoload": {
2025-04-29 13:21:47 +00:00
"classmap": [
"src/"
2016-05-24 13:54:03 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2025-04-29 13:21:47 +00:00
"BSD-3-Clause"
2016-05-24 13:54:03 +02:00
],
"authors": [
{
2025-04-29 13:21:47 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2016-05-24 13:54:03 +02:00
}
],
2025-04-29 13:21:47 +00:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2022-07-05 15:33:34 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/sebastianbergmann/version/issues",
"security": "https://github.com/sebastianbergmann/version/security/policy",
"source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
2022-07-05 15:33:34 +02:00
},
2022-07-05 15:42:21 +02:00
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/sebastianbergmann",
2022-07-05 15:42:21 +02:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-10-09T05:16:32+00:00"
2016-05-24 13:54:03 +02:00
},
{
2025-04-29 13:21:47 +00:00
"name": "staabm/side-effects-detector",
"version": "1.0.5",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2025-04-29 13:21:47 +00:00
"url": "https://github.com/staabm/side-effects-detector.git",
"reference": "d8334211a140ce329c13726d4a715adbddd0a163"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2025-04-29 13:21:47 +00:00
"url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
"reference": "d8334211a140ce329c13726d4a715adbddd0a163",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
"require": {
2025-04-29 13:21:47 +00:00
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0"
2016-05-24 13:54:03 +02:00
},
"require-dev": {
2025-04-29 13:21:47 +00:00
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.6",
"phpunit/phpunit": "^9.6.21",
"symfony/var-dumper": "^5.4.43",
"tomasvotruba/type-coverage": "1.0.0",
"tomasvotruba/unused-public": "1.0.0"
2016-05-24 13:54:03 +02:00
},
"type": "library",
"autoload": {
2025-04-29 13:21:47 +00:00
"classmap": [
"lib/"
2016-05-24 13:54:03 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 13:54:03 +02:00
],
2025-04-29 13:21:47 +00:00
"description": "A static analysis tool to detect side effects in PHP code",
2023-08-03 14:26:00 +00:00
"keywords": [
2025-04-29 13:21:47 +00:00
"static analysis"
2023-08-03 14:26:00 +00:00
],
2022-07-05 15:33:34 +02:00
"support": {
2025-04-29 13:21:47 +00:00
"issues": "https://github.com/staabm/side-effects-detector/issues",
"source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
2022-07-05 15:33:34 +02:00
},
2022-07-05 15:42:21 +02:00
"funding": [
{
2025-04-29 13:21:47 +00:00
"url": "https://github.com/staabm",
2022-07-05 15:42:21 +02:00
"type": "github"
}
],
2025-04-29 13:21:47 +00:00
"time": "2024-10-20T05:08:20+00:00"
2016-05-24 13:54:03 +02:00
},
{
2023-08-03 14:26:00 +00:00
"name": "theseer/tokenizer",
2024-03-04 07:59:16 +00:00
"version": "1.2.3",
2016-05-24 13:54:03 +02:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/theseer/tokenizer.git",
2024-03-04 07:59:16 +00:00
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
2016-05-24 13:54:03 +02:00
},
"dist": {
"type": "zip",
2024-03-04 07:59:16 +00:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2016-05-24 13:54:03 +02:00
"shasum": ""
},
2022-07-05 15:42:21 +02:00
"require": {
2023-08-03 14:26:00 +00:00
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
2022-07-05 15:42:21 +02:00
},
2016-05-24 13:54:03 +02:00
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2016-05-24 13:54:03 +02:00
}
],
2023-08-03 14:26:00 +00:00
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2022-07-05 15:33:34 +02:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/theseer/tokenizer/issues",
2024-03-04 07:59:16 +00:00
"source": "https://github.com/theseer/tokenizer/tree/1.2.3"
2022-07-05 15:33:34 +02:00
},
2022-07-05 15:42:21 +02:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://github.com/theseer",
2022-07-05 15:42:21 +02:00
"type": "github"
}
],
2024-03-04 07:59:16 +00:00
"time": "2024-03-03T12:36:25+00:00"
2016-05-24 13:54:03 +02:00
}
],
"aliases": [],
"minimum-stability": "stable",
2024-02-02 11:04:31 +00:00
"stability-flags": {
2025-04-29 13:21:47 +00:00
"phpmetrics/phpmetrics": 20
2024-02-02 11:04:31 +00:00
},
2016-05-24 13:54:03 +02:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2025-01-28 09:18:50 +00:00
"php": "^8.4"
2016-05-24 13:54:03 +02:00
},
"platform-dev": {},
2024-01-12 14:54:04 +00:00
"plugin-api-version": "2.6.0"
2016-05-24 13:54:03 +02:00
}