2021-12-01 22:46:07 +01:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2024-06-27 11:30:53 +00:00
"content-hash": "cb6a16525ba7dcd4dfb5e5746f0b732c",
2021-12-01 22:46:07 +01:00
"packages": [
{
"name": "cebe/markdown",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/cebe/markdown.git",
"reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
"reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
"shasum": ""
},
"require": {
"lib-pcre": "*",
"php": ">=5.4.0"
},
"require-dev": {
"cebe/indent": "*",
"facebook/xhprof": "*@dev",
"phpunit/phpunit": "4.1.*"
},
"bin": [
"bin/markdown"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"cebe\\markdown\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Carsten Brandt",
"email": "mail@cebe.cc",
"homepage": "http://cebe.cc/",
"role": "Creator"
}
],
"description": "A super fast, highly extensible markdown parser for PHP",
"homepage": "https://github.com/cebe/markdown#readme",
"keywords": [
"extensible",
"fast",
"gfm",
"markdown",
"markdown-extra"
],
"support": {
"issues": "https://github.com/cebe/markdown/issues",
"source": "https://github.com/cebe/markdown"
},
"time": "2018-03-26T11:24:36+00:00"
},
2023-12-03 20:19:35 +01:00
{
"name": "illuminate/collections",
2024-06-27 11:30:27 +00:00
"version": "v11.13.0",
2023-12-03 20:19:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
2024-06-27 11:30:27 +00:00
"reference": "6923dc8c83b8c065c3b89cb4c2a4b10a4288ce79"
2023-12-03 20:19:35 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:27 +00:00
"url": "https://api.github.com/repos/illuminate/collections/zipball/6923dc8c83b8c065c3b89cb4c2a4b10a4288ce79",
"reference": "6923dc8c83b8c065c3b89cb4c2a4b10a4288ce79",
2023-12-03 20:19:35 +01:00
"shasum": ""
},
"require": {
2024-06-27 11:30:27 +00:00
"illuminate/conditionable": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/macroable": "^11.0",
"php": "^8.2"
2023-12-03 20:19:35 +01:00
},
"suggest": {
2024-06-27 11:30:27 +00:00
"symfony/var-dumper": "Required to use the dump method (^7.0)."
2023-12-03 20:19:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-06-27 11:30:27 +00:00
"dev-master": "11.x-dev"
2023-12-03 20:19:35 +01:00
}
},
"autoload": {
"files": [
"helpers.php"
],
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Collections package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2024-06-27 11:30:27 +00:00
"time": "2024-06-21T15:52:51+00:00"
2023-12-03 20:19:35 +01:00
},
{
"name": "illuminate/conditionable",
2024-06-27 11:30:27 +00:00
"version": "v11.13.0",
2023-12-03 20:19:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
2024-06-27 11:30:27 +00:00
"reference": "8a558fec063b6a63da1c3af1d219c0f998edffeb"
2023-12-03 20:19:35 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:27 +00:00
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/8a558fec063b6a63da1c3af1d219c0f998edffeb",
"reference": "8a558fec063b6a63da1c3af1d219c0f998edffeb",
2023-12-03 20:19:35 +01:00
"shasum": ""
},
"require": {
"php": "^8.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
2024-06-27 11:30:27 +00:00
"dev-master": "11.x-dev"
2023-12-03 20:19:35 +01:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Conditionable package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2024-06-27 11:30:27 +00:00
"time": "2024-04-04T17:36:49+00:00"
2023-12-03 20:19:35 +01:00
},
{
"name": "illuminate/contracts",
2024-06-27 11:30:27 +00:00
"version": "v11.13.0",
2023-12-03 20:19:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
2024-06-27 11:30:27 +00:00
"reference": "86c1331d0b06c59ca21723d8bfc9faaa19430b46"
2023-12-03 20:19:35 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:27 +00:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/86c1331d0b06c59ca21723d8bfc9faaa19430b46",
"reference": "86c1331d0b06c59ca21723d8bfc9faaa19430b46",
2023-12-03 20:19:35 +01:00
"shasum": ""
},
"require": {
2024-06-27 11:30:27 +00:00
"php": "^8.2",
2023-12-03 20:19:35 +01:00
"psr/container": "^1.1.1|^2.0.1",
"psr/simple-cache": "^1.0|^2.0|^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2024-06-27 11:30:27 +00:00
"dev-master": "11.x-dev"
2023-12-03 20:19:35 +01:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Contracts\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2024-06-27 11:30:27 +00:00
"time": "2024-05-21T17:42:34+00:00"
2023-12-03 20:19:35 +01:00
},
{
"name": "illuminate/macroable",
2024-06-27 11:30:27 +00:00
"version": "v11.13.0",
2023-12-03 20:19:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
2024-06-27 11:30:27 +00:00
"reference": "5b6c7c7c5951e6e8fc22dd7e4363602df8294dfa"
2023-12-03 20:19:35 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:27 +00:00
"url": "https://api.github.com/repos/illuminate/macroable/zipball/5b6c7c7c5951e6e8fc22dd7e4363602df8294dfa",
"reference": "5b6c7c7c5951e6e8fc22dd7e4363602df8294dfa",
2023-12-03 20:19:35 +01:00
"shasum": ""
},
"require": {
2024-06-27 11:30:27 +00:00
"php": "^8.2"
2023-12-03 20:19:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-06-27 11:30:27 +00:00
"dev-master": "11.x-dev"
2023-12-03 20:19:35 +01:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Macroable package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2024-06-27 11:30:27 +00:00
"time": "2024-05-16T21:43:47+00:00"
2023-12-03 20:19:35 +01:00
},
{
"name": "laravel/prompts",
2024-06-27 11:30:27 +00:00
"version": "v0.1.24",
2023-12-03 20:19:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
2024-06-27 11:30:27 +00:00
"reference": "409b0b4305273472f3754826e68f4edbd0150149"
2023-12-03 20:19:35 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:27 +00:00
"url": "https://api.github.com/repos/laravel/prompts/zipball/409b0b4305273472f3754826e68f4edbd0150149",
"reference": "409b0b4305273472f3754826e68f4edbd0150149",
2023-12-03 20:19:35 +01:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"illuminate/collections": "^10.0|^11.0",
"php": "^8.1",
"symfony/console": "^6.2|^7.0"
},
"conflict": {
"illuminate/console": ">=10.17.0 <10.25.0",
"laravel/framework": ">=10.17.0 <10.25.0"
},
"require-dev": {
"mockery/mockery": "^1.5",
"pestphp/pest": "^2.3",
2024-06-27 11:30:27 +00:00
"phpstan/phpstan": "^1.11",
2023-12-03 20:19:35 +01:00
"phpstan/phpstan-mockery": "^1.1"
},
"suggest": {
"ext-pcntl": "Required for the spinner to be animated."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "0.1.x-dev"
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Laravel\\Prompts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2024-06-27 11:30:27 +00:00
"description": "Add beautiful and user-friendly forms to your command-line applications.",
2023-12-03 20:19:35 +01:00
"support": {
"issues": "https://github.com/laravel/prompts/issues",
2024-06-27 11:30:27 +00:00
"source": "https://github.com/laravel/prompts/tree/v0.1.24"
2023-12-03 20:19:35 +01:00
},
2024-06-27 11:30:27 +00:00
"time": "2024-06-17T13:58:22+00:00"
2023-12-03 20:19:35 +01:00
},
{
"name": "nette/php-generator",
2024-06-27 11:30:30 +00:00
"version": "v4.1.5",
2023-12-03 20:19:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/nette/php-generator.git",
2024-06-27 11:30:30 +00:00
"reference": "690b00d81d42d5633e4457c43ef9754573b6f9d6"
2023-12-03 20:19:35 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:30 +00:00
"url": "https://api.github.com/repos/nette/php-generator/zipball/690b00d81d42d5633e4457c43ef9754573b6f9d6",
"reference": "690b00d81d42d5633e4457c43ef9754573b6f9d6",
2023-12-03 20:19:35 +01:00
"shasum": ""
},
"require": {
"nette/utils": "^3.2.9 || ^4.0",
"php": "8.0 - 8.3"
},
"require-dev": {
"jetbrains/phpstorm-attributes": "dev-master",
"nette/tester": "^2.4",
2024-06-27 11:30:30 +00:00
"nikic/php-parser": "^4.18 || ^5.0",
2023-12-03 20:19:35 +01:00
"phpstan/phpstan": "^1.0",
"tracy/tracy": "^2.8"
},
"suggest": {
"nikic/php-parser": "to use ClassType::from(withBodies: true) & ClassType::fromCode()"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 8.3 features.",
"homepage": "https://nette.org",
"keywords": [
"code",
"nette",
"php",
"scaffolding"
],
"support": {
"issues": "https://github.com/nette/php-generator/issues",
2024-06-27 11:30:30 +00:00
"source": "https://github.com/nette/php-generator/tree/v4.1.5"
2023-12-03 20:19:35 +01:00
},
2024-06-27 11:30:30 +00:00
"time": "2024-05-12T17:31:02+00:00"
2023-12-03 20:19:35 +01:00
},
{
"name": "nette/utils",
2024-06-27 11:30:30 +00:00
"version": "v4.0.4",
2023-12-03 20:19:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
2024-06-27 11:30:30 +00:00
"reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
2023-12-03 20:19:35 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:30 +00:00
"url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
"reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
2023-12-03 20:19:35 +01:00
"shasum": ""
},
"require": {
"php": ">=8.0 <8.4"
},
"conflict": {
"nette/finder": "<3",
"nette/schema": "<1.2.2"
},
"require-dev": {
"jetbrains/phpstorm-attributes": "dev-master",
"nette/tester": "^2.5",
"phpstan/phpstan": "^1.0",
"tracy/tracy": "^2.9"
},
"suggest": {
"ext-gd": "to use Image",
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
"keywords": [
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
"support": {
"issues": "https://github.com/nette/utils/issues",
2024-06-27 11:30:30 +00:00
"source": "https://github.com/nette/utils/tree/v4.0.4"
2023-12-03 20:19:35 +01:00
},
2024-06-27 11:30:30 +00:00
"time": "2024-01-17T16:50:36+00:00"
2023-12-03 20:19:35 +01:00
},
2022-11-29 19:52:02 +01:00
{
"name": "phppkg/cli-markdown",
2023-12-01 11:04:30 +01:00
"version": "v2.0.2",
2022-11-29 19:52:02 +01:00
"source": {
"type": "git",
"url": "https://github.com/phppkg/cli-markdown.git",
2023-12-01 11:04:30 +01:00
"reference": "941b003b9a45da47e4348cb849d5925b5ae17d2c"
2022-11-29 19:52:02 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/phppkg/cli-markdown/zipball/941b003b9a45da47e4348cb849d5925b5ae17d2c",
"reference": "941b003b9a45da47e4348cb849d5925b5ae17d2c",
2022-11-29 19:52:02 +01:00
"shasum": ""
},
"require": {
"cebe/markdown": "^1.2",
"ext-mbstring": "*",
"php": ">8.0.0",
"toolkit/cli-utils": "~2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"PhpPkg\\CliMarkdown\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "inhere",
"email": "in.798@qq.com"
}
],
"description": "Render colored markdown contents on console terminal",
"homepage": "https://github.com/phppkg/cli-markdown",
"support": {
"issues": "https://github.com/phppkg/cli-markdown/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/phppkg/cli-markdown/tree/v2.0.2"
2022-11-29 19:52:02 +01:00
},
2023-12-01 11:04:30 +01:00
"time": "2023-11-10T02:56:32+00:00"
2022-11-29 19:52:02 +01:00
},
2021-12-01 22:46:07 +01:00
{
"name": "psr/container",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"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"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/2.0.2"
},
"time": "2021-11-05T16:47:00+00:00"
},
2023-12-03 20:19:35 +01:00
{
"name": "psr/simple-cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
},
"time": "2021-10-29T13:26:27+00:00"
},
2021-12-01 22:46:07 +01:00
{
"name": "symfony/console",
2024-06-27 11:30:34 +00:00
"version": "v6.4.8",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2024-06-27 11:30:34 +00:00
"reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:34 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/be5854cee0e8c7b110f00d695d11debdfa1a2a91",
"reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2022-11-29 19:52:02 +01:00
"php": ">=8.1",
2023-12-01 11:04:30 +01:00
"symfony/deprecation-contracts": "^2.5|^3",
2021-12-01 22:46:07 +01:00
"symfony/polyfill-mbstring": "~1.0",
2023-12-01 11:04:30 +01:00
"symfony/service-contracts": "^2.5|^3",
"symfony/string": "^5.4|^6.0|^7.0"
2021-12-01 22:46:07 +01:00
},
"conflict": {
2022-11-29 19:52:02 +01:00
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
2021-12-01 22:46:07 +01:00
},
"provide": {
2022-11-29 19:52:02 +01:00
"psr/log-implementation": "1.0|2.0|3.0"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2022-11-29 19:52:02 +01:00
"psr/log": "^1|^2|^3",
2023-12-01 11:04:30 +01:00
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/lock": "^5.4|^6.0|^7.0",
"symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0",
"symfony/stopwatch": "^5.4|^6.0|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"keywords": [
"cli",
2023-12-01 11:04:30 +01:00
"command-line",
2021-12-01 22:46:07 +01:00
"console",
"terminal"
],
"support": {
2024-06-27 11:30:34 +00:00
"source": "https://github.com/symfony/console/tree/v6.4.8"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-06-27 11:30:34 +00:00
"time": "2024-05-31T14:49:08+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/deprecation-contracts",
2024-06-27 11:30:34 +00:00
"version": "v3.5.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2024-06-27 11:30:34 +00:00
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:34 +00:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2022-11-29 19:52:02 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-06-27 11:30:34 +00:00
"dev-main": "3.5-dev"
2021-12-01 22:46:07 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
2024-06-27 11:30:34 +00:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-06-27 11:30:34 +00:00
"time": "2024-04-18T09:32:20+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/polyfill-ctype",
2024-06-27 11:30:34 +00:00
"version": "v1.30.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2024-06-27 11:30:34 +00:00
"reference": "0424dff1c58f028c451efff2045f5d92410bd540"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:34 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540",
"reference": "0424dff1c58f028c451efff2045f5d92410bd540",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2022-11-29 19:52:02 +01:00
"provide": {
"ext-ctype": "*"
},
2021-12-01 22:46:07 +01:00
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-11-29 19:52:02 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2021-12-01 22:46:07 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
2024-06-27 11:30:34 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-06-27 11:30:34 +00:00
"time": "2024-05-31T15:07:36+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/polyfill-intl-grapheme",
2024-06-27 11:30:34 +00:00
"version": "v1.30.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2024-06-27 11:30:34 +00:00
"reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:34 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
"reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-11-29 19:52:02 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
2021-12-01 22:46:07 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
2024-06-27 11:30:34 +00:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-06-27 11:30:34 +00:00
"time": "2024-05-31T15:07:36+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/polyfill-intl-normalizer",
2024-06-27 11:30:34 +00:00
"version": "v1.30.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2024-06-27 11:30:34 +00:00
"reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:34 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb",
"reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-11-29 19:52:02 +01:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
2021-12-01 22:46:07 +01:00
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
2024-06-27 11:30:34 +00:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-06-27 11:30:34 +00:00
"time": "2024-05-31T15:07:36+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/polyfill-mbstring",
2024-06-27 11:30:34 +00:00
"version": "v1.30.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2024-06-27 11:30:34 +00:00
"reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:34 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
"reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2022-11-29 19:52:02 +01:00
"provide": {
"ext-mbstring": "*"
},
2021-12-01 22:46:07 +01:00
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
2022-11-29 19:52:02 +01:00
"Symfony\\Polyfill\\Mbstring\\": ""
}
2021-12-01 22:46:07 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-11-29 19:52:02 +01:00
"description": "Symfony polyfill for the Mbstring extension",
2021-12-01 22:46:07 +01:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2022-11-29 19:52:02 +01:00
"mbstring",
2021-12-01 22:46:07 +01:00
"polyfill",
"portable",
"shim"
],
"support": {
2024-06-27 11:30:34 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-06-27 11:30:34 +00:00
"time": "2024-06-19T12:30:46+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/service-contracts",
2024-06-27 11:30:34 +00:00
"version": "v3.5.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2024-06-27 11:30:34 +00:00
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:34 +00:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2022-11-29 19:52:02 +01:00
"php": ">=8.1",
2024-06-27 11:30:34 +00:00
"psr/container": "^1.1|^2.0",
"symfony/deprecation-contracts": "^2.5|^3"
2021-12-01 22:46:07 +01:00
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"type": "library",
"extra": {
"branch-alias": {
2024-06-27 11:30:34 +00:00
"dev-main": "3.5-dev"
2021-12-01 22:46:07 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
2022-11-29 19:52:02 +01:00
},
"exclude-from-classmap": [
"/Test/"
]
2021-12-01 22:46:07 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
2024-06-27 11:30:34 +00:00
"source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-06-27 11:30:34 +00:00
"time": "2024-04-18T09:32:20+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/string",
2024-06-27 11:30:34 +00:00
"version": "v7.1.1",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2024-06-27 11:30:34 +00:00
"reference": "60bc311c74e0af215101235aa6f471bcbc032df2"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:34 +00:00
"url": "https://api.github.com/repos/symfony/string/zipball/60bc311c74e0af215101235aa6f471bcbc032df2",
"reference": "60bc311c74e0af215101235aa6f471bcbc032df2",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.2",
2021-12-01 22:46:07 +01:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
2023-12-01 11:04:30 +01:00
"symfony/translation-contracts": "<2.5"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2024-06-27 11:30:34 +00:00
"symfony/emoji": "^7.1",
2023-12-01 11:04:30 +01:00
"symfony/error-handler": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
"symfony/translation-contracts": "^2.5|^3.0",
"symfony/var-exporter": "^6.4|^7.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
2022-11-29 19:52:02 +01:00
"psr-4": {
"Symfony\\Component\\String\\": ""
},
2021-12-01 22:46:07 +01:00
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"support": {
2024-06-27 11:30:34 +00:00
"source": "https://github.com/symfony/string/tree/v7.1.1"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-06-27 11:30:34 +00:00
"time": "2024-06-04T06:40:14+00:00"
2022-11-29 19:52:02 +01:00
},
2021-12-01 22:46:07 +01:00
{
2022-11-29 19:52:02 +01:00
"name": "toolkit/cli-utils",
"version": "v2.0.3",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
2022-11-29 19:52:02 +01:00
"url": "https://github.com/php-toolkit/cli-utils.git",
"reference": "bc07930a1669372566d8bc9f521a57cc3bb5b499"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2022-11-29 19:52:02 +01:00
"url": "https://api.github.com/repos/php-toolkit/cli-utils/zipball/bc07930a1669372566d8bc9f521a57cc3bb5b499",
"reference": "bc07930a1669372566d8bc9f521a57cc3bb5b499",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2022-11-29 19:52:02 +01:00
"php": ">8.0.0"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2022-11-29 19:52:02 +01:00
"ext-posix": "*",
"ext-readline": "*"
2021-12-01 22:46:07 +01:00
},
2022-11-29 19:52:02 +01:00
"suggest": {
"inhere/console": "a lightweight php console application library.",
"toolkit/pflag": "Command line flag parse library of the php"
2021-12-01 22:46:07 +01:00
},
2022-11-29 19:52:02 +01:00
"type": "library",
2021-12-01 22:46:07 +01:00
"autoload": {
"psr-4": {
2022-11-29 19:52:02 +01:00
"Toolkit\\Cli\\": "src/"
2021-12-01 22:46:07 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-11-29 19:52:02 +01:00
"name": "inhere",
"email": "in.798@qq.com",
"homepage": "http://github.com/inhere"
2021-12-01 22:46:07 +01:00
}
],
2022-11-29 19:52:02 +01:00
"description": "useful cli tool library of the php",
"homepage": "https://github.com/php-toolkit/cli-utils",
2021-12-01 22:46:07 +01:00
"keywords": [
2022-11-29 19:52:02 +01:00
"cli",
"cli-color",
"command-line",
"library",
"php",
"tool"
2021-12-01 22:46:07 +01:00
],
"support": {
2022-11-29 19:52:02 +01:00
"issues": "https://github.com/php-toolkit/cli-utils/issues",
"source": "https://github.com/php-toolkit/cli-utils/tree/v2.0.3"
2021-12-01 22:46:07 +01:00
},
2022-11-29 19:52:02 +01:00
"time": "2022-06-15T08:50:01+00:00"
}
],
"packages-dev": [
2023-12-03 16:50:09 +01:00
{
"name": "brianium/paratest",
"version": "v7.3.1",
"source": {
"type": "git",
"url": "https://github.com/paratestphp/paratest.git",
"reference": "551f46f52a93177d873f3be08a1649ae886b4a30"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paratestphp/paratest/zipball/551f46f52a93177d873f3be08a1649ae886b4a30",
"reference": "551f46f52a93177d873f3be08a1649ae886b4a30",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-simplexml": "*",
"fidry/cpu-core-counter": "^0.5.1 || ^1.0.0",
"jean85/pretty-package-versions": "^2.0.5",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"phpunit/php-code-coverage": "^10.1.7",
"phpunit/php-file-iterator": "^4.1.0",
"phpunit/php-timer": "^6.0",
"phpunit/phpunit": "^10.4.2",
"sebastian/environment": "^6.0.1",
"symfony/console": "^6.3.4 || ^7.0.0",
"symfony/process": "^6.3.4 || ^7.0.0"
},
"require-dev": {
"doctrine/coding-standard": "^12.0.0",
"ext-pcov": "*",
"ext-posix": "*",
"infection/infection": "^0.27.6",
"phpstan/phpstan": "^1.10.40",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
"squizlabs/php_codesniffer": "^3.7.2",
"symfony/filesystem": "^6.3.1 || ^7.0.0"
},
"bin": [
"bin/paratest",
"bin/paratest.bat",
"bin/paratest_for_phpstorm"
],
"type": "library",
"autoload": {
"psr-4": {
"ParaTest\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Scaturro",
"email": "scaturrob@gmail.com",
"role": "Developer"
},
{
"name": "Filippo Tessarotto",
"email": "zoeslam@gmail.com",
"role": "Developer"
}
],
"description": "Parallel testing for PHP",
"homepage": "https://github.com/paratestphp/paratest",
"keywords": [
"concurrent",
"parallel",
"phpunit",
"testing"
],
"support": {
"issues": "https://github.com/paratestphp/paratest/issues",
"source": "https://github.com/paratestphp/paratest/tree/v7.3.1"
},
"funding": [
{
"url": "https://github.com/sponsors/Slamdunk",
"type": "github"
},
{
"url": "https://paypal.me/filippotessarotto",
"type": "paypal"
}
],
"time": "2023-10-31T09:24:17+00:00"
},
2022-11-29 19:52:02 +01:00
{
"name": "composer/pcre",
2023-12-01 11:04:30 +01:00
"version": "3.1.1",
2022-11-29 19:52:02 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
2023-12-01 11:04:30 +01:00
"reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
2022-11-29 19:52:02 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
"reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
2022-11-29 19:52:02 +01:00
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Pcre\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
"keywords": [
"PCRE",
"preg",
"regex",
"regular expression"
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/composer/pcre/tree/3.1.1"
2022-11-29 19:52:02 +01:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
2021-12-01 22:46:07 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-10-11T07:11:09+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "composer/semver",
2023-12-01 11:04:30 +01:00
"version": "3.4.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2023-12-01 11:04:30 +01:00
"reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
"reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
2022-11-29 19:52:02 +01:00
"phpstan/phpstan": "^1.4",
2021-12-01 22:46:07 +01:00
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"support": {
2023-12-01 11:04:30 +01:00
"irc": "ircs://irc.libera.chat:6697/composer",
2021-12-01 22:46:07 +01:00
"issues": "https://github.com/composer/semver/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/composer/semver/tree/3.4.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-08-31T09:50:34+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "composer/xdebug-handler",
2022-11-29 19:52:02 +01:00
"version": "3.0.3",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2022-11-29 19:52:02 +01:00
"reference": "ced299686f41dce890debac69273b47ffe98a40c"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2022-11-29 19:52:02 +01:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
"reference": "ced299686f41dce890debac69273b47ffe98a40c",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2022-11-29 19:52:02 +01:00
"composer/pcre": "^1 || ^2 || ^3",
"php": "^7.2.5 || ^8.0",
2021-12-01 22:46:07 +01:00
"psr/log": "^1 || ^2 || ^3"
},
"require-dev": {
2021-12-09 22:41:22 +01:00
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
2022-11-29 19:52:02 +01:00
"symfony/phpunit-bridge": "^6.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
2022-11-29 19:52:02 +01:00
"source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2022-11-29 19:52:02 +01:00
"time": "2022-02-25T21:32:43+00:00"
2021-12-01 22:46:07 +01:00
},
2023-12-03 16:50:09 +01:00
{
"name": "doctrine/deprecations",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9",
"phpstan/phpstan": "1.4.10 || 1.10.15",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "0.18.4",
"psr/log": "^1 || ^2 || ^3",
"vimeo/psalm": "4.30.0 || 5.12.0"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/1.1.2"
},
"time": "2023-09-27T20:04:15+00:00"
},
{
"name": "fidry/cpu-core-counter",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/theofidry/cpu-core-counter.git",
"reference": "85193c0b0cb5c47894b5eaec906e946f054e7077"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/85193c0b0cb5c47894b5eaec906e946f054e7077",
"reference": "85193c0b0cb5c47894b5eaec906e946f054e7077",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"fidry/makefile": "^0.2.0",
"fidry/php-cs-fixer-config": "^1.1.2",
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.2.2",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpunit/phpunit": "^8.5.31 || ^9.5.26",
"webmozarts/strict-phpunit": "^7.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Fidry\\CpuCoreCounter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Théo FIDRY",
"email": "theo.fidry@gmail.com"
}
],
"description": "Tiny utility to get the number of CPU cores.",
"keywords": [
"CPU",
"core"
],
"support": {
"issues": "https://github.com/theofidry/cpu-core-counter/issues",
"source": "https://github.com/theofidry/cpu-core-counter/tree/1.0.0"
},
"funding": [
{
"url": "https://github.com/theofidry",
"type": "github"
}
],
"time": "2023-09-17T21:38:23+00:00"
},
2021-12-01 22:46:07 +01:00
{
2021-12-09 22:41:22 +01:00
"name": "filp/whoops",
2023-12-01 11:04:30 +01:00
"version": "2.15.4",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
2021-12-09 22:41:22 +01:00
"url": "https://github.com/filp/whoops.git",
2023-12-01 11:04:30 +01:00
"reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
"reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2021-12-09 22:41:22 +01:00
"php": "^5.5.9 || ^7.0 || ^8.0",
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2021-12-09 22:41:22 +01:00
"mockery/mockery": "^0.9 || ^1.0",
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-12-09 22:41:22 +01:00
"dev-master": "2.7-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"psr-4": {
2021-12-09 22:41:22 +01:00
"Whoops\\": "src/Whoops/"
2021-12-01 22:46:07 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-12-09 22:41:22 +01:00
"MIT"
2021-12-01 22:46:07 +01:00
],
"authors": [
{
2021-12-09 22:41:22 +01:00
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
2021-12-01 22:46:07 +01:00
}
],
2021-12-09 22:41:22 +01:00
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
2021-12-01 22:46:07 +01:00
"keywords": [
2021-12-09 22:41:22 +01:00
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
2021-12-01 22:46:07 +01:00
],
"support": {
2021-12-09 22:41:22 +01:00
"issues": "https://github.com/filp/whoops/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/filp/whoops/tree/2.15.4"
2021-12-01 22:46:07 +01:00
},
2021-12-09 22:41:22 +01:00
"funding": [
{
"url": "https://github.com/denis-sokolov",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-11-03T12:00:00+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "friendsofphp/php-cs-fixer",
2023-12-01 11:04:30 +01:00
"version": "v3.40.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
2022-11-29 19:52:02 +01:00
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
2023-12-01 11:04:30 +01:00
"reference": "27d2b3265b5d550ec411b4319967ae7cfddfb2e0"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/27d2b3265b5d550ec411b4319967ae7cfddfb2e0",
"reference": "27d2b3265b5d550ec411b4319967ae7cfddfb2e0",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"composer/semver": "^3.4",
2022-11-29 19:52:02 +01:00
"composer/xdebug-handler": "^3.0.3",
2021-12-01 22:46:07 +01:00
"ext-json": "*",
"ext-tokenizer": "*",
2022-11-29 19:52:02 +01:00
"php": "^7.4 || ^8.0",
2023-12-01 11:04:30 +01:00
"sebastian/diff": "^4.0 || ^5.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
"symfony/finder": "^5.4 || ^6.0 || ^7.0",
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0",
"symfony/polyfill-mbstring": "^1.28",
"symfony/polyfill-php80": "^1.28",
"symfony/polyfill-php81": "^1.28",
"symfony/process": "^5.4 || ^6.0 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"facile-it/paraunit": "^1.3 || ^2.0",
2021-12-01 22:46:07 +01:00
"justinrainbow/json-schema": "^5.2",
2023-12-01 11:04:30 +01:00
"keradus/cli-executor": "^2.1",
"mikey179/vfsstream": "^1.6.11",
"php-coveralls/php-coveralls": "^2.7",
2021-12-01 22:46:07 +01:00
"php-cs-fixer/accessible-object": "^1.1",
2023-12-01 11:04:30 +01:00
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.4",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.4",
"phpspec/prophecy": "^1.17",
2022-11-29 19:52:02 +01:00
"phpspec/prophecy-phpunit": "^2.0",
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^9.6",
"symfony/phpunit-bridge": "^6.3.8 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
2021-12-01 22:46:07 +01:00
},
"suggest": {
"ext-dom": "For handling output formats in XML",
"ext-mbstring": "For handling non-UTF8 characters."
},
"bin": [
"php-cs-fixer"
],
"type": "application",
"autoload": {
"psr-4": {
"PhpCsFixer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
}
],
"description": "A tool to automatically fix PHP code style",
2023-12-01 11:04:30 +01:00
"keywords": [
"Static code analysis",
"fixer",
"standards",
"static analysis"
],
2021-12-01 22:46:07 +01:00
"support": {
2022-11-29 19:52:02 +01:00
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.40.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/keradus",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-11-26T09:25:53+00:00"
2021-12-01 22:46:07 +01:00
},
2023-12-03 16:50:09 +01:00
{
"name": "jean85/pretty-package-versions",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
"reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
"reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2.0.0",
"php": "^7.1|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.17",
"jean85/composer-provided-replaced-stub-package": "^1.0",
"phpstan/phpstan": "^0.12.66",
"phpunit/phpunit": "^7.5|^8.5|^9.4",
"vimeo/psalm": "^4.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Jean85\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alessandro Lai",
"email": "alessandro.lai85@gmail.com"
}
],
"description": "A library to get pretty versions strings of installed dependencies",
"keywords": [
"composer",
"package",
"release",
"versions"
],
"support": {
"issues": "https://github.com/Jean85/pretty-package-versions/issues",
"source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
},
"time": "2021-10-08T21:21:46+00:00"
},
2021-12-01 22:46:07 +01:00
{
"name": "jetbrains/phpstorm-attributes",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/JetBrains/phpstorm-attributes.git",
"reference": "a7a83ae5df4dd3c0875484483de19de8edf60a9f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JetBrains/phpstorm-attributes/zipball/a7a83ae5df4dd3c0875484483de19de8edf60a9f",
"reference": "a7a83ae5df4dd3c0875484483de19de8edf60a9f",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"JetBrains\\PhpStorm\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "JetBrains",
"homepage": "https://www.jetbrains.com"
}
],
"description": "PhpStorm specific attributes",
"keywords": [
"attributes",
"jetbrains",
"phpstorm"
],
"support": {
"issues": "https://youtrack.jetbrains.com/newIssue?project=WI",
"source": "https://github.com/JetBrains/phpstorm-attributes/tree/1.0"
},
"time": "2020-11-17T11:09:47+00:00"
},
{
"name": "myclabs/deep-copy",
2023-12-01 11:04:30 +01:00
"version": "1.11.1",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2023-12-01 11:04:30 +01:00
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
2022-11-29 19:52:02 +01:00
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2022-11-29 19:52:02 +01:00
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"autoload": {
"files": [
"src/DeepCopy/deep_copy.php"
2022-11-29 19:52:02 +01:00
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
2021-12-01 22:46:07 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-03-08T13:26:56+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "nikic/php-parser",
2023-12-01 11:04:30 +01:00
"version": "v4.17.1",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2023-12-01 11:04:30 +01:00
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
2022-11-29 19:52:02 +01:00
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
2021-12-01 22:46:07 +01:00
},
2022-11-29 19:52:02 +01:00
"bin": [
"bin/php-parse"
],
2021-12-01 22:46:07 +01:00
"type": "library",
"extra": {
"branch-alias": {
2022-11-29 19:52:02 +01:00
"dev-master": "4.9-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"psr-4": {
2022-11-29 19:52:02 +01:00
"PhpParser\\": "lib/PhpParser"
2021-12-01 22:46:07 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-11-29 19:52:02 +01:00
"BSD-3-Clause"
2021-12-01 22:46:07 +01:00
],
"authors": [
{
2022-11-29 19:52:02 +01:00
"name": "Nikita Popov"
2021-12-01 22:46:07 +01:00
}
],
2022-11-29 19:52:02 +01:00
"description": "A PHP parser written in PHP",
2021-12-01 22:46:07 +01:00
"keywords": [
2022-11-29 19:52:02 +01:00
"parser",
"php"
2021-12-01 22:46:07 +01:00
],
"support": {
2022-11-29 19:52:02 +01:00
"issues": "https://github.com/nikic/PHP-Parser/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
2021-12-01 22:46:07 +01:00
},
2023-12-01 11:04:30 +01:00
"time": "2023-08-13T19:53:39+00:00"
2021-12-01 22:46:07 +01:00
},
{
2022-11-29 19:52:02 +01:00
"name": "nunomaduro/collision",
2023-12-01 11:04:30 +01:00
"version": "v7.10.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
2022-11-29 19:52:02 +01:00
"url": "https://github.com/nunomaduro/collision.git",
2023-12-01 11:04:30 +01:00
"reference": "49ec67fa7b002712da8526678abd651c09f375b2"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/49ec67fa7b002712da8526678abd651c09f375b2",
"reference": "49ec67fa7b002712da8526678abd651c09f375b2",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"filp/whoops": "^2.15.3",
"nunomaduro/termwind": "^1.15.1",
"php": "^8.1.0",
"symfony/console": "^6.3.4"
},
"conflict": {
"laravel/framework": ">=11.0.0"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"brianium/paratest": "^7.3.0",
"laravel/framework": "^10.28.0",
"laravel/pint": "^1.13.3",
"laravel/sail": "^1.25.0",
"laravel/sanctum": "^3.3.1",
"laravel/tinker": "^2.8.2",
"nunomaduro/larastan": "^2.6.4",
"orchestra/testbench-core": "^8.13.0",
"pestphp/pest": "^2.23.2",
"phpunit/phpunit": "^10.4.1",
"sebastian/environment": "^6.0.1",
"spatie/laravel-ignition": "^2.3.1"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
2022-11-29 19:52:02 +01:00
"laravel": {
"providers": [
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
]
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
2023-12-01 11:04:30 +01:00
"files": [
"./src/Adapters/Phpunit/Autoload.php"
],
2021-12-01 22:46:07 +01:00
"psr-4": {
2022-11-29 19:52:02 +01:00
"NunoMaduro\\Collision\\": "src/"
2021-12-01 22:46:07 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-11-29 19:52:02 +01:00
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
2021-12-01 22:46:07 +01:00
}
],
2022-11-29 19:52:02 +01:00
"description": "Cli error handling for console/command-line PHP applications.",
"keywords": [
"artisan",
"cli",
"command-line",
"console",
"error",
"handling",
"laravel",
"laravel-zero",
"php",
"symfony"
],
2021-12-01 22:46:07 +01:00
"support": {
2022-11-29 19:52:02 +01:00
"issues": "https://github.com/nunomaduro/collision/issues",
"source": "https://github.com/nunomaduro/collision"
2021-12-01 22:46:07 +01:00
},
2022-11-29 19:52:02 +01:00
"funding": [
{
"url": "https://www.paypal.com/paypalme/enunomaduro",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://www.patreon.com/nunomaduro",
"type": "patreon"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-10-11T15:45:01+00:00"
},
{
"name": "nunomaduro/termwind",
"version": "v1.15.1",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/termwind.git",
"reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
"reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^8.0",
"symfony/console": "^5.3.0|^6.0.0"
},
"require-dev": {
"ergebnis/phpstan-rules": "^1.0.",
"illuminate/console": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"laravel/pint": "^1.0.0",
"pestphp/pest": "^1.21.0",
"pestphp/pest-plugin-mock": "^1.0",
"phpstan/phpstan": "^1.4.6",
"phpstan/phpstan-strict-rules": "^1.1.0",
"symfony/var-dumper": "^5.2.7|^6.0.0",
"thecodingmachine/phpstan-strict-rules": "^1.0.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Termwind\\Laravel\\TermwindServiceProvider"
]
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Termwind\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Its like Tailwind CSS, but for the console.",
"keywords": [
"cli",
"console",
"css",
"package",
"php",
"style"
],
"support": {
"issues": "https://github.com/nunomaduro/termwind/issues",
"source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
},
"funding": [
{
"url": "https://www.paypal.com/paypalme/enunomaduro",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://github.com/xiCO2k",
"type": "github"
}
],
"time": "2023-02-08T01:06:31+00:00"
2021-12-01 22:46:07 +01:00
},
2023-12-03 16:50:09 +01:00
{
"name": "pestphp/pest",
"version": "v2.26.0",
"source": {
"type": "git",
"url": "https://github.com/pestphp/pest.git",
"reference": "90fb8c602cf982ec973c2d13b31ce7510154ebc2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pestphp/pest/zipball/90fb8c602cf982ec973c2d13b31ce7510154ebc2",
"reference": "90fb8c602cf982ec973c2d13b31ce7510154ebc2",
"shasum": ""
},
"require": {
"brianium/paratest": "^7.3.1",
"nunomaduro/collision": "^7.10.0|^8.0.0",
"nunomaduro/termwind": "^1.15.1|^2.0.0",
"pestphp/pest-plugin": "^2.1.1",
"pestphp/pest-plugin-arch": "^2.4.1",
"php": "^8.1.0",
"phpunit/phpunit": "^10.4.2"
},
"conflict": {
"phpunit/phpunit": ">10.4.2",
"sebastian/exporter": "<5.1.0",
"webmozart/assert": "<1.11.0"
},
"require-dev": {
"pestphp/pest-dev-tools": "^2.16.0",
"pestphp/pest-plugin-type-coverage": "^2.5.0",
"symfony/process": "^6.3.4"
},
"bin": [
"bin/pest"
],
"type": "library",
"extra": {
"pest": {
"plugins": [
"Pest\\Plugins\\Bail",
"Pest\\Plugins\\Cache",
"Pest\\Plugins\\Coverage",
"Pest\\Plugins\\Init",
"Pest\\Plugins\\Environment",
"Pest\\Plugins\\Help",
"Pest\\Plugins\\Memory",
"Pest\\Plugins\\Only",
"Pest\\Plugins\\Printer",
"Pest\\Plugins\\ProcessIsolation",
"Pest\\Plugins\\Profile",
"Pest\\Plugins\\Retry",
"Pest\\Plugins\\Snapshot",
"Pest\\Plugins\\Verbose",
"Pest\\Plugins\\Version",
"Pest\\Plugins\\Parallel"
]
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"autoload": {
"files": [
"src/Functions.php",
"src/Pest.php"
],
"psr-4": {
"Pest\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "The elegant PHP Testing Framework.",
"keywords": [
"framework",
"pest",
"php",
"test",
"testing",
"unit"
],
"support": {
"issues": "https://github.com/pestphp/pest/issues",
"source": "https://github.com/pestphp/pest/tree/v2.26.0"
},
"funding": [
{
"url": "https://www.paypal.com/paypalme/enunomaduro",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
}
],
"time": "2023-11-29T09:09:09+00:00"
},
{
"name": "pestphp/pest-plugin",
"version": "v2.1.1",
"source": {
"type": "git",
"url": "https://github.com/pestphp/pest-plugin.git",
"reference": "e05d2859e08c2567ee38ce8b005d044e72648c0b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pestphp/pest-plugin/zipball/e05d2859e08c2567ee38ce8b005d044e72648c0b",
"reference": "e05d2859e08c2567ee38ce8b005d044e72648c0b",
"shasum": ""
},
"require": {
"composer-plugin-api": "^2.0.0",
"composer-runtime-api": "^2.2.2",
"php": "^8.1"
},
"conflict": {
"pestphp/pest": "<2.2.3"
},
"require-dev": {
"composer/composer": "^2.5.8",
"pestphp/pest": "^2.16.0",
"pestphp/pest-dev-tools": "^2.16.0"
},
"type": "composer-plugin",
"extra": {
"class": "Pest\\Plugin\\Manager"
},
"autoload": {
"psr-4": {
"Pest\\Plugin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "The Pest plugin manager",
"keywords": [
"framework",
"manager",
"pest",
"php",
"plugin",
"test",
"testing",
"unit"
],
"support": {
"source": "https://github.com/pestphp/pest-plugin/tree/v2.1.1"
},
"funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://www.patreon.com/nunomaduro",
"type": "patreon"
}
],
"time": "2023-08-22T08:40:06+00:00"
},
{
"name": "pestphp/pest-plugin-arch",
"version": "v2.4.1",
"source": {
"type": "git",
"url": "https://github.com/pestphp/pest-plugin-arch.git",
"reference": "59698f0a381c5bc4fa2cd5b6ed331067c4501fdb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/59698f0a381c5bc4fa2cd5b6ed331067c4501fdb",
"reference": "59698f0a381c5bc4fa2cd5b6ed331067c4501fdb",
"shasum": ""
},
"require": {
"nunomaduro/collision": "^7.10.0|^8.0.0",
"pestphp/pest-plugin": "^2.1.1",
"php": "^8.1",
"ta-tikoma/phpunit-architecture-test": "^0.7.5"
},
"require-dev": {
"pestphp/pest": "^2.23.2",
"pestphp/pest-dev-tools": "^2.16.0"
},
"type": "library",
"autoload": {
"files": [
"src/Autoload.php"
],
"psr-4": {
"Pest\\Arch\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "The Arch plugin for Pest PHP.",
"keywords": [
"arch",
"architecture",
"framework",
"pest",
"php",
"plugin",
"test",
"testing",
"unit"
],
"support": {
"source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.4.1"
},
"funding": [
{
"url": "https://www.paypal.com/paypalme/enunomaduro",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
}
],
"time": "2023-10-12T15:35:38+00:00"
},
2021-12-01 22:46:07 +01:00
{
2022-11-29 19:52:02 +01:00
"name": "phar-io/manifest",
"version": "2.0.3",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
2022-11-29 19:52:02 +01:00
"url": "https://github.com/phar-io/manifest.git",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2022-11-29 19:52:02 +01:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2022-11-29 19:52:02 +01:00
"ext-dom": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-11-29 19:52:02 +01:00
"dev-master": "2.0.x-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
2022-11-29 19:52:02 +01:00
"classmap": [
"src/"
]
2021-12-01 22:46:07 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-11-29 19:52:02 +01:00
"BSD-3-Clause"
2021-12-01 22:46:07 +01:00
],
"authors": [
{
2022-11-29 19:52:02 +01:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2021-12-01 22:46:07 +01:00
}
],
2022-11-29 19:52:02 +01:00
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2021-12-01 22:46:07 +01:00
"support": {
2022-11-29 19:52:02 +01:00
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
2021-12-01 22:46:07 +01:00
},
2022-11-29 19:52:02 +01:00
"time": "2021-07-20T11:28:43+00:00"
2021-12-01 22:46:07 +01:00
},
{
2022-11-29 19:52:02 +01:00
"name": "phar-io/version",
"version": "3.2.1",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
2022-11-29 19:52:02 +01:00
"url": "https://github.com/phar-io/version.git",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2022-11-29 19:52:02 +01:00
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2022-11-29 19:52:02 +01:00
"php": "^7.2 || ^8.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"autoload": {
2022-11-29 19:52:02 +01:00
"classmap": [
"src/"
]
2021-12-01 22:46:07 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-11-29 19:52:02 +01:00
"BSD-3-Clause"
2021-12-01 22:46:07 +01:00
],
"authors": [
{
2022-11-29 19:52:02 +01:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
2021-12-01 22:46:07 +01:00
},
{
2022-11-29 19:52:02 +01:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2021-12-01 22:46:07 +01:00
}
],
2022-11-29 19:52:02 +01:00
"description": "Library for handling version information and constraints",
2021-12-01 22:46:07 +01:00
"support": {
2022-11-29 19:52:02 +01:00
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.2.1"
2021-12-09 22:41:22 +01:00
},
2022-11-29 19:52:02 +01:00
"time": "2022-02-21T01:04:05+00:00"
2021-12-09 22:41:22 +01:00
},
2023-12-03 16:50:09 +01:00
{
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
"time": "2020-06-27T09:03:43+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "5.3.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
},
"time": "2021-10-19T17:43:47+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.7.3",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
"reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.0",
"php": "^7.4 || ^8.0",
"phpdocumentor/reflection-common": "^2.0",
"phpstan/phpdoc-parser": "^1.13"
},
"require-dev": {
"ext-tokenizer": "*",
"phpbench/phpbench": "^1.2",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.13.9",
"vimeo/psalm": "^4.25"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.3"
},
"time": "2023-08-12T11:01:26+00:00"
},
{
"name": "phpstan/phpdoc-parser",
"version": "1.24.4",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6bd0c26f3786cd9b7c359675cb789e35a8e07496",
"reference": "6bd0c26f3786cd9b7c359675cb789e35a8e07496",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/annotations": "^2.0",
"nikic/php-parser": "^4.15",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"symfony/process": "^5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.4"
},
"time": "2023-11-26T18:29:22+00:00"
},
2021-12-09 22:41:22 +01:00
{
"name": "phpstan/phpstan",
2024-06-27 03:00:51 +00:00
"version": "1.11.5",
2021-12-09 22:41:22 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2024-06-27 03:00:51 +00:00
"reference": "490f0ae1c92b082f154681d7849aee776a7c1443"
2021-12-09 22:41:22 +01:00
},
"dist": {
"type": "zip",
2024-06-27 03:00:51 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/490f0ae1c92b082f154681d7849aee776a7c1443",
"reference": "490f0ae1c92b082f154681d7849aee776a7c1443",
2021-12-09 22:41:22 +01:00
"shasum": ""
},
"require": {
2022-11-29 19:52:02 +01:00
"php": "^7.2|^8.0"
2021-12-09 22:41:22 +01:00
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
2021-12-01 22:46:07 +01:00
},
2021-12-09 22:41:22 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
2022-11-29 19:52:02 +01:00
"keywords": [
"dev",
"static analysis"
],
2021-12-09 22:41:22 +01:00
"support": {
2023-12-01 11:04:30 +01:00
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
2021-12-09 22:41:22 +01:00
"issues": "https://github.com/phpstan/phpstan/issues",
2023-12-01 11:04:30 +01:00
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
2021-12-09 22:41:22 +01:00
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
}
],
2024-06-27 03:00:51 +00:00
"time": "2024-06-17T15:10:54+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "phpunit/php-code-coverage",
2023-12-01 11:04:30 +01:00
"version": "10.1.9",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2023-12-01 11:04:30 +01:00
"reference": "a56a9ab2f680246adcf3db43f38ddf1765774735"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/a56a9ab2f680246adcf3db43f38ddf1765774735",
"reference": "a56a9ab2f680246adcf3db43f38ddf1765774735",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
2023-12-01 11:04:30 +01:00
"nikic/php-parser": "^4.15",
"php": ">=8.1",
"phpunit/php-file-iterator": "^4.0",
"phpunit/php-text-template": "^3.0",
"sebastian/code-unit-reverse-lookup": "^3.0",
"sebastian/complexity": "^3.0",
"sebastian/environment": "^6.0",
"sebastian/lines-of-code": "^2.0",
"sebastian/version": "^4.0",
2021-12-01 22:46:07 +01:00
"theseer/tokenizer": "^1.2.0"
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.1"
2021-12-01 22:46:07 +01:00
},
"suggest": {
2023-12-01 11:04:30 +01:00
"ext-pcov": "PHP extension that provides line coverage",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "10.1-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
2023-12-01 11:04:30 +01:00
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.9"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-11-23T12:23:20+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "phpunit/php-file-iterator",
2023-12-01 11:04:30 +01:00
"version": "4.1.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2023-12-01 11:04:30 +01:00
"reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
"reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "4.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
2023-12-01 11:04:30 +01:00
"security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-08-31T06:24:48+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "phpunit/php-invoker",
2023-12-01 11:04:30 +01:00
"version": "4.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
2023-12-01 11:04:30 +01:00
"reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
"reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
"ext-pcntl": "*",
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"suggest": {
"ext-pcntl": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "4.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
"keywords": [
"process"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-02-03T06:56:09+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "phpunit/php-text-template",
2023-12-01 11:04:30 +01:00
"version": "3.0.1",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2023-12-01 11:04:30 +01:00
"reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
"reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "3.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
2023-12-01 11:04:30 +01:00
"security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-08-31T14:07:24+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "phpunit/php-timer",
2023-12-01 11:04:30 +01:00
"version": "6.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2023-12-01 11:04:30 +01:00
"reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
"reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "6.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-02-03T06:57:52+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "phpunit/phpunit",
2023-12-03 16:50:09 +01:00
"version": "10.4.2",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2023-12-03 16:50:09 +01:00
"reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-03 16:50:09 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1",
"reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.10.1",
"phar-io/manifest": "^2.0.3",
"phar-io/version": "^3.0.2",
2023-12-01 11:04:30 +01:00
"php": ">=8.1",
"phpunit/php-code-coverage": "^10.1.5",
"phpunit/php-file-iterator": "^4.0",
"phpunit/php-invoker": "^4.0",
"phpunit/php-text-template": "^3.0",
"phpunit/php-timer": "^6.0",
"sebastian/cli-parser": "^2.0",
"sebastian/code-unit": "^2.0",
"sebastian/comparator": "^5.0",
"sebastian/diff": "^5.0",
"sebastian/environment": "^6.0",
"sebastian/exporter": "^5.1",
"sebastian/global-state": "^6.0.1",
"sebastian/object-enumerator": "^5.0",
"sebastian/recursion-context": "^5.0",
"sebastian/type": "^4.0",
"sebastian/version": "^4.0"
2021-12-01 22:46:07 +01:00
},
"suggest": {
2023-12-01 11:04:30 +01:00
"ext-soap": "To be able to generate mocks based on WSDL files"
2021-12-01 22:46:07 +01:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2023-12-03 16:50:09 +01:00
"dev-main": "10.4-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"files": [
"src/Framework/Assert/Functions.php"
2022-11-29 19:52:02 +01:00
],
"classmap": [
"src/"
2021-12-01 22:46:07 +01:00
]
},
"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"
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2023-12-01 11:04:30 +01:00
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
2023-12-03 16:50:09 +01:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.2"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
2022-11-29 19:52:02 +01:00
"url": "https://phpunit.de/sponsors.html",
2021-12-01 22:46:07 +01:00
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2022-11-29 19:52:02 +01:00
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
2021-12-01 22:46:07 +01:00
}
],
2023-12-03 16:50:09 +01:00
"time": "2023-10-26T07:21:45+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
"support": {
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
},
"time": "2019-01-08T18:20:26+00:00"
},
{
"name": "psr/log",
2022-11-29 19:52:02 +01:00
"version": "3.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2022-11-29 19:52:02 +01:00
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2022-11-29 19:52:02 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
2022-11-29 19:52:02 +01:00
"dev-master": "3.x-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
}
},
"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"
],
"support": {
2022-11-29 19:52:02 +01:00
"source": "https://github.com/php-fig/log/tree/3.0.0"
},
"time": "2021-07-14T16:46:02+00:00"
},
{
"name": "rector/rector",
2024-06-27 11:30:53 +00:00
"version": "0.19.8",
2022-11-29 19:52:02 +01:00
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
2024-06-27 11:30:53 +00:00
"reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947"
2022-11-29 19:52:02 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:53 +00:00
"url": "https://api.github.com/repos/rectorphp/rector/zipball/de3b3bb159abd704b144aa86fb244f7f1f4ac947",
"reference": "de3b3bb159abd704b144aa86fb244f7f1f4ac947",
2022-11-29 19:52:02 +01:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
2024-06-27 11:30:53 +00:00
"phpstan/phpstan": "^1.10.56"
2022-11-29 19:52:02 +01:00
},
"conflict": {
"rector/rector-doctrine": "*",
"rector/rector-downgrade-php": "*",
"rector/rector-phpunit": "*",
"rector/rector-symfony": "*"
},
"bin": [
"bin/rector"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
2023-12-01 11:04:30 +01:00
"keywords": [
"automation",
"dev",
"migration",
"refactoring"
],
2022-11-29 19:52:02 +01:00
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
2024-06-27 11:30:53 +00:00
"source": "https://github.com/rectorphp/rector/tree/0.19.8"
2021-12-01 22:46:07 +01:00
},
2022-11-29 19:52:02 +01:00
"funding": [
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
2024-06-27 11:30:53 +00:00
"time": "2024-02-05T10:59:13+00:00"
2023-12-01 11:04:30 +01:00
},
{
"name": "robiningelbrecht/phpunit-pretty-print",
"version": "v1.2.4",
"source": {
"type": "git",
"url": "https://github.com/robiningelbrecht/phpunit-pretty-print.git",
"reference": "5d42dbf9d92a6299d3307d59b1a67c9eba22e065"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/robiningelbrecht/phpunit-pretty-print/zipball/5d42dbf9d92a6299d3307d59b1a67c9eba22e065",
"reference": "5d42dbf9d92a6299d3307d59b1a67c9eba22e065",
"shasum": ""
},
"require": {
"nunomaduro/collision": "^7.8",
"php": "^8.1",
"phpunit/phpunit": "^10.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.15",
"phpstan/phpstan": "^1.10",
"spatie/phpunit-snapshot-assertions": "^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"RobinIngelbrecht\\PHPUnitPrettyPrint\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Robin Ingelbrecht",
"email": "ingelbrecht_robin@hotmail.com"
}
],
"description": "Prettify PHPUnit output",
"keywords": [
"php",
"phpunit",
"testing"
],
"support": {
"issues": "https://github.com/robiningelbrecht/phpunit-pretty-print/issues",
"source": "https://github.com/robiningelbrecht/phpunit-pretty-print/tree/v1.2.4"
},
"funding": [
{
"url": "https://www.buymeacoffee.com/ingelbrecht",
"type": "custom"
},
{
"url": "https://github.com/robiningelbrecht",
"type": "github"
}
],
"time": "2023-09-08T13:36:38+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/cli-parser",
2023-12-01 11:04:30 +01:00
"version": "2.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
2023-12-01 11:04:30 +01:00
"reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
"reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "2.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-02-03T06:58:15+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/code-unit",
2023-12-01 11:04:30 +01:00
"version": "2.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
2023-12-01 11:04:30 +01:00
"reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
"reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "2.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-02-03T06:58:43+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
2023-12-01 11:04:30 +01:00
"version": "3.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2023-12-01 11:04:30 +01:00
"reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
"reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "3.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-02-03T06:59:15+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/comparator",
2023-12-01 11:04:30 +01:00
"version": "5.0.1",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2023-12-01 11:04:30 +01:00
"reference": "2db5010a484d53ebf536087a70b4a5423c102372"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
"reference": "2db5010a484d53ebf536087a70b4a5423c102372",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"ext-dom": "*",
"ext-mbstring": "*",
"php": ">=8.1",
"sebastian/diff": "^5.0",
"sebastian/exporter": "^5.0"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.3"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "5.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
2023-12-01 11:04:30 +01:00
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
"source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-08-14T13:18:12+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/complexity",
2023-12-01 11:04:30 +01:00
"version": "3.1.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
2023-12-01 11:04:30 +01:00
"reference": "68cfb347a44871f01e33ab0ef8215966432f6957"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68cfb347a44871f01e33ab0ef8215966432f6957",
"reference": "68cfb347a44871f01e33ab0ef8215966432f6957",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"nikic/php-parser": "^4.10",
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "3.1-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
2023-12-01 11:04:30 +01:00
"security": "https://github.com/sebastianbergmann/complexity/security/policy",
"source": "https://github.com/sebastianbergmann/complexity/tree/3.1.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-09-28T11:50:59+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/diff",
2023-12-01 11:04:30 +01:00
"version": "5.0.3",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2023-12-01 11:04:30 +01:00
"reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
"reference": "912dc2fbe3e3c1e7873313cc801b100b6c68c87b",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0",
2021-12-01 22:46:07 +01:00
"symfony/process": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "5.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
2023-12-01 11:04:30 +01:00
"security": "https://github.com/sebastianbergmann/diff/security/policy",
"source": "https://github.com/sebastianbergmann/diff/tree/5.0.3"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-05-01T07:48:21+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/environment",
2023-12-01 11:04:30 +01:00
"version": "6.0.1",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2023-12-01 11:04:30 +01:00
"reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
"reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"suggest": {
"ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "6.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"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",
2023-12-01 11:04:30 +01:00
"homepage": "https://github.com/sebastianbergmann/environment",
2021-12-01 22:46:07 +01:00
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
2023-12-01 11:04:30 +01:00
"security": "https://github.com/sebastianbergmann/environment/security/policy",
"source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-04-11T05:39:26+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/exporter",
2023-12-01 11:04:30 +01:00
"version": "5.1.1",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2023-12-01 11:04:30 +01:00
"reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc",
"reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"ext-mbstring": "*",
"php": ">=8.1",
"sebastian/recursion-context": "^5.0"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "5.1-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "https://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
2023-12-01 11:04:30 +01:00
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
"source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-09-24T13:22:09+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/global-state",
2023-12-01 11:04:30 +01:00
"version": "6.0.1",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2023-12-01 11:04:30 +01:00
"reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4",
"reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1",
"sebastian/object-reflector": "^3.0",
"sebastian/recursion-context": "^5.0"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
"ext-dom": "*",
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "6.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"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"
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
2023-12-01 11:04:30 +01:00
"security": "https://github.com/sebastianbergmann/global-state/security/policy",
"source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-07-19T07:19:23+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/lines-of-code",
2023-12-01 11:04:30 +01:00
"version": "2.0.1",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
2023-12-01 11:04:30 +01:00
"reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/649e40d279e243d985aa8fb6e74dd5bb28dc185d",
"reference": "649e40d279e243d985aa8fb6e74dd5bb28dc185d",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"nikic/php-parser": "^4.10",
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "2.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
2023-12-01 11:04:30 +01:00
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.1"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-08-31T09:25:50+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/object-enumerator",
2023-12-01 11:04:30 +01:00
"version": "5.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2023-12-01 11:04:30 +01:00
"reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
"reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1",
"sebastian/object-reflector": "^3.0",
"sebastian/recursion-context": "^5.0"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "5.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-02-03T07:08:32+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/object-reflector",
2023-12-01 11:04:30 +01:00
"version": "3.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2023-12-01 11:04:30 +01:00
"reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
"reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "3.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-02-03T07:06:18+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/recursion-context",
2023-12-01 11:04:30 +01:00
"version": "5.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2023-12-01 11:04:30 +01:00
"reference": "05909fb5bc7df4c52992396d0116aed689f93712"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
"reference": "05909fb5bc7df4c52992396d0116aed689f93712",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "5.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"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",
2023-12-01 11:04:30 +01:00
"homepage": "https://github.com/sebastianbergmann/recursion-context",
2021-12-01 22:46:07 +01:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-02-03T07:05:40+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/type",
2023-12-01 11:04:30 +01:00
"version": "4.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2023-12-01 11:04:30 +01:00
"reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
"reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"phpunit/phpunit": "^10.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "4.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-02-03T07:10:45+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "sebastian/version",
2023-12-01 11:04:30 +01:00
"version": "4.0.1",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2023-12-01 11:04:30 +01:00
"reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
"reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.1"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "4.0-dev"
2021-12-01 22:46:07 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-02-07T11:34:05+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/event-dispatcher",
2023-12-01 11:04:30 +01:00
"version": "v7.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2023-12-01 11:04:30 +01:00
"reference": "c459b40ffe67c49af6fd392aac374c9edf8a027e"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c459b40ffe67c49af6fd392aac374c9edf8a027e",
"reference": "c459b40ffe67c49af6fd392aac374c9edf8a027e",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.2",
"symfony/event-dispatcher-contracts": "^2.5|^3"
2021-12-01 22:46:07 +01:00
},
"conflict": {
2023-12-01 11:04:30 +01:00
"symfony/dependency-injection": "<6.4",
"symfony/service-contracts": "<2.5"
2021-12-01 22:46:07 +01:00
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
2022-11-29 19:52:02 +01:00
"symfony/event-dispatcher-implementation": "2.0|3.0"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
"psr/log": "^1|^2|^3",
2023-12-01 11:04:30 +01:00
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/error-handler": "^6.4|^7.0",
"symfony/expression-language": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/stopwatch": "^6.4|^7.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
2023-12-01 11:04:30 +01:00
"source": "https://github.com/symfony/event-dispatcher/tree/v7.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-07-27T16:29:09+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/event-dispatcher-contracts",
2023-12-01 11:04:30 +01:00
"version": "v3.4.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2023-12-01 11:04:30 +01:00
"reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
"reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2022-11-29 19:52:02 +01:00
"php": ">=8.1",
2021-12-01 22:46:07 +01:00
"psr/event-dispatcher": "^1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "3.4-dev"
2021-12-01 22:46:07 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
2023-12-01 11:04:30 +01:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-05-23T14:45:45+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/filesystem",
2023-12-01 11:04:30 +01:00
"version": "v7.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2023-12-01 11:04:30 +01:00
"reference": "7da8ea2362a283771478c5f7729cfcb43a76b8b7"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7da8ea2362a283771478c5f7729cfcb43a76b8b7",
"reference": "7da8ea2362a283771478c5f7729cfcb43a76b8b7",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.2",
2021-12-01 22:46:07 +01:00
"symfony/polyfill-ctype": "~1.8",
2022-11-29 19:52:02 +01:00
"symfony/polyfill-mbstring": "~1.8"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
2023-12-01 11:04:30 +01:00
"source": "https://github.com/symfony/filesystem/tree/v7.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-07-27T06:33:22+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/finder",
2023-12-01 11:04:30 +01:00
"version": "v7.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2023-12-01 11:04:30 +01:00
"reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
"reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.2"
2022-11-29 19:52:02 +01:00
},
"require-dev": {
2023-12-01 11:04:30 +01:00
"symfony/filesystem": "^6.4|^7.0"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
2023-12-01 11:04:30 +01:00
"source": "https://github.com/symfony/finder/tree/v7.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-10-31T17:59:56+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/options-resolver",
2023-12-01 11:04:30 +01:00
"version": "v7.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
2023-12-01 11:04:30 +01:00
"reference": "700ff4096e346f54cb628ea650767c8130f1001f"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/700ff4096e346f54cb628ea650767c8130f1001f",
"reference": "700ff4096e346f54cb628ea650767c8130f1001f",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an improved replacement for the array_replace PHP function",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
"support": {
2023-12-01 11:04:30 +01:00
"source": "https://github.com/symfony/options-resolver/tree/v7.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-08-08T10:20:21+00:00"
2021-12-01 22:46:07 +01:00
},
{
2022-11-29 19:52:02 +01:00
"name": "symfony/polyfill-php80",
2024-06-27 11:30:34 +00:00
"version": "v1.30.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
2022-11-29 19:52:02 +01:00
"url": "https://github.com/symfony/polyfill-php80.git",
2024-06-27 11:30:34 +00:00
"reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:34 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
"reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-11-29 19:52:02 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
2021-12-01 22:46:07 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-11-29 19:52:02 +01:00
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
2021-12-01 22:46:07 +01:00
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-11-29 19:52:02 +01:00
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2021-12-01 22:46:07 +01:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2024-06-27 11:30:34 +00:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-06-27 11:30:34 +00:00
"time": "2024-05-31T15:07:36+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/polyfill-php81",
2023-12-01 11:04:30 +01:00
"version": "v1.28.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
2023-12-01 11:04:30 +01:00
"reference": "7581cd600fa9fd681b797d00b02f068e2f13263b"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b",
"reference": "7581cd600fa9fd681b797d00b02f068e2f13263b",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-12-01 11:04:30 +01:00
"dev-main": "1.28-dev"
2021-12-01 22:46:07 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-11-29 19:52:02 +01:00
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
2021-12-01 22:46:07 +01:00
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2023-12-01 11:04:30 +01:00
"source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-01-26T09:26:14+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/process",
2023-12-01 11:04:30 +01:00
"version": "v7.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2023-12-01 11:04:30 +01:00
"reference": "13bdb1670c7f510494e04fcb2bfa29af63db9c0d"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/symfony/process/zipball/13bdb1670c7f510494e04fcb2bfa29af63db9c0d",
"reference": "13bdb1670c7f510494e04fcb2bfa29af63db9c0d",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.2"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
2023-12-01 11:04:30 +01:00
"source": "https://github.com/symfony/process/tree/v7.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-11-20T16:43:42+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/stopwatch",
2023-12-01 11:04:30 +01:00
"version": "v7.0.0",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2023-12-01 11:04:30 +01:00
"reference": "7bbfa3dd564a0ce12eb4acaaa46823c740f9cb7a"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/7bbfa3dd564a0ce12eb4acaaa46823c740f9cb7a",
"reference": "7bbfa3dd564a0ce12eb4acaaa46823c740f9cb7a",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.2",
"symfony/service-contracts": "^2.5|^3"
2021-12-01 22:46:07 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
2023-12-01 11:04:30 +01:00
"source": "https://github.com/symfony/stopwatch/tree/v7.0.0"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-07-05T13:06:06+00:00"
2021-12-01 22:46:07 +01:00
},
{
"name": "symfony/var-dumper",
2024-06-27 11:30:34 +00:00
"version": "v7.1.1",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2024-06-27 11:30:34 +00:00
"reference": "deb2c2b506ff6fdbb340e00b34e9901e1605f293"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2024-06-27 11:30:34 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/deb2c2b506ff6fdbb340e00b34e9901e1605f293",
"reference": "deb2c2b506ff6fdbb340e00b34e9901e1605f293",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
2023-12-01 11:04:30 +01:00
"php": ">=8.2",
2021-12-01 22:46:07 +01:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
2023-12-01 11:04:30 +01:00
"symfony/console": "<6.4"
2021-12-01 22:46:07 +01:00
},
"require-dev": {
"ext-iconv": "*",
2023-12-01 11:04:30 +01:00
"symfony/console": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/uid": "^6.4|^7.0",
"twig/twig": "^3.0.4"
2021-12-01 22:46:07 +01:00
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"support": {
2024-06-27 11:30:34 +00:00
"source": "https://github.com/symfony/var-dumper/tree/v7.1.1"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-06-27 11:30:34 +00:00
"time": "2024-05-31T14:57:53+00:00"
2021-12-01 22:46:07 +01:00
},
2023-12-03 16:50:09 +01:00
{
"name": "ta-tikoma/phpunit-architecture-test",
"version": "0.7.5",
"source": {
"type": "git",
"url": "https://github.com/ta-tikoma/phpunit-architecture-test.git",
"reference": "9eb08437e8f0c0c75cc947a373cf49672c335827"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/9eb08437e8f0c0c75cc947a373cf49672c335827",
"reference": "9eb08437e8f0c0c75cc947a373cf49672c335827",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.15.4",
"php": "^8.1.0",
"phpdocumentor/reflection-docblock": "^5.3.0",
"phpunit/phpunit": "^10.1.1",
"symfony/finder": "^6.2.7 || ^7.0.0"
},
"require-dev": {
"laravel/pint": "^1.9.0",
"phpstan/phpstan": "^1.10.13"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPUnit\\Architecture\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ni Shi",
"email": "futik0ma011@gmail.com"
},
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Methods for testing application architecture",
"keywords": [
"architecture",
"phpunit",
"stucture",
"test",
"testing"
],
"support": {
"issues": "https://github.com/ta-tikoma/phpunit-architecture-test/issues",
"source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.7.5"
},
"time": "2023-10-12T15:31:50+00:00"
},
2021-12-01 22:46:07 +01:00
{
"name": "theseer/tokenizer",
2023-12-01 11:04:30 +01:00
"version": "1.2.2",
2021-12-01 22:46:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2023-12-01 11:04:30 +01:00
"reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
2021-12-01 22:46:07 +01:00
},
"dist": {
"type": "zip",
2023-12-01 11:04:30 +01:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
"reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
2021-12-01 22:46:07 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
2023-12-01 11:04:30 +01:00
"source": "https://github.com/theseer/tokenizer/tree/1.2.2"
2021-12-01 22:46:07 +01:00
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
2023-12-01 11:04:30 +01:00
"time": "2023-11-20T00:12:19+00:00"
2023-12-03 16:50:09 +01:00
},
{
"name": "webmozart/assert",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
"time": "2022-06-03T18:03:27+00:00"
2021-12-01 22:46:07 +01:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2023-12-01 11:04:30 +01:00
"php": "^8.3",
2021-12-01 22:46:07 +01:00
"ext-mbstring": "*"
},
"platform-dev": [],
2024-06-27 03:00:51 +00:00
"plugin-api-version": "2.6.0"
2021-12-01 22:46:07 +01:00
}