static-php-cli/composer.lock

6967 lines
246 KiB
Plaintext
Raw Normal View History

2023-09-13 19:04:54 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2024-10-03 15:16:38 +08:00
"content-hash": "c76ada2dbca6ca234d4e03e07d947736",
2023-09-13 19:04:54 +02:00
"packages": [
{
"name": "illuminate/collections",
2024-10-03 15:16:38 +08:00
"version": "v10.48.22",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
2024-10-03 15:16:38 +08:00
"reference": "37c863cffb345869dd134eff8e646bc82a19cc96"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/illuminate/collections/zipball/37c863cffb345869dd134eff8e646bc82a19cc96",
"reference": "37c863cffb345869dd134eff8e646bc82a19cc96",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"illuminate/conditionable": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/macroable": "^10.0",
"php": "^8.1"
2023-09-13 19:04:54 +02:00
},
"suggest": {
2024-10-03 15:16:38 +08:00
"symfony/var-dumper": "Required to use the dump method (^6.2)."
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "10.x-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"files": [
"helpers.php"
],
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Collections package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2024-10-03 15:16:38 +08:00
"time": "2024-06-19T14:25:05+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "illuminate/conditionable",
2024-10-03 15:16:38 +08:00
"version": "v10.48.22",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
2024-10-03 15:16:38 +08:00
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009",
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"php": "^8.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "10.x-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Conditionable package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2024-10-03 15:16:38 +08:00
"time": "2023-02-03T08:06:17+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "illuminate/contracts",
2024-10-03 15:16:38 +08:00
"version": "v10.48.22",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
2024-10-03 15:16:38 +08:00
"reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac",
"reference": "8d7152c4a1f5d9cf7da3e8b71f23e4556f6138ac",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": "^8.1",
2023-09-13 19:04:54 +02:00
"psr/container": "^1.1.1|^2.0.1",
"psr/simple-cache": "^1.0|^2.0|^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "10.x-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Contracts\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2024-10-03 15:16:38 +08:00
"time": "2024-01-15T18:52:32+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "illuminate/macroable",
2024-10-03 15:16:38 +08:00
"version": "v10.48.22",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
2024-10-03 15:16:38 +08:00
"reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27",
"reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": "^8.1"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "10.x-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Macroable package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2024-10-03 15:16:38 +08:00
"time": "2023-06-05T12:46:42+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "laravel/prompts",
2024-10-03 14:52:46 +08:00
"version": "v0.1.25",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
2024-10-03 14:52:46 +08:00
"reference": "7b4029a84c37cb2725fc7f011586e2997040bc95"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/laravel/prompts/zipball/7b4029a84c37cb2725fc7f011586e2997040bc95",
"reference": "7b4029a84c37cb2725fc7f011586e2997040bc95",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"illuminate/collections": "^10.0|^11.0",
"php": "^8.1",
2023-10-31 01:51:14 +08:00
"symfony/console": "^6.2|^7.0"
},
"conflict": {
"illuminate/console": ">=10.17.0 <10.25.0",
"laravel/framework": ">=10.17.0 <10.25.0"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"mockery/mockery": "^1.5",
"pestphp/pest": "^2.3",
"phpstan/phpstan": "^1.11",
2023-09-13 19:04:54 +02:00
"phpstan/phpstan-mockery": "^1.1"
},
"suggest": {
"ext-pcntl": "Required for the spinner to be animated."
},
"type": "library",
2023-10-31 01:51:14 +08:00
"extra": {
"branch-alias": {
"dev-main": "0.1.x-dev"
}
},
2023-09-13 19:04:54 +02:00
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Laravel\\Prompts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Add beautiful and user-friendly forms to your command-line applications.",
2023-09-13 19:04:54 +02:00
"support": {
"issues": "https://github.com/laravel/prompts/issues",
2024-10-03 14:52:46 +08:00
"source": "https://github.com/laravel/prompts/tree/v0.1.25"
2023-09-13 19:04:54 +02:00
},
2024-10-03 14:52:46 +08:00
"time": "2024-08-12T22:06:33+00:00"
2023-09-13 19:04:54 +02: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",
2024-10-03 14:52:46 +08:00
"version": "3.0.2",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2024-10-03 14:52:46 +08:00
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
2023-09-13 19:04:54 +02:00
"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": {
2024-10-03 14:52:46 +08:00
"source": "https://github.com/php-fig/log/tree/3.0.2"
2023-09-13 19:04:54 +02:00
},
2024-10-03 14:52:46 +08:00
"time": "2024-09-11T13:17:53+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "psr/simple-cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
},
"time": "2021-10-29T13:26:27+00:00"
},
{
"name": "symfony/console",
2024-10-03 14:52:46 +08:00
"version": "v6.4.12",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2024-10-03 14:52:46 +08:00
"reference": "72d080eb9edf80e36c19be61f72c98ed8273b765"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/symfony/console/zipball/72d080eb9edf80e36c19be61f72c98ed8273b765",
"reference": "72d080eb9edf80e36c19be61f72c98ed8273b765",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^2.5|^3",
"symfony/string": "^5.4|^6.0|^7.0"
2023-09-13 19:04:54 +02:00
},
"conflict": {
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
},
"provide": {
"psr/log-implementation": "1.0|2.0|3.0"
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^6.4|^7.0",
"symfony/http-kernel": "^6.4|^7.0",
"symfony/lock": "^5.4|^6.0|^7.0",
"symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0",
"symfony/stopwatch": "^5.4|^6.0|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"keywords": [
"cli",
"command-line",
"console",
"terminal"
],
"support": {
2024-10-03 14:52:46 +08:00
"source": "https://github.com/symfony/console/tree/v6.4.12"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 14:52:46 +08:00
"time": "2024-09-20T08:15:52+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.5.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
"reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
2023-09-13 19:04:54 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-04-18T09:32:20+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/polyfill-ctype",
2024-10-03 14:52:46 +08:00
"version": "v1.31.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2024-10-03 14:52:46 +08:00
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 14:52:46 +08:00
"php": ">=7.2"
2023-09-13 19:04:54 +02:00
},
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
2024-10-03 14:52:46 +08:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 14:52:46 +08:00
"time": "2024-09-09T11:45:10+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/polyfill-intl-grapheme",
2024-10-03 14:52:46 +08:00
"version": "v1.31.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2024-10-03 14:52:46 +08:00
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 14:52:46 +08:00
"php": ">=7.2"
2023-09-13 19:04:54 +02:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
2024-10-03 14:52:46 +08:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 14:52:46 +08:00
"time": "2024-09-09T11:45:10+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/polyfill-intl-normalizer",
2024-10-03 14:52:46 +08:00
"version": "v1.31.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2024-10-03 14:52:46 +08:00
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 14:52:46 +08:00
"php": ">=7.2"
2023-09-13 19:04:54 +02:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
2024-10-03 14:52:46 +08:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 14:52:46 +08:00
"time": "2024-09-09T11:45:10+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/polyfill-mbstring",
2024-10-03 14:52:46 +08:00
"version": "v1.31.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2024-10-03 14:52:46 +08:00
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
"reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 14:52:46 +08:00
"php": ">=7.2"
2023-09-13 19:04:54 +02:00
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
2024-10-03 14:52:46 +08:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 14:52:46 +08:00
"time": "2024-09-09T11:45:10+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/service-contracts",
"version": "v3.5.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
"reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/container": "^1.1|^2.0",
"symfony/deprecation-contracts": "^2.5|^3"
2023-09-13 19:04:54 +02:00
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
2023-09-13 19:04:54 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
},
"exclude-from-classmap": [
"/Test/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-04-18T09:32:20+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/string",
2024-10-03 15:16:38 +08:00
"version": "v6.4.12",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2024-10-03 15:16:38 +08:00
"reference": "f8a1ccebd0997e16112dfecfd74220b78e5b284b"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/symfony/string/zipball/f8a1ccebd0997e16112dfecfd74220b78e5b284b",
"reference": "f8a1ccebd0997e16112dfecfd74220b78e5b284b",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=8.1",
2023-09-13 19:04:54 +02: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"
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"symfony/error-handler": "^5.4|^6.0|^7.0",
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/intl": "^6.2|^7.0",
2023-09-13 19:04:54 +02:00
"symfony/translation-contracts": "^2.5|^3.0",
2024-10-03 15:16:38 +08:00
"symfony/var-exporter": "^5.4|^6.0|^7.0"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"support": {
2024-10-03 15:16:38 +08:00
"source": "https://github.com/symfony/string/tree/v6.4.12"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-09-20T08:15:52+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "zhamao/logger",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/zhamao-robot/zhamao-logger.git",
"reference": "1b7e34349330a842887d816f0344aba996cfeec0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zhamao-robot/zhamao-logger/zipball/1b7e34349330a842887d816f0344aba996cfeec0",
"reference": "1b7e34349330a842887d816f0344aba996cfeec0",
"shasum": ""
},
"require": {
"php": "^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1",
"psr/log": "^1 || ^2 || ^3",
"symfony/polyfill-mbstring": "^1.0"
},
"require-dev": {
"brainmaestro/composer-git-hooks": "^2.8",
"friendsofphp/php-cs-fixer": "^3.2",
"phpstan/phpstan": "^1.1",
"phpunit/phpunit": "^8.5 || ^9.0",
"roave/security-advisories": "dev-latest"
},
"suggest": {
"ext-mbstring": "Use C/C++ extension instead of polyfill will be more efficient"
},
"type": "library",
"extra": {
"hooks": {
"post-merge": "composer install",
"pre-commit": [
"echo committing as $(git config user.name)",
"composer cs-fix -- --diff"
],
"pre-push": [
"composer cs-fix -- --dry-run --diff",
"composer analyse"
]
}
},
"autoload": {
"psr-4": {
"ZM\\Logger\\": "src/ZM/Logger"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "jerry",
"email": "admin@zhamao.me"
},
{
"name": "sunxyw",
"email": "dev@sunxyw.xyz"
}
],
"description": "Another Console Logger for CLI Applications",
"support": {
"issues": "https://github.com/zhamao-robot/zhamao-logger/issues",
"source": "https://github.com/zhamao-robot/zhamao-logger/tree/1.1.1"
},
"time": "2023-03-09T15:41:10+00:00"
}
],
"packages-dev": [
{
"name": "amphp/amp",
2024-10-03 15:16:38 +08:00
"version": "v2.6.4",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
2024-10-03 15:16:38 +08:00
"reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
"reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.1"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^7 | ^8 | ^9",
"react/promise": "^2",
"vimeo/psalm": "^3.12"
2023-09-13 19:04:54 +02:00
},
"type": "library",
2024-10-03 15:16:38 +08:00
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
2023-09-13 19:04:54 +02:00
"autoload": {
"files": [
2024-10-03 15:16:38 +08:00
"lib/functions.php",
"lib/Internal/functions.php"
2023-09-13 19:04:54 +02:00
],
"psr-4": {
2024-10-03 15:16:38 +08:00
"Amp\\": "lib"
2023-09-13 19:04:54 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2024-10-03 15:16:38 +08:00
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
2023-09-13 19:04:54 +02:00
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A non-blocking concurrency framework for PHP applications.",
"homepage": "https://amphp.org/amp",
"keywords": [
"async",
"asynchronous",
"awaitable",
"concurrency",
"event",
"event-loop",
"future",
"non-blocking",
"promise"
],
"support": {
2024-10-03 15:16:38 +08:00
"irc": "irc://irc.freenode.org/amphp",
2023-09-13 19:04:54 +02:00
"issues": "https://github.com/amphp/amp/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/amphp/amp/tree/v2.6.4"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-03-21T18:52:26+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "amphp/byte-stream",
2024-10-03 15:16:38 +08:00
"version": "v1.8.2",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2024-10-03 15:16:38 +08:00
"reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/4f0e968ba3798a423730f567b1b50d3441c16ddc",
"reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"amphp/amp": "^2",
"php": ">=7.1"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08: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"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"files": [
2024-10-03 15:16:38 +08:00
"lib/functions.php"
2023-09-13 19:04:54 +02:00
],
"psr-4": {
2024-10-03 15:16:38 +08:00
"Amp\\ByteStream\\": "lib"
2023-09-13 19:04:54 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"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": "https://amphp.org/byte-stream",
2023-09-13 19:04:54 +02:00
"keywords": [
"amp",
"amphp",
"async",
"io",
"non-blocking",
"stream"
],
"support": {
"issues": "https://github.com/amphp/byte-stream/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/amphp/byte-stream/tree/v1.8.2"
2024-10-03 14:52:46 +08:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-04-13T18:00:56+00:00"
2024-10-03 14:52:46 +08:00
},
{
2024-10-03 15:16:38 +08:00
"name": "amphp/parallel",
"version": "v1.4.3",
2024-10-03 14:52:46 +08:00
"source": {
"type": "git",
2024-10-03 15:16:38 +08:00
"url": "https://github.com/amphp/parallel.git",
"reference": "3aac213ba7858566fd83d38ccb85b91b2d652cb0"
2024-10-03 14:52:46 +08:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/amphp/parallel/zipball/3aac213ba7858566fd83d38ccb85b91b2d652cb0",
"reference": "3aac213ba7858566fd83d38ccb85b91b2d652cb0",
2024-10-03 14:52:46 +08:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"amphp/amp": "^2",
"amphp/byte-stream": "^1.6.1",
2024-10-03 14:52:46 +08:00
"amphp/parser": "^1",
2024-10-03 15:16:38 +08:00
"amphp/process": "^1",
"amphp/serialization": "^1",
"amphp/sync": "^1.0.1",
"php": ">=7.1"
2024-10-03 14:52:46 +08:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1.1",
"phpunit/phpunit": "^8 || ^7"
2024-10-03 14:52:46 +08:00
},
"type": "library",
"autoload": {
"files": [
2024-10-03 15:16:38 +08:00
"lib/Context/functions.php",
"lib/Sync/functions.php",
"lib/Worker/functions.php"
2024-10-03 14:52:46 +08:00
],
"psr-4": {
2024-10-03 15:16:38 +08:00
"Amp\\Parallel\\": "lib"
2024-10-03 14:52:46 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
2024-10-03 15:16:38 +08:00
},
{
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
2024-10-03 14:52:46 +08:00
}
],
2024-10-03 15:16:38 +08:00
"description": "Parallel processing component for Amp.",
"homepage": "https://github.com/amphp/parallel",
2023-09-13 19:04:54 +02:00
"keywords": [
"async",
2024-10-03 15:16:38 +08:00
"asynchronous",
"concurrent",
"multi-processing",
"multi-threading"
2023-09-13 19:04:54 +02:00
],
"support": {
2024-10-03 15:16:38 +08:00
"issues": "https://github.com/amphp/parallel/issues",
"source": "https://github.com/amphp/parallel/tree/v1.4.3"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2023-03-23T08:04:23+00:00"
2023-09-13 19:04:54 +02:00
},
{
2024-10-03 15:16:38 +08:00
"name": "amphp/parallel-functions",
"version": "v1.1.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
2024-10-03 15:16:38 +08:00
"url": "https://github.com/amphp/parallel-functions.git",
"reference": "04e92fcacfc921a56dfe12c23b3265e62593a7cb"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/amphp/parallel-functions/zipball/04e92fcacfc921a56dfe12c23b3265e62593a7cb",
"reference": "04e92fcacfc921a56dfe12c23b3265e62593a7cb",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"amphp/amp": "^2.0.3",
"amphp/parallel": "^1.4",
"amphp/serialization": "^1.0",
"laravel/serializable-closure": "^1.0",
"php": ">=7.4"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"amphp/php-cs-fixer-config": "v2.x-dev",
"amphp/phpunit-util": "^2.0",
"phpunit/phpunit": "^9.5.11"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"files": [
2024-10-03 15:16:38 +08:00
"src/functions.php"
2023-09-13 19:04:54 +02:00
],
"psr-4": {
2024-10-03 15:16:38 +08:00
"Amp\\ParallelFunctions\\": "src"
2023-09-13 19:04:54 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
2024-10-03 15:16:38 +08:00
"description": "Parallel processing made simple.",
2023-09-13 19:04:54 +02:00
"support": {
2024-10-03 15:16:38 +08:00
"issues": "https://github.com/amphp/parallel-functions/issues",
"source": "https://github.com/amphp/parallel-functions/tree/v1.1.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2022-02-03T19:32:41+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "amphp/parser",
"version": "v1.1.1",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/parser.git",
"reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/parser/zipball/3cf1f8b32a0171d4b1bed93d25617637a77cded7",
"reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"php": ">=7.4"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Amp\\Parser\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A generator parser to make streaming parsers simple.",
"homepage": "https://github.com/amphp/parser",
"keywords": [
"async",
"non-blocking",
"parser",
"stream"
],
"support": {
"issues": "https://github.com/amphp/parser/issues",
"source": "https://github.com/amphp/parser/tree/v1.1.1"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2024-03-21T19:16:53+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "amphp/process",
2024-10-03 15:16:38 +08:00
"version": "v1.1.7",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/amphp/process.git",
2024-10-03 15:16:38 +08:00
"reference": "1949d85b6d71af2818ff68144304a98495628f19"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/amphp/process/zipball/1949d85b6d71af2818ff68144304a98495628f19",
"reference": "1949d85b6d71af2818ff68144304a98495628f19",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"amphp/amp": "^2",
"amphp/byte-stream": "^1.4",
"php": ">=7.1"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"phpunit/phpunit": "^6"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"files": [
2024-10-03 15:16:38 +08:00
"lib/functions.php"
2023-09-13 19:04:54 +02:00
],
"psr-4": {
2024-10-03 15:16:38 +08:00
"Amp\\Process\\": "lib"
2023-09-13 19:04:54 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
2024-10-03 15:16:38 +08:00
"description": "Asynchronous process manager.",
"homepage": "https://github.com/amphp/process",
2023-09-13 19:04:54 +02:00
"support": {
"issues": "https://github.com/amphp/process/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/amphp/process/tree/v1.1.7"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-04-19T03:00:28+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "amphp/serialization",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/serialization.git",
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1",
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"phpunit/phpunit": "^9 || ^8 || ^7"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Amp\\Serialization\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "Serialization tools for IPC and data storage in PHP.",
"homepage": "https://github.com/amphp/serialization",
"keywords": [
"async",
"asynchronous",
"serialization",
"serialize"
],
"support": {
"issues": "https://github.com/amphp/serialization/issues",
"source": "https://github.com/amphp/serialization/tree/master"
},
"time": "2020-03-25T21:39:07+00:00"
},
{
2024-10-03 15:16:38 +08:00
"name": "amphp/sync",
"version": "v1.4.2",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
2024-10-03 15:16:38 +08:00
"url": "https://github.com/amphp/sync.git",
"reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/amphp/sync/zipball/85ab06764f4f36d63b1356b466df6111cf4b89cf",
"reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"amphp/amp": "^2.2",
"php": ">=7.1"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1.1",
"phpunit/phpunit": "^9 || ^8 || ^7"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"files": [
"src/functions.php",
2024-10-03 15:16:38 +08:00
"src/ConcurrentIterator/functions.php"
2023-09-13 19:04:54 +02:00
],
"psr-4": {
2024-10-03 15:16:38 +08:00
"Amp\\Sync\\": "src"
2023-09-13 19:04:54 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
2024-10-03 15:16:38 +08:00
"name": "Stephen Coakley",
"email": "me@stephencoakley.com"
2023-09-13 19:04:54 +02:00
}
],
2024-10-03 15:16:38 +08:00
"description": "Mutex, Semaphore, and other synchronization tools for Amp.",
"homepage": "https://github.com/amphp/sync",
2023-09-13 19:04:54 +02:00
"keywords": [
"async",
2024-10-03 15:16:38 +08:00
"asynchronous",
"mutex",
"semaphore",
"synchronization"
2023-09-13 19:04:54 +02:00
],
"support": {
2024-10-03 15:16:38 +08:00
"issues": "https://github.com/amphp/sync/issues",
"source": "https://github.com/amphp/sync/tree/v1.4.2"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2021-10-25T18:29:10+00:00"
2023-09-13 19:04:54 +02:00
},
{
2024-10-03 15:16:38 +08:00
"name": "captainhook/captainhook-phar",
"version": "5.23.5",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
2024-10-03 15:16:38 +08:00
"url": "https://github.com/captainhookphp/captainhook-phar.git",
"reference": "055e6e109170a1d79353f9c94a6099e08bab15cd"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/captainhookphp/captainhook-phar/zipball/055e6e109170a1d79353f9c94a6099e08bab15cd",
"reference": "055e6e109170a1d79353f9c94a6099e08bab15cd",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"composer-plugin-api": "^1.1||^2.0",
"ext-json": "*",
"ext-spl": "*",
"phar-io/composer-distributor": "^1.0",
"php": "^8.0 || ^8.1 || ^8.2"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"composer/composer": "^1.1 || ^2.0"
},
"type": "composer-plugin",
"extra": {
"class": "CaptainHook\\Composer\\Plugin"
2024-10-03 14:52:46 +08:00
},
"autoload": {
"psr-4": {
"CaptainHook\\Composer\\": "src/"
2023-09-13 19:04:54 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian Feldmann",
"email": "sf@sebastian-feldmann.info"
}
],
"description": "PHP git hook manager",
"homepage": "https://github.com/captainhookphp/captainhook",
2023-09-13 19:04:54 +02:00
"keywords": [
"commit-msg",
"git",
"hooks",
"post-merge",
"pre-commit",
"pre-push",
"prepare-commit-msg"
],
"support": {
"issues": "https://github.com/captainhookphp/captainhook/issues",
2024-10-03 14:52:46 +08:00
"source": "https://github.com/captainhookphp/captainhook-phar/tree/5.23.5"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sponsors/sebastianfeldmann",
"type": "github"
}
],
"time": "2023-12-13T23:08:05+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "captainhook/hook-installer",
"version": "1.0.3",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/captainhookphp/hook-installer.git",
"reference": "3308a9152727af4e3d1c7b63ca219d6938b702b8"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/captainhookphp/hook-installer/zipball/3308a9152727af4e3d1c7b63ca219d6938b702b8",
"reference": "3308a9152727af4e3d1c7b63ca219d6938b702b8",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1|^2.0",
"php": ">=8.0"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"composer/composer": "*"
},
"type": "composer-plugin",
"extra": {
"class": "CaptainHook\\HookInstaller\\ComposerPlugin"
2023-09-13 19:04:54 +02:00
},
"autoload": {
"psr-4": {
"CaptainHook\\HookInstaller\\": "src"
2023-09-13 19:04:54 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian Feldmann",
"email": "sf@sebastian-feldmann.info"
}
],
"description": "Composer Plugin that makes everyone activate the CaptainHook git hooks locally",
2023-09-13 19:04:54 +02:00
"support": {
"issues": "https://github.com/captainhookphp/hook-installer/issues",
"source": "https://github.com/captainhookphp/hook-installer/tree/1.0.3"
2023-09-13 19:04:54 +02:00
},
"time": "2024-03-21T13:39:59+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "clue/ndjson-react",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/clue/reactphp-ndjson.git",
"reference": "392dc165fce93b5bb5c637b67e59619223c931b0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/clue/reactphp-ndjson/zipball/392dc165fce93b5bb5c637b67e59619223c931b0",
"reference": "392dc165fce93b5bb5c637b67e59619223c931b0",
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/stream": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35",
"react/event-loop": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Clue\\React\\NDJson\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering"
}
],
"description": "Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.",
"homepage": "https://github.com/clue/reactphp-ndjson",
"keywords": [
"NDJSON",
"json",
"jsonlines",
"newline",
"reactphp",
"streaming"
],
"support": {
"issues": "https://github.com/clue/reactphp-ndjson/issues",
"source": "https://github.com/clue/reactphp-ndjson/tree/v1.3.0"
},
"funding": [
{
"url": "https://clue.engineering/support",
"type": "custom"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2022-12-23T10:58:28+00:00"
},
2023-09-13 19:04:54 +02:00
{
"name": "composer/pcre",
2024-10-03 14:52:46 +08:00
"version": "3.3.1",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
2024-10-03 14:52:46 +08:00
"reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4",
"reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
2024-10-03 14:52:46 +08:00
"conflict": {
"phpstan/phpstan": "<1.11.10"
},
2023-09-13 19:04:54 +02:00
"require-dev": {
2024-10-03 14:52:46 +08:00
"phpstan/phpstan": "^1.11.10",
2023-09-13 19:04:54 +02:00
"phpstan/phpstan-strict-rules": "^1.1",
2024-10-03 14:52:46 +08:00
"phpunit/phpunit": "^8 || ^9"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
2024-10-03 14:52:46 +08:00
},
"phpstan": {
"includes": [
"extension.neon"
]
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"psr-4": {
"Composer\\Pcre\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
"keywords": [
"PCRE",
"preg",
"regex",
"regular expression"
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
2024-10-03 14:52:46 +08:00
"source": "https://github.com/composer/pcre/tree/3.3.1"
2023-09-13 19:04:54 +02: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-10-03 14:52:46 +08:00
"time": "2024-08-27T18:44:43+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "composer/semver",
2024-10-03 14:52:46 +08:00
"version": "3.4.3",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2024-10-03 14:52:46 +08:00
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
2024-10-03 14:52:46 +08:00
"phpstan/phpstan": "^1.11",
"symfony/phpunit-bridge": "^3 || ^7"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/semver/issues",
2024-10-03 14:52:46 +08:00
"source": "https://github.com/composer/semver/tree/3.4.3"
2023-09-13 19:04:54 +02: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-10-03 14:52:46 +08:00
"time": "2024-09-19T14:15:21+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "composer/xdebug-handler",
"version": "3.0.5",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
"reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"composer/pcre": "^1 || ^2 || ^3",
"php": "^7.2.5 || ^8.0",
"psr/log": "^1 || ^2 || ^3"
},
"require-dev": {
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
2023-09-13 19:04:54 +02:00
"issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
2023-09-13 19:04:54 +02: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"
}
],
"time": "2024-05-06T16:37:16+00:00"
2023-09-13 19:04:54 +02:00
},
{
2024-10-03 15:16:38 +08:00
"name": "doctrine/deprecations",
"version": "1.1.3",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
2024-10-03 15:16:38 +08:00
"url": "https://github.com/doctrine/deprecations.git",
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"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"
2023-09-13 19:04:54 +02:00
},
"suggest": {
2024-10-03 15:16:38 +08:00
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2024-10-03 15:16:38 +08:00
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
2023-09-13 19:04:54 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2024-10-03 15:16:38 +08:00
"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/",
2023-09-13 19:04:54 +02:00
"support": {
2024-10-03 15:16:38 +08:00
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/1.1.3"
2023-09-13 19:04:54 +02:00
},
2024-10-03 15:16:38 +08:00
"time": "2024-01-30T19:34:25+00:00"
2023-09-13 19:04:54 +02:00
},
2024-02-17 00:33:23 +08:00
{
2024-10-03 15:16:38 +08:00
"name": "doctrine/instantiator",
"version": "2.0.0",
2024-02-17 00:33:23 +08:00
"source": {
"type": "git",
2024-10-03 15:16:38 +08:00
"url": "https://github.com/doctrine/instantiator.git",
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
2024-02-17 00:33:23 +08:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
2024-02-17 00:33:23 +08:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": "^8.1"
2024-02-17 00:33:23 +08:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"doctrine/coding-standard": "^11",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^1.2",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5.27",
"vimeo/psalm": "^5.4"
2024-02-17 00:33:23 +08:00
},
"type": "library",
"autoload": {
"psr-4": {
2024-10-03 15:16:38 +08:00
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2024-02-17 00:33:23 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2024-10-03 15:16:38 +08:00
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
2024-02-17 00:33:23 +08:00
"support": {
2024-10-03 15:16:38 +08:00
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/2.0.0"
2024-02-17 00:33:23 +08:00
},
2024-10-03 15:16:38 +08:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2022-12-30T00:23:10+00:00"
2024-02-17 00:33:23 +08:00
},
{
"name": "evenement/evenement",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/igorw/evenement.git",
"reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc",
"reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^9 || ^6"
},
"type": "library",
"autoload": {
"psr-4": {
"Evenement\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
}
],
"description": "Événement is a very simple event dispatching library for PHP",
"keywords": [
"event-dispatcher",
"event-emitter"
],
"support": {
"issues": "https://github.com/igorw/evenement/issues",
"source": "https://github.com/igorw/evenement/tree/v3.0.2"
},
"time": "2023-08-08T05:53:35+00:00"
},
2023-09-13 19:04:54 +02:00
{
"name": "fidry/console",
2024-10-03 15:16:38 +08:00
"version": "0.5.5",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/theofidry/console.git",
2024-10-03 15:16:38 +08:00
"reference": "bc1fe03f600c63f12ec0a39c6b746c1a1fb77bf7"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/theofidry/console/zipball/bc1fe03f600c63f12ec0a39c6b746c1a1fb77bf7",
"reference": "bc1fe03f600c63f12ec0a39c6b746c1a1fb77bf7",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": "^7.4.0 || ^8.0.0",
"symfony/console": "^4.4 || ^5.4 || ^6.1",
"symfony/event-dispatcher-contracts": "^1.0 || ^2.5 || ^3.0",
"symfony/service-contracts": "^1.0 || ^2.5 || ^3.0",
"thecodingmachine/safe": "^1.3 || ^2.0",
2023-09-13 19:04:54 +02:00
"webmozart/assert": "^1.11"
},
"conflict": {
2024-10-03 15:16:38 +08:00
"symfony/dependency-injection": "<5.3.0",
"symfony/framework-bundle": "<5.3.0",
"symfony/http-kernel": "<5.3.0"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"bamarni/composer-bin-plugin": "^1.4",
"composer/semver": "^3.3",
"ergebnis/composer-normalize": "^2.28",
"infection/infection": "^0.26",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.4.3",
"symfony/dependency-injection": "^4.4 || ^5.4 || ^6.1",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.1",
"symfony/http-kernel": "^4.4 || ^5.4 || ^6.1",
"symfony/phpunit-bridge": "^4.4.47 || ^5.4 || ^6.0",
"symfony/yaml": "^4.4 || ^5.4 || ^6.1",
"webmozarts/strict-phpunit": "^7.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": false,
"forward-command": false
},
"branch-alias": {
"dev-main": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Fidry\\Console\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Théo Fidry",
"email": "theo.fidry@gmail.com"
}
],
"description": "Library to create CLI applications",
"keywords": [
"cli",
"console",
"symfony"
],
"support": {
"issues": "https://github.com/theofidry/console/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/theofidry/console/tree/0.5.5"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/theofidry",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2022-12-18T10:49:34+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "fidry/cpu-core-counter",
2024-10-03 14:52:46 +08:00
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/theofidry/cpu-core-counter.git",
2024-10-03 14:52:46 +08:00
"reference": "8520451a140d3f46ac33042715115e290cf5785f"
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f",
"reference": "8520451a140d3f46ac33042715115e290cf5785f",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"fidry/makefile": "^0.2.0",
"fidry/php-cs-fixer-config": "^1.1.2",
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.2.2",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpunit/phpunit": "^8.5.31 || ^9.5.26",
"webmozarts/strict-phpunit": "^7.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Fidry\\CpuCoreCounter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Théo FIDRY",
"email": "theo.fidry@gmail.com"
}
],
"description": "Tiny utility to get the number of CPU cores.",
"keywords": [
"CPU",
"core"
],
"support": {
"issues": "https://github.com/theofidry/cpu-core-counter/issues",
2024-10-03 14:52:46 +08:00
"source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0"
},
"funding": [
{
"url": "https://github.com/theofidry",
"type": "github"
}
],
2024-10-03 14:52:46 +08:00
"time": "2024-08-06T10:04:20+00:00"
},
2023-10-31 01:51:14 +08:00
{
"name": "fidry/filesystem",
"version": "1.2.1",
2023-10-31 01:51:14 +08:00
"source": {
"type": "git",
"url": "https://github.com/theofidry/filesystem.git",
"reference": "8303225d289da1c434f6009743fbe9aad852de0c"
2023-10-31 01:51:14 +08:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theofidry/filesystem/zipball/8303225d289da1c434f6009743fbe9aad852de0c",
"reference": "8303225d289da1c434f6009743fbe9aad852de0c",
2023-10-31 01:51:14 +08:00
"shasum": ""
},
"require": {
"php": "^8.1",
"symfony/filesystem": "^6.4 || ^7.0",
2023-10-31 01:51:14 +08:00
"thecodingmachine/safe": "^2.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
"ergebnis/composer-normalize": "^2.28",
"infection/infection": ">=0.26",
2023-10-31 01:51:14 +08:00
"phpunit/phpunit": "^10.3",
"symfony/finder": "^6.4 || ^7.0"
2023-10-31 01:51:14 +08:00
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": false,
"forward-command": false
},
"branch-alias": {
"dev-main": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Fidry\\FileSystem\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Théo Fidry",
"email": "theo.fidry@gmail.com"
}
],
"description": "Symfony Filesystem with a few more utilities.",
"keywords": [
"filesystem"
],
"support": {
"issues": "https://github.com/theofidry/filesystem/issues",
"source": "https://github.com/theofidry/filesystem/tree/1.2.1"
2023-10-31 01:51:14 +08:00
},
"funding": [
{
"url": "https://github.com/theofidry",
"type": "github"
}
],
"time": "2023-12-10T13:29:09+00:00"
2023-10-31 01:51:14 +08:00
},
2023-09-13 19:04:54 +02:00
{
"name": "filp/whoops",
2024-10-03 14:52:46 +08:00
"version": "2.16.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2024-10-03 14:52:46 +08:00
"reference": "befcdc0e5dce67252aa6322d82424be928214fa2"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/filp/whoops/zipball/befcdc0e5dce67252aa6322d82424be928214fa2",
"reference": "befcdc0e5dce67252aa6322d82424be928214fa2",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 14:52:46 +08:00
"php": "^7.1 || ^8.0",
2023-09-13 19:04:54 +02:00
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
},
"require-dev": {
2024-10-03 14:52:46 +08:00
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
"symfony/var-dumper": "^4.0 || ^5.0"
2023-09-13 19:04:54 +02:00
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
],
"support": {
"issues": "https://github.com/filp/whoops/issues",
2024-10-03 14:52:46 +08:00
"source": "https://github.com/filp/whoops/tree/2.16.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/denis-sokolov",
"type": "github"
}
],
2024-10-03 14:52:46 +08:00
"time": "2024-09-25T12:00:00+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "friendsofphp/php-cs-fixer",
2024-10-03 14:52:46 +08:00
"version": "v3.64.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
2024-10-03 14:52:46 +08:00
"reference": "58dd9c931c785a79739310aef5178928305ffa67"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/58dd9c931c785a79739310aef5178928305ffa67",
"reference": "58dd9c931c785a79739310aef5178928305ffa67",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"clue/ndjson-react": "^1.0",
2023-11-27 21:21:45 +08:00
"composer/semver": "^3.4",
2023-09-13 19:04:54 +02:00
"composer/xdebug-handler": "^3.0.3",
"ext-filter": "*",
2023-09-13 19:04:54 +02:00
"ext-json": "*",
"ext-tokenizer": "*",
"fidry/cpu-core-counter": "^1.0",
2023-09-13 19:04:54 +02:00
"php": "^7.4 || ^8.0",
"react/child-process": "^0.6.5",
"react/event-loop": "^1.0",
"react/promise": "^2.0 || ^3.0",
"react/socket": "^1.0",
"react/stream": "^1.0",
"sebastian/diff": "^4.0 || ^5.0 || ^6.0",
2023-11-27 21:21:45 +08:00
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
"symfony/finder": "^5.4 || ^6.0 || ^7.0",
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0",
"symfony/polyfill-mbstring": "^1.28",
"symfony/polyfill-php80": "^1.28",
"symfony/polyfill-php81": "^1.28",
"symfony/process": "^5.4 || ^6.0 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"facile-it/paraunit": "^1.3 || ^2.3",
"infection/infection": "^0.29.5",
2023-09-13 19:04:54 +02:00
"justinrainbow/json-schema": "^5.2",
2023-11-27 21:21:45 +08:00
"keradus/cli-executor": "^2.1",
2023-09-13 19:04:54 +02:00
"mikey179/vfsstream": "^1.6.11",
2023-11-27 21:21:45 +08:00
"php-coveralls/php-coveralls": "^2.7",
2023-09-13 19:04:54 +02:00
"php-cs-fixer/accessible-object": "^1.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.5",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.5",
"phpunit/phpunit": "^9.6.19 || ^10.5.21 || ^11.2",
"symfony/var-dumper": "^5.4 || ^6.0 || ^7.0",
2023-11-27 21:21:45 +08:00
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
2023-09-13 19:04:54 +02:00
},
"suggest": {
"ext-dom": "For handling output formats in XML",
"ext-mbstring": "For handling non-UTF8 characters."
},
"bin": [
"php-cs-fixer"
],
"type": "application",
"autoload": {
"psr-4": {
"PhpCsFixer\\": "src/"
},
"exclude-from-classmap": [
"src/Fixer/Internal/*"
]
2023-09-13 19:04:54 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Dariusz Rumiński",
"email": "dariusz.ruminski@gmail.com"
}
],
"description": "A tool to automatically fix PHP code style",
"keywords": [
"Static code analysis",
"fixer",
"standards",
"static analysis"
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
2024-10-03 14:52:46 +08:00
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.64.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/keradus",
"type": "github"
}
],
2024-10-03 14:52:46 +08:00
"time": "2024-08-30T23:09:38+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "humbug/box",
2024-10-03 15:16:38 +08:00
"version": "4.5.1",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/box-project/box.git",
2024-10-03 15:16:38 +08:00
"reference": "1e10a1e974a831b64dab801d09dffa6acd43bd7f"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/box-project/box/zipball/1e10a1e974a831b64dab801d09dffa6acd43bd7f",
"reference": "1e10a1e974a831b64dab801d09dffa6acd43bd7f",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"amphp/parallel-functions": "^1.1",
2023-09-13 19:04:54 +02:00
"composer-plugin-api": "^2.2",
"composer/semver": "^3.3.2",
"composer/xdebug-handler": "^3.0.3",
2024-02-17 00:33:23 +08:00
"ext-iconv": "*",
"ext-mbstring": "*",
2023-09-13 19:04:54 +02:00
"ext-phar": "*",
2024-10-03 15:16:38 +08:00
"ext-sodium": "*",
"fidry/console": "^0.5.3 || ^0.6.0",
"fidry/filesystem": "^1.1",
2024-02-17 00:33:23 +08:00
"humbug/php-scoper": "^0.18.6",
2023-09-13 19:04:54 +02:00
"justinrainbow/json-schema": "^5.2.12",
2024-10-03 15:16:38 +08:00
"laravel/serializable-closure": "^1.2.2",
2023-09-13 19:04:54 +02:00
"nikic/iter": "^2.2",
2024-10-03 15:16:38 +08:00
"nikic/php-parser": "^4.15.2",
"paragonie/constant_time_encoding": "^2.6",
"php": "^8.1",
"phpdocumentor/reflection-docblock": "^5.3",
2024-02-17 00:33:23 +08:00
"phpdocumentor/type-resolver": "^1.7",
2023-09-13 19:04:54 +02:00
"psr/log": "^3.0",
2024-10-03 15:16:38 +08:00
"sebastian/diff": "^4.0",
"seld/jsonlint": "^1.9",
"symfony/console": "^6.1.7",
"symfony/filesystem": "^6.1.5",
"symfony/finder": "^6.1.3",
2024-02-17 00:33:23 +08:00
"symfony/polyfill-iconv": "^1.28",
"symfony/polyfill-mbstring": "^1.28",
2024-10-03 15:16:38 +08:00
"symfony/process": "^6.1.3",
"symfony/var-dumper": "^6.1.6",
2023-09-13 19:04:54 +02:00
"webmozart/assert": "^1.11"
},
"replace": {
2024-10-03 15:16:38 +08:00
"paragonie/sodium_compat": "*",
2023-09-13 19:04:54 +02:00
"symfony/polyfill-php80": "*",
2024-10-03 15:16:38 +08:00
"symfony/polyfill-php81": "*"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"ergebnis/composer-normalize": "^2.29",
2024-02-17 00:33:23 +08:00
"fidry/makefile": "^1.0.1",
2023-09-13 19:04:54 +02:00
"mikey179/vfsstream": "^1.6.11",
2024-10-03 15:16:38 +08:00
"phpspec/prophecy": "^1.17",
"phpspec/prophecy-phpunit": "^2.0.2",
"phpunit/phpunit": "^9.5.26",
"symfony/phpunit-bridge": "^6.1.6",
"symfony/yaml": "^6.2",
"webmozarts/strict-phpunit": "^7.6"
2023-09-13 19:04:54 +02:00
},
"suggest": {
"ext-openssl": "To accelerate private key generation."
},
"bin": [
"bin/box"
],
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": false,
"forward-command": false
},
"branch-alias": {
"dev-main": "4.x-dev"
}
},
"autoload": {
"files": [
2024-10-03 15:16:38 +08:00
"src/consts.php",
2023-09-13 19:04:54 +02:00
"src/functions.php"
],
"psr-4": {
"KevinGH\\Box\\": "src"
},
"exclude-from-classmap": [
"/Test/",
"vendor/humbug/php-scoper/vendor-hotfix"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kevin Herrera",
"email": "kevin@herrera.io",
"homepage": "http://kevin.herrera.io"
},
{
"name": "Théo Fidry",
"email": "theo.fidry@gmail.com"
}
],
"description": "Fast, zero config application bundler with PHARs.",
"keywords": [
"phar"
],
"support": {
"issues": "https://github.com/box-project/box/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/box-project/box/tree/4.5.1"
2023-09-13 19:04:54 +02:00
},
2024-10-03 15:16:38 +08:00
"time": "2023-11-04T17:51:11+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "humbug/php-scoper",
2024-10-03 15:16:38 +08:00
"version": "0.18.7",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/humbug/php-scoper.git",
2024-10-03 15:16:38 +08:00
"reference": "9386a0af946f175d7a1ebfb68851bc2bb8ad7858"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/humbug/php-scoper/zipball/9386a0af946f175d7a1ebfb68851bc2bb8ad7858",
"reference": "9386a0af946f175d7a1ebfb68851bc2bb8ad7858",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"fidry/console": "^0.5.0",
2023-10-31 01:51:14 +08:00
"fidry/filesystem": "^1.1",
2024-10-03 15:16:38 +08:00
"jetbrains/phpstorm-stubs": "^v2022.2",
"nikic/php-parser": "^4.12",
"php": "^8.1",
"symfony/console": "^5.2 || ^6.0",
"symfony/filesystem": "^5.2 || ^6.0",
"symfony/finder": "^5.2 || ^6.0",
2023-10-31 01:51:14 +08:00
"thecodingmachine/safe": "^2.0"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.1",
"ergebnis/composer-normalize": "^2.28",
2023-10-31 01:51:14 +08:00
"fidry/makefile": "^1.0",
2024-10-03 15:16:38 +08:00
"humbug/box": "^4.5.1",
2023-09-13 19:04:54 +02:00
"phpspec/prophecy-phpunit": "^2.0",
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.0",
"symfony/yaml": "^6.1"
2023-09-13 19:04:54 +02:00
},
"bin": [
"bin/php-scoper"
],
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": false,
"forward-command": false
},
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Humbug\\PhpScoper\\": "src/"
},
"classmap": [
"vendor-hotfix/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
},
{
"name": "Théo Fidry",
"email": "theo.fidry@gmail.com"
},
{
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com"
}
],
"description": "Prefixes all PHP namespaces in a file or directory.",
"support": {
"issues": "https://github.com/humbug/php-scoper/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/humbug/php-scoper/tree/0.18.7"
2023-09-13 19:04:54 +02:00
},
2024-10-03 15:16:38 +08:00
"time": "2023-11-04T18:01:12+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "jetbrains/phpstorm-stubs",
2024-10-03 15:16:38 +08:00
"version": "v2022.3",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/JetBrains/phpstorm-stubs.git",
2024-10-03 15:16:38 +08:00
"reference": "6b568c153cea002dc6fad96285c3063d07cab18d"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/JetBrains/phpstorm-stubs/zipball/6b568c153cea002dc6fad96285c3063d07cab18d",
"reference": "6b568c153cea002dc6fad96285c3063d07cab18d",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"friendsofphp/php-cs-fixer": "@stable",
"nikic/php-parser": "@stable",
"php": "^8.0",
"phpdocumentor/reflection-docblock": "@stable",
"phpunit/phpunit": "@stable"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"files": [
"PhpStormStubsMap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "PHP runtime & extensions header files for PhpStorm",
"homepage": "https://www.jetbrains.com/phpstorm",
"keywords": [
"autocomplete",
"code",
"inference",
"inspection",
"jetbrains",
"phpstorm",
"stubs",
"type"
],
"support": {
2024-10-03 15:16:38 +08:00
"source": "https://github.com/JetBrains/phpstorm-stubs/tree/v2022.3"
2023-09-13 19:04:54 +02:00
},
2024-10-03 15:16:38 +08:00
"time": "2022-10-17T09:21:37+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "justinrainbow/json-schema",
2024-10-03 14:52:46 +08:00
"version": "5.3.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/jsonrainbow/json-schema.git",
2024-10-03 14:52:46 +08:00
"reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8",
"reference": "feb2ca6dd1cebdaf1ed60a4c8de2e53ce11c4fd8",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 14:52:46 +08:00
"php": ">=7.1"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"autoload": {
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
"support": {
"issues": "https://github.com/jsonrainbow/json-schema/issues",
2024-10-03 14:52:46 +08:00
"source": "https://github.com/jsonrainbow/json-schema/tree/5.3.0"
2023-09-13 19:04:54 +02:00
},
2024-10-03 14:52:46 +08:00
"time": "2024-07-06T21:00:26+00:00"
2023-09-13 19:04:54 +02:00
},
{
2024-10-03 15:16:38 +08:00
"name": "laravel/serializable-closure",
"version": "v1.3.5",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
2024-10-03 15:16:38 +08:00
"url": "https://github.com/laravel/serializable-closure.git",
"reference": "1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c",
"reference": "1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": "^7.3|^8.0"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"nesbot/carbon": "^2.61|^3.0",
"pestphp/pest": "^1.21.3",
"phpstan/phpstan": "^1.8.2",
"symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
2024-10-03 15:16:38 +08:00
"Laravel\\SerializableClosure\\": "src/"
2023-09-13 19:04:54 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-10-03 15:16:38 +08:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
2024-10-03 14:52:46 +08:00
{
2024-10-03 15:16:38 +08:00
"name": "Nuno Maduro",
"email": "nuno@laravel.com"
2024-10-03 14:52:46 +08:00
}
],
2024-10-03 15:16:38 +08:00
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
2024-10-03 14:52:46 +08:00
"keywords": [
2024-10-03 15:16:38 +08:00
"closure",
"laravel",
"serializable"
2023-09-13 19:04:54 +02:00
],
"support": {
2024-10-03 15:16:38 +08:00
"issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure"
2023-09-13 19:04:54 +02:00
},
2024-10-03 15:16:38 +08:00
"time": "2024-09-23T13:33:08+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "myclabs/deep-copy",
"version": "1.12.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
"reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpspec/prophecy": "^1.10",
2023-09-13 19:04:54 +02:00
"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.12.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2024-06-12T14:39:25+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "nikic/iter",
"version": "v2.4.1",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/nikic/iter.git",
"reference": "3f031ae08d82c4394410e76b88b441331a6fa15f"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/iter/zipball/3f031ae08d82c4394410e76b88b441331a6fa15f",
"reference": "3f031ae08d82c4394410e76b88b441331a6fa15f",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"vimeo/psalm": "^4.18 || ^5.13"
},
"type": "library",
"autoload": {
"files": [
"src/iter.func.php",
"src/iter.php",
"src/iter.rewindable.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Iteration primitives using generators",
"keywords": [
"functional",
"generator",
"iterator"
],
"support": {
"issues": "https://github.com/nikic/iter/issues",
"source": "https://github.com/nikic/iter/tree/v2.4.1"
2023-09-13 19:04:54 +02:00
},
"time": "2024-03-19T20:45:05+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "nikic/php-parser",
2024-10-03 15:16:38 +08:00
"version": "v4.19.4",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2024-10-03 15:16:38 +08:00
"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2",
"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2024-10-03 15:16:38 +08:00
"php": ">=7.1"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2023-09-13 19:04:54 +02:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "4.9-dev"
2023-09-13 19:04:54 +02:00
}
},
"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-10-03 15:16:38 +08:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4"
2023-09-13 19:04:54 +02:00
},
2024-10-03 15:16:38 +08:00
"time": "2024-09-29T15:01:53+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "nunomaduro/collision",
2023-10-31 01:51:14 +08:00
"version": "v7.10.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
2023-10-31 01:51:14 +08:00
"reference": "49ec67fa7b002712da8526678abd651c09f375b2"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2023-10-31 01:51:14 +08:00
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/49ec67fa7b002712da8526678abd651c09f375b2",
"reference": "49ec67fa7b002712da8526678abd651c09f375b2",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"filp/whoops": "^2.15.3",
"nunomaduro/termwind": "^1.15.1",
"php": "^8.1.0",
2023-09-23 17:02:56 +08:00
"symfony/console": "^6.3.4"
2023-09-13 19:04:54 +02:00
},
2023-10-31 01:51:14 +08:00
"conflict": {
"laravel/framework": ">=11.0.0"
},
2023-09-13 19:04:54 +02:00
"require-dev": {
2023-10-31 01:51:14 +08:00
"brianium/paratest": "^7.3.0",
"laravel/framework": "^10.28.0",
"laravel/pint": "^1.13.3",
2023-09-23 17:02:56 +08:00
"laravel/sail": "^1.25.0",
"laravel/sanctum": "^3.3.1",
"laravel/tinker": "^2.8.2",
2023-09-13 19:04:54 +02:00
"nunomaduro/larastan": "^2.6.4",
2023-10-31 01:51:14 +08:00
"orchestra/testbench-core": "^8.13.0",
"pestphp/pest": "^2.23.2",
"phpunit/phpunit": "^10.4.1",
2023-09-13 19:04:54 +02:00
"sebastian/environment": "^6.0.1",
2023-10-31 01:51:14 +08:00
"spatie/laravel-ignition": "^2.3.1"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
]
}
},
"autoload": {
"files": [
"./src/Adapters/Phpunit/Autoload.php"
],
"psr-4": {
"NunoMaduro\\Collision\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Cli error handling for console/command-line PHP applications.",
"keywords": [
"artisan",
"cli",
"command-line",
"console",
"error",
"handling",
"laravel",
"laravel-zero",
"php",
"symfony"
],
"support": {
"issues": "https://github.com/nunomaduro/collision/issues",
"source": "https://github.com/nunomaduro/collision"
},
"funding": [
{
"url": "https://www.paypal.com/paypalme/enunomaduro",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://www.patreon.com/nunomaduro",
"type": "patreon"
}
],
2023-10-31 01:51:14 +08:00
"time": "2023-10-11T15:45:01+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "nunomaduro/termwind",
"version": "v1.15.1",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/termwind.git",
"reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
"reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^8.0",
"symfony/console": "^5.3.0|^6.0.0"
},
"require-dev": {
"ergebnis/phpstan-rules": "^1.0.",
"illuminate/console": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"laravel/pint": "^1.0.0",
"pestphp/pest": "^1.21.0",
"pestphp/pest-plugin-mock": "^1.0",
"phpstan/phpstan": "^1.4.6",
"phpstan/phpstan-strict-rules": "^1.1.0",
"symfony/var-dumper": "^5.2.7|^6.0.0",
"thecodingmachine/phpstan-strict-rules": "^1.0.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Termwind\\Laravel\\TermwindServiceProvider"
]
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Termwind\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Its like Tailwind CSS, but for the console.",
"keywords": [
"cli",
"console",
"css",
"package",
"php",
"style"
],
"support": {
"issues": "https://github.com/nunomaduro/termwind/issues",
"source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
},
"funding": [
{
"url": "https://www.paypal.com/paypalme/enunomaduro",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://github.com/xiCO2k",
"type": "github"
}
],
"time": "2023-02-08T01:06:31+00:00"
},
2024-10-03 15:16:38 +08:00
{
"name": "paragonie/constant_time_encoding",
"version": "v2.7.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
"reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105",
"reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105",
"shasum": ""
},
"require": {
"php": "^7|^8"
},
"require-dev": {
"phpunit/phpunit": "^6|^7|^8|^9",
"vimeo/psalm": "^1|^2|^3|^4"
},
"type": "library",
"autoload": {
"psr-4": {
"ParagonIE\\ConstantTime\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com",
"role": "Maintainer"
},
{
"name": "Steve 'Sc00bz' Thomas",
"email": "steve@tobtu.com",
"homepage": "https://www.tobtu.com",
"role": "Original Developer"
}
],
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
"keywords": [
"base16",
"base32",
"base32_decode",
"base32_encode",
"base64",
"base64_decode",
"base64_encode",
"bin2hex",
"encoding",
"hex",
"hex2bin",
"rfc4648"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
"source": "https://github.com/paragonie/constant_time_encoding"
},
"time": "2024-05-08T12:18:48+00:00"
},
2023-09-13 19:04:54 +02:00
{
"name": "phar-io/composer-distributor",
"version": "1.0.2",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/composer-distributor.git",
"reference": "dd7d936290b2a42b0c64bfe08090b5c597c280c9"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/composer-distributor/zipball/dd7d936290b2a42b0c64bfe08090b5c597c280c9",
"reference": "dd7d936290b2a42b0c64bfe08090b5c597c280c9",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2.0",
2023-09-13 19:04:54 +02:00
"ext-dom": "*",
"ext-libxml": "*",
"phar-io/filesystem": "^2.0",
"phar-io/gnupg": "^1.0",
"php": "^7.3 || ^8.0"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"composer/composer": "^2.0",
"phpunit/phpunit": "^9.4"
2023-09-13 19:04:54 +02:00
},
"type": "library",
2023-09-13 19:04:54 +02:00
"autoload": {
"psr-4": {
"PharIo\\ComposerDistributor\\": "src/"
}
2023-09-13 19:04:54 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2023-09-13 19:04:54 +02:00
],
"authors": [
{
"name": "Andreas Heigl",
"email": "andreas@heigl.org",
2023-09-13 19:04:54 +02:00
"role": "Developer"
},
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
2023-09-13 19:04:54 +02:00
"role": "Developer"
},
{
"name": "Sebastian Feldmann",
"email": "sf@sebastian-feldmann.info",
2023-09-13 19:04:54 +02:00
"role": "Developer"
}
],
"description": "Base Code for a composer plugin that installs PHAR-files",
"homepage": "https://phar.io",
"keywords": [
"bin",
"binary",
"composer",
"distribute",
"phar",
"phive"
],
2023-09-13 19:04:54 +02:00
"support": {
"issues": "https://github.com/phar-io/composer-distributor/issues",
"source": "https://github.com/phar-io/composer-distributor/tree/1.0.2"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://phar.io",
"type": "other"
}
],
"time": "2023-05-31T17:05:49+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "phar-io/executor",
"version": "1.0.1",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/executor.git",
"reference": "5bfb7400224a0c1cf83343660af85c7f5a073473"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/executor/zipball/5bfb7400224a0c1cf83343660af85c7f5a073473",
"reference": "5bfb7400224a0c1cf83343660af85c7f5a073473",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"phar-io/filesystem": "^2.0",
"php": "^7.2||^8.0"
2023-09-13 19:04:54 +02:00
},
"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"
}
],
"support": {
"issues": "https://github.com/phar-io/executor/issues",
"source": "https://github.com/phar-io/executor/tree/1.0.1"
2023-09-13 19:04:54 +02:00
},
"time": "2020-11-30T10:53:57+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "phar-io/filesystem",
"version": "2.0.1",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/filesystem.git",
"reference": "222e3ea432262a05706b7066697c21257664d9d1"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/filesystem/zipball/222e3ea432262a05706b7066697c21257664d9d1",
"reference": "222e3ea432262a05706b7066697c21257664d9d1",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
2023-09-13 19:04:54 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2023-09-13 19:04:54 +02:00
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
2023-09-13 19:04:54 +02:00
}
],
"support": {
"issues": "https://github.com/phar-io/filesystem/issues",
"source": "https://github.com/phar-io/filesystem/tree/2.0.1"
2023-09-13 19:04:54 +02:00
},
"time": "2020-11-30T10:16:22+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "phar-io/gnupg",
2024-10-03 14:52:46 +08:00
"version": "1.0.3",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/gnupg.git",
2024-10-03 14:52:46 +08:00
"reference": "ed8ab1740ac4e9db99500e7252911f2821357093"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/phar-io/gnupg/zipball/ed8ab1740ac4e9db99500e7252911f2821357093",
"reference": "ed8ab1740ac4e9db99500e7252911f2821357093",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"phar-io/executor": "^1.0",
"phar-io/filesystem": "^2.0",
"php": "^7.2||^8.0"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
2023-09-13 19:04:54 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2023-09-13 19:04:54 +02:00
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2023-09-13 19:04:54 +02:00
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
2023-09-13 19:04:54 +02:00
}
],
"description": "Thin GnuPG wrapper class around the gnupg binary, mimicking the pecl/gnupg api",
2023-09-13 19:04:54 +02:00
"support": {
"issues": "https://github.com/phar-io/gnupg/issues",
2024-10-03 14:52:46 +08:00
"source": "https://github.com/phar-io/gnupg/tree/1.0.3"
2023-09-13 19:04:54 +02:00
},
2024-10-03 14:52:46 +08:00
"time": "2024-08-22T20:45:57+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "phar-io/manifest",
"version": "2.0.4",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "54750ef60c58e43759730615a392c31c80e23176"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
"reference": "54750ef60c58e43759730615a392c31c80e23176",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"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.4"
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2024-03-03T12:33:53+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.4.1",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
"reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.1",
"ext-filter": "*",
"php": "^7.4 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.7",
"phpstan/phpdoc-parser": "^1.7",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
"mockery/mockery": "~1.3.5",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^5.13"
},
"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": "opensource@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.4.1"
},
"time": "2024-05-21T05:55:05+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.8.2",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "153ae662783729388a584b4361f2545e4d841e3c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c",
"reference": "153ae662783729388a584b4361f2545e4d841e3c",
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.0",
"php": "^7.3 || ^8.0",
"phpdocumentor/reflection-common": "^2.0",
"phpstan/phpdoc-parser": "^1.13"
},
"require-dev": {
"ext-tokenizer": "*",
"phpbench/phpbench": "^1.2",
2023-09-13 19:04:54 +02:00
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.13.9",
"vimeo/psalm": "^4.25"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2"
2023-09-13 19:04:54 +02:00
},
"time": "2024-02-23T11:10:43+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "phpstan/phpdoc-parser",
2024-10-03 14:52:46 +08:00
"version": "1.32.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2024-10-03 14:52:46 +08:00
"reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6ca22b154efdd9e3c68c56f5d94670920a1c19a4",
"reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4",
2023-09-13 19:04:54 +02: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-10-03 14:52:46 +08:00
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.32.0"
2023-09-13 19:04:54 +02:00
},
2024-10-03 14:52:46 +08:00
"time": "2024-09-26T07:23:32+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "phpstan/phpstan",
2024-10-03 14:52:46 +08:00
"version": "1.12.5",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2024-10-03 14:52:46 +08:00
"reference": "7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17",
"reference": "7e6c6cb7cecb0a6254009a1a8a7d54ec99812b17",
2023-09-13 19:04:54 +02: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"
}
],
2024-10-03 14:52:46 +08:00
"time": "2024-09-26T12:45:22+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "phpunit/php-code-coverage",
2024-10-03 15:16:38 +08:00
"version": "9.2.32",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2024-10-03 15:16:38 +08:00
"reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5",
"reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
2024-10-03 14:52:46 +08:00
"nikic/php-parser": "^4.19.1 || ^5.1.0",
2024-10-03 15:16:38 +08:00
"php": ">=7.3",
"phpunit/php-file-iterator": "^3.0.6",
"phpunit/php-text-template": "^2.0.4",
"sebastian/code-unit-reverse-lookup": "^2.0.3",
"sebastian/complexity": "^2.0.3",
"sebastian/environment": "^5.1.5",
"sebastian/lines-of-code": "^1.0.4",
"sebastian/version": "^3.0.2",
2024-10-03 14:52:46 +08:00
"theseer/tokenizer": "^1.2.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.6"
2023-09-13 19:04:54 +02:00
},
"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": {
2024-10-03 15:16:38 +08:00
"dev-main": "9.2.x-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-08-22T04:23:01+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "phpunit/php-file-iterator",
2024-10-03 15:16:38 +08:00
"version": "3.0.6",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2024-10-03 15:16:38 +08:00
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "3.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2021-12-02T12:48:52+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "phpunit/php-invoker",
2024-10-03 15:16:38 +08:00
"version": "3.1.1",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
2024-10-03 15:16:38 +08:00
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"ext-pcntl": "*",
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"suggest": {
"ext-pcntl": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "3.1-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
"keywords": [
"process"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2020-09-28T05:58:55+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "phpunit/php-text-template",
2024-10-03 15:16:38 +08:00
"version": "2.0.4",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2024-10-03 15:16:38 +08:00
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "2.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2020-10-26T05:33:50+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "phpunit/php-timer",
2024-10-03 15:16:38 +08:00
"version": "5.0.3",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2024-10-03 15:16:38 +08:00
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "5.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2020-10-26T13:16:10+00:00"
},
{
"name": "phpunit/phpunit",
2024-10-03 15:16:38 +08:00
"version": "9.6.21",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2024-10-03 15:16:38 +08:00
"reference": "de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa"
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa",
"reference": "de6abf3b6f8dd955fac3caad3af7a9504e8c2ffa",
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"doctrine/instantiator": "^1.5.0 || ^2",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
2024-10-03 15:16:38 +08:00
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.12.0",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=7.3",
"phpunit/php-code-coverage": "^9.2.32",
"phpunit/php-file-iterator": "^3.0.6",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.4",
"phpunit/php-timer": "^5.0.3",
"sebastian/cli-parser": "^1.0.2",
"sebastian/code-unit": "^1.0.8",
"sebastian/comparator": "^4.0.8",
"sebastian/diff": "^4.0.6",
"sebastian/environment": "^5.1.5",
"sebastian/exporter": "^4.0.6",
"sebastian/global-state": "^5.0.7",
"sebastian/object-enumerator": "^4.0.4",
"sebastian/resource-operations": "^3.0.4",
"sebastian/type": "^3.2.1",
"sebastian/version": "^3.0.2"
},
2024-10-03 15:16:38 +08:00
"suggest": {
"ext-soap": "To be able to generate mocks based on WSDL files",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
},
2024-10-03 15:16:38 +08:00
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "9.6-dev"
}
},
"autoload": {
2024-10-03 15:16:38 +08:00
"files": [
"src/Framework/Assert/Functions.php"
],
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2024-10-03 15:16:38 +08:00
"BSD-3-Clause"
],
"authors": [
{
2024-10-03 15:16:38 +08:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2024-10-03 15:16:38 +08:00
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
2024-10-03 15:16:38 +08:00
"phpunit",
"testing",
"xunit"
],
"support": {
2024-10-03 15:16:38 +08:00
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.21"
},
2024-10-03 15:16:38 +08: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"
}
],
"time": "2024-09-19T10:50:18+00:00"
},
{
2024-10-03 15:16:38 +08:00
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
2024-10-03 15:16:38 +08:00
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2024-10-03 15:16:38 +08:00
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2024-10-03 15:16:38 +08:00
"homepage": "http://www.php-fig.org/"
}
],
2024-10-03 15:16:38 +08:00
"description": "Standard interfaces for event handling.",
"keywords": [
2024-10-03 15:16:38 +08:00
"events",
"psr",
2024-10-03 15:16:38 +08:00
"psr-14"
],
"support": {
2024-10-03 15:16:38 +08:00
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
},
2024-10-03 15:16:38 +08:00
"time": "2019-01-08T18:20:26+00:00"
},
{
"name": "react/cache",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/cache.git",
"reference": "d47c472b64aa5608225f47965a484b75c7817d5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/cache/zipball/d47c472b64aa5608225f47965a484b75c7817d5b",
"reference": "d47c472b64aa5608225f47965a484b75c7817d5b",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/promise": "^3.0 || ^2.0 || ^1.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
"description": "Async, Promise-based cache interface for ReactPHP",
"keywords": [
"cache",
"caching",
"promise",
"reactphp"
],
"support": {
"issues": "https://github.com/reactphp/cache/issues",
"source": "https://github.com/reactphp/cache/tree/v1.2.0"
},
"funding": [
{
"url": "https://opencollective.com/reactphp",
"type": "open_collective"
}
],
"time": "2022-11-30T15:59:55+00:00"
},
{
"name": "react/child-process",
"version": "v0.6.5",
"source": {
"type": "git",
"url": "https://github.com/reactphp/child-process.git",
"reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/child-process/zipball/e71eb1aa55f057c7a4a0d08d06b0b0a484bead43",
"reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43",
"shasum": ""
},
"require": {
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3.0",
"react/event-loop": "^1.2",
"react/stream": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
"react/socket": "^1.8",
"sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\ChildProcess\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
"description": "Event-driven library for executing child processes with ReactPHP.",
"keywords": [
"event-driven",
"process",
"reactphp"
],
"support": {
"issues": "https://github.com/reactphp/child-process/issues",
"source": "https://github.com/reactphp/child-process/tree/v0.6.5"
},
"funding": [
{
"url": "https://github.com/WyriHaximus",
"type": "github"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2022-09-16T13:41:56+00:00"
},
{
"name": "react/dns",
"version": "v1.13.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/dns.git",
"reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/dns/zipball/eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
"reference": "eb8ae001b5a455665c89c1df97f6fb682f8fb0f5",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/cache": "^1.0 || ^0.6 || ^0.5",
"react/event-loop": "^1.2",
"react/promise": "^3.2 || ^2.7 || ^1.2.1"
},
"require-dev": {
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
"react/async": "^4.3 || ^3 || ^2",
"react/promise-timer": "^1.11"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Dns\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
"description": "Async DNS resolver for ReactPHP",
"keywords": [
"async",
"dns",
"dns-resolver",
"reactphp"
],
"support": {
"issues": "https://github.com/reactphp/dns/issues",
"source": "https://github.com/reactphp/dns/tree/v1.13.0"
},
"funding": [
{
"url": "https://opencollective.com/reactphp",
"type": "open_collective"
}
],
"time": "2024-06-13T14:18:03+00:00"
},
{
"name": "react/event-loop",
"version": "v1.5.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/event-loop.git",
"reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
"reference": "bbe0bd8c51ffc05ee43f1729087ed3bdf7d53354",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
},
"suggest": {
"ext-pcntl": "For signal handling support when using the StreamSelectLoop"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\EventLoop\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
"description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
"keywords": [
"asynchronous",
"event-loop"
],
"support": {
"issues": "https://github.com/reactphp/event-loop/issues",
"source": "https://github.com/reactphp/event-loop/tree/v1.5.0"
},
"funding": [
{
"url": "https://opencollective.com/reactphp",
"type": "open_collective"
}
],
"time": "2023-11-13T13:48:05+00:00"
},
{
"name": "react/promise",
"version": "v3.2.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
"reference": "8a164643313c71354582dc850b42b33fa12a4b63"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise/zipball/8a164643313c71354582dc850b42b33fa12a4b63",
"reference": "8a164643313c71354582dc850b42b33fa12a4b63",
"shasum": ""
},
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"phpstan/phpstan": "1.10.39 || 1.4.10",
"phpunit/phpunit": "^9.6 || ^7.5"
},
"type": "library",
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"React\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
2023-09-13 19:04:54 +02:00
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
2023-09-13 19:04:54 +02:00
"keywords": [
"promise",
"promises"
2023-09-13 19:04:54 +02:00
],
"support": {
"issues": "https://github.com/reactphp/promise/issues",
"source": "https://github.com/reactphp/promise/tree/v3.2.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://opencollective.com/reactphp",
"type": "open_collective"
2023-09-13 19:04:54 +02:00
}
],
"time": "2024-05-24T10:39:05+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "react/socket",
2024-10-03 14:52:46 +08:00
"version": "v1.16.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/socket.git",
2024-10-03 14:52:46 +08:00
"reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/reactphp/socket/zipball/23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
"reference": "23e4ff33ea3e160d2d1f59a0e6050e4b0fb0eac1",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3.0",
2024-10-03 14:52:46 +08:00
"react/dns": "^1.13",
"react/event-loop": "^1.2",
2024-10-03 14:52:46 +08:00
"react/promise": "^3.2 || ^2.6 || ^1.2.1",
"react/stream": "^1.4"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
2024-10-03 14:52:46 +08:00
"react/async": "^4.3 || ^3.3 || ^2",
"react/promise-stream": "^1.4",
2024-10-03 14:52:46 +08:00
"react/promise-timer": "^1.11"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Socket\\": "src/"
}
2023-09-13 19:04:54 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2023-09-13 19:04:54 +02:00
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
2023-09-13 19:04:54 +02:00
}
],
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
2023-09-13 19:04:54 +02:00
"keywords": [
"Connection",
"Socket",
"async",
"reactphp",
"stream"
2023-09-13 19:04:54 +02:00
],
"support": {
"issues": "https://github.com/reactphp/socket/issues",
2024-10-03 14:52:46 +08:00
"source": "https://github.com/reactphp/socket/tree/v1.16.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://opencollective.com/reactphp",
"type": "open_collective"
2023-09-13 19:04:54 +02:00
}
],
2024-10-03 14:52:46 +08:00
"time": "2024-07-26T10:38:09+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "react/stream",
"version": "v1.4.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/stream.git",
"reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
"reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3.8",
"react/event-loop": "^1.2"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"clue/stream-filter": "~1.2",
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
2023-09-13 19:04:54 +02:00
},
"type": "library",
2023-09-13 19:04:54 +02:00
"autoload": {
"psr-4": {
"React\\Stream\\": "src/"
2023-09-13 19:04:54 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
2023-09-13 19:04:54 +02:00
}
],
"description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
2023-09-13 19:04:54 +02:00
"keywords": [
"event-driven",
"io",
"non-blocking",
"pipe",
"reactphp",
"readable",
"stream",
"writable"
2023-09-13 19:04:54 +02:00
],
"support": {
"issues": "https://github.com/reactphp/stream/issues",
"source": "https://github.com/reactphp/stream/tree/v1.4.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://opencollective.com/reactphp",
"type": "open_collective"
}
],
"time": "2024-06-11T12:45:25+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/cli-parser",
2024-10-03 15:16:38 +08:00
"version": "1.0.2",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
2024-10-03 15:16:38 +08:00
"reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
"reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "1.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-03-02T06:27:43+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/code-unit",
2024-10-03 15:16:38 +08:00
"version": "1.0.8",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
2024-10-03 15:16:38 +08:00
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "1.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2020-10-26T13:08:54+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
2024-10-03 15:16:38 +08:00
"version": "2.0.3",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2024-10-03 15:16:38 +08:00
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "2.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2020-09-28T05:30:19+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/comparator",
2024-10-03 15:16:38 +08:00
"version": "4.0.8",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2024-10-03 15:16:38 +08:00
"reference": "fa0f136dd2334583309d32b62544682ee972b51a"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3",
"sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "4.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2022-09-14T12:41:17+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/complexity",
2024-10-03 15:16:38 +08:00
"version": "2.0.3",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
2024-10-03 15:16:38 +08:00
"reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
"reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.18 || ^5.0",
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "2.0-dev"
2023-09-13 19:04:54 +02: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-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2023-12-22T06:19:30+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/diff",
2024-10-03 15:16:38 +08:00
"version": "4.0.6",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2024-10-03 15:16:38 +08:00
"reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
"reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3",
"symfony/process": "^4.2 || ^5"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "4.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-03-02T06:30:58+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/environment",
2024-10-03 15:16:38 +08:00
"version": "5.1.5",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2024-10-03 15:16:38 +08:00
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"suggest": {
"ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "5.1-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
2024-10-03 15:16:38 +08:00
"homepage": "http://www.github.com/sebastianbergmann/environment",
2023-09-13 19:04:54 +02:00
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2023-02-03T06:03:51+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/exporter",
2024-10-03 15:16:38 +08:00
"version": "4.0.6",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2024-10-03 15:16:38 +08:00
"reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
"reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3",
"sebastian/recursion-context": "^4.0"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"ext-mbstring": "*",
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "4.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "https://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-03-02T06:33:00+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/global-state",
2024-10-03 15:16:38 +08:00
"version": "5.0.7",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2024-10-03 15:16:38 +08:00
"reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
"reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"ext-dom": "*",
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-uopz": "*"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "5.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
2024-10-03 15:16:38 +08:00
"homepage": "http://www.github.com/sebastianbergmann/global-state",
2023-09-13 19:04:54 +02:00
"keywords": [
"global state"
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-03-02T06:35:11+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/lines-of-code",
2024-10-03 15:16:38 +08:00
"version": "1.0.4",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
2024-10-03 15:16:38 +08:00
"reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
"reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.18 || ^5.0",
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "1.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2023-12-22T06:20:34+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/object-enumerator",
2024-10-03 15:16:38 +08:00
"version": "4.0.4",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2024-10-03 15:16:38 +08:00
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "4.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2020-10-26T13:12:34+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/object-reflector",
2024-10-03 15:16:38 +08:00
"version": "2.0.4",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2024-10-03 15:16:38 +08:00
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "2.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2020-10-26T13:14:26+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/recursion-context",
2024-10-03 15:16:38 +08:00
"version": "4.0.5",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2024-10-03 15:16:38 +08:00
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "4.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "https://github.com/sebastianbergmann/recursion-context",
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2023-02-03T06:07:39+00:00"
},
{
"name": "sebastian/resource-operations",
"version": "3.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.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": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"support": {
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
2024-02-17 00:33:23 +08:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-03-14T16:00:52+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/type",
2024-10-03 15:16:38 +08:00
"version": "3.2.1",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2024-10-03 15:16:38 +08:00
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"phpunit/phpunit": "^9.5"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "3.2-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2023-02-03T06:13:03+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "sebastian/version",
2024-10-03 15:16:38 +08:00
"version": "3.0.2",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2024-10-03 15:16:38 +08:00
"reference": "c6c1022351a901512170118436c764e473f6de8c"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
"reference": "c6c1022351a901512170118436c764e473f6de8c",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=7.3"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-03 15:16:38 +08:00
"dev-master": "3.0-dev"
2023-09-13 19:04:54 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
2024-10-03 15:16:38 +08:00
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2024-10-03 15:16:38 +08:00
"time": "2020-09-28T06:39:44+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "seld/jsonlint",
2024-10-03 14:52:46 +08:00
"version": "1.11.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
2024-10-03 14:52:46 +08:00
"reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2",
"reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0 || ^8.0"
},
"require-dev": {
2024-10-03 14:52:46 +08:00
"phpstan/phpstan": "^1.11",
2023-09-13 19:04:54 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
},
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
2023-09-13 19:04:54 +02:00
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
"parser",
"validator"
],
"support": {
"issues": "https://github.com/Seldaek/jsonlint/issues",
2024-10-03 14:52:46 +08:00
"source": "https://github.com/Seldaek/jsonlint/tree/1.11.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
"type": "tidelift"
}
],
2024-10-03 14:52:46 +08:00
"time": "2024-07-11T14:55:45+00:00"
},
2023-09-13 19:04:54 +02:00
{
"name": "symfony/event-dispatcher",
2024-10-03 15:16:38 +08:00
"version": "v6.4.8",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2024-10-03 15:16:38 +08:00
"reference": "8d7507f02b06e06815e56bb39aa0128e3806208b"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8d7507f02b06e06815e56bb39aa0128e3806208b",
"reference": "8d7507f02b06e06815e56bb39aa0128e3806208b",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=8.1",
2023-09-13 19:04:54 +02:00
"symfony/event-dispatcher-contracts": "^2.5|^3"
},
"conflict": {
2024-10-03 15:16:38 +08:00
"symfony/dependency-injection": "<5.4",
2023-09-13 19:04:54 +02:00
"symfony/service-contracts": "<2.5"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "2.0|3.0"
},
"require-dev": {
"psr/log": "^1|^2|^3",
2024-10-03 15:16:38 +08:00
"symfony/config": "^5.4|^6.0|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/error-handler": "^5.4|^6.0|^7.0",
"symfony/expression-language": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^5.4|^6.0|^7.0",
2023-09-13 19:04:54 +02:00
"symfony/service-contracts": "^2.5|^3",
2024-10-03 15:16:38 +08:00
"symfony/stopwatch": "^5.4|^6.0|^7.0"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
2024-10-03 15:16:38 +08:00
"source": "https://github.com/symfony/event-dispatcher/tree/v6.4.8"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-05-31T14:49:08+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v3.5.0",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "8f93aec25d41b72493c6ddff14e916177c9efc50"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50",
"reference": "8f93aec25d41b72493c6ddff14e916177c9efc50",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/event-dispatcher": "^1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.5-dev"
2023-09-13 19:04:54 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-04-18T09:32:20+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/filesystem",
2024-10-03 15:16:38 +08:00
"version": "v6.4.12",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2024-10-03 15:16:38 +08:00
"reference": "f810e3cbdf7fdc35983968523d09f349fa9ada12"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/f810e3cbdf7fdc35983968523d09f349fa9ada12",
"reference": "f810e3cbdf7fdc35983968523d09f349fa9ada12",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=8.1",
2023-09-13 19:04:54 +02:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8"
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"symfony/process": "^5.4|^6.4|^7.0"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
2024-10-03 15:16:38 +08:00
"source": "https://github.com/symfony/filesystem/tree/v6.4.12"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-09-16T16:01:33+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/finder",
2024-10-03 15:16:38 +08:00
"version": "v6.4.11",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2024-10-03 15:16:38 +08:00
"reference": "d7eb6daf8cd7e9ac4976e9576b32042ef7253453"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/symfony/finder/zipball/d7eb6daf8cd7e9ac4976e9576b32042ef7253453",
"reference": "d7eb6daf8cd7e9ac4976e9576b32042ef7253453",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=8.1"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
2024-10-03 15:16:38 +08:00
"symfony/filesystem": "^6.0|^7.0"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
2024-10-03 15:16:38 +08:00
"source": "https://github.com/symfony/finder/tree/v6.4.11"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-08-13T14:27:37+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/options-resolver",
2024-10-03 15:16:38 +08:00
"version": "v6.4.8",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
2024-10-03 15:16:38 +08:00
"reference": "22ab9e9101ab18de37839074f8a1197f55590c1b"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/22ab9e9101ab18de37839074f8a1197f55590c1b",
"reference": "22ab9e9101ab18de37839074f8a1197f55590c1b",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=8.1",
2023-09-13 19:04:54 +02:00
"symfony/deprecation-contracts": "^2.5|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an improved replacement for the array_replace PHP function",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
"support": {
2024-10-03 15:16:38 +08:00
"source": "https://github.com/symfony/options-resolver/tree/v6.4.8"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-05-31T14:49:08+00:00"
2023-09-13 19:04:54 +02:00
},
2024-02-17 00:33:23 +08:00
{
"name": "symfony/polyfill-iconv",
2024-10-03 14:52:46 +08:00
"version": "v1.31.0",
2024-02-17 00:33:23 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
2024-10-03 14:52:46 +08:00
"reference": "48becf00c920479ca2e910c22a5a39e5d47ca956"
2024-02-17 00:33:23 +08:00
},
"dist": {
"type": "zip",
2024-10-03 14:52:46 +08:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/48becf00c920479ca2e910c22a5a39e5d47ca956",
"reference": "48becf00c920479ca2e910c22a5a39e5d47ca956",
2024-02-17 00:33:23 +08:00
"shasum": ""
},
"require": {
2024-10-03 14:52:46 +08:00
"php": ">=7.2"
2024-02-17 00:33:23 +08:00
},
"provide": {
"ext-iconv": "*"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
"support": {
2024-10-03 14:52:46 +08:00
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.31.0"
2024-02-17 00:33:23 +08:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 14:52:46 +08:00
"time": "2024-09-09T11:45:10+00:00"
2024-02-17 00:33:23 +08:00
},
2023-09-13 19:04:54 +02:00
{
"name": "symfony/process",
2024-10-03 15:16:38 +08:00
"version": "v6.4.12",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2024-10-03 15:16:38 +08:00
"reference": "3f94e5f13ff58df371a7ead461b6e8068900fbb3"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/symfony/process/zipball/3f94e5f13ff58df371a7ead461b6e8068900fbb3",
"reference": "3f94e5f13ff58df371a7ead461b6e8068900fbb3",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=8.1"
2023-09-13 19:04:54 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
2024-10-03 15:16:38 +08:00
"source": "https://github.com/symfony/process/tree/v6.4.12"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-09-17T12:47:12+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/stopwatch",
2024-10-03 15:16:38 +08:00
"version": "v6.4.8",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2024-10-03 15:16:38 +08:00
"reference": "63e069eb616049632cde9674c46957819454b8aa"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/63e069eb616049632cde9674c46957819454b8aa",
"reference": "63e069eb616049632cde9674c46957819454b8aa",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=8.1",
2023-09-13 19:04:54 +02:00
"symfony/service-contracts": "^2.5|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
2024-10-03 15:16:38 +08:00
"source": "https://github.com/symfony/stopwatch/tree/v6.4.8"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-05-31T14:49:08+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "symfony/var-dumper",
2024-10-03 15:16:38 +08:00
"version": "v6.4.11",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2024-10-03 15:16:38 +08:00
"reference": "ee14c8254a480913268b1e3b1cba8045ed122694"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
2024-10-03 15:16:38 +08:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/ee14c8254a480913268b1e3b1cba8045ed122694",
"reference": "ee14c8254a480913268b1e3b1cba8045ed122694",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
2024-10-03 15:16:38 +08:00
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
2023-09-13 19:04:54 +02:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
2024-10-03 15:16:38 +08:00
"symfony/console": "<5.4"
2023-09-13 19:04:54 +02:00
},
"require-dev": {
"ext-iconv": "*",
2024-10-03 15:16:38 +08:00
"symfony/console": "^5.4|^6.0|^7.0",
"symfony/error-handler": "^6.3|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"symfony/process": "^5.4|^6.0|^7.0",
"symfony/uid": "^5.4|^6.0|^7.0",
"twig/twig": "^2.13|^3.0.4"
2023-09-13 19:04:54 +02:00
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"support": {
2024-10-03 15:16:38 +08:00
"source": "https://github.com/symfony/var-dumper/tree/v6.4.11"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2024-10-03 15:16:38 +08:00
"time": "2024-08-30T16:03:21+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "thecodingmachine/safe",
"version": "v2.5.0",
"source": {
"type": "git",
"url": "https://github.com/thecodingmachine/safe.git",
"reference": "3115ecd6b4391662b4931daac4eba6b07a2ac1f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thecodingmachine/safe/zipball/3115ecd6b4391662b4931daac4eba6b07a2ac1f0",
"reference": "3115ecd6b4391662b4931daac4eba6b07a2ac1f0",
"shasum": ""
},
"require": {
"php": "^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.5",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.2",
"thecodingmachine/phpstan-strict-rules": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"autoload": {
"files": [
"deprecated/apc.php",
"deprecated/array.php",
"deprecated/datetime.php",
"deprecated/libevent.php",
"deprecated/misc.php",
"deprecated/password.php",
"deprecated/mssql.php",
"deprecated/stats.php",
"deprecated/strings.php",
"lib/special_cases.php",
"deprecated/mysqli.php",
"generated/apache.php",
"generated/apcu.php",
"generated/array.php",
"generated/bzip2.php",
"generated/calendar.php",
"generated/classobj.php",
"generated/com.php",
"generated/cubrid.php",
"generated/curl.php",
"generated/datetime.php",
"generated/dir.php",
"generated/eio.php",
"generated/errorfunc.php",
"generated/exec.php",
"generated/fileinfo.php",
"generated/filesystem.php",
"generated/filter.php",
"generated/fpm.php",
"generated/ftp.php",
"generated/funchand.php",
"generated/gettext.php",
"generated/gmp.php",
"generated/gnupg.php",
"generated/hash.php",
"generated/ibase.php",
"generated/ibmDb2.php",
"generated/iconv.php",
"generated/image.php",
"generated/imap.php",
"generated/info.php",
"generated/inotify.php",
"generated/json.php",
"generated/ldap.php",
"generated/libxml.php",
"generated/lzf.php",
"generated/mailparse.php",
"generated/mbstring.php",
"generated/misc.php",
"generated/mysql.php",
"generated/network.php",
"generated/oci8.php",
"generated/opcache.php",
"generated/openssl.php",
"generated/outcontrol.php",
"generated/pcntl.php",
"generated/pcre.php",
"generated/pgsql.php",
"generated/posix.php",
"generated/ps.php",
"generated/pspell.php",
"generated/readline.php",
"generated/rpminfo.php",
"generated/rrd.php",
"generated/sem.php",
"generated/session.php",
"generated/shmop.php",
"generated/sockets.php",
"generated/sodium.php",
"generated/solr.php",
"generated/spl.php",
"generated/sqlsrv.php",
"generated/ssdeep.php",
"generated/ssh2.php",
"generated/stream.php",
"generated/strings.php",
"generated/swoole.php",
"generated/uodbc.php",
"generated/uopz.php",
"generated/url.php",
"generated/var.php",
"generated/xdiff.php",
"generated/xml.php",
"generated/xmlrpc.php",
"generated/yaml.php",
"generated/yaz.php",
"generated/zip.php",
"generated/zlib.php"
],
"classmap": [
"lib/DateTime.php",
"lib/DateTimeImmutable.php",
"lib/Exceptions/",
"deprecated/Exceptions/",
"generated/Exceptions/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHP core functions that throw exceptions instead of returning FALSE on error",
"support": {
"issues": "https://github.com/thecodingmachine/safe/issues",
"source": "https://github.com/thecodingmachine/safe/tree/v2.5.0"
},
"time": "2023-04-05T11:54:14+00:00"
},
{
"name": "theseer/tokenizer",
"version": "1.2.3",
2023-09-13 19:04:54 +02:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
2023-09-13 19:04:54 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2023-09-13 19:04:54 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/1.2.3"
2023-09-13 19:04:54 +02:00
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2024-03-03T12:36:25+00:00"
2023-09-13 19:04:54 +02:00
},
{
"name": "webmozart/assert",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
"time": "2022-06-03T18:03:27+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">= 8.1",
2024-10-03 14:55:56 +08:00
"ext-mbstring": "*",
"ext-zlib": "*"
2023-09-13 19:04:54 +02:00
},
"platform-dev": [],
2024-10-03 14:52:46 +08:00
"plugin-api-version": "2.2.0"
2023-09-13 19:04:54 +02:00
}