2026-01-22 15:37:20 +01:00
|
|
|
{
|
|
|
|
|
"_readme": [
|
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
|
|
"This file is @generated automatically"
|
|
|
|
|
],
|
2026-01-22 16:05:28 +01:00
|
|
|
"content-hash": "811aa049fc9162ff7117f2e98fd6ef9f",
|
2026-01-22 15:37:20 +01:00
|
|
|
"packages": [
|
2026-01-22 15:51:05 +01:00
|
|
|
{
|
|
|
|
|
"name": "psr/cache",
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/php-fig/cache.git",
|
|
|
|
|
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
|
|
|
|
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.0.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Psr\\Cache\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Common interface for caching libraries",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"cache",
|
|
|
|
|
"psr",
|
|
|
|
|
"psr-6"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"source": "https://github.com/php-fig/cache/tree/3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"time": "2021-02-03T23:26:27+00:00"
|
|
|
|
|
},
|
2026-01-22 15:37:20 +01:00
|
|
|
{
|
|
|
|
|
"name": "psr/container",
|
|
|
|
|
"version": "2.0.2",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
|
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=7.4.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
|
"homepage": "https://github.com/php-fig/container",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"PSR-11",
|
|
|
|
|
"container",
|
|
|
|
|
"container-interface",
|
|
|
|
|
"container-interop",
|
|
|
|
|
"psr"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/php-fig/container/issues",
|
|
|
|
|
"source": "https://github.com/php-fig/container/tree/2.0.2"
|
|
|
|
|
},
|
|
|
|
|
"time": "2021-11-05T16:47:00+00:00"
|
|
|
|
|
},
|
2026-01-22 15:51:05 +01:00
|
|
|
{
|
|
|
|
|
"name": "psr/http-client",
|
|
|
|
|
"version": "1.0.3",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/php-fig/http-client.git",
|
|
|
|
|
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
|
|
|
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": "^7.0 || ^8.0",
|
|
|
|
|
"psr/http-message": "^1.0 || ^2.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Psr\\Http\\Client\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Common interface for HTTP clients",
|
|
|
|
|
"homepage": "https://github.com/php-fig/http-client",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"http",
|
|
|
|
|
"http-client",
|
|
|
|
|
"psr",
|
|
|
|
|
"psr-18"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"source": "https://github.com/php-fig/http-client"
|
|
|
|
|
},
|
|
|
|
|
"time": "2023-09-23T14:17:50+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "psr/http-message",
|
|
|
|
|
"version": "2.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
|
|
|
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
|
|
|
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": "^7.2 || ^8.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Psr\\Http\\Message\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Common interface for HTTP messages",
|
|
|
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"http",
|
|
|
|
|
"http-message",
|
|
|
|
|
"psr",
|
|
|
|
|
"psr-7",
|
|
|
|
|
"request",
|
|
|
|
|
"response"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"source": "https://github.com/php-fig/http-message/tree/2.0"
|
|
|
|
|
},
|
|
|
|
|
"time": "2023-04-04T09:54:51+00:00"
|
|
|
|
|
},
|
2026-01-22 15:37:20 +01:00
|
|
|
{
|
|
|
|
|
"name": "psr/log",
|
|
|
|
|
"version": "3.0.2",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
|
|
|
|
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
|
|
|
|
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.0.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.x-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Psr\\Log\\": "src"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
|
"homepage": "https://github.com/php-fig/log",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"log",
|
|
|
|
|
"psr",
|
|
|
|
|
"psr-3"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"source": "https://github.com/php-fig/log/tree/3.0.2"
|
|
|
|
|
},
|
|
|
|
|
"time": "2024-09-11T13:17:53+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/deprecation-contracts",
|
|
|
|
|
"version": "v3.6.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
|
|
|
"reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
|
|
|
|
|
"reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.1"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"thanks": {
|
|
|
|
|
"url": "https://github.com/symfony/contracts",
|
|
|
|
|
"name": "symfony/contracts"
|
|
|
|
|
},
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "3.6-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"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.6.0"
|
|
|
|
|
},
|
|
|
|
|
"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-09-25T14:21:43+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/http-client",
|
|
|
|
|
"version": "v7.4.3",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/http-client.git",
|
|
|
|
|
"reference": "d01dfac1e0dc99f18da48b18101c23ce57929616"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/http-client/zipball/d01dfac1e0dc99f18da48b18101c23ce57929616",
|
|
|
|
|
"reference": "d01dfac1e0dc99f18da48b18101c23ce57929616",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2",
|
|
|
|
|
"psr/log": "^1|^2|^3",
|
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
|
|
|
|
"symfony/http-client-contracts": "~3.4.4|^3.5.2",
|
|
|
|
|
"symfony/polyfill-php83": "^1.29",
|
|
|
|
|
"symfony/service-contracts": "^2.5|^3"
|
|
|
|
|
},
|
|
|
|
|
"conflict": {
|
|
|
|
|
"amphp/amp": "<2.5",
|
|
|
|
|
"amphp/socket": "<1.1",
|
|
|
|
|
"php-http/discovery": "<1.15",
|
|
|
|
|
"symfony/http-foundation": "<6.4"
|
|
|
|
|
},
|
|
|
|
|
"provide": {
|
|
|
|
|
"php-http/async-client-implementation": "*",
|
|
|
|
|
"php-http/client-implementation": "*",
|
|
|
|
|
"psr/http-client-implementation": "1.0",
|
|
|
|
|
"symfony/http-client-implementation": "3.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"amphp/http-client": "^4.2.1|^5.0",
|
|
|
|
|
"amphp/http-tunnel": "^1.0|^2.0",
|
|
|
|
|
"guzzlehttp/promises": "^1.4|^2.0",
|
|
|
|
|
"nyholm/psr7": "^1.0",
|
|
|
|
|
"php-http/httplug": "^1.0|^2.0",
|
|
|
|
|
"psr/http-client": "^1.0",
|
|
|
|
|
"symfony/amphp-http-client-meta": "^1.0|^2.0",
|
|
|
|
|
"symfony/cache": "^6.4|^7.0|^8.0",
|
|
|
|
|
"symfony/dependency-injection": "^6.4|^7.0|^8.0",
|
|
|
|
|
"symfony/http-kernel": "^6.4|^7.0|^8.0",
|
|
|
|
|
"symfony/messenger": "^6.4|^7.0|^8.0",
|
|
|
|
|
"symfony/process": "^6.4|^7.0|^8.0",
|
|
|
|
|
"symfony/rate-limiter": "^6.4|^7.0|^8.0",
|
|
|
|
|
"symfony/stopwatch": "^6.4|^7.0|^8.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Symfony\\Component\\HttpClient\\": ""
|
|
|
|
|
},
|
|
|
|
|
"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 powerful methods to fetch HTTP resources synchronously or asynchronously",
|
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"http"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"source": "https://github.com/symfony/http-client/tree/v7.4.3"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
|
"type": "custom"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/nicolas-grekas",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2025-12-23T14:50:43+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/http-client-contracts",
|
|
|
|
|
"version": "v3.6.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/http-client-contracts.git",
|
|
|
|
|
"reference": "75d7043853a42837e68111812f4d964b01e5101c"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c",
|
|
|
|
|
"reference": "75d7043853a42837e68111812f4d964b01e5101c",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.1"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"thanks": {
|
|
|
|
|
"url": "https://github.com/symfony/contracts",
|
|
|
|
|
"name": "symfony/contracts"
|
|
|
|
|
},
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "3.6-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Symfony\\Contracts\\HttpClient\\": ""
|
|
|
|
|
},
|
|
|
|
|
"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 HTTP clients",
|
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"abstractions",
|
|
|
|
|
"contracts",
|
|
|
|
|
"decoupling",
|
|
|
|
|
"interfaces",
|
|
|
|
|
"interoperability",
|
|
|
|
|
"standards"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"source": "https://github.com/symfony/http-client-contracts/tree/v3.6.0"
|
|
|
|
|
},
|
|
|
|
|
"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": "2025-04-29T11:18:49+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/polyfill-php83",
|
|
|
|
|
"version": "v1.33.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/polyfill-php83.git",
|
|
|
|
|
"reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
|
|
|
|
|
"reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=7.2"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"thanks": {
|
|
|
|
|
"url": "https://github.com/symfony/polyfill",
|
|
|
|
|
"name": "symfony/polyfill"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"files": [
|
|
|
|
|
"bootstrap.php"
|
|
|
|
|
],
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Symfony\\Polyfill\\Php83\\": ""
|
|
|
|
|
},
|
|
|
|
|
"classmap": [
|
|
|
|
|
"Resources/stubs"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Symfony Community",
|
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
|
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"compatibility",
|
|
|
|
|
"polyfill",
|
|
|
|
|
"portable",
|
|
|
|
|
"shim"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
|
"type": "custom"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/nicolas-grekas",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2025-07-08T02:45:35+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "symfony/service-contracts",
|
|
|
|
|
"version": "v3.6.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
|
|
|
|
"reference": "45112560a3ba2d715666a509a0bc9521d10b6c43"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43",
|
|
|
|
|
"reference": "45112560a3ba2d715666a509a0bc9521d10b6c43",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.1",
|
|
|
|
|
"psr/container": "^1.1|^2.0",
|
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3"
|
|
|
|
|
},
|
|
|
|
|
"conflict": {
|
|
|
|
|
"ext-psr": "<1.1|>=2"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"thanks": {
|
|
|
|
|
"url": "https://github.com/symfony/contracts",
|
|
|
|
|
"name": "symfony/contracts"
|
|
|
|
|
},
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "3.6-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"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.6.1"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
|
"type": "custom"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/nicolas-grekas",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2025-07-15T11:30:57+00:00"
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-01-22 16:05:28 +01:00
|
|
|
"packages-dev": [
|
|
|
|
|
{
|
|
|
|
|
"name": "myclabs/deep-copy",
|
|
|
|
|
"version": "1.13.4",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
|
|
|
"reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
|
|
|
|
|
"reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": "^7.1 || ^8.0"
|
|
|
|
|
},
|
|
|
|
|
"conflict": {
|
|
|
|
|
"doctrine/collections": "<1.6.8",
|
|
|
|
|
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"doctrine/collections": "^1.6.8",
|
|
|
|
|
"doctrine/common": "^2.13.3 || ^3.2.2",
|
|
|
|
|
"phpspec/prophecy": "^1.10",
|
|
|
|
|
"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.13.4"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2025-08-01T08:46:24+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "nikic/php-parser",
|
|
|
|
|
"version": "v5.7.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
|
|
|
"reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
|
|
|
|
|
"reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"ext-ctype": "*",
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
|
"php": ">=7.4"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"ircmaxell/php-yacc": "^0.0.7",
|
|
|
|
|
"phpunit/phpunit": "^9.0"
|
|
|
|
|
},
|
|
|
|
|
"bin": [
|
|
|
|
|
"bin/php-parse"
|
|
|
|
|
],
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "5.x-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"PhpParser\\": "lib/PhpParser"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Nikita Popov"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "A PHP parser written in PHP",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"parser",
|
|
|
|
|
"php"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
|
|
|
|
"source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
|
|
|
|
|
},
|
|
|
|
|
"time": "2025-12-06T11:56:16+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "phar-io/manifest",
|
|
|
|
|
"version": "2.0.4",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/phar-io/manifest.git",
|
|
|
|
|
"reference": "54750ef60c58e43759730615a392c31c80e23176"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
|
|
|
|
|
"reference": "54750ef60c58e43759730615a392c31c80e23176",
|
|
|
|
|
"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": "phpunit/php-code-coverage",
|
|
|
|
|
"version": "11.0.12",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
|
|
"reference": "2c1ed04922802c15e1de5d7447b4856de949cf56"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2c1ed04922802c15e1de5d7447b4856de949cf56",
|
|
|
|
|
"reference": "2c1ed04922802c15e1de5d7447b4856de949cf56",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"ext-dom": "*",
|
|
|
|
|
"ext-libxml": "*",
|
|
|
|
|
"ext-xmlwriter": "*",
|
|
|
|
|
"nikic/php-parser": "^5.7.0",
|
|
|
|
|
"php": ">=8.2",
|
|
|
|
|
"phpunit/php-file-iterator": "^5.1.0",
|
|
|
|
|
"phpunit/php-text-template": "^4.0.1",
|
|
|
|
|
"sebastian/code-unit-reverse-lookup": "^4.0.1",
|
|
|
|
|
"sebastian/complexity": "^4.0.1",
|
|
|
|
|
"sebastian/environment": "^7.2.1",
|
|
|
|
|
"sebastian/lines-of-code": "^3.0.1",
|
|
|
|
|
"sebastian/version": "^5.0.2",
|
|
|
|
|
"theseer/tokenizer": "^1.3.1"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.5.46"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"ext-pcov": "PHP extension that provides line coverage",
|
|
|
|
|
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "11.0.x-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
|
"role": "lead"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"coverage",
|
|
|
|
|
"testing",
|
|
|
|
|
"xunit"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.12"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://liberapay.com/sebastianbergmann",
|
|
|
|
|
"type": "liberapay"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
|
|
"type": "thanks_dev"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2025-12-24T07:01:01+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "phpunit/php-file-iterator",
|
|
|
|
|
"version": "5.1.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
|
|
"reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6",
|
|
|
|
|
"reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "5.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
|
"role": "lead"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"filesystem",
|
|
|
|
|
"iterator"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-08-27T05:02:59+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "phpunit/php-invoker",
|
|
|
|
|
"version": "5.0.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-invoker.git",
|
|
|
|
|
"reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2",
|
|
|
|
|
"reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"ext-pcntl": "*",
|
|
|
|
|
"phpunit/phpunit": "^11.0"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"ext-pcntl": "*"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "5.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
|
"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",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-07-03T05:07:44+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "phpunit/php-text-template",
|
|
|
|
|
"version": "4.0.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
|
|
|
"reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
|
|
|
|
|
"reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "4.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
|
"role": "lead"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Simple template engine.",
|
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"template"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-07-03T05:08:43+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "phpunit/php-timer",
|
|
|
|
|
"version": "7.0.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
|
|
"reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
|
|
|
|
|
"reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "7.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
|
"role": "lead"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Utility class for timing",
|
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"timer"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/php-timer/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-07-03T05:09:35+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "phpunit/phpunit",
|
|
|
|
|
"version": "11.5.48",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
|
|
"reference": "fe3665c15e37140f55aaf658c81a2eb9030b6d89"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fe3665c15e37140f55aaf658c81a2eb9030b6d89",
|
|
|
|
|
"reference": "fe3665c15e37140f55aaf658c81a2eb9030b6d89",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"ext-dom": "*",
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-libxml": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-xml": "*",
|
|
|
|
|
"ext-xmlwriter": "*",
|
|
|
|
|
"myclabs/deep-copy": "^1.13.4",
|
|
|
|
|
"phar-io/manifest": "^2.0.4",
|
|
|
|
|
"phar-io/version": "^3.2.1",
|
|
|
|
|
"php": ">=8.2",
|
|
|
|
|
"phpunit/php-code-coverage": "^11.0.12",
|
|
|
|
|
"phpunit/php-file-iterator": "^5.1.0",
|
|
|
|
|
"phpunit/php-invoker": "^5.0.1",
|
|
|
|
|
"phpunit/php-text-template": "^4.0.1",
|
|
|
|
|
"phpunit/php-timer": "^7.0.1",
|
|
|
|
|
"sebastian/cli-parser": "^3.0.2",
|
|
|
|
|
"sebastian/code-unit": "^3.0.3",
|
|
|
|
|
"sebastian/comparator": "^6.3.2",
|
|
|
|
|
"sebastian/diff": "^6.0.2",
|
|
|
|
|
"sebastian/environment": "^7.2.1",
|
|
|
|
|
"sebastian/exporter": "^6.3.2",
|
|
|
|
|
"sebastian/global-state": "^7.0.2",
|
|
|
|
|
"sebastian/object-enumerator": "^6.0.1",
|
|
|
|
|
"sebastian/type": "^5.1.3",
|
|
|
|
|
"sebastian/version": "^5.0.2",
|
|
|
|
|
"staabm/side-effects-detector": "^1.0.5"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"ext-soap": "To be able to generate mocks based on WSDL files"
|
|
|
|
|
},
|
|
|
|
|
"bin": [
|
|
|
|
|
"phpunit"
|
|
|
|
|
],
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "11.5-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"files": [
|
|
|
|
|
"src/Framework/Assert/Functions.php"
|
|
|
|
|
],
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
|
"role": "lead"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "The PHP Unit Testing framework.",
|
|
|
|
|
"homepage": "https://phpunit.de/",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"phpunit",
|
|
|
|
|
"testing",
|
|
|
|
|
"xunit"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.48"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://phpunit.de/sponsors.html",
|
|
|
|
|
"type": "custom"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://liberapay.com/sebastianbergmann",
|
|
|
|
|
"type": "liberapay"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
|
|
"type": "thanks_dev"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2026-01-16T16:26:27+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/cli-parser",
|
|
|
|
|
"version": "3.0.2",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/cli-parser.git",
|
|
|
|
|
"reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180",
|
|
|
|
|
"reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "3.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
|
"role": "lead"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Library for parsing CLI options",
|
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/cli-parser",
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-07-03T04:41:36+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/code-unit",
|
|
|
|
|
"version": "3.0.3",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/code-unit.git",
|
|
|
|
|
"reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/54391c61e4af8078e5b276ab082b6d3c54c9ad64",
|
|
|
|
|
"reference": "54391c61e4af8078e5b276ab082b6d3c54c9ad64",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.5"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "3.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
|
"role": "lead"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "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",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/code-unit/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.3"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2025-03-19T07:56:08+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/code-unit-reverse-lookup",
|
|
|
|
|
"version": "4.0.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
|
|
|
"reference": "183a9b2632194febd219bb9246eee421dad8d45e"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e",
|
|
|
|
|
"reference": "183a9b2632194febd219bb9246eee421dad8d45e",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "4.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"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",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-07-03T04:45:54+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/comparator",
|
|
|
|
|
"version": "6.3.2",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
|
|
"reference": "85c77556683e6eee4323e4c5468641ca0237e2e8"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85c77556683e6eee4323e4c5468641ca0237e2e8",
|
|
|
|
|
"reference": "85c77556683e6eee4323e4c5468641ca0237e2e8",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"ext-dom": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"php": ">=8.2",
|
|
|
|
|
"sebastian/diff": "^6.0",
|
|
|
|
|
"sebastian/exporter": "^6.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.4"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"ext-bcmath": "For comparing BcMath\\Number objects"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "6.3-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Volker Dusch",
|
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
|
"email": "bschussek@2bepublished.at"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Provides the functionality to compare PHP values for equality",
|
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/comparator",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"comparator",
|
|
|
|
|
"compare",
|
|
|
|
|
"equality"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/comparator/tree/6.3.2"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://liberapay.com/sebastianbergmann",
|
|
|
|
|
"type": "liberapay"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
|
|
"type": "thanks_dev"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2025-08-10T08:07:46+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/complexity",
|
|
|
|
|
"version": "4.0.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/complexity.git",
|
|
|
|
|
"reference": "ee41d384ab1906c68852636b6de493846e13e5a0"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0",
|
|
|
|
|
"reference": "ee41d384ab1906c68852636b6de493846e13e5a0",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"nikic/php-parser": "^5.0",
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "4.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
|
"role": "lead"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Library for calculating the complexity of PHP code units",
|
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/complexity",
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/complexity/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/complexity/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-07-03T04:49:50+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/diff",
|
|
|
|
|
"version": "6.0.2",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
|
|
|
"reference": "b4ccd857127db5d41a5b676f24b51371d76d8544"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544",
|
|
|
|
|
"reference": "b4ccd857127db5d41a5b676f24b51371d76d8544",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.0",
|
|
|
|
|
"symfony/process": "^4.2 || ^5"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "6.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/diff/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/diff/tree/6.0.2"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-07-03T04:53:05+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/environment",
|
|
|
|
|
"version": "7.2.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
|
|
|
"reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/a5c75038693ad2e8d4b6c15ba2403532647830c4",
|
|
|
|
|
"reference": "a5c75038693ad2e8d4b6c15ba2403532647830c4",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.3"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"ext-posix": "*"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "7.2-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
|
|
|
"homepage": "https://github.com/sebastianbergmann/environment",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"Xdebug",
|
|
|
|
|
"environment",
|
|
|
|
|
"hhvm"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/environment/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/environment/tree/7.2.1"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://liberapay.com/sebastianbergmann",
|
|
|
|
|
"type": "liberapay"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
|
|
"type": "thanks_dev"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2025-05-21T11:55:47+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/exporter",
|
|
|
|
|
"version": "6.3.2",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
|
|
|
"reference": "70a298763b40b213ec087c51c739efcaa90bcd74"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/70a298763b40b213ec087c51c739efcaa90bcd74",
|
|
|
|
|
"reference": "70a298763b40b213ec087c51c739efcaa90bcd74",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"php": ">=8.2",
|
|
|
|
|
"sebastian/recursion-context": "^6.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.3"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "6.3-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Jeff Welch",
|
|
|
|
|
"email": "whatthejeff@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Volker Dusch",
|
|
|
|
|
"email": "github@wallbash.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Adam Harvey",
|
|
|
|
|
"email": "aharvey@php.net"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
|
"email": "bschussek@gmail.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Provides the functionality to export PHP variables for visualization",
|
|
|
|
|
"homepage": "https://www.github.com/sebastianbergmann/exporter",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"export",
|
|
|
|
|
"exporter"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/exporter/tree/6.3.2"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://liberapay.com/sebastianbergmann",
|
|
|
|
|
"type": "liberapay"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
|
|
"type": "thanks_dev"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2025-09-24T06:12:51+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/global-state",
|
|
|
|
|
"version": "7.0.2",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
|
|
|
"reference": "3be331570a721f9a4b5917f4209773de17f747d7"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7",
|
|
|
|
|
"reference": "3be331570a721f9a4b5917f4209773de17f747d7",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2",
|
|
|
|
|
"sebastian/object-reflector": "^4.0",
|
|
|
|
|
"sebastian/recursion-context": "^6.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"ext-dom": "*",
|
|
|
|
|
"phpunit/phpunit": "^11.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "7.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Snapshotting of global state",
|
|
|
|
|
"homepage": "https://www.github.com/sebastianbergmann/global-state",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"global state"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/global-state/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-07-03T04:57:36+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/lines-of-code",
|
|
|
|
|
"version": "3.0.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
|
|
|
|
|
"reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a",
|
|
|
|
|
"reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"nikic/php-parser": "^5.0",
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "3.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
|
"role": "lead"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "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",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-07-03T04:58:38+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/object-enumerator",
|
|
|
|
|
"version": "6.0.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
|
|
|
"reference": "f5b498e631a74204185071eb41f33f38d64608aa"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa",
|
|
|
|
|
"reference": "f5b498e631a74204185071eb41f33f38d64608aa",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2",
|
|
|
|
|
"sebastian/object-reflector": "^4.0",
|
|
|
|
|
"sebastian/recursion-context": "^6.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "6.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"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",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-07-03T05:00:13+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/object-reflector",
|
|
|
|
|
"version": "4.0.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
|
|
|
|
"reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9",
|
|
|
|
|
"reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "4.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"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",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-07-03T05:01:32+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/recursion-context",
|
|
|
|
|
"version": "6.0.3",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
|
|
|
"reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/f6458abbf32a6c8174f8f26261475dc133b3d9dc",
|
|
|
|
|
"reference": "f6458abbf32a6c8174f8f26261475dc133b3d9dc",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.3"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "6.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.3"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://liberapay.com/sebastianbergmann",
|
|
|
|
|
"type": "liberapay"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
|
|
"type": "thanks_dev"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2025-08-13T04:42:22+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/type",
|
|
|
|
|
"version": "5.1.3",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/type.git",
|
|
|
|
|
"reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
|
|
|
|
|
"reference": "f77d2d4e78738c98d9a68d2596fe5e8fa380f449",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^11.3"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "5.1-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
|
"role": "lead"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "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",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/type/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/type/tree/5.1.3"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://liberapay.com/sebastianbergmann",
|
|
|
|
|
"type": "liberapay"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://thanks.dev/u/gh/sebastianbergmann",
|
|
|
|
|
"type": "thanks_dev"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/sebastian/type",
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2025-08-09T06:55:48+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/version",
|
|
|
|
|
"version": "5.0.2",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/version.git",
|
|
|
|
|
"reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874",
|
|
|
|
|
"reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=8.2"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-main": "5.0-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"src/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Sebastian Bergmann",
|
|
|
|
|
"email": "sebastian@phpunit.de",
|
|
|
|
|
"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",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/version/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/version/tree/5.0.2"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/sebastianbergmann",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-10-09T05:16:32+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "staabm/side-effects-detector",
|
|
|
|
|
"version": "1.0.5",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/staabm/side-effects-detector.git",
|
|
|
|
|
"reference": "d8334211a140ce329c13726d4a715adbddd0a163"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
|
|
|
|
|
"reference": "d8334211a140ce329c13726d4a715adbddd0a163",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"ext-tokenizer": "*",
|
|
|
|
|
"php": "^7.4 || ^8.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpstan/extension-installer": "^1.4.3",
|
|
|
|
|
"phpstan/phpstan": "^1.12.6",
|
|
|
|
|
"phpunit/phpunit": "^9.6.21",
|
|
|
|
|
"symfony/var-dumper": "^5.4.43",
|
|
|
|
|
"tomasvotruba/type-coverage": "1.0.0",
|
|
|
|
|
"tomasvotruba/unused-public": "1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"autoload": {
|
|
|
|
|
"classmap": [
|
|
|
|
|
"lib/"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"description": "A static analysis tool to detect side effects in PHP code",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"static analysis"
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/staabm/side-effects-detector/issues",
|
|
|
|
|
"source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/staabm",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-10-20T05:08:20+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "theseer/tokenizer",
|
|
|
|
|
"version": "1.3.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/theseer/tokenizer.git",
|
|
|
|
|
"reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c",
|
|
|
|
|
"reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
|
|
|
|
|
"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.3.1"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
"url": "https://github.com/theseer",
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2025-11-17T20:03:58+00:00"
|
|
|
|
|
}
|
|
|
|
|
],
|
2026-01-22 15:37:20 +01:00
|
|
|
"aliases": [],
|
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
|
"stability-flags": {},
|
|
|
|
|
"prefer-stable": false,
|
|
|
|
|
"prefer-lowest": false,
|
|
|
|
|
"platform": {
|
|
|
|
|
"php": "^8.3"
|
|
|
|
|
},
|
|
|
|
|
"platform-dev": {},
|
|
|
|
|
"plugin-api-version": "2.6.0"
|
|
|
|
|
}
|