trueskill/composer.lock

3661 lines
129 KiB
Plaintext
Raw Normal View History

2016-05-24 11:54:03 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2022-07-05 13:33:34 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2016-05-24 11:54:03 +00:00
"This file is @generated automatically"
],
2024-01-22 12:09:20 +00:00
"content-hash": "667bb75c25a72b3d35f64ada9d9d9e0d",
2022-07-05 14:32:18 +00:00
"packages": [],
2016-05-24 11:54:03 +00:00
"packages-dev": [
2022-07-05 14:32:18 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "amphp/amp",
"version": "v2.6.2",
2022-07-05 14:32:18 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/amphp/amp.git",
"reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb"
2022-07-05 14:32:18 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
"reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
2022-07-05 14:32:18 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": ">=7.1"
2022-07-05 14:32:18 +00:00
},
"require-dev": {
2023-08-03 14:26:00 +00:00
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^7 | ^8 | ^9",
"psalm/phar": "^3.11@dev",
"react/promise": "^2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
2022-07-05 14:32:18 +00:00
},
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
"lib/functions.php",
"lib/Internal/functions.php"
],
2022-07-05 14:32:18 +00:00
"psr-4": {
2023-08-03 14:26:00 +00:00
"Amp\\": "lib"
2022-07-05 14:32:18 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
2022-07-05 14:32:18 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "A non-blocking concurrency framework for PHP applications.",
"homepage": "https://amphp.org/amp",
2022-07-05 14:32:18 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"async",
"asynchronous",
"awaitable",
"concurrency",
"event",
"event-loop",
"future",
"non-blocking",
"promise"
2022-07-05 14:32:18 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues",
"source": "https://github.com/amphp/amp/tree/v2.6.2"
2022-07-05 14:32:18 +00:00
},
2023-08-03 14:26:00 +00:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2022-02-20T17:52:18+00:00"
2022-07-05 14:32:18 +00:00
},
2022-07-05 13:42:21 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "amphp/byte-stream",
"version": "v1.8.1",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/amphp/byte-stream.git",
"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"amphp/amp": "^2",
"php": ">=7.1"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
2023-08-03 14:26:00 +00:00
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1.4",
"friendsofphp/php-cs-fixer": "^2.3",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^6 || ^7 || ^8",
"psalm/phar": "^3.11.4"
2022-07-05 13:42:21 +00:00
},
"type": "library",
2023-08-03 14:26:00 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2022-07-05 13:42:21 +00:00
"autoload": {
"files": [
2023-08-03 14:26:00 +00:00
"lib/functions.php"
2022-07-05 13:42:21 +00:00
],
"psr-4": {
2023-08-03 14:26:00 +00:00
"Amp\\ByteStream\\": "lib"
2022-07-05 13:42:21 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-08-03 14:26:00 +00:00
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A stream abstraction to make working with non-blocking I/O simple.",
"homepage": "http://amphp.org/byte-stream",
2022-07-05 13:42:21 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"amp",
"amphp",
"async",
"io",
"non-blocking",
"stream"
2022-07-05 13:42:21 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/byte-stream/issues",
"source": "https://github.com/amphp/byte-stream/tree/v1.8.1"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://github.com/amphp",
"type": "github"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"time": "2021-03-30T17:13:30+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "composer/pcre",
2024-01-12 14:54:04 +00:00
"version": "3.1.1",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/composer/pcre.git",
2024-01-12 14:54:04 +00:00
"reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9",
"reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": "^7.4 || ^8.0"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
2023-08-03 14:26:00 +00:00
"phpstan/phpstan": "^1.3",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^5"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "3.x-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"psr-4": {
2023-08-03 14:26:00 +00:00
"Composer\\Pcre\\": "src"
2022-07-05 13:42:21 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2022-07-05 13:42:21 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
2022-07-05 13:42:21 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"PCRE",
"preg",
"regex",
"regular expression"
2022-07-05 13:42:21 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/composer/pcre/issues",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/composer/pcre/tree/3.1.1"
2022-07-05 13:42:21 +00:00
},
2023-08-03 14:26:00 +00: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"
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-10-11T07:11:09+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "composer/semver",
2024-01-12 14:54:04 +00:00
"version": "3.4.0",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/composer/semver.git",
2024-01-12 14:54:04 +00:00
"reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
"reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "3.x-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Composer\\Semver\\": "src"
}
2022-07-05 13:42:21 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2022-07-05 13:42:21 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2022-07-05 13:42:21 +00:00
"support": {
2024-01-12 14:54:04 +00:00
"irc": "ircs://irc.libera.chat:6697/composer",
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/composer/semver/issues",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/composer/semver/tree/3.4.0"
2022-07-05 13:42:21 +00:00
},
2023-08-03 14:26:00 +00:00
"funding": [
2022-07-05 13:42:21 +00:00
{
2023-08-03 14:26:00 +00:00
"url": "https://packagist.com",
"type": "custom"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"url": "https://github.com/composer",
"type": "github"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-08-31T09:50:34+00:00"
2022-07-05 13:42:21 +00:00
},
2022-07-05 14:18:20 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "composer/xdebug-handler",
"version": "3.0.3",
2022-07-05 14:18:20 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "ced299686f41dce890debac69273b47ffe98a40c"
2022-07-05 14:18:20 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
"reference": "ced299686f41dce890debac69273b47ffe98a40c",
2022-07-05 14:18:20 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"composer/pcre": "^1 || ^2 || ^3",
"php": "^7.2.5 || ^8.0",
"psr/log": "^1 || ^2 || ^3"
2022-07-05 14:18:20 +00:00
},
2023-08-03 14:26:00 +00:00
"require-dev": {
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^6.0"
2022-07-05 14:18:20 +00:00
},
"type": "library",
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
2022-07-05 14:18:20 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2023-08-03 14:26:00 +00:00
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
2023-08-01 11:26:38 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"Xdebug",
"performance"
2023-08-01 11:26:38 +00:00
],
2022-07-05 14:18:20 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
2022-07-05 14:18:20 +00:00
},
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://packagist.com",
"type": "custom"
2022-07-05 14:18:20 +00:00
},
{
2023-08-03 14:26:00 +00:00
"url": "https://github.com/composer",
2022-07-05 14:18:20 +00:00
"type": "github"
},
{
2023-08-03 14:26:00 +00:00
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
2022-07-05 14:18:20 +00:00
"type": "tidelift"
}
],
2023-08-03 14:26:00 +00:00
"time": "2022-02-25T21:32:43+00:00"
2022-07-05 14:18:20 +00:00
},
2022-07-05 13:42:21 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "dnoegel/php-xdg-base-dir",
"version": "v0.1.1",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"support": {
"issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
"source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
},
"time": "2019-12-04T15:06:13+00:00"
},
{
"name": "doctrine/deprecations",
2024-01-12 14:54:04 +00:00
"version": "1.1.2",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
2024-01-12 14:54:04 +00:00
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
2023-08-03 14:26:00 +00:00
"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",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/doctrine/deprecations/tree/1.1.2"
2023-08-03 14:26:00 +00:00
},
2024-01-12 14:54:04 +00:00
"time": "2023-09-27T20:04:15+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "felixfbecker/advanced-json-rpc",
"version": "v3.2.1",
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447",
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447",
"shasum": ""
},
"require": {
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
"php": "^7.1 || ^8.0",
"phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"AdvancedJsonRpc\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "A more advanced JSONRPC implementation",
"support": {
"issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
"source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1"
},
"time": "2021-06-11T22:34:44+00:00"
},
{
"name": "felixfbecker/language-server-protocol",
"version": "v1.5.2",
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-language-server-protocol.git",
"reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/6e82196ffd7c62f7794d778ca52b69feec9f2842",
"reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpstan/phpstan": "*",
"squizlabs/php_codesniffer": "^3.1",
"vimeo/psalm": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"LanguageServerProtocol\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "PHP classes for the Language Server Protocol",
"keywords": [
"language",
"microsoft",
"php",
"server"
],
"support": {
"issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
"source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.2"
},
"time": "2022-03-02T22:36:06+00:00"
},
{
"name": "fidry/cpu-core-counter",
2024-01-12 14:54:04 +00:00
"version": "1.0.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/theofidry/cpu-core-counter.git",
2024-01-12 14:54:04 +00:00
"reference": "85193c0b0cb5c47894b5eaec906e946f054e7077"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/85193c0b0cb5c47894b5eaec906e946f054e7077",
"reference": "85193c0b0cb5c47894b5eaec906e946f054e7077",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"fidry/makefile": "^0.2.0",
2024-01-12 14:54:04 +00:00
"fidry/php-cs-fixer-config": "^1.1.2",
2023-08-03 14:26:00 +00:00
"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",
2024-01-12 14:54:04 +00:00
"phpunit/phpunit": "^8.5.31 || ^9.5.26",
2023-08-03 14:26:00 +00:00
"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",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/theofidry/cpu-core-counter/tree/1.0.0"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/theofidry",
"type": "github"
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-09-17T21:38:23+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "myclabs/deep-copy",
"version": "1.11.1",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
},
"require-dev": {
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
},
"type": "library",
"autoload": {
"files": [
"src/DeepCopy/deep_copy.php"
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
},
"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",
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2023-03-08T13:26:56+00:00"
},
{
"name": "netresearch/jsonmapper",
"version": "v4.2.0",
"source": {
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
"reference": "f60565f8c0566a31acf06884cdaa591867ecc956"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/f60565f8c0566a31acf06884cdaa591867ecc956",
"reference": "f60565f8c0566a31acf06884cdaa591867ecc956",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
"squizlabs/php_codesniffer": "~3.5"
},
"type": "library",
"autoload": {
"psr-0": {
"JsonMapper": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@cweiske.de",
"homepage": "http://github.com/cweiske/jsonmapper/",
"role": "Developer"
}
],
"description": "Map nested JSON structures onto PHP classes",
"support": {
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
"source": "https://github.com/cweiske/jsonmapper/tree/v4.2.0"
},
"time": "2023-04-09T17:37:40+00:00"
},
{
"name": "nikic/php-parser",
2024-01-12 14:54:04 +00:00
"version": "v4.18.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2024-01-12 14:54:04 +00:00
"reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
"reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0"
2023-08-03 14:26:00 +00:00
},
2024-01-12 14:54:04 +00:00
"time": "2023-12-10T21:03:43+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phar-io/manifest",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"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"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
},
"time": "2021-07-20T11:28:43+00:00"
},
{
"name": "phar-io/version",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"shasum": ""
},
"require": {
"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"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.2.1"
},
"time": "2022-02-21T01:04:05+00: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",
2024-01-12 14:54:04 +00:00
"version": "1.8.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2024-01-12 14:54:04 +00:00
"reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fad452781b3d774e3337b0c0b245dd8e5a4455fc",
"reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc",
2023-08-03 14:26:00 +00:00
"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",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.0"
2023-08-03 14:26:00 +00:00
},
2024-01-12 14:54:04 +00:00
"time": "2024-01-11T11:49:22+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpstan/phpdoc-parser",
2024-01-12 14:54:04 +00:00
"version": "1.25.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2024-01-12 14:54:04 +00:00
"reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240",
"reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240",
2023-08-03 14:26:00 +00:00
"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",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0"
2023-08-03 14:26:00 +00:00
},
2024-01-12 14:54:04 +00:00
"time": "2024-01-04T17:06:16+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpstan/phpstan",
2024-01-16 07:46:32 +00:00
"version": "1.10.56",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2024-01-16 07:46:32 +00:00
"reference": "27816a01aea996191ee14d010f325434c0ee76fa"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-16 07:46:32 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/27816a01aea996191ee14d010f325434c0ee76fa",
"reference": "27816a01aea996191ee14d010f325434c0ee76fa",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"keywords": [
"dev",
"static analysis"
],
"support": {
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
"issues": "https://github.com/phpstan/phpstan/issues",
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
2024-01-16 07:46:32 +00:00
"time": "2024-01-15T10:43:00+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpunit/php-code-coverage",
2024-01-12 14:54:04 +00:00
"version": "10.1.11",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2024-01-12 14:54:04 +00:00
"reference": "78c3b7625965c2513ee96569a4dbb62601784145"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/78c3b7625965c2513ee96569a4dbb62601784145",
"reference": "78c3b7625965c2513ee96569a4dbb62601784145",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
2023-08-03 14:26:00 +00:00
"ext-libxml": "*",
"ext-xmlwriter": "*",
2024-01-12 14:54:04 +00:00
"nikic/php-parser": "^4.18 || ^5.0",
2023-08-03 14:26:00 +00:00
"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",
"theseer/tokenizer": "^1.2.0"
},
"require-dev": {
"phpunit/phpunit": "^10.1"
},
"suggest": {
"ext-pcov": "PHP extension that provides line coverage",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "10.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that 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",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.11"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-12-21T15:38:30+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpunit/php-file-iterator",
2024-01-12 14:54:04 +00:00
"version": "4.1.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2024-01-12 14:54:04 +00:00
"reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c",
"reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "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",
"security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-08-31T06:24:48+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpunit/php-invoker",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
"reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
"reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^10.0"
},
"suggest": {
"ext-pcntl": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
"keywords": [
"process"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2023-02-03T06:56:09+00:00"
},
{
"name": "phpunit/php-text-template",
2024-01-12 14:54:04 +00:00
"version": "3.0.1",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2024-01-12 14:54:04 +00:00
"reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748",
"reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"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",
2024-01-12 14:54:04 +00:00
"security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-08-31T14:07:24+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "phpunit/php-timer",
"version": "6.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d",
"reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "6.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"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",
"source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2023-02-03T06:57:52+00:00"
},
{
"name": "phpunit/phpunit",
2024-01-22 12:09:20 +00:00
"version": "10.5.8",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2024-01-22 12:09:20 +00:00
"reference": "08f4fa74d5fbfff1ef22abffee47aaedcaea227e"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-22 12:09:20 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/08f4fa74d5fbfff1ef22abffee47aaedcaea227e",
"reference": "08f4fa74d5fbfff1ef22abffee47aaedcaea227e",
2023-08-03 14:26:00 +00: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",
"php": ">=8.1",
2024-01-12 14:54:04 +00:00
"phpunit/php-code-coverage": "^10.1.5",
2023-08-03 14:26:00 +00:00
"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",
2024-01-12 14:54:04 +00:00
"sebastian/exporter": "^5.1",
2023-08-04 07:30:40 +00:00
"sebastian/global-state": "^6.0.1",
2023-08-03 14:26:00 +00:00
"sebastian/object-enumerator": "^5.0",
"sebastian/recursion-context": "^5.0",
"sebastian/type": "^4.0",
"sebastian/version": "^4.0"
},
"suggest": {
"ext-soap": "To be able to generate mocks based on WSDL files"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2024-01-12 14:54:04 +00:00
"dev-main": "10.5-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"files": [
"src/Framework/Assert/Functions.php"
],
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
2024-01-22 12:09:20 +00:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.8"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://phpunit.de/sponsors.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
}
],
2024-01-22 12:09:20 +00:00
"time": "2024-01-19T07:07:27+00:00"
2023-08-03 14:26:00 +00: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"
},
{
"name": "psr/log",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"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": {
"source": "https://github.com/php-fig/log/tree/3.0.0"
},
"time": "2021-07-14T16:46:02+00:00"
},
{
"name": "sebastian/cli-parser",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/efdc130dbbbb8ef0b545a994fd811725c5282cae",
"reference": "efdc130dbbbb8ef0b545a994fd811725c5282cae",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2023-02-03T06:58:15+00:00"
},
{
"name": "sebastian/code-unit",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
"reference": "a81fee9eef0b7a76af11d121767abc44c104e503"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503",
"reference": "a81fee9eef0b7a76af11d121767abc44c104e503",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "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",
"source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2023-02-03T06:58:43+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
"reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "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",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2023-02-03T06:59:15+00:00"
},
{
"name": "sebastian/comparator",
2024-01-12 14:54:04 +00:00
"version": "5.0.1",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2024-01-12 14:54:04 +00:00
"reference": "2db5010a484d53ebf536087a70b4a5423c102372"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372",
"reference": "2db5010a484d53ebf536087a70b4a5423c102372",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
2023-08-01 11:26:38 +00:00
"php": ">=8.1",
2023-08-03 14:26:00 +00:00
"sebastian/diff": "^5.0",
"sebastian/exporter": "^5.0"
},
"require-dev": {
2024-01-12 14:54:04 +00:00
"phpunit/phpunit": "^10.3"
2023-08-03 14:26:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "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",
2024-01-12 14:54:04 +00:00
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
"source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-08-14T13:18:12+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "sebastian/complexity",
2024-01-12 14:54:04 +00:00
"version": "3.2.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
2024-01-12 14:54:04 +00:00
"reference": "68ff824baeae169ec9f2137158ee529584553799"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799",
"reference": "68ff824baeae169ec9f2137158ee529584553799",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
2024-01-12 14:54:04 +00:00
"nikic/php-parser": "^4.18 || ^5.0",
2023-08-03 14:26:00 +00:00
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
},
"type": "library",
"extra": {
"branch-alias": {
2024-01-12 14:54:04 +00:00
"dev-main": "3.2-dev"
2023-08-03 14:26:00 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
2024-01-12 14:54:04 +00:00
"security": "https://github.com/sebastianbergmann/complexity/security/policy",
"source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0"
2023-08-03 14:26:00 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-12-21T08:37:17+00:00"
2023-08-03 14:26:00 +00:00
},
{
"name": "sebastian/diff",
2024-01-12 14:54:04 +00:00
"version": "5.1.0",
2023-08-03 14:26:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2024-01-12 14:54:04 +00:00
"reference": "fbf413a49e54f6b9b17e12d900ac7f6101591b7f"
2023-08-03 14:26:00 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/fbf413a49e54f6b9b17e12d900ac7f6101591b7f",
"reference": "fbf413a49e54f6b9b17e12d900ac7f6101591b7f",
2023-08-03 14:26:00 +00:00
"shasum": ""
},
"require": {
"php": ">=8.1"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
2023-08-03 14:26:00 +00:00
"phpunit/phpunit": "^10.0",
"symfony/process": "^4.2 || ^5"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-01-12 14:54:04 +00:00
"dev-main": "5.1-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
2022-07-05 13:42:21 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2022-07-05 13:42:21 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/diff/issues",
"security": "https://github.com/sebastianbergmann/diff/security/policy",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/sebastianbergmann/diff/tree/5.1.0"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-12-22T10:55:06+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/environment",
"version": "6.0.1",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951",
"reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
2023-08-01 11:26:38 +00:00
"php": ">=8.1"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
2023-08-01 11:26:38 +00:00
"phpunit/phpunit": "^10.0"
2022-07-05 13:42:21 +00:00
},
2023-08-03 14:26:00 +00:00
"suggest": {
"ext-posix": "*"
},
2022-07-05 13:42:21 +00:00
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "6.0-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "https://github.com/sebastianbergmann/environment",
2022-07-05 13:42:21 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"Xdebug",
"environment",
"hhvm"
2022-07-05 13:42:21 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/environment/issues",
"security": "https://github.com/sebastianbergmann/environment/security/policy",
"source": "https://github.com/sebastianbergmann/environment/tree/6.0.1"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-08-03 14:26:00 +00:00
"time": "2023-04-11T05:39:26+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/exporter",
2024-01-12 14:54:04 +00:00
"version": "5.1.1",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/exporter.git",
2024-01-12 14:54:04 +00:00
"reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64f51654862e0f5e318db7e9dcc2292c63cdbddc",
"reference": "64f51654862e0f5e318db7e9dcc2292c63cdbddc",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"ext-mbstring": "*",
"php": ">=8.1",
"sebastian/recursion-context": "^5.0"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
2023-08-01 11:26:38 +00:00
"phpunit/phpunit": "^10.0"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-01-12 14:54:04 +00:00
"dev-main": "5.1-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"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"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "https://www.github.com/sebastianbergmann/exporter",
2022-07-05 13:42:21 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"export",
"exporter"
2022-07-05 13:42:21 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/exporter/issues",
2024-01-12 14:54:04 +00:00
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
"source": "https://github.com/sebastianbergmann/exporter/tree/5.1.1"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-09-24T13:22:09+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/global-state",
"version": "6.0.1",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/7ea9ead78f6d380d2a667864c132c2f7b83055e4",
"reference": "7ea9ead78f6d380d2a667864c132c2f7b83055e4",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": ">=8.1",
"sebastian/object-reflector": "^3.0",
"sebastian/recursion-context": "^5.0"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
2023-08-03 14:26:00 +00:00
"ext-dom": "*",
2023-08-01 11:26:38 +00:00
"phpunit/phpunit": "^10.0"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "6.0-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de"
2022-07-05 13:42:21 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
2022-07-05 13:42:21 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"global state"
2022-07-05 13:42:21 +00:00
],
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"security": "https://github.com/sebastianbergmann/global-state/security/policy",
"source": "https://github.com/sebastianbergmann/global-state/tree/6.0.1"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-08-03 14:26:00 +00:00
"time": "2023-07-19T07:19:23+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/lines-of-code",
2024-01-12 14:54:04 +00:00
"version": "2.0.2",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
2024-01-12 14:54:04 +00:00
"reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0",
"reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
2024-01-12 14:54:04 +00:00
"nikic/php-parser": "^4.18 || ^5.0",
2023-08-01 11:26:38 +00:00
"php": ">=8.1"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
2023-08-01 11:26:38 +00:00
"phpunit/phpunit": "^10.0"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "2.0-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2023-08-03 14:26:00 +00:00
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
2022-07-05 13:42:21 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
2024-01-12 14:54:04 +00:00
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-12-21T08:38:20+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/object-enumerator",
"version": "5.0.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "202d0e344a580d7f7d04b3fafce6933e59dae906"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906",
"reference": "202d0e344a580d7f7d04b3fafce6933e59dae906",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-01 11:26:38 +00:00
"php": ">=8.1",
2023-08-03 14:26:00 +00:00
"sebastian/object-reflector": "^3.0",
"sebastian/recursion-context": "^5.0"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"require-dev": {
"phpunit/phpunit": "^10.0"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "5.0-dev"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2022-07-05 13:42:21 +00:00
"classmap": [
"src/"
]
2016-05-24 11:54:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-07-05 13:42:21 +00:00
"BSD-3-Clause"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2022-07-05 13:42:21 +00:00
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2022-07-05 13:33:34 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-08-03 14:26:00 +00:00
"time": "2023-02-03T07:08:32+00:00"
2016-05-24 11:54:03 +00:00
},
2022-07-05 14:18:20 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/object-reflector",
"version": "3.0.0",
2022-07-05 14:18:20 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "24ed13d98130f0e7122df55d06c5c4942a577957"
2022-07-05 14:18:20 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957",
"reference": "24ed13d98130f0e7122df55d06c5c4942a577957",
2022-07-05 14:18:20 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": ">=8.1"
2022-07-05 14:18:20 +00:00
},
2023-08-03 14:26:00 +00:00
"require-dev": {
"phpunit/phpunit": "^10.0"
2022-07-05 14:18:20 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "3.0-dev"
2022-07-05 14:18:20 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"classmap": [
"src/"
2022-07-05 14:18:20 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"BSD-3-Clause"
2022-07-05 14:18:20 +00:00
],
2023-08-03 14:26:00 +00:00
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
2023-08-01 11:26:38 +00:00
],
2023-08-03 14:26:00 +00:00
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
2022-07-05 14:18:20 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0"
2022-07-05 14:18:20 +00:00
},
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann",
2022-07-05 14:18:20 +00:00
"type": "github"
}
],
2023-08-03 14:26:00 +00:00
"time": "2023-02-03T07:06:18+00:00"
2022-07-05 14:18:20 +00:00
},
2016-05-24 11:54:03 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/recursion-context",
"version": "5.0.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "05909fb5bc7df4c52992396d0116aed689f93712"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712",
"reference": "05909fb5bc7df4c52992396d0116aed689f93712",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-01 11:26:38 +00:00
"php": ">=8.1"
2016-05-24 11:54:03 +00:00
},
"require-dev": {
2023-08-01 11:26:38 +00:00
"phpunit/phpunit": "^10.0"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "5.0-dev"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2022-07-05 13:42:21 +00:00
"classmap": [
"src/"
]
2016-05-24 11:54:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-07-05 13:42:21 +00:00
"BSD-3-Clause"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2022-07-05 13:42:21 +00:00
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Provides functionality to recursively process PHP variables",
"homepage": "https://github.com/sebastianbergmann/recursion-context",
2022-07-05 13:33:34 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-08-03 14:26:00 +00:00
"time": "2023-02-03T07:05:40+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/type",
"version": "4.0.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "462699a16464c3944eefc02ebdd77882bd3925bf"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf",
"reference": "462699a16464c3944eefc02ebdd77882bd3925bf",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-01 11:26:38 +00:00
"php": ">=8.1"
2016-05-24 11:54:03 +00:00
},
"require-dev": {
2023-08-01 11:26:38 +00:00
"phpunit/phpunit": "^10.0"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "4.0-dev"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2022-07-05 13:42:21 +00:00
"email": "sebastian@phpunit.de",
2016-05-24 11:54:03 +00:00
"role": "lead"
}
],
2023-08-03 14:26:00 +00:00
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
2022-07-05 13:42:21 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/type/issues",
"source": "https://github.com/sebastianbergmann/type/tree/4.0.0"
2022-07-05 13:42:21 +00:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-08-03 14:26:00 +00:00
"time": "2023-02-03T07:10:45+00:00"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "sebastian/version",
"version": "4.0.1",
2022-07-05 13:42:21 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17"
2022-07-05 13:42:21 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17",
"reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17",
2022-07-05 13:42:21 +00:00
"shasum": ""
},
"require": {
2023-08-01 11:26:38 +00:00
"php": ">=8.1"
2022-07-05 13:42:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "4.0-dev"
2022-07-05 13:42:21 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2023-08-03 14:26:00 +00:00
"email": "sebastian@phpunit.de",
"role": "lead"
2022-07-05 13:42:21 +00:00
}
2016-05-24 11:54:03 +00:00
],
2023-08-03 14:26:00 +00:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2022-07-05 13:33:34 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/4.0.1"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-08-03 14:26:00 +00:00
"time": "2023-02-07T11:34:05+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "spatie/array-to-xml",
2024-01-12 14:54:04 +00:00
"version": "3.2.2",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/spatie/array-to-xml.git",
2024-01-12 14:54:04 +00:00
"reference": "96be97e664c87613121d073ea39af4c74e57a7f8"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/96be97e664c87613121d073ea39af4c74e57a7f8",
"reference": "96be97e664c87613121d073ea39af4c74e57a7f8",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-01 11:26:38 +00:00
"ext-dom": "*",
2023-08-03 14:26:00 +00:00
"php": "^8.0"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
2023-08-03 14:26:00 +00:00
"mockery/mockery": "^1.2",
"pestphp/pest": "^1.21",
"spatie/pest-plugin-snapshots": "^1.1"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Spatie\\ArrayToXml\\": "src"
}
2016-05-24 11:54:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://freek.dev",
"role": "Developer"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Convert an array to xml",
"homepage": "https://github.com/spatie/array-to-xml",
2016-05-24 11:54:03 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"array",
"convert",
"xml"
2016-05-24 11:54:03 +00:00
],
2022-07-05 13:33:34 +00:00
"support": {
2024-01-12 14:54:04 +00:00
"source": "https://github.com/spatie/array-to-xml/tree/3.2.2"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
2022-07-05 13:42:21 +00:00
"type": "github"
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-11-14T14:08:51+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "squizlabs/php_codesniffer",
2024-01-12 14:54:04 +00:00
"version": "3.8.1",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2024-01-12 14:54:04 +00:00
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
"reference": "14f5fff1e64118595db5408e946f3a22c75807f7"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/14f5fff1e64118595db5408e946f3a22c75807f7",
"reference": "14f5fff1e64118595db5408e946f3a22c75807f7",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
2022-07-05 13:42:21 +00:00
},
"require-dev": {
2024-01-12 14:54:04 +00:00
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"bin": [
2024-01-12 14:54:04 +00:00
"bin/phpcbf",
"bin/phpcs"
2023-08-03 14:26:00 +00:00
],
2016-05-24 11:54:03 +00:00
"type": "library",
2022-07-05 13:42:21 +00:00
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-master": "3.x-dev"
2022-07-05 13:42:21 +00:00
}
},
2016-05-24 11:54:03 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Greg Sherwood",
2024-01-12 14:54:04 +00:00
"role": "Former lead"
},
{
"name": "Juliette Reinders Folmer",
"role": "Current lead"
},
{
"name": "Contributors",
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2024-01-12 14:54:04 +00:00
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
2023-08-03 14:26:00 +00:00
"keywords": [
"phpcs",
"standards",
"static analysis"
2022-07-05 13:42:21 +00:00
],
2023-08-03 14:26:00 +00:00
"support": {
2024-01-12 14:54:04 +00:00
"issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
"wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
2023-08-03 14:26:00 +00:00
},
2024-01-12 14:54:04 +00:00
"funding": [
{
"url": "https://github.com/PHPCSStandards",
"type": "github"
},
{
"url": "https://github.com/jrfnl",
"type": "github"
},
{
"url": "https://opencollective.com/php_codesniffer",
"type": "open_collective"
}
],
"time": "2024-01-11T20:47:48+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/console",
2024-01-12 14:54:04 +00:00
"version": "v7.0.2",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/console.git",
2024-01-12 14:54:04 +00:00
"reference": "f8587c4cdc5acad67af71c37db34ef03af91e59c"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/f8587c4cdc5acad67af71c37db34ef03af91e59c",
"reference": "f8587c4cdc5acad67af71c37db34ef03af91e59c",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2024-01-12 14:54:04 +00:00
"php": ">=8.2",
2023-08-03 14:26:00 +00:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^2.5|^3",
2024-01-12 14:54:04 +00:00
"symfony/string": "^6.4|^7.0"
2023-08-03 14:26:00 +00:00
},
"conflict": {
2024-01-12 14:54:04 +00:00
"symfony/dependency-injection": "<6.4",
"symfony/dotenv": "<6.4",
"symfony/event-dispatcher": "<6.4",
"symfony/lock": "<6.4",
"symfony/process": "<6.4"
2023-08-03 14:26:00 +00:00
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
2016-05-24 11:54:03 +00:00
},
"require-dev": {
2023-08-03 14:26:00 +00:00
"psr/log": "^1|^2|^3",
2024-01-12 14:54:04 +00:00
"symfony/config": "^6.4|^7.0",
"symfony/dependency-injection": "^6.4|^7.0",
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/lock": "^6.4|^7.0",
"symfony/messenger": "^6.4|^7.0",
"symfony/process": "^6.4|^7.0",
"symfony/stopwatch": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-24 11:54:03 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
2016-05-24 11:54:03 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"cli",
"command-line",
"console",
"terminal"
2016-05-24 11:54:03 +00:00
],
2022-07-05 13:33:34 +00:00
"support": {
2024-01-12 14:54:04 +00:00
"source": "https://github.com/symfony/console/tree/v7.0.2"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-12-10T16:54:46+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/filesystem",
2024-01-12 14:54:04 +00:00
"version": "v7.0.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/filesystem.git",
2024-01-12 14:54:04 +00:00
"reference": "7da8ea2362a283771478c5f7729cfcb43a76b8b7"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7da8ea2362a283771478c5f7729cfcb43a76b8b7",
"reference": "7da8ea2362a283771478c5f7729cfcb43a76b8b7",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2024-01-12 14:54:04 +00:00
"php": ">=8.2",
2023-08-03 14:26:00 +00:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-24 11:54:03 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2022-07-05 13:42:21 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
2022-07-05 13:33:34 +00:00
"support": {
2024-01-12 14:54:04 +00:00
"source": "https://github.com/symfony/filesystem/tree/v7.0.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-07-27T06:33:22+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/polyfill-ctype",
2024-01-12 14:54:04 +00:00
"version": "v1.28.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2024-01-12 14:54:04 +00:00
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": ">=7.1"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-01-12 14:54:04 +00:00
"dev-main": "1.28-dev"
2023-08-03 14:26:00 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2016-05-24 11:54:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
2016-05-24 11:54:03 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"compatibility",
"ctype",
"polyfill",
"portable"
2016-05-24 11:54:03 +00:00
],
2022-07-05 13:33:34 +00:00
"support": {
2024-01-12 14:54:04 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-01-26T09:26:14+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/polyfill-intl-grapheme",
2024-01-12 14:54:04 +00:00
"version": "v1.28.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2024-01-12 14:54:04 +00:00
"reference": "875e90aeea2777b6f135677f618529449334a612"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
"reference": "875e90aeea2777b6f135677f618529449334a612",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": ">=7.1"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"suggest": {
"ext-intl": "For best performance"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-01-12 14:54:04 +00:00
"dev-main": "1.28-dev"
2023-08-03 14:26:00 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
2016-05-24 11:54:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
2022-07-05 13:33:34 +00:00
"support": {
2024-01-12 14:54:04 +00:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-01-26T09:26:14+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/polyfill-intl-normalizer",
2024-01-12 14:54:04 +00:00
"version": "v1.28.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2024-01-12 14:54:04 +00:00
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": ">=7.1"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"suggest": {
"ext-intl": "For best performance"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-01-12 14:54:04 +00:00
"dev-main": "1.28-dev"
2023-08-03 14:26:00 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
2016-05-24 11:54:03 +00:00
"classmap": [
2023-08-03 14:26:00 +00:00
"Resources/stubs"
2016-05-24 11:54:03 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
2022-07-05 13:33:34 +00:00
"support": {
2024-01-12 14:54:04 +00:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-01-26T09:26:14+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/polyfill-mbstring",
2024-01-12 14:54:04 +00:00
"version": "v1.28.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2024-01-12 14:54:04 +00:00
"reference": "42292d99c55abe617799667f454222c54c60e229"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
"reference": "42292d99c55abe617799667f454222c54c60e229",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": ">=7.1"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-01-12 14:54:04 +00:00
"dev-main": "1.28-dev"
2023-08-03 14:26:00 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2016-05-24 11:54:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2022-07-05 13:33:34 +00:00
"support": {
2024-01-12 14:54:04 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-07-28T09:04:16+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/service-contracts",
2024-01-12 14:54:04 +00:00
"version": "v3.4.1",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/service-contracts.git",
2024-01-12 14:54:04 +00:00
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"php": ">=8.1",
2024-01-12 14:54:04 +00:00
"psr/container": "^1.1|^2.0"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"conflict": {
"ext-psr": "<1.1|>=2"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-main": "3.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2016-05-24 11:54:03 +00:00
}
},
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
},
"exclude-from-classmap": [
"/Test/"
2016-05-24 11:54:03 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2022-07-05 13:42:21 +00:00
},
2016-05-24 11:54:03 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2022-07-05 13:33:34 +00:00
"support": {
2024-01-12 14:54:04 +00:00
"source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-12-26T14:02:43+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "symfony/string",
2024-01-12 14:54:04 +00:00
"version": "v7.0.2",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/symfony/string.git",
2024-01-12 14:54:04 +00:00
"reference": "cc78f14f91f5e53b42044d0620961c48028ff9f5"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/symfony/string/zipball/cc78f14f91f5e53b42044d0620961c48028ff9f5",
"reference": "cc78f14f91f5e53b42044d0620961c48028ff9f5",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2024-01-12 14:54:04 +00:00
"php": ">=8.2",
2023-08-03 14:26:00 +00:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/translation-contracts": "<2.5"
2016-05-24 11:54:03 +00:00
},
"require-dev": {
2024-01-12 14:54:04 +00:00
"symfony/error-handler": "^6.4|^7.0",
"symfony/http-client": "^6.4|^7.0",
"symfony/intl": "^6.4|^7.0",
2023-08-03 14:26:00 +00:00
"symfony/translation-contracts": "^2.5|^3.0",
2024-01-12 14:54:04 +00:00
"symfony/var-exporter": "^6.4|^7.0"
2016-05-24 11:54:03 +00:00
},
"type": "library",
"autoload": {
2023-08-03 14:26:00 +00:00
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-24 11:54:03 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2016-05-24 11:54:03 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"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"
],
2022-07-05 13:33:34 +00:00
"support": {
2024-01-12 14:54:04 +00:00
"source": "https://github.com/symfony/string/tree/v7.0.2"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
2022-07-05 13:42:21 +00:00
"type": "github"
2023-08-03 14:26:00 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2022-07-05 13:42:21 +00:00
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-12-10T16:54:46+00:00"
2016-05-24 11:54:03 +00:00
},
{
2023-08-03 14:26:00 +00:00
"name": "theseer/tokenizer",
2024-01-12 14:54:04 +00:00
"version": "1.2.2",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/theseer/tokenizer.git",
2024-01-12 14:54:04 +00:00
"reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2024-01-12 14:54:04 +00:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
"reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
2022-07-05 13:42:21 +00:00
"require": {
2023-08-03 14:26:00 +00:00
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
2022-07-05 13:42:21 +00:00
},
2016-05-24 11:54:03 +00:00
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2016-05-24 11:54:03 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2022-07-05 13:33:34 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/theseer/tokenizer/issues",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/theseer/tokenizer/tree/1.2.2"
2022-07-05 13:33:34 +00:00
},
2022-07-05 13:42:21 +00:00
"funding": [
{
2023-08-03 14:26:00 +00:00
"url": "https://github.com/theseer",
2022-07-05 13:42:21 +00:00
"type": "github"
}
],
2024-01-12 14:54:04 +00:00
"time": "2023-11-20T00:12:19+00:00"
2016-05-24 11:54:03 +00:00
},
2023-08-01 13:35:44 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "vimeo/psalm",
2024-01-22 12:09:20 +00:00
"version": "5.20.0",
2023-08-01 13:35:44 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/vimeo/psalm.git",
2024-01-22 12:09:20 +00:00
"reference": "3f284e96c9d9be6fe6b15c79416e1d1903dcfef4"
2023-08-01 13:35:44 +00:00
},
"dist": {
"type": "zip",
2024-01-22 12:09:20 +00:00
"url": "https://api.github.com/repos/vimeo/psalm/zipball/3f284e96c9d9be6fe6b15c79416e1d1903dcfef4",
"reference": "3f284e96c9d9be6fe6b15c79416e1d1903dcfef4",
2023-08-01 13:35:44 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"amphp/amp": "^2.4.2",
"amphp/byte-stream": "^1.5",
"composer-runtime-api": "^2",
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"composer/xdebug-handler": "^2.0 || ^3.0",
"dnoegel/php-xdg-base-dir": "^0.1.1",
"ext-ctype": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
2023-08-01 13:35:44 +00:00
"ext-simplexml": "*",
"ext-tokenizer": "*",
2023-08-03 14:26:00 +00:00
"felixfbecker/advanced-json-rpc": "^3.1",
"felixfbecker/language-server-protocol": "^1.5.2",
2024-01-12 14:54:04 +00:00
"fidry/cpu-core-counter": "^0.4.1 || ^0.5.1 || ^1.0.0",
2023-08-03 14:26:00 +00:00
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
"nikic/php-parser": "^4.16",
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"sebastian/diff": "^4.0 || ^5.0",
"spatie/array-to-xml": "^2.17.0 || ^3.0",
2024-01-12 14:54:04 +00:00
"symfony/console": "^4.1.6 || ^5.0 || ^6.0 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0"
},
"conflict": {
"nikic/php-parser": "4.17.0"
2023-08-03 14:26:00 +00:00
},
"provide": {
"psalm/psalm": "self.version"
2023-08-01 13:35:44 +00:00
},
"require-dev": {
2023-08-03 14:26:00 +00:00
"amphp/phpunit-util": "^2.0",
"bamarni/composer-bin-plugin": "^1.4",
"brianium/paratest": "^6.9",
"ext-curl": "*",
"mockery/mockery": "^1.5",
"nunomaduro/mock-final-classes": "^1.1",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpdoc-parser": "^1.6",
"phpunit/phpunit": "^9.6",
"psalm/plugin-mockery": "^1.1",
"psalm/plugin-phpunit": "^0.18",
"slevomat/coding-standard": "^8.4",
"squizlabs/php_codesniffer": "^3.6",
2024-01-12 14:54:04 +00:00
"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0"
2023-08-03 14:26:00 +00:00
},
"suggest": {
"ext-curl": "In order to send data to shepherd",
"ext-igbinary": "^2.0.5 is required, used to serialize caching data"
2023-08-01 13:35:44 +00:00
},
"bin": [
2023-08-03 14:26:00 +00:00
"psalm",
"psalm-language-server",
"psalm-plugin",
"psalm-refactor",
"psalter"
2023-08-01 13:35:44 +00:00
],
2024-01-12 14:54:04 +00:00
"type": "project",
2023-08-01 13:35:44 +00:00
"extra": {
"branch-alias": {
2023-08-03 14:26:00 +00:00
"dev-master": "5.x-dev",
"dev-4.x": "4.x-dev",
"dev-3.x": "3.x-dev",
"dev-2.x": "2.x-dev",
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psalm\\": "src/Psalm/"
2023-08-01 13:35:44 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2023-08-01 13:35:44 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Matthew Brown"
2023-08-01 13:35:44 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "A static analysis tool for finding errors in PHP applications",
2023-08-01 13:35:44 +00:00
"keywords": [
2023-08-03 14:26:00 +00:00
"code",
"inspection",
"php",
2023-08-01 13:35:44 +00:00
"static analysis"
],
"support": {
2024-01-12 14:54:04 +00:00
"docs": "https://psalm.dev/docs",
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/vimeo/psalm/issues",
2024-01-12 14:54:04 +00:00
"source": "https://github.com/vimeo/psalm"
2023-08-01 13:35:44 +00:00
},
2024-01-22 12:09:20 +00:00
"time": "2024-01-18T12:15:06+00:00"
2023-08-01 13:35:44 +00:00
},
2016-05-24 11:54:03 +00:00
{
2023-08-03 14:26:00 +00:00
"name": "webmozart/assert",
"version": "1.11.0",
2016-05-24 11:54:03 +00:00
"source": {
"type": "git",
2023-08-03 14:26:00 +00:00
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
2016-05-24 11:54:03 +00:00
},
"dist": {
"type": "zip",
2023-08-03 14:26:00 +00:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
2016-05-24 11:54:03 +00:00
"shasum": ""
},
"require": {
2023-08-03 14:26:00 +00:00
"ext-ctype": "*",
2022-07-05 13:42:21 +00:00
"php": "^7.2 || ^8.0"
2016-05-24 11:54:03 +00:00
},
2023-08-03 14:26:00 +00:00
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
2016-05-24 11:54:03 +00:00
"type": "library",
2023-08-03 14:26:00 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
2022-07-05 13:33:34 +00:00
"autoload": {
2023-08-03 14:26:00 +00:00
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
2022-07-05 13:33:34 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2023-08-03 14:26:00 +00:00
"MIT"
2022-07-05 13:33:34 +00:00
],
"authors": [
{
2023-08-03 14:26:00 +00:00
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2022-07-05 13:33:34 +00:00
}
],
2023-08-03 14:26:00 +00:00
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2022-07-05 13:33:34 +00:00
"support": {
2023-08-03 14:26:00 +00:00
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
2022-07-05 13:33:34 +00:00
},
2023-08-03 14:26:00 +00:00
"time": "2022-06-03T18:03:27+00:00"
2016-05-24 11:54:03 +00:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2023-08-04 07:30:40 +00:00
"php": "^8.2"
2016-05-24 11:54:03 +00:00
},
2022-07-05 13:33:34 +00:00
"platform-dev": [],
2024-01-12 14:54:04 +00:00
"plugin-api-version": "2.6.0"
2016-05-24 11:54:03 +00:00
}