{
    "packages": [
        {
            "name": "alexkart/curl-builder",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/alexkart/curl-builder.git",
                "reference": "ce9224d8a33625059ae1c549b101061cf8d8bc27"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/alexkart/curl-builder/zipball/ce9224d8a33625059ae1c549b101061cf8d8bc27",
                "reference": "ce9224d8a33625059ae1c549b101061cf8d8bc27",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "psr/http-message": "^2.0"
            },
            "require-dev": {
                "nyholm/psr7": "^1.3",
                "phan/phan": "^5.4",
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^9.5"
            },
            "time": "2025-06-03T23:28:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Alexkart\\CurlBuilder\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alexander Kartavenko",
                    "email": "askemailbox@gmail.com"
                }
            ],
            "description": "PSR-7 compatible curl builder.",
            "support": {
                "issues": "https://github.com/alexkart/curl-builder/issues",
                "source": "https://github.com/alexkart/curl-builder/tree/1.1.0"
            },
            "install-path": "../alexkart/curl-builder"
        },
        {
            "name": "amphp/amp",
            "version": "v3.1.2",
            "version_normalized": "3.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/amp.git",
                "reference": "2f3ebed5a4f663968a0590dbb7654a8b32cb63cb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/amp/zipball/2f3ebed5a4f663968a0590dbb7654a8b32cb63cb",
                "reference": "2f3ebed5a4f663968a0590dbb7654a8b32cb63cb",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "revolt/event-loop": "^1 || ^0.2"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "phpunit/phpunit": "^9",
                "psalm/phar": "6.16.1"
            },
            "time": "2026-06-21T13:59:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php",
                    "src/Future/functions.php",
                    "src/Internal/functions.php"
                ],
                "psr-4": {
                    "Amp\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                }
            ],
            "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": {
                "issues": "https://github.com/amphp/amp/issues",
                "source": "https://github.com/amphp/amp/tree/v3.1.2"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/amp"
        },
        {
            "name": "amphp/byte-stream",
            "version": "v2.1.2",
            "version_normalized": "2.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/byte-stream.git",
                "reference": "55a6bd071aec26fa2a3e002618c20c35e3df1b46"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/byte-stream/zipball/55a6bd071aec26fa2a3e002618c20c35e3df1b46",
                "reference": "55a6bd071aec26fa2a3e002618c20c35e3df1b46",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^3",
                "amphp/parser": "^1.1",
                "amphp/pipeline": "^1",
                "amphp/serialization": "^1",
                "amphp/sync": "^2",
                "php": ">=8.1",
                "revolt/event-loop": "^1 || ^0.2.3"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "amphp/phpunit-util": "^3",
                "phpunit/phpunit": "^9",
                "psalm/phar": "5.22.1"
            },
            "time": "2025-03-16T17:10:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php",
                    "src/Internal/functions.php"
                ],
                "psr-4": {
                    "Amp\\ByteStream\\": "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 stream abstraction to make working with non-blocking I/O simple.",
            "homepage": "https://amphp.org/byte-stream",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "io",
                "non-blocking",
                "stream"
            ],
            "support": {
                "issues": "https://github.com/amphp/byte-stream/issues",
                "source": "https://github.com/amphp/byte-stream/tree/v2.1.2"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/byte-stream"
        },
        {
            "name": "amphp/cache",
            "version": "v2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/cache.git",
                "reference": "46912e387e6aa94933b61ea1ead9cf7540b7797c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/cache/zipball/46912e387e6aa94933b61ea1ead9cf7540b7797c",
                "reference": "46912e387e6aa94933b61ea1ead9cf7540b7797c",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^3",
                "amphp/serialization": "^1",
                "amphp/sync": "^2",
                "php": ">=8.1",
                "revolt/event-loop": "^1 || ^0.2"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "amphp/phpunit-util": "^3",
                "phpunit/phpunit": "^9",
                "psalm/phar": "^5.4"
            },
            "time": "2024-04-19T03:38:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Amp\\Cache\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                }
            ],
            "description": "A fiber-aware cache API based on Amp and Revolt.",
            "homepage": "https://amphp.org/cache",
            "support": {
                "issues": "https://github.com/amphp/cache/issues",
                "source": "https://github.com/amphp/cache/tree/v2.0.1"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/cache"
        },
        {
            "name": "amphp/dns",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/dns.git",
                "reference": "78eb3db5fc69bf2fc0cb503c4fcba667bc223c71"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/dns/zipball/78eb3db5fc69bf2fc0cb503c4fcba667bc223c71",
                "reference": "78eb3db5fc69bf2fc0cb503c4fcba667bc223c71",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^3",
                "amphp/byte-stream": "^2",
                "amphp/cache": "^2",
                "amphp/parser": "^1",
                "amphp/process": "^2",
                "daverandom/libdns": "^2.0.2",
                "ext-filter": "*",
                "ext-json": "*",
                "php": ">=8.1",
                "revolt/event-loop": "^1 || ^0.2"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "amphp/phpunit-util": "^3",
                "phpunit/phpunit": "^9",
                "psalm/phar": "5.20"
            },
            "time": "2025-01-19T15:43:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Amp\\Dns\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chris Wright",
                    "email": "addr@daverandom.com"
                },
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@php.net"
                },
                {
                    "name": "Bob Weinand",
                    "email": "bobwei9@hotmail.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                }
            ],
            "description": "Async DNS resolution for Amp.",
            "homepage": "https://github.com/amphp/dns",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "client",
                "dns",
                "resolve"
            ],
            "support": {
                "issues": "https://github.com/amphp/dns/issues",
                "source": "https://github.com/amphp/dns/tree/v2.4.0"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/dns"
        },
        {
            "name": "amphp/parallel",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/parallel.git",
                "reference": "37f5b2754fadc229c00f9416bd68fb8d04529a81"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/parallel/zipball/37f5b2754fadc229c00f9416bd68fb8d04529a81",
                "reference": "37f5b2754fadc229c00f9416bd68fb8d04529a81",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^3",
                "amphp/byte-stream": "^2",
                "amphp/cache": "^2",
                "amphp/parser": "^1",
                "amphp/pipeline": "^1",
                "amphp/process": "^2",
                "amphp/serialization": "^1",
                "amphp/socket": "^2",
                "amphp/sync": "^2",
                "php": ">=8.1",
                "revolt/event-loop": "^1"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "amphp/phpunit-util": "^3",
                "phpunit/phpunit": "^9",
                "psalm/phar": "6.16.1"
            },
            "time": "2026-05-16T16:54:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Context/functions.php",
                    "src/Context/Internal/functions.php",
                    "src/Ipc/functions.php",
                    "src/Worker/functions.php"
                ],
                "psr-4": {
                    "Amp\\Parallel\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Stephen Coakley",
                    "email": "me@stephencoakley.com"
                }
            ],
            "description": "Parallel processing component for Amp.",
            "homepage": "https://github.com/amphp/parallel",
            "keywords": [
                "async",
                "asynchronous",
                "concurrent",
                "multi-processing",
                "multi-threading"
            ],
            "support": {
                "issues": "https://github.com/amphp/parallel/issues",
                "source": "https://github.com/amphp/parallel/tree/v2.4.0"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/parallel"
        },
        {
            "name": "amphp/parser",
            "version": "v1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/parser.git",
                "reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/parser/zipball/3cf1f8b32a0171d4b1bed93d25617637a77cded7",
                "reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "phpunit/phpunit": "^9",
                "psalm/phar": "^5.4"
            },
            "time": "2024-03-21T19:16:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/parser"
        },
        {
            "name": "amphp/pipeline",
            "version": "v1.2.5",
            "version_normalized": "1.2.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/pipeline.git",
                "reference": "92f121dde31cd1d89d5d0f9eba64ac40271b236e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/pipeline/zipball/92f121dde31cd1d89d5d0f9eba64ac40271b236e",
                "reference": "92f121dde31cd1d89d5d0f9eba64ac40271b236e",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^3",
                "php": ">=8.1",
                "revolt/event-loop": "^1"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "amphp/phpunit-util": "^3",
                "phpunit/phpunit": "^9",
                "psalm/phar": "6.16.1"
            },
            "time": "2026-06-27T14:17:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Amp\\Pipeline\\": "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": "Asynchronous iterators and operators.",
            "homepage": "https://amphp.org/pipeline",
            "keywords": [
                "amp",
                "amphp",
                "async",
                "io",
                "iterator",
                "non-blocking"
            ],
            "support": {
                "issues": "https://github.com/amphp/pipeline/issues",
                "source": "https://github.com/amphp/pipeline/tree/v1.2.5"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/pipeline"
        },
        {
            "name": "amphp/process",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/process.git",
                "reference": "583959df17d00304ad7b0b32285373f985935643"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/process/zipball/583959df17d00304ad7b0b32285373f985935643",
                "reference": "583959df17d00304ad7b0b32285373f985935643",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^3",
                "amphp/byte-stream": "^2",
                "amphp/sync": "^2",
                "php": ">=8.1",
                "revolt/event-loop": "^1 || ^0.2"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "amphp/phpunit-util": "^3",
                "phpunit/phpunit": "^9",
                "psalm/phar": "6.16.1"
            },
            "time": "2026-05-31T15:11:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Amp\\Process\\": "src"
                }
            },
            "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"
                }
            ],
            "description": "A fiber-aware process manager based on Amp and Revolt.",
            "homepage": "https://amphp.org/process",
            "support": {
                "issues": "https://github.com/amphp/process/issues",
                "source": "https://github.com/amphp/process/tree/v2.1.0"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/process"
        },
        {
            "name": "amphp/serialization",
            "version": "v1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/serialization.git",
                "reference": "fdf2834d78cebb0205fb2672676c1b1eb84371f0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/serialization/zipball/fdf2834d78cebb0205fb2672676c1b1eb84371f0",
                "reference": "fdf2834d78cebb0205fb2672676c1b1eb84371f0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "ext-json": "*",
                "ext-zlib": "*",
                "phpunit/phpunit": "^9",
                "psalm/phar": "6.16.1"
            },
            "time": "2026-04-05T15:59:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "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/v1.1.0"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/serialization"
        },
        {
            "name": "amphp/socket",
            "version": "v2.4.0",
            "version_normalized": "2.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/socket.git",
                "reference": "dadb63c5d3179fd83803e29dfeac27350e619314"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/socket/zipball/dadb63c5d3179fd83803e29dfeac27350e619314",
                "reference": "dadb63c5d3179fd83803e29dfeac27350e619314",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^3",
                "amphp/byte-stream": "^2",
                "amphp/dns": "^2",
                "ext-openssl": "*",
                "kelunik/certificate": "^1.1",
                "league/uri": "^7",
                "league/uri-interfaces": "^7",
                "php": ">=8.1",
                "revolt/event-loop": "^1"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "amphp/phpunit-util": "^3",
                "amphp/process": "^2",
                "phpunit/phpunit": "^9",
                "psalm/phar": "6.16.1"
            },
            "time": "2026-04-19T15:09:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php",
                    "src/Internal/functions.php",
                    "src/SocketAddress/functions.php"
                ],
                "psr-4": {
                    "Amp\\Socket\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Daniel Lowrey",
                    "email": "rdlowrey@gmail.com"
                },
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Non-blocking socket connection / server implementations based on Amp and Revolt.",
            "homepage": "https://github.com/amphp/socket",
            "keywords": [
                "amp",
                "async",
                "encryption",
                "non-blocking",
                "sockets",
                "tcp",
                "tls"
            ],
            "support": {
                "issues": "https://github.com/amphp/socket/issues",
                "source": "https://github.com/amphp/socket/tree/v2.4.0"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/socket"
        },
        {
            "name": "amphp/sync",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/amphp/sync.git",
                "reference": "217097b785130d77cfcc58ff583cf26cd1770bf1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/amphp/sync/zipball/217097b785130d77cfcc58ff583cf26cd1770bf1",
                "reference": "217097b785130d77cfcc58ff583cf26cd1770bf1",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^3",
                "amphp/pipeline": "^1",
                "amphp/serialization": "^1",
                "php": ">=8.1",
                "revolt/event-loop": "^1 || ^0.2"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "amphp/phpunit-util": "^3",
                "phpunit/phpunit": "^9",
                "psalm/phar": "5.23"
            },
            "time": "2024-08-03T19:31:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Amp\\Sync\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                },
                {
                    "name": "Stephen Coakley",
                    "email": "me@stephencoakley.com"
                }
            ],
            "description": "Non-blocking synchronization primitives for PHP based on Amp and Revolt.",
            "homepage": "https://github.com/amphp/sync",
            "keywords": [
                "async",
                "asynchronous",
                "mutex",
                "semaphore",
                "synchronization"
            ],
            "support": {
                "issues": "https://github.com/amphp/sync/issues",
                "source": "https://github.com/amphp/sync/tree/v2.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/amphp",
                    "type": "github"
                }
            ],
            "install-path": "../amphp/sync"
        },
        {
            "name": "behat/gherkin",
            "version": "v4.17.0",
            "version_normalized": "4.17.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Behat/Gherkin.git",
                "reference": "5c8b3149fac39b5a79942b64eeec59a5ee4001c0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c8b3149fac39b5a79942b64eeec59a5ee4001c0",
                "reference": "5c8b3149fac39b5a79942b64eeec59a5ee4001c0",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2.2",
                "php": ">=8.1 <8.6"
            },
            "require-dev": {
                "cucumber/gherkin-monorepo": "dev-gherkin-v39.1.0",
                "friendsofphp/php-cs-fixer": "^3.77",
                "mikey179/vfsstream": "^1.6",
                "phpstan/extension-installer": "^1",
                "phpstan/phpstan": "^2",
                "phpstan/phpstan-phpunit": "^2",
                "phpunit/phpunit": "^10.5",
                "symfony/yaml": "^5.4 || ^6.4 || ^7.0"
            },
            "suggest": {
                "symfony/yaml": "If you want to parse features, represented in YAML files"
            },
            "time": "2026-05-18T09:33:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "4.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Behat\\Gherkin\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Konstantin Kudryashov",
                    "email": "ever.zet@gmail.com",
                    "homepage": "https://everzet.com"
                }
            ],
            "description": "Gherkin DSL parser for PHP",
            "homepage": "https://behat.org/",
            "keywords": [
                "BDD",
                "Behat",
                "Cucumber",
                "DSL",
                "gherkin",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/Behat/Gherkin/issues",
                "source": "https://github.com/Behat/Gherkin/tree/v4.17.0"
            },
            "funding": [
                {
                    "url": "https://github.com/acoulton",
                    "type": "github"
                },
                {
                    "url": "https://github.com/carlos-granados",
                    "type": "github"
                },
                {
                    "url": "https://github.com/stof",
                    "type": "github"
                }
            ],
            "install-path": "../behat/gherkin"
        },
        {
            "name": "cebe/markdown",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cebe/markdown.git",
                "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
                "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
                "shasum": ""
            },
            "require": {
                "lib-pcre": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "cebe/indent": "*",
                "facebook/xhprof": "*@dev",
                "phpunit/phpunit": "4.1.*"
            },
            "time": "2018-03-26T11:24:36+00:00",
            "bin": [
                "bin/markdown"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "cebe\\markdown\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Carsten Brandt",
                    "email": "mail@cebe.cc",
                    "homepage": "http://cebe.cc/",
                    "role": "Creator"
                }
            ],
            "description": "A super fast, highly extensible markdown parser for PHP",
            "homepage": "https://github.com/cebe/markdown#readme",
            "keywords": [
                "extensible",
                "fast",
                "gfm",
                "markdown",
                "markdown-extra"
            ],
            "support": {
                "issues": "https://github.com/cebe/markdown/issues",
                "source": "https://github.com/cebe/markdown"
            },
            "install-path": "../cebe/markdown"
        },
        {
            "name": "clue/ndjson-react",
            "version": "v1.3.0",
            "version_normalized": "1.3.0.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"
            },
            "time": "2022-12-23T10:58:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../clue/ndjson-react"
        },
        {
            "name": "codeception/c3",
            "version": "2.9.0",
            "version_normalized": "2.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Codeception/c3.git",
                "reference": "e23298a1cd5e7745973ea26a53572a3d9b013439"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Codeception/c3/zipball/e23298a1cd5e7745973ea26a53572a3d9b013439",
                "reference": "e23298a1cd5e7745973ea26a53572a3d9b013439",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "composer/composer": "^1.0 || ^2.0"
            },
            "time": "2023-10-15T17:57:07+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Codeception\\c3\\Installer"
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Codeception\\c3\\": "."
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Tiger Seo",
                    "email": "tiger.seo@gmail.com"
                },
                {
                    "name": "Michael Bodnarchuk",
                    "email": "davert.php@codegyre.com",
                    "homepage": "http://codegyre.com"
                }
            ],
            "description": "CodeCoverage collector for Codeception",
            "homepage": "http://codeception.com/",
            "keywords": [
                "code coverage",
                "codecoverage"
            ],
            "support": {
                "issues": "https://github.com/Codeception/c3/issues",
                "source": "https://github.com/Codeception/c3/tree/2.9.0"
            },
            "install-path": "../codeception/c3"
        },
        {
            "name": "codeception/codeception",
            "version": "5.3.5",
            "version_normalized": "5.3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Codeception/Codeception.git",
                "reference": "83c2986ec2abe594cee2f706d9ec7aca2878fbe0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Codeception/Codeception/zipball/83c2986ec2abe594cee2f706d9ec7aca2878fbe0",
                "reference": "83c2986ec2abe594cee2f706d9ec7aca2878fbe0",
                "shasum": ""
            },
            "require": {
                "behat/gherkin": "^4.12",
                "codeception/lib-asserts": "^2.2 | ^3.0.1",
                "codeception/stub": "^4.1",
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": "^8.2",
                "phpunit/php-code-coverage": "^9.2 | ^10.0 | ^11.0 | ^12.0 | ^13.0",
                "phpunit/php-text-template": "^2.0 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
                "phpunit/php-timer": "^5.0.3 | ^6.0 | ^7.0 | ^8.0 | ^9.0",
                "phpunit/phpunit": "^9.5.20 | ^10.0 | ^11.0 | ^12.0 | ^13.0",
                "psy/psysh": "^0.11.2 | ^0.12",
                "sebastian/comparator": "^4.0.5 | ^5.0 | ^6.0 | ^7.0 | ^8.0",
                "sebastian/diff": "^4.0.3 | ^5.0 | ^6.0 | ^7.0 | ^8.0",
                "symfony/console": ">=5.4.24 <9.0",
                "symfony/css-selector": ">=5.4.24 <9.0",
                "symfony/event-dispatcher": ">=5.4.24 <9.0",
                "symfony/finder": ">=5.4.24 <9.0",
                "symfony/var-dumper": ">=5.4.24 <9.0",
                "symfony/yaml": ">=5.4.24 <9.0"
            },
            "conflict": {
                "codeception/lib-innerbrowser": "<3.1.3",
                "codeception/module-filesystem": "<3.0",
                "codeception/module-phpbrowser": "<2.5"
            },
            "replace": {
                "codeception/phpunit-wrapper": "*"
            },
            "require-dev": {
                "codeception/lib-innerbrowser": "*@dev",
                "codeception/lib-web": "*@dev",
                "codeception/module-asserts": "dev-master",
                "codeception/module-cli": "*@dev",
                "codeception/module-db": "*@dev",
                "codeception/module-filesystem": "*@dev",
                "codeception/module-phpbrowser": "*@dev",
                "codeception/module-webdriver": "*@dev",
                "codeception/util-universalframework": "*@dev",
                "doctrine/orm": "^3.3",
                "ext-simplexml": "*",
                "jetbrains/phpstorm-attributes": "^1.0",
                "laravel-zero/phar-updater": "^1.4",
                "php-webdriver/webdriver": "^1.15",
                "stecman/symfony-console-completion": "^0.14 || ^0.15",
                "symfony/dotenv": ">=5.4.24 <9.0",
                "symfony/error-handler": ">=5.4.24 <9.0",
                "symfony/process": ">=5.4.24 <9.0",
                "vlucas/phpdotenv": "^5.1"
            },
            "suggest": {
                "codeception/specify": "BDD-style code blocks",
                "codeception/verify": "BDD-style assertions",
                "ext-simplexml": "For loading params from XML files",
                "stecman/symfony-console-completion": "For BASH autocompletion",
                "symfony/dotenv": "For loading params from .env files",
                "symfony/phpunit-bridge": "For phpunit-bridge support",
                "vlucas/phpdotenv": "For loading params from .env files"
            },
            "time": "2026-02-18T06:18:00+00:00",
            "bin": [
                "codecept"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "5.3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "functions.php"
                ],
                "psr-4": {
                    "Codeception\\": "src/Codeception",
                    "Codeception\\Extension\\": "ext"
                },
                "classmap": [
                    "src/PHPUnit/TestCase.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Bodnarchuk",
                    "email": "davert.ua@gmail.com",
                    "homepage": "https://codeception.com"
                }
            ],
            "description": "All-in-one PHP Testing Framework",
            "homepage": "https://codeception.com/",
            "keywords": [
                "BDD",
                "TDD",
                "acceptance testing",
                "functional testing",
                "unit testing"
            ],
            "support": {
                "issues": "https://github.com/Codeception/Codeception/issues",
                "source": "https://github.com/Codeception/Codeception/tree/5.3.5"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/codeception",
                    "type": "open_collective"
                }
            ],
            "install-path": "../codeception/codeception"
        },
        {
            "name": "codeception/lib-asserts",
            "version": "3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Codeception/lib-asserts.git",
                "reference": "f161e5d3a9e5ae573ca01cfb3b5601ff5303df03"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/f161e5d3a9e5ae573ca01cfb3b5601ff5303df03",
                "reference": "f161e5d3a9e5ae573ca01cfb3b5601ff5303df03",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": "^8.2 || ^8.3 || ^8.4 || ^8.5",
                "phpunit/phpunit": "^11.5 || ^12.0 || ^13.0"
            },
            "time": "2026-02-06T15:19:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Bodnarchuk",
                    "email": "davert@mail.ua",
                    "homepage": "http://codegyre.com"
                },
                {
                    "name": "Gintautas Miselis"
                },
                {
                    "name": "Gustavo Nieves",
                    "homepage": "https://medium.com/@ganieves"
                }
            ],
            "description": "Assertion methods used by Codeception core and Asserts module",
            "homepage": "https://codeception.com/",
            "keywords": [
                "codeception"
            ],
            "support": {
                "issues": "https://github.com/Codeception/lib-asserts/issues",
                "source": "https://github.com/Codeception/lib-asserts/tree/3.2.0"
            },
            "install-path": "../codeception/lib-asserts"
        },
        {
            "name": "codeception/lib-innerbrowser",
            "version": "4.1.1",
            "version_normalized": "4.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Codeception/lib-innerbrowser.git",
                "reference": "0fa80deaed7da6a92a0cd4117338394c69196ec6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Codeception/lib-innerbrowser/zipball/0fa80deaed7da6a92a0cd4117338394c69196ec6",
                "reference": "0fa80deaed7da6a92a0cd4117338394c69196ec6",
                "shasum": ""
            },
            "require": {
                "codeception/codeception": "^5.0.8",
                "codeception/lib-web": "^1.0.1 || ^2",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": "^8.1",
                "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0 || ^13.0",
                "symfony/browser-kit": "^4.4.24 || ^5.4 || ^6.0 || ^7.0 || ^8.0",
                "symfony/dom-crawler": "^4.4.30 || ^5.4 || ^6.0 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "codeception/util-universalframework": "^1.0 || ^2.0"
            },
            "time": "2026-06-26T22:06:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Bodnarchuk",
                    "email": "davert@mail.ua",
                    "homepage": "https://codegyre.com"
                },
                {
                    "name": "Gintautas Miselis"
                }
            ],
            "description": "Parent library for all Codeception framework modules and PhpBrowser",
            "homepage": "https://codeception.com/",
            "keywords": [
                "codeception"
            ],
            "support": {
                "issues": "https://github.com/Codeception/lib-innerbrowser/issues",
                "source": "https://github.com/Codeception/lib-innerbrowser/tree/4.1.1"
            },
            "install-path": "../codeception/lib-innerbrowser"
        },
        {
            "name": "codeception/lib-web",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Codeception/lib-web.git",
                "reference": "a030a3a22fc8e856b5957086794ed5403c7992d9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Codeception/lib-web/zipball/a030a3a22fc8e856b5957086794ed5403c7992d9",
                "reference": "a030a3a22fc8e856b5957086794ed5403c7992d9",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "guzzlehttp/psr7": "^2.0",
                "php": "^8.2",
                "phpunit/phpunit": "^11.5 | ^12 | ^13",
                "symfony/css-selector": ">=4.4.24 <9.0"
            },
            "conflict": {
                "codeception/codeception": "<5.0.0-alpha3"
            },
            "require-dev": {
                "php-webdriver/webdriver": "^1.12"
            },
            "time": "2026-02-06T15:22:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gintautas Miselis"
                }
            ],
            "description": "Library containing files used by module-webdriver and lib-innerbrowser or module-phpbrowser",
            "homepage": "https://codeception.com/",
            "keywords": [
                "codeception"
            ],
            "support": {
                "issues": "https://github.com/Codeception/lib-web/issues",
                "source": "https://github.com/Codeception/lib-web/tree/2.1.0"
            },
            "install-path": "../codeception/lib-web"
        },
        {
            "name": "codeception/module-asserts",
            "version": "3.3.0",
            "version_normalized": "3.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Codeception/module-asserts.git",
                "reference": "3b4ec5dc771a135e13c79f7e9a6eacd74779e4ad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/3b4ec5dc771a135e13c79f7e9a6eacd74779e4ad",
                "reference": "3b4ec5dc771a135e13c79f7e9a6eacd74779e4ad",
                "shasum": ""
            },
            "require": {
                "codeception/codeception": "*@dev",
                "codeception/lib-asserts": "^3.1",
                "php": "^8.2"
            },
            "conflict": {
                "codeception/codeception": "<5.0"
            },
            "time": "2025-12-23T21:16:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Bodnarchuk"
                },
                {
                    "name": "Gintautas Miselis"
                },
                {
                    "name": "Gustavo Nieves",
                    "homepage": "https://medium.com/@ganieves"
                }
            ],
            "description": "Codeception module containing various assertions",
            "homepage": "https://codeception.com/",
            "keywords": [
                "assertions",
                "asserts",
                "codeception"
            ],
            "support": {
                "issues": "https://github.com/Codeception/module-asserts/issues",
                "source": "https://github.com/Codeception/module-asserts/tree/3.3.0"
            },
            "install-path": "../codeception/module-asserts"
        },
        {
            "name": "codeception/module-cli",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Codeception/module-cli.git",
                "reference": "a3a101fae4049fa2f810107f7bd5db3b3266ce63"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Codeception/module-cli/zipball/a3a101fae4049fa2f810107f7bd5db3b3266ce63",
                "reference": "a3a101fae4049fa2f810107f7bd5db3b3266ce63",
                "shasum": ""
            },
            "require": {
                "codeception/codeception": "*@dev",
                "codeception/module-asserts": "*",
                "php": "^7.4 || ^8.0"
            },
            "conflict": {
                "codeception/codeception": "<4.0"
            },
            "time": "2023-01-13T18:41:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Bodnarchuk"
                }
            ],
            "description": "Codeception module for testing basic shell commands and shell output",
            "homepage": "https://codeception.com/",
            "keywords": [
                "codeception"
            ],
            "support": {
                "issues": "https://github.com/Codeception/module-cli/issues",
                "source": "https://github.com/Codeception/module-cli/tree/2.0.1"
            },
            "install-path": "../codeception/module-cli"
        },
        {
            "name": "codeception/module-phpbrowser",
            "version": "4.0.0",
            "version_normalized": "4.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Codeception/module-phpbrowser.git",
                "reference": "495a2cf19c4d0f1004bc24e10ed9d3cf33ccdc51"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Codeception/module-phpbrowser/zipball/495a2cf19c4d0f1004bc24e10ed9d3cf33ccdc51",
                "reference": "495a2cf19c4d0f1004bc24e10ed9d3cf33ccdc51",
                "shasum": ""
            },
            "require": {
                "codeception/codeception": "*@dev",
                "codeception/lib-innerbrowser": "*@dev",
                "ext-json": "*",
                "guzzlehttp/guzzle": "^7.4",
                "php": "^8.2",
                "symfony/browser-kit": "^5.4 | ^6.0 | ^7.0 | ^8.0"
            },
            "conflict": {
                "codeception/codeception": "<5.0",
                "codeception/lib-innerbrowser": "<3.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^3.199",
                "codeception/module-rest": "^2.0 | *@dev",
                "ext-curl": "*",
                "phpstan/phpstan": "^1.10",
                "squizlabs/php_codesniffer": "^3.10"
            },
            "suggest": {
                "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
            },
            "time": "2026-01-23T13:24:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Michael Bodnarchuk"
                },
                {
                    "name": "Gintautas Miselis"
                }
            ],
            "description": "Codeception module for testing web application over HTTP",
            "homepage": "https://codeception.com/",
            "keywords": [
                "codeception",
                "functional-testing",
                "http"
            ],
            "support": {
                "issues": "https://github.com/Codeception/module-phpbrowser/issues",
                "source": "https://github.com/Codeception/module-phpbrowser/tree/4.0.0"
            },
            "install-path": "../codeception/module-phpbrowser"
        },
        {
            "name": "codeception/stub",
            "version": "4.3.0",
            "version_normalized": "4.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Codeception/Stub.git",
                "reference": "6305b97eaf6ea9bdaed29a5bd4d6f2948f577d8f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Codeception/Stub/zipball/6305b97eaf6ea9bdaed29a5bd4d6f2948f577d8f",
                "reference": "6305b97eaf6ea9bdaed29a5bd4d6f2948f577d8f",
                "shasum": ""
            },
            "require": {
                "php": "^8.1",
                "phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | ^11 | ^12 | ^13"
            },
            "conflict": {
                "codeception/codeception": "<5.0.6"
            },
            "require-dev": {
                "consolidation/robo": "^4.0"
            },
            "time": "2026-02-06T15:19:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Codeception\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
            "support": {
                "issues": "https://github.com/Codeception/Stub/issues",
                "source": "https://github.com/Codeception/Stub/tree/4.3.0"
            },
            "install-path": "../codeception/stub"
        },
        {
            "name": "composer/pcre",
            "version": "3.4.0",
            "version_normalized": "3.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/pcre.git",
                "reference": "d5a341b3fb61f3001970940afb1d332968a183ed"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/pcre/zipball/d5a341b3fb61f3001970940afb1d332968a183ed",
                "reference": "d5a341b3fb61f3001970940afb1d332968a183ed",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "conflict": {
                "phpstan/phpstan": "<2.2.2"
            },
            "require-dev": {
                "phpstan/phpstan": "^2",
                "phpstan/phpstan-deprecation-rules": "^2",
                "phpstan/phpstan-strict-rules": "^2",
                "phpunit/phpunit": "^9"
            },
            "time": "2026-06-07T11:47:49+00:00",
            "type": "library",
            "extra": {
                "phpstan": {
                    "includes": [
                        "extension.neon"
                    ]
                },
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "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",
                "source": "https://github.com/composer/pcre/tree/3.4.0"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                }
            ],
            "install-path": "./pcre"
        },
        {
            "name": "composer/semver",
            "version": "3.4.4",
            "version_normalized": "3.4.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/semver.git",
                "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95",
                "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95",
                "shasum": ""
            },
            "require": {
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.11",
                "symfony/phpunit-bridge": "^3 || ^7"
            },
            "time": "2025-08-20T19:15:30+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "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",
                "source": "https://github.com/composer/semver/tree/3.4.4"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                }
            ],
            "install-path": "./semver"
        },
        {
            "name": "composer/xdebug-handler",
            "version": "3.0.5",
            "version_normalized": "3.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/xdebug-handler.git",
                "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
                "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
                "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"
            },
            "time": "2024-05-06T16:37:16+00:00",
            "type": "library",
            "installation-source": "dist",
            "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",
                "issues": "https://github.com/composer/xdebug-handler/issues",
                "source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
            },
            "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"
                }
            ],
            "install-path": "./xdebug-handler"
        },
        {
            "name": "danog/advanced-json-rpc",
            "version": "v3.2.3",
            "version_normalized": "3.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/danog/php-advanced-json-rpc.git",
                "reference": "ae703ea7b4811797a10590b6078de05b3b33dd91"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/danog/php-advanced-json-rpc/zipball/ae703ea7b4811797a10590b6078de05b3b33dd91",
                "reference": "ae703ea7b4811797a10590b6078de05b3b33dd91",
                "shasum": ""
            },
            "require": {
                "netresearch/jsonmapper": "^5",
                "php": ">=8.1",
                "phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0 || ^6"
            },
            "replace": {
                "felixfbecker/php-advanced-json-rpc": "^3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9"
            },
            "time": "2026-01-12T21:07:10+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "AdvancedJsonRpc\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Felix Becker",
                    "email": "felix.b@outlook.com"
                },
                {
                    "name": "Daniil Gentili",
                    "email": "daniil@daniil.it"
                }
            ],
            "description": "A more advanced JSONRPC implementation",
            "support": {
                "issues": "https://github.com/danog/php-advanced-json-rpc/issues",
                "source": "https://github.com/danog/php-advanced-json-rpc/tree/v3.2.3"
            },
            "install-path": "../danog/advanced-json-rpc"
        },
        {
            "name": "daverandom/libdns",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/DaveRandom/LibDNS.git",
                "reference": "b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a",
                "reference": "b84c94e8fe6b7ee4aecfe121bfe3b6177d303c8a",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "Required for IDN support"
            },
            "time": "2024-04-12T12:12:48+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "LibDNS\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "DNS protocol implementation written in pure PHP",
            "keywords": [
                "dns"
            ],
            "support": {
                "issues": "https://github.com/DaveRandom/LibDNS/issues",
                "source": "https://github.com/DaveRandom/LibDNS/tree/v2.1.0"
            },
            "install-path": "../daverandom/libdns"
        },
        {
            "name": "dnoegel/php-xdg-base-dir",
            "version": "v0.1.1",
            "version_normalized": "0.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
                "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
                "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
            },
            "time": "2019-12-04T15:06:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "XdgBaseDir\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "implementation of xdg base directory specification for php",
            "support": {
                "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
                "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
            },
            "install-path": "../dnoegel/php-xdg-base-dir"
        },
        {
            "name": "doctrine/deprecations",
            "version": "1.1.6",
            "version_normalized": "1.1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/deprecations.git",
                "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca",
                "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "phpunit/phpunit": "<=7.5 || >=14"
            },
            "require-dev": {
                "doctrine/coding-standard": "^9 || ^12 || ^14",
                "phpstan/phpstan": "1.4.10 || 2.1.30",
                "phpstan/phpstan-phpunit": "^1.0 || ^2",
                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0",
                "psr/log": "^1 || ^2 || ^3"
            },
            "suggest": {
                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
            },
            "time": "2026-02-07T07:09:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Doctrine\\Deprecations\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
            "homepage": "https://www.doctrine-project.org/",
            "support": {
                "issues": "https://github.com/doctrine/deprecations/issues",
                "source": "https://github.com/doctrine/deprecations/tree/1.1.6"
            },
            "install-path": "../doctrine/deprecations"
        },
        {
            "name": "ergebnis/agent-detector",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ergebnis/agent-detector.git",
                "reference": "e211f17928c8b95a51e06040792d57f5462fb271"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ergebnis/agent-detector/zipball/e211f17928c8b95a51e06040792d57f5462fb271",
                "reference": "e211f17928c8b95a51e06040792d57f5462fb271",
                "shasum": ""
            },
            "require": {
                "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0 || ~8.6.0"
            },
            "require-dev": {
                "ergebnis/composer-normalize": "^2.51.0",
                "ergebnis/license": "^2.7.0",
                "ergebnis/php-cs-fixer-config": "^6.60.2",
                "ergebnis/phpstan-rules": "^2.13.1",
                "ergebnis/phpunit-slow-test-detector": "^2.24.0",
                "ergebnis/rector-rules": "^1.18.1",
                "fakerphp/faker": "^1.24.1",
                "infection/infection": "^0.26.6",
                "phpstan/extension-installer": "^1.4.3",
                "phpstan/phpstan": "^2.1.54",
                "phpstan/phpstan-deprecation-rules": "^2.0.4",
                "phpstan/phpstan-phpunit": "^2.0.16",
                "phpstan/phpstan-strict-rules": "^2.0.10",
                "phpunit/phpunit": "^9.6.34",
                "rector/rector": "^2.4.2"
            },
            "time": "2026-05-07T08:19:07+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.2-dev"
                },
                "composer-normalize": {
                    "indent-size": 2,
                    "indent-style": "space"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ergebnis\\AgentDetector\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Andreas Möller",
                    "email": "am@localheinz.com",
                    "homepage": "https://localheinz.com"
                }
            ],
            "description": "Provides a detector for detecting the presence of an agent.",
            "homepage": "https://github.com/ergebnis/agent-detector",
            "support": {
                "issues": "https://github.com/ergebnis/agent-detector/issues",
                "security": "https://github.com/ergebnis/agent-detector/blob/main/.github/SECURITY.md",
                "source": "https://github.com/ergebnis/agent-detector"
            },
            "install-path": "../ergebnis/agent-detector"
        },
        {
            "name": "evenement/evenement",
            "version": "v3.0.2",
            "version_normalized": "3.0.2.0",
            "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"
            },
            "time": "2023-08-08T05:53:35+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../evenement/evenement"
        },
        {
            "name": "felixfbecker/language-server-protocol",
            "version": "v1.5.3",
            "version_normalized": "1.5.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/felixfbecker/php-language-server-protocol.git",
                "reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/a9e113dbc7d849e35b8776da39edaf4313b7b6c9",
                "reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpstan/phpstan": "*",
                "squizlabs/php_codesniffer": "^3.1",
                "vimeo/psalm": "^4.0"
            },
            "time": "2024-04-30T00:40:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "LanguageServerProtocol\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Felix Becker",
                    "email": "felix.b@outlook.com"
                }
            ],
            "description": "PHP classes for the Language Server Protocol",
            "keywords": [
                "language",
                "microsoft",
                "php",
                "server"
            ],
            "support": {
                "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
                "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.3"
            },
            "install-path": "../felixfbecker/language-server-protocol"
        },
        {
            "name": "fidry/cpu-core-counter",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/theofidry/cpu-core-counter.git",
                "reference": "db9508f7b1474469d9d3c53b86f817e344732678"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/db9508f7b1474469d9d3c53b86f817e344732678",
                "reference": "db9508f7b1474469d9d3c53b86f817e344732678",
                "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": "^2.0",
                "phpstan/phpstan-deprecation-rules": "^2.0.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpstan/phpstan-strict-rules": "^2.0",
                "phpunit/phpunit": "^8.5.31 || ^9.5.26",
                "webmozarts/strict-phpunit": "^7.5"
            },
            "time": "2025-08-14T07:29:31+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fidry\\CpuCoreCounter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Théo FIDRY",
                    "email": "theo.fidry@gmail.com"
                }
            ],
            "description": "Tiny utility to get the number of CPU cores.",
            "keywords": [
                "CPU",
                "core"
            ],
            "support": {
                "issues": "https://github.com/theofidry/cpu-core-counter/issues",
                "source": "https://github.com/theofidry/cpu-core-counter/tree/1.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/theofidry",
                    "type": "github"
                }
            ],
            "install-path": "../fidry/cpu-core-counter"
        },
        {
            "name": "friendsofphp/php-cs-fixer",
            "version": "v3.95.12",
            "version_normalized": "3.95.12.0",
            "source": {
                "type": "git",
                "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
                "reference": "b1b9055997a98dce3c2338e884626e718a25a923"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b1b9055997a98dce3c2338e884626e718a25a923",
                "reference": "b1b9055997a98dce3c2338e884626e718a25a923",
                "shasum": ""
            },
            "require": {
                "clue/ndjson-react": "^1.3",
                "composer/semver": "^3.4",
                "composer/xdebug-handler": "^3.0.5",
                "ergebnis/agent-detector": "^1.2",
                "ext-filter": "*",
                "ext-hash": "*",
                "ext-json": "*",
                "ext-tokenizer": "*",
                "fidry/cpu-core-counter": "^1.3",
                "php": "^7.4 || ^8.0",
                "react/child-process": "^0.6.6",
                "react/event-loop": "^1.5",
                "react/socket": "^1.16",
                "react/stream": "^1.4",
                "sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0 || ^8.0 || ^9.0",
                "symfony/console": "^5.4.47 || ^6.4.24 || ^7.0 || ^8.0",
                "symfony/event-dispatcher": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
                "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
                "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
                "symfony/options-resolver": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0",
                "symfony/polyfill-mbstring": "^1.37",
                "symfony/polyfill-php80": "^1.37",
                "symfony/polyfill-php81": "^1.37",
                "symfony/polyfill-php84": "^1.37",
                "symfony/process": "^5.4.47 || ^6.4.24 || ^7.2 || ^8.0",
                "symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "facile-it/paraunit": "^1.3.1 || ^2.11.0",
                "infection/infection": "^0.32.7",
                "justinrainbow/json-schema": "^6.10.0",
                "keradus/cli-executor": "^2.3",
                "mikey179/vfsstream": "^1.6.12",
                "php-coveralls/php-coveralls": "^2.9.1",
                "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.8",
                "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.8",
                "phpunit/phpunit": "^9.6.35 || ^10.5.64 || ^11.5.56",
                "symfony/polyfill-php85": "^1.38",
                "symfony/var-dumper": "^5.4.48 || ^6.4.36 || ^7.4.8 || ^8.1.0",
                "symfony/yaml": "^5.4.53 || ^6.4.41 || ^7.4.13 || ^8.1.0"
            },
            "suggest": {
                "ext-dom": "For handling output formats in XML",
                "ext-mbstring": "For handling non-UTF8 characters."
            },
            "time": "2026-07-07T13:29:36+00:00",
            "bin": [
                "php-cs-fixer"
            ],
            "type": "application",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpCsFixer\\": "src/"
                },
                "exclude-from-classmap": [
                    "src/**/Internal/"
                ]
            },
            "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",
                "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.12"
            },
            "funding": [
                {
                    "url": "https://github.com/keradus",
                    "type": "github"
                }
            ],
            "install-path": "../friendsofphp/php-cs-fixer"
        },
        {
            "name": "graham-campbell/result-type",
            "version": "v1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/GrahamCampbell/Result-Type.git",
                "reference": "e01f4a821471308ba86aa202fed6698b6b695e3b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/e01f4a821471308ba86aa202fed6698b6b695e3b",
                "reference": "e01f4a821471308ba86aa202fed6698b6b695e3b",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "phpoption/phpoption": "^1.9.5"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7"
            },
            "time": "2025-12-27T19:43:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GrahamCampbell\\ResultType\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                }
            ],
            "description": "An Implementation Of The Result Type",
            "keywords": [
                "Graham Campbell",
                "GrahamCampbell",
                "Result Type",
                "Result-Type",
                "result"
            ],
            "support": {
                "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
                "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.4"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
                    "type": "tidelift"
                }
            ],
            "install-path": "../graham-campbell/result-type"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.14.0",
            "version_normalized": "7.14.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "aef242412e13128b5049864867bb49fc37dd39de"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/aef242412e13128b5049864867bb49fc37dd39de",
                "reference": "aef242412e13128b5049864867bb49fc37dd39de",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^2.5.1",
                "guzzlehttp/psr7": "^2.12.4",
                "php": "^7.2.5 || ^8.0",
                "psr/http-client": "^1.0",
                "symfony/deprecation-contracts": "^2.5 || ^3.0",
                "symfony/polyfill-php80": "^1.25"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "ext-curl": "*",
                "guzzle/client-integration-tests": "3.0.3",
                "guzzlehttp/test-server": "^0.6",
                "php-http/message-factory": "^1.1",
                "phpunit/phpunit": "^8.5.52 || ^9.6.34",
                "psr/log": "^1.1 || ^2.0 || ^3.0"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr/log": "Required for using the Log middleware"
            },
            "time": "2026-07-08T22:54:09+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions_include.php"
                ],
                "psr-4": {
                    "GuzzleHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https://github.com/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "psr-18",
                "psr-7",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https://github.com/guzzle/guzzle/issues",
                "source": "https://github.com/guzzle/guzzle/tree/7.14.0"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/guzzle"
        },
        {
            "name": "guzzlehttp/promises",
            "version": "2.5.1",
            "version_normalized": "2.5.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "9ad1e4fc607446a055b95870c7f668e93b5cff29"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/9ad1e4fc607446a055b95870c7f668e93b5cff29",
                "reference": "9ad1e4fc607446a055b95870c7f668e93b5cff29",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "symfony/deprecation-contracts": "^2.5 || ^3.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpunit/phpunit": "^8.5.52 || ^9.6.34"
            },
            "time": "2026-07-08T15:48:39+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Promise\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https://github.com/guzzle/promises/issues",
                "source": "https://github.com/guzzle/promises/tree/2.5.1"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/promises"
        },
        {
            "name": "guzzlehttp/psr7",
            "version": "2.12.4",
            "version_normalized": "2.12.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "51e27f9e2b332ab3e72f4520d5ff4f3c68c3577c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/51e27f9e2b332ab3e72f4520d5ff4f3c68c3577c",
                "reference": "51e27f9e2b332ab3e72f4520d5ff4f3c68c3577c",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1 || ^2.0",
                "ralouphie/getallheaders": "^3.0",
                "symfony/deprecation-contracts": "^2.5 || ^3.0",
                "symfony/polyfill-php80": "^1.25"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "http-interop/http-factory-tests": "1.1.0",
                "jshttp/mime-db": "1.54.0.1",
                "phpunit/phpunit": "^8.5.52 || ^9.6.34"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2026-07-08T15:56:20+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "GuzzleHttp\\Psr7\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https://github.com/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https://github.com/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https://github.com/Nyholm"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://github.com/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https://github.com/Tobion"
                },
                {
                    "name": "Márk Sági-Kazár",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https://sagikazarmark.hu"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https://github.com/guzzle/psr7/issues",
                "source": "https://github.com/guzzle/psr7/tree/2.12.4"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://github.com/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "../guzzlehttp/psr7"
        },
        {
            "name": "httpsoft/http-message",
            "version": "1.1.6",
            "version_normalized": "1.1.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/httpsoft/http-message.git",
                "reference": "f6c88e2189b9f75f10dfaeb0a85c56ea04a53c19"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/httpsoft/http-message/zipball/f6c88e2189b9f75f10dfaeb0a85c56ea04a53c19",
                "reference": "f6c88e2189b9f75f10dfaeb0a85c56ea04a53c19",
                "shasum": ""
            },
            "require": {
                "php": "^7.4|^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1|^2.0"
            },
            "provide": {
                "psr/http-factory-implementation": "1.0",
                "psr/http-message-implementation": "1.0"
            },
            "require-dev": {
                "php-http/psr7-integration-tests": "^1.3",
                "phpunit/phpunit": "^9.5",
                "squizlabs/php_codesniffer": "^3.7",
                "vimeo/psalm": "^4.9|^5.2"
            },
            "time": "2024-08-09T07:13:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HttpSoft\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Evgeniy Zyubin",
                    "email": "mail@devanych.ru",
                    "homepage": "https://devanych.ru/",
                    "role": "Founder and lead developer"
                }
            ],
            "description": "Strict and fast implementation of PSR-7 and PSR-17",
            "homepage": "https://httpsoft.org/",
            "keywords": [
                "http",
                "http-message",
                "php",
                "psr-17",
                "psr-7"
            ],
            "support": {
                "docs": "https://httpsoft.org/docs/message",
                "issues": "https://github.com/httpsoft/http-message/issues",
                "source": "https://github.com/httpsoft/http-message"
            },
            "install-path": "../httpsoft/http-message"
        },
        {
            "name": "kelunik/certificate",
            "version": "v1.1.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/kelunik/certificate.git",
                "reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/kelunik/certificate/zipball/7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
                "reference": "7e00d498c264d5eb4f78c69f41c8bd6719c0199e",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "php": ">=7.0"
            },
            "require-dev": {
                "amphp/php-cs-fixer-config": "^2",
                "phpunit/phpunit": "^6 | 7 | ^8 | ^9"
            },
            "time": "2023-02-03T21:26:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Kelunik\\Certificate\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Access certificate details and transform between different formats.",
            "keywords": [
                "DER",
                "certificate",
                "certificates",
                "openssl",
                "pem",
                "x509"
            ],
            "support": {
                "issues": "https://github.com/kelunik/certificate/issues",
                "source": "https://github.com/kelunik/certificate/tree/v1.1.3"
            },
            "install-path": "../kelunik/certificate"
        },
        {
            "name": "league/uri",
            "version": "7.8.1",
            "version_normalized": "7.8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/uri.git",
                "reference": "08cf38e3924d4f56238125547b5720496fac8fd4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/uri/zipball/08cf38e3924d4f56238125547b5720496fac8fd4",
                "reference": "08cf38e3924d4f56238125547b5720496fac8fd4",
                "shasum": ""
            },
            "require": {
                "league/uri-interfaces": "^7.8.1",
                "php": "^8.1",
                "psr/http-factory": "^1"
            },
            "conflict": {
                "league/uri-schemes": "^1.0"
            },
            "suggest": {
                "ext-bcmath": "to improve IPV4 host parsing",
                "ext-dom": "to convert the URI into an HTML anchor tag",
                "ext-fileinfo": "to create Data URI from file contennts",
                "ext-gmp": "to improve IPV4 host parsing",
                "ext-intl": "to handle IDN host with the best performance",
                "ext-uri": "to use the PHP native URI class",
                "jeremykendall/php-domain-parser": "to further parse the URI host and resolve its Public Suffix and Top Level Domain",
                "league/uri-components": "to provide additional tools to manipulate URI objects components",
                "league/uri-polyfill": "to backport the PHP URI extension for older versions of PHP",
                "php-64bit": "to improve IPV4 host parsing",
                "rowbot/url": "to handle URLs using the WHATWG URL Living Standard specification",
                "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
            },
            "time": "2026-03-15T20:22:25+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "URI manipulation library",
            "homepage": "https://uri.thephpleague.com",
            "keywords": [
                "URN",
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "middleware",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc2141",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "rfc8141",
                "uri",
                "uri-template",
                "url",
                "ws"
            ],
            "support": {
                "docs": "https://uri.thephpleague.com",
                "forum": "https://thephpleague.slack.com",
                "issues": "https://github.com/thephpleague/uri-src/issues",
                "source": "https://github.com/thephpleague/uri/tree/7.8.1"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "../league/uri"
        },
        {
            "name": "league/uri-interfaces",
            "version": "7.8.1",
            "version_normalized": "7.8.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/thephpleague/uri-interfaces.git",
                "reference": "85d5c77c5d6d3af6c54db4a78246364908f3c928"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/85d5c77c5d6d3af6c54db4a78246364908f3c928",
                "reference": "85d5c77c5d6d3af6c54db4a78246364908f3c928",
                "shasum": ""
            },
            "require": {
                "ext-filter": "*",
                "php": "^8.1",
                "psr/http-message": "^1.1 || ^2.0"
            },
            "suggest": {
                "ext-bcmath": "to improve IPV4 host parsing",
                "ext-gmp": "to improve IPV4 host parsing",
                "ext-intl": "to handle IDN host with the best performance",
                "php-64bit": "to improve IPV4 host parsing",
                "rowbot/url": "to handle URLs using the WHATWG URL Living Standard specification",
                "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
            },
            "time": "2026-03-08T20:05:35+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "League\\Uri\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ignace Nyamagana Butera",
                    "email": "nyamsprod@gmail.com",
                    "homepage": "https://nyamsprod.com"
                }
            ],
            "description": "Common tools for parsing and resolving RFC3987/RFC3986 URI",
            "homepage": "https://uri.thephpleague.com",
            "keywords": [
                "data-uri",
                "file-uri",
                "ftp",
                "hostname",
                "http",
                "https",
                "parse_str",
                "parse_url",
                "psr-7",
                "query-string",
                "querystring",
                "rfc3986",
                "rfc3987",
                "rfc6570",
                "uri",
                "url",
                "ws"
            ],
            "support": {
                "docs": "https://uri.thephpleague.com",
                "forum": "https://thephpleague.slack.com",
                "issues": "https://github.com/thephpleague/uri-src/issues",
                "source": "https://github.com/thephpleague/uri-interfaces/tree/7.8.1"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/nyamsprod",
                    "type": "github"
                }
            ],
            "install-path": "../league/uri-interfaces"
        },
        {
            "name": "myclabs/deep-copy",
            "version": "1.13.4",
            "version_normalized": "1.13.4.0",
            "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"
            },
            "time": "2025-08-01T08:46:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../myclabs/deep-copy"
        },
        {
            "name": "netresearch/jsonmapper",
            "version": "v5.0.1",
            "version_normalized": "5.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cweiske/jsonmapper.git",
                "reference": "980674efdda65913492d29a8fd51c82270dd37bb"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/980674efdda65913492d29a8fd51c82270dd37bb",
                "reference": "980674efdda65913492d29a8fd51c82270dd37bb",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-pcre": "*",
                "ext-reflection": "*",
                "ext-spl": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
                "squizlabs/php_codesniffer": "~3.5"
            },
            "time": "2026-02-22T16:28:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "JsonMapper": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "OSL-3.0"
            ],
            "authors": [
                {
                    "name": "Christian Weiske",
                    "email": "cweiske@cweiske.de",
                    "homepage": "http://github.com/cweiske/jsonmapper/",
                    "role": "Developer"
                }
            ],
            "description": "Map nested JSON structures onto PHP classes",
            "support": {
                "email": "cweiske@cweiske.de",
                "issues": "https://github.com/cweiske/jsonmapper/issues",
                "source": "https://github.com/cweiske/jsonmapper/tree/v5.0.1"
            },
            "install-path": "../netresearch/jsonmapper"
        },
        {
            "name": "nikic/fast-route",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/FastRoute.git",
                "reference": "7476684f39bb9124b3be69ed3d84b66723920298"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/FastRoute/zipball/7476684f39bb9124b3be69ed3d84b66723920298",
                "reference": "7476684f39bb9124b3be69ed3d84b66723920298",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.8.35|~5.7"
            },
            "time": "2026-07-09T19:38:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "FastRoute\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Nikita Popov",
                    "email": "nikic@php.net"
                }
            ],
            "description": "Fast request router for PHP",
            "keywords": [
                "router",
                "routing"
            ],
            "support": {
                "issues": "https://github.com/nikic/FastRoute/issues",
                "source": "https://github.com/nikic/FastRoute/tree/1.3.1"
            },
            "install-path": "../nikic/fast-route"
        },
        {
            "name": "nikic/php-parser",
            "version": "v5.8.0",
            "version_normalized": "5.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/nikic/PHP-Parser.git",
                "reference": "044a6a392ff8ad0d61f14370a5fbbd0a0107152f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/044a6a392ff8ad0d61f14370a5fbbd0a0107152f",
                "reference": "044a6a392ff8ad0d61f14370a5fbbd0a0107152f",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-tokenizer": "*",
                "php": ">=7.4"
            },
            "require-dev": {
                "ircmaxell/php-yacc": "^0.0.7",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2026-07-04T14:30:18+00:00",
            "bin": [
                "bin/php-parse"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "installation-source": "dist",
            "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.8.0"
            },
            "install-path": "../nikic/php-parser"
        },
        {
            "name": "phar-io/manifest",
            "version": "2.0.4",
            "version_normalized": "2.0.4.0",
            "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"
            },
            "time": "2024-03-03T12:33:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../phar-io/manifest"
        },
        {
            "name": "phar-io/version",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "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"
            },
            "time": "2022-02-21T01:04:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
            },
            "install-path": "../phar-io/version"
        },
        {
            "name": "phpdocumentor/reflection-common",
            "version": "2.2.0",
            "version_normalized": "2.2.0.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"
            },
            "time": "2020-06-27T09:03:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-2.x": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../phpdocumentor/reflection-common"
        },
        {
            "name": "phpdocumentor/reflection-docblock",
            "version": "6.0.3",
            "version_normalized": "6.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                "reference": "7bae67520aa9f5ecc506d646810bd40d9da54582"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/7bae67520aa9f5ecc506d646810bd40d9da54582",
                "reference": "7bae67520aa9f5ecc506d646810bd40d9da54582",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1.1",
                "ext-filter": "*",
                "php": "^7.4 || ^8.0",
                "phpdocumentor/reflection-common": "^2.2",
                "phpdocumentor/type-resolver": "^2.0",
                "phpstan/phpdoc-parser": "^2.0",
                "webmozart/assert": "^1.9.1 || ^2"
            },
            "require-dev": {
                "mockery/mockery": "~1.3.5 || ~1.6.0",
                "phpstan/extension-installer": "^1.1",
                "phpstan/phpstan": "^1.8",
                "phpstan/phpstan-mockery": "^1.1",
                "phpstan/phpstan-webmozart-assert": "^1.2",
                "phpunit/phpunit": "^9.5",
                "psalm/phar": "^5.26",
                "shipmonk/dead-code-detector": "^0.5.1"
            },
            "time": "2026-03-18T20:49:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.x-dev"
                }
            },
            "installation-source": "dist",
            "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/6.0.3"
            },
            "install-path": "../phpdocumentor/reflection-docblock"
        },
        {
            "name": "phpdocumentor/type-resolver",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                "reference": "327a05bbee54120d4786a0dc67aad30226ad4cf9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/327a05bbee54120d4786a0dc67aad30226ad4cf9",
                "reference": "327a05bbee54120d4786a0dc67aad30226ad4cf9",
                "shasum": ""
            },
            "require": {
                "doctrine/deprecations": "^1.0",
                "php": "^7.4 || ^8.0",
                "phpdocumentor/reflection-common": "^2.0",
                "phpstan/phpdoc-parser": "^2.0"
            },
            "require-dev": {
                "ext-tokenizer": "*",
                "phpbench/phpbench": "^1.2",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^2.1",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpunit/phpunit": "^9.5",
                "psalm/phar": "^4"
            },
            "time": "2026-01-06T21:53:42+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev",
                    "dev-2.x": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "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/2.0.0"
            },
            "install-path": "../phpdocumentor/type-resolver"
        },
        {
            "name": "phpoption/phpoption",
            "version": "1.9.5",
            "version_normalized": "1.9.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/schmittjoh/php-option.git",
                "reference": "75365b91986c2405cf5e1e012c5595cd487a98be"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/75365b91986c2405cf5e1e012c5595cd487a98be",
                "reference": "75365b91986c2405cf5e1e012c5595cd487a98be",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34"
            },
            "time": "2025-12-27T19:41:33+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-master": "1.9-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PhpOption\\": "src/PhpOption/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Johannes M. Schmitt",
                    "email": "schmittjoh@gmail.com",
                    "homepage": "https://github.com/schmittjoh"
                },
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                }
            ],
            "description": "Option Type for PHP",
            "keywords": [
                "language",
                "option",
                "php",
                "type"
            ],
            "support": {
                "issues": "https://github.com/schmittjoh/php-option/issues",
                "source": "https://github.com/schmittjoh/php-option/tree/1.9.5"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
                    "type": "tidelift"
                }
            ],
            "install-path": "../phpoption/phpoption"
        },
        {
            "name": "phpstan/phpdoc-parser",
            "version": "2.3.3",
            "version_normalized": "2.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpdoc-parser.git",
                "reference": "fb19eedd2bb67ff8cf7a5502ad329e701d6398a3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fb19eedd2bb67ff8cf7a5502ad329e701d6398a3",
                "reference": "fb19eedd2bb67ff8cf7a5502ad329e701d6398a3",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0"
            },
            "require-dev": {
                "doctrine/annotations": "^2.0",
                "nikic/php-parser": "^5.3.0",
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpstan/phpstan-strict-rules": "^2.0",
                "phpunit/phpunit": "^9.6",
                "symfony/process": "^5.2"
            },
            "time": "2026-07-08T07:01:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "PHPStan\\PhpDocParser\\": [
                        "src/"
                    ]
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
            "support": {
                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
                "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.3"
            },
            "install-path": "../phpstan/phpdoc-parser"
        },
        {
            "name": "phpstan/phpstan",
            "version": "2.2.5",
            "version_normalized": "2.2.5.0",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/909c1e5fef7989ac0d0c1c5c42e32a5c4f6198a0",
                "reference": "909c1e5fef7989ac0d0c1c5c42e32a5c4f6198a0",
                "shasum": ""
            },
            "require": {
                "php": "^7.4|^8.0"
            },
            "conflict": {
                "phpstan/phpstan-shim": "*"
            },
            "time": "2026-07-05T06:31:06+00:00",
            "bin": [
                "phpstan",
                "phpstan.phar"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ondřej Mirtes"
                },
                {
                    "name": "Markus Staab"
                },
                {
                    "name": "Vincent Langlet"
                }
            ],
            "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"
                }
            ],
            "install-path": "../phpstan/phpstan"
        },
        {
            "name": "phpunit/php-code-coverage",
            "version": "11.0.12",
            "version_normalized": "11.0.12.0",
            "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"
            },
            "time": "2025-12-24T07:01:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "11.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../phpunit/php-code-coverage"
        },
        {
            "name": "phpunit/php-file-iterator",
            "version": "5.1.1",
            "version_normalized": "5.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                "reference": "2f3a64888c814fc235386b7387dd5b5ed92ad903"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/2f3a64888c814fc235386b7387dd5b5ed92ad903",
                "reference": "2f3a64888c814fc235386b7387dd5b5ed92ad903",
                "shasum": ""
            },
            "require": {
                "php": ">=8.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^11.3"
            },
            "time": "2026-02-02T13:52:54+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "5.1-dev"
                }
            },
            "installation-source": "dist",
            "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.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/phpunit/php-file-iterator",
                    "type": "tidelift"
                }
            ],
            "install-path": "../phpunit/php-file-iterator"
        },
        {
            "name": "phpunit/php-invoker",
            "version": "5.0.1",
            "version_normalized": "5.0.1.0",
            "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": "*"
            },
            "time": "2024-07-03T05:07:44+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "5.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../phpunit/php-invoker"
        },
        {
            "name": "phpunit/php-text-template",
            "version": "4.0.1",
            "version_normalized": "4.0.1.0",
            "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"
            },
            "time": "2024-07-03T05:08:43+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../phpunit/php-text-template"
        },
        {
            "name": "phpunit/php-timer",
            "version": "7.0.1",
            "version_normalized": "7.0.1.0",
            "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"
            },
            "time": "2024-07-03T05:09:35+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "7.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../phpunit/php-timer"
        },
        {
            "name": "phpunit/phpunit",
            "version": "11.5.56",
            "version_normalized": "11.5.56.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/phpunit.git",
                "reference": "5f83edffa6967c3db468d48a695ec7bcb02e9256"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f83edffa6967c3db468d48a695ec7bcb02e9256",
                "reference": "5f83edffa6967c3db468d48a695ec7bcb02e9256",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-filter": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "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.1",
                "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.3",
                "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/recursion-context": "^6.0.3",
                "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"
            },
            "time": "2026-07-06T14:52:39+00:00",
            "bin": [
                "phpunit"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "11.5-dev"
                }
            },
            "installation-source": "dist",
            "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.56"
            },
            "funding": [
                {
                    "url": "https://phpunit.de/sponsoring.html",
                    "type": "other"
                }
            ],
            "install-path": "../phpunit/phpunit"
        },
        {
            "name": "psr/container",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "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"
            },
            "time": "2021-11-05T16:47:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/container"
        },
        {
            "name": "psr/event-dispatcher",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/event-dispatcher.git",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2019-01-08T18:20:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\EventDispatcher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http://www.php-fig.org/"
                }
            ],
            "description": "Standard interfaces for event handling.",
            "keywords": [
                "events",
                "psr",
                "psr-14"
            ],
            "support": {
                "issues": "https://github.com/php-fig/event-dispatcher/issues",
                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
            },
            "install-path": "../psr/event-dispatcher"
        },
        {
            "name": "psr/http-client",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "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"
            },
            "time": "2023-09-23T14:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/http-client"
        },
        {
            "name": "psr/http-factory",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-factory.git",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2024-04-15T12:06:14+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
            "keywords": [
                "factory",
                "http",
                "message",
                "psr",
                "psr-17",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-factory"
            },
            "install-path": "../psr/http-factory"
        },
        {
            "name": "psr/http-message",
            "version": "2.0",
            "version_normalized": "2.0.0.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"
            },
            "time": "2023-04-04T09:54:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/http-message"
        },
        {
            "name": "psr/http-server-handler",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-server-handler.git",
                "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
                "reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-04-10T20:06:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP server-side request handler",
            "keywords": [
                "handler",
                "http",
                "http-interop",
                "psr",
                "psr-15",
                "psr-7",
                "request",
                "response",
                "server"
            ],
            "support": {
                "source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
            },
            "install-path": "../psr/http-server-handler"
        },
        {
            "name": "psr/http-server-middleware",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-server-middleware.git",
                "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
                "reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/http-server-handler": "^1.0"
            },
            "time": "2023-04-11T06:14:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Server\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for HTTP server-side middleware",
            "keywords": [
                "http",
                "http-interop",
                "middleware",
                "psr",
                "psr-15",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "issues": "https://github.com/php-fig/http-server-middleware/issues",
                "source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
            },
            "install-path": "../psr/http-server-middleware"
        },
        {
            "name": "psr/log",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "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"
            },
            "time": "2024-09-11T13:17:53+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/log"
        },
        {
            "name": "psr/simple-cache",
            "version": "3.0.0",
            "version_normalized": "3.0.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"
            },
            "time": "2021-10-29T13:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            },
            "install-path": "../psr/simple-cache"
        },
        {
            "name": "psy/psysh",
            "version": "v0.12.24",
            "version_normalized": "0.12.24.0",
            "source": {
                "type": "git",
                "url": "https://github.com/bobthecow/psysh.git",
                "reference": "ca0fdcf8a7617afa3adfdf1b5fef573dffb69ca1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/ca0fdcf8a7617afa3adfdf1b5fef573dffb69ca1",
                "reference": "ca0fdcf8a7617afa3adfdf1b5fef573dffb69ca1",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-tokenizer": "*",
                "nikic/php-parser": "^5.0 || ^4.0",
                "php": "^8.0 || ^7.4",
                "symfony/console": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
                "symfony/var-dumper": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
            },
            "conflict": {
                "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.2",
                "composer/class-map-generator": "^1.6"
            },
            "suggest": {
                "composer/class-map-generator": "Improved tab completion performance with better class discovery.",
                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
            },
            "time": "2026-06-29T15:41:09+00:00",
            "bin": [
                "bin/psysh"
            ],
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": false,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-main": "0.12.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Psy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Justin Hileman",
                    "email": "justin@justinhileman.info"
                }
            ],
            "description": "An interactive shell for modern PHP.",
            "homepage": "https://psysh.org",
            "keywords": [
                "REPL",
                "console",
                "interactive",
                "shell"
            ],
            "support": {
                "issues": "https://github.com/bobthecow/psysh/issues",
                "source": "https://github.com/bobthecow/psysh/tree/v0.12.24"
            },
            "install-path": "../psy/psysh"
        },
        {
            "name": "ralouphie/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ralouphie/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.1",
                "phpunit/phpunit": "^5 || ^6.5"
            },
            "time": "2019-03-08T08:55:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/getallheaders.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https://github.com/ralouphie/getallheaders/issues",
                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
            },
            "install-path": "../ralouphie/getallheaders"
        },
        {
            "name": "react/cache",
            "version": "v1.2.0",
            "version_normalized": "1.2.0.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"
            },
            "time": "2022-11-30T15:59:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../react/cache"
        },
        {
            "name": "react/child-process",
            "version": "v0.6.7",
            "version_normalized": "0.6.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/child-process.git",
                "reference": "970f0e71945556422ee4570ccbabaedc3cf04ad3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/child-process/zipball/970f0e71945556422ee4570ccbabaedc3cf04ad3",
                "reference": "970f0e71945556422ee4570ccbabaedc3cf04ad3",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
                "php": ">=5.3.0",
                "react/event-loop": "^1.2",
                "react/stream": "^1.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
                "react/socket": "^1.16",
                "sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0"
            },
            "time": "2025-12-23T15:25:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.7"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/reactphp",
                    "type": "open_collective"
                }
            ],
            "install-path": "../react/child-process"
        },
        {
            "name": "react/dns",
            "version": "v1.14.0",
            "version_normalized": "1.14.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/dns.git",
                "reference": "7562c05391f42701c1fccf189c8225fece1cd7c3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/dns/zipball/7562c05391f42701c1fccf189c8225fece1cd7c3",
                "reference": "7562c05391f42701c1fccf189c8225fece1cd7c3",
                "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"
            },
            "time": "2025-11-18T19:34:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.14.0"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/reactphp",
                    "type": "open_collective"
                }
            ],
            "install-path": "../react/dns"
        },
        {
            "name": "react/event-loop",
            "version": "v1.6.0",
            "version_normalized": "1.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/event-loop.git",
                "reference": "ba276bda6083df7e0050fd9b33f66ad7a4ac747a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/event-loop/zipball/ba276bda6083df7e0050fd9b33f66ad7a4ac747a",
                "reference": "ba276bda6083df7e0050fd9b33f66ad7a4ac747a",
                "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"
            },
            "time": "2025-11-17T20:46:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "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.6.0"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/reactphp",
                    "type": "open_collective"
                }
            ],
            "install-path": "../react/event-loop"
        },
        {
            "name": "react/promise",
            "version": "v3.3.0",
            "version_normalized": "3.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/promise.git",
                "reference": "23444f53a813a3296c1368bb104793ce8d88f04a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a",
                "reference": "23444f53a813a3296c1368bb104793ce8d88f04a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.0"
            },
            "require-dev": {
                "phpstan/phpstan": "1.12.28 || 1.4.10",
                "phpunit/phpunit": "^9.6 || ^7.5"
            },
            "time": "2025-08-19T18:57:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "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/"
                }
            ],
            "description": "A lightweight implementation of CommonJS Promises/A for PHP",
            "keywords": [
                "promise",
                "promises"
            ],
            "support": {
                "issues": "https://github.com/reactphp/promise/issues",
                "source": "https://github.com/reactphp/promise/tree/v3.3.0"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/reactphp",
                    "type": "open_collective"
                }
            ],
            "install-path": "../react/promise"
        },
        {
            "name": "react/socket",
            "version": "v1.17.0",
            "version_normalized": "1.17.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/socket.git",
                "reference": "ef5b17b81f6f60504c539313f94f2d826c5faa08"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/socket/zipball/ef5b17b81f6f60504c539313f94f2d826c5faa08",
                "reference": "ef5b17b81f6f60504c539313f94f2d826c5faa08",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
                "php": ">=5.3.0",
                "react/dns": "^1.13",
                "react/event-loop": "^1.2",
                "react/promise": "^3.2 || ^2.6 || ^1.2.1",
                "react/stream": "^1.4"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36",
                "react/async": "^4.3 || ^3.3 || ^2",
                "react/promise-stream": "^1.4",
                "react/promise-timer": "^1.11"
            },
            "time": "2025-11-19T20:47:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "React\\Socket\\": "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, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
            "keywords": [
                "Connection",
                "Socket",
                "async",
                "reactphp",
                "stream"
            ],
            "support": {
                "issues": "https://github.com/reactphp/socket/issues",
                "source": "https://github.com/reactphp/socket/tree/v1.17.0"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/reactphp",
                    "type": "open_collective"
                }
            ],
            "install-path": "../react/socket"
        },
        {
            "name": "react/stream",
            "version": "v1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/reactphp/stream.git",
                "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/reactphp/stream/zipball/1e5b0acb8fe55143b5b426817155190eb6f5b18d",
                "reference": "1e5b0acb8fe55143b5b426817155190eb6f5b18d",
                "shasum": ""
            },
            "require": {
                "evenement/evenement": "^3.0 || ^2.0 || ^1.0",
                "php": ">=5.3.8",
                "react/event-loop": "^1.2"
            },
            "require-dev": {
                "clue/stream-filter": "~1.2",
                "phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36"
            },
            "time": "2024-06-11T12:45:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "React\\Stream\\": "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 readable and writable streams for non-blocking I/O in ReactPHP",
            "keywords": [
                "event-driven",
                "io",
                "non-blocking",
                "pipe",
                "reactphp",
                "readable",
                "stream",
                "writable"
            ],
            "support": {
                "issues": "https://github.com/reactphp/stream/issues",
                "source": "https://github.com/reactphp/stream/tree/v1.4.0"
            },
            "funding": [
                {
                    "url": "https://opencollective.com/reactphp",
                    "type": "open_collective"
                }
            ],
            "install-path": "../react/stream"
        },
        {
            "name": "rector/rector",
            "version": "2.5.5",
            "version_normalized": "2.5.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/rectorphp/rector.git",
                "reference": "9718a72e7f1aacacbdcb6eeed07a47147bce802e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/rectorphp/rector/zipball/9718a72e7f1aacacbdcb6eeed07a47147bce802e",
                "reference": "9718a72e7f1aacacbdcb6eeed07a47147bce802e",
                "shasum": ""
            },
            "require": {
                "php": "^7.4|^8.0",
                "phpstan/phpstan": "^2.2.2"
            },
            "conflict": {
                "rector/rector-doctrine": "*",
                "rector/rector-downgrade-php": "*",
                "rector/rector-phpunit": "*",
                "rector/rector-symfony": "*"
            },
            "suggest": {
                "ext-dom": "To manipulate phpunit.xml via the custom-rule command"
            },
            "time": "2026-07-09T09:48:44+00:00",
            "bin": [
                "bin/rector"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Instant Upgrade and Automated Refactoring of any PHP code",
            "homepage": "https://getrector.com/",
            "keywords": [
                "automation",
                "dev",
                "migration",
                "refactoring"
            ],
            "support": {
                "issues": "https://github.com/rectorphp/rector/issues",
                "source": "https://github.com/rectorphp/rector/tree/2.5.5"
            },
            "funding": [
                {
                    "url": "https://github.com/tomasvotruba",
                    "type": "github"
                }
            ],
            "install-path": "../rector/rector"
        },
        {
            "name": "revolt/event-loop",
            "version": "v1.0.9",
            "version_normalized": "1.0.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/revoltphp/event-loop.git",
                "reference": "44061cf513e53c6200372fc935ac42271566295d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/44061cf513e53c6200372fc935ac42271566295d",
                "reference": "44061cf513e53c6200372fc935ac42271566295d",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "ext-json": "*",
                "jetbrains/phpstorm-stubs": "^2019.3",
                "phpunit/phpunit": "^9",
                "psalm/phar": "6.16.*"
            },
            "time": "2026-05-16T17:55:38+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Revolt\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Aaron Piotrowski",
                    "email": "aaron@trowski.com"
                },
                {
                    "name": "Cees-Jan Kiewiet",
                    "email": "ceesjank@gmail.com"
                },
                {
                    "name": "Christian Lück",
                    "email": "christian@clue.engineering"
                },
                {
                    "name": "Niklas Keller",
                    "email": "me@kelunik.com"
                }
            ],
            "description": "Rock-solid event loop for concurrent PHP applications.",
            "keywords": [
                "async",
                "asynchronous",
                "concurrency",
                "event",
                "event-loop",
                "non-blocking",
                "scheduler"
            ],
            "support": {
                "issues": "https://github.com/revoltphp/event-loop/issues",
                "source": "https://github.com/revoltphp/event-loop/tree/v1.0.9"
            },
            "install-path": "../revolt/event-loop"
        },
        {
            "name": "sebastian/cli-parser",
            "version": "3.0.2",
            "version_normalized": "3.0.2.0",
            "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"
            },
            "time": "2024-07-03T04:41:36+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/cli-parser"
        },
        {
            "name": "sebastian/code-unit",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "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"
            },
            "time": "2025-03-19T07:56:08+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/code-unit"
        },
        {
            "name": "sebastian/code-unit-reverse-lookup",
            "version": "4.0.1",
            "version_normalized": "4.0.1.0",
            "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"
            },
            "time": "2024-07-03T04:45:54+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/code-unit-reverse-lookup"
        },
        {
            "name": "sebastian/comparator",
            "version": "6.3.3",
            "version_normalized": "6.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/comparator.git",
                "reference": "2c95e1e86cb8dd41beb8d502057d1081ccc8eca9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2c95e1e86cb8dd41beb8d502057d1081ccc8eca9",
                "reference": "2c95e1e86cb8dd41beb8d502057d1081ccc8eca9",
                "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"
            },
            "time": "2026-01-24T09:26:40+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "6.3-dev"
                }
            },
            "installation-source": "dist",
            "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.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/comparator",
                    "type": "tidelift"
                }
            ],
            "install-path": "../sebastian/comparator"
        },
        {
            "name": "sebastian/complexity",
            "version": "4.0.1",
            "version_normalized": "4.0.1.0",
            "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"
            },
            "time": "2024-07-03T04:49:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/complexity"
        },
        {
            "name": "sebastian/diff",
            "version": "6.0.2",
            "version_normalized": "6.0.2.0",
            "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"
            },
            "time": "2024-07-03T04:53:05+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "6.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/diff"
        },
        {
            "name": "sebastian/environment",
            "version": "7.2.1",
            "version_normalized": "7.2.1.0",
            "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": "*"
            },
            "time": "2025-05-21T11:55:47+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "7.2-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/environment"
        },
        {
            "name": "sebastian/exporter",
            "version": "6.3.2",
            "version_normalized": "6.3.2.0",
            "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"
            },
            "time": "2025-09-24T06:12:51+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "6.3-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/exporter"
        },
        {
            "name": "sebastian/global-state",
            "version": "7.0.2",
            "version_normalized": "7.0.2.0",
            "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"
            },
            "time": "2024-07-03T04:57:36+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "7.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/global-state"
        },
        {
            "name": "sebastian/lines-of-code",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "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"
            },
            "time": "2024-07-03T04:58:38+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/lines-of-code"
        },
        {
            "name": "sebastian/object-enumerator",
            "version": "6.0.1",
            "version_normalized": "6.0.1.0",
            "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"
            },
            "time": "2024-07-03T05:00:13+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "6.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/object-enumerator"
        },
        {
            "name": "sebastian/object-reflector",
            "version": "4.0.1",
            "version_normalized": "4.0.1.0",
            "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"
            },
            "time": "2024-07-03T05:01:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "4.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/object-reflector"
        },
        {
            "name": "sebastian/recursion-context",
            "version": "6.0.3",
            "version_normalized": "6.0.3.0",
            "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"
            },
            "time": "2025-08-13T04:42:22+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "6.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/recursion-context"
        },
        {
            "name": "sebastian/type",
            "version": "5.1.3",
            "version_normalized": "5.1.3.0",
            "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"
            },
            "time": "2025-08-09T06:55:48+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "5.1-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/type"
        },
        {
            "name": "sebastian/version",
            "version": "5.0.2",
            "version_normalized": "5.0.2.0",
            "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"
            },
            "time": "2024-10-09T05:16:32+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "5.0-dev"
                }
            },
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../sebastian/version"
        },
        {
            "name": "shipmonk/composer-dependency-analyser",
            "version": "1.8.4",
            "version_normalized": "1.8.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/shipmonk-rnd/composer-dependency-analyser.git",
                "reference": "975e5873b519d5180b1017a5dfb43d80781abd45"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/shipmonk-rnd/composer-dependency-analyser/zipball/975e5873b519d5180b1017a5dfb43d80781abd45",
                "reference": "975e5873b519d5180b1017a5dfb43d80781abd45",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-tokenizer": "*",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "editorconfig-checker/editorconfig-checker": "^10.7.0",
                "ergebnis/composer-normalize": "^2.19.0",
                "ext-dom": "*",
                "ext-libxml": "*",
                "phpcompatibility/php-compatibility": "^9.3.5",
                "phpstan/phpstan": "^1.12.26",
                "phpstan/phpstan-phpunit": "^1.4.2",
                "phpstan/phpstan-strict-rules": "^1.6.2",
                "phpunit/phpunit": "^8.5.42 || ^9.6.23",
                "shipmonk/name-collision-detector": "^2.1.1",
                "slevomat/coding-standard": "^8.15.0"
            },
            "time": "2025-11-25T14:38:16+00:00",
            "bin": [
                "bin/composer-dependency-analyser"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "ShipMonk\\ComposerDependencyAnalyser\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)",
            "keywords": [
                "analyser",
                "composer",
                "composer dependency",
                "dead code",
                "dead dependency",
                "detector",
                "dev",
                "misplaced dependency",
                "shadow dependency",
                "static analysis",
                "unused code",
                "unused dependency"
            ],
            "support": {
                "issues": "https://github.com/shipmonk-rnd/composer-dependency-analyser/issues",
                "source": "https://github.com/shipmonk-rnd/composer-dependency-analyser/tree/1.8.4"
            },
            "install-path": "../shipmonk/composer-dependency-analyser"
        },
        {
            "name": "spatie/array-to-xml",
            "version": "3.4.4",
            "version_normalized": "3.4.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/spatie/array-to-xml.git",
                "reference": "88b2f3852a922dd73177a68938f8eb2ec70c7224"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/88b2f3852a922dd73177a68938f8eb2ec70c7224",
                "reference": "88b2f3852a922dd73177a68938f8eb2ec70c7224",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": "^8.0"
            },
            "require-dev": {
                "mockery/mockery": "^1.2",
                "pestphp/pest": "^1.21",
                "spatie/pest-plugin-snapshots": "^1.1"
            },
            "time": "2025-12-15T09:00:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Spatie\\ArrayToXml\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https://freek.dev",
                    "role": "Developer"
                }
            ],
            "description": "Convert an array to xml",
            "homepage": "https://github.com/spatie/array-to-xml",
            "keywords": [
                "array",
                "convert",
                "xml"
            ],
            "support": {
                "source": "https://github.com/spatie/array-to-xml/tree/3.4.4"
            },
            "funding": [
                {
                    "url": "https://spatie.be/open-source/support-us",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/spatie",
                    "type": "github"
                }
            ],
            "install-path": "../spatie/array-to-xml"
        },
        {
            "name": "staabm/side-effects-detector",
            "version": "1.0.5",
            "version_normalized": "1.0.5.0",
            "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"
            },
            "time": "2024-10-20T05:08:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../staabm/side-effects-detector"
        },
        {
            "name": "symfony/browser-kit",
            "version": "v8.1.1",
            "version_normalized": "8.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/browser-kit.git",
                "reference": "f2ac86001ca9f487e8c6d0e11c8e33e6a9b8b2d5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/f2ac86001ca9f487e8c6d0e11c8e33e6a9b8b2d5",
                "reference": "f2ac86001ca9f487e8c6d0e11c8e33e6a9b8b2d5",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1",
                "symfony/dom-crawler": "^7.4|^8.0"
            },
            "require-dev": {
                "symfony/css-selector": "^7.4|^8.0",
                "symfony/http-client": "^7.4|^8.0",
                "symfony/mime": "^7.4|^8.0",
                "symfony/process": "^7.4|^8.0"
            },
            "time": "2026-06-09T10:54:51+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\BrowserKit\\": ""
                },
                "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": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/browser-kit/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/browser-kit"
        },
        {
            "name": "symfony/console",
            "version": "v8.1.1",
            "version_normalized": "8.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "b711a8ab808b6c074c6b8caef70d0fd8d6b6d07d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/b711a8ab808b6c074c6b8caef70d0fd8d6b6d07d",
                "reference": "b711a8ab808b6c074c6b8caef70d0fd8d6b6d07d",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-mbstring": "^1.0",
                "symfony/polyfill-php85": "^1.32",
                "symfony/service-contracts": "^2.5|^3",
                "symfony/string": "^7.4.6|^8.0.6"
            },
            "conflict": {
                "symfony/dependency-injection": "<8.1",
                "symfony/event-dispatcher": "<8.1"
            },
            "provide": {
                "psr/log-implementation": "1.0|2.0|3.0"
            },
            "require-dev": {
                "psr/log": "^1|^2|^3",
                "symfony/config": "^7.4|^8.0",
                "symfony/dependency-injection": "^8.1",
                "symfony/event-dispatcher": "^8.1",
                "symfony/filesystem": "^7.4|^8.0",
                "symfony/http-foundation": "^7.4|^8.0",
                "symfony/http-kernel": "^7.4|^8.0",
                "symfony/lock": "^7.4|^8.0",
                "symfony/messenger": "^7.4|^8.0",
                "symfony/mime": "^7.4|^8.0",
                "symfony/process": "^7.4|^8.0",
                "symfony/stopwatch": "^7.4|^8.0",
                "symfony/uid": "^7.4|^8.0",
                "symfony/validator": "^7.4|^8.0",
                "symfony/var-dumper": "^7.4|^8.0"
            },
            "time": "2026-06-16T12:55:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/console/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/console"
        },
        {
            "name": "symfony/css-selector",
            "version": "v8.1.0",
            "version_normalized": "8.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "dc0e2be45c9b5588c82414f02ac574b4b986abcd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/dc0e2be45c9b5588c82414f02ac574b4b986abcd",
                "reference": "dc0e2be45c9b5588c82414f02ac574b4b986abcd",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1"
            },
            "time": "2026-05-29T05:06:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\CssSelector\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Jean-François Simon",
                    "email": "jeanfrancois.simon@sensiolabs.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Converts CSS selectors to XPath expressions",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/css-selector/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/css-selector"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v3.7.1",
            "version_normalized": "3.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "f3202fa1b5097b0af062dc978b32ecf63404e31d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/f3202fa1b5097b0af062dc978b32ecf63404e31d",
                "reference": "f3202fa1b5097b0af062dc978b32ecf63404e31d",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2026-06-05T06:23:12+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.7-dev"
                }
            },
            "installation-source": "dist",
            "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.7.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"
                }
            ],
            "install-path": "../symfony/deprecation-contracts"
        },
        {
            "name": "symfony/dom-crawler",
            "version": "v8.1.1",
            "version_normalized": "8.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dom-crawler.git",
                "reference": "1dfadd25537c8fcb6752cce5775f24647d976bdc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/1dfadd25537c8fcb6752cce5775f24647d976bdc",
                "reference": "1dfadd25537c8fcb6752cce5775f24647d976bdc",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "require-dev": {
                "symfony/css-selector": "^7.4|^8.0"
            },
            "time": "2026-06-05T06:23:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\DomCrawler\\": ""
                },
                "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 DOM navigation for HTML and XML documents",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/dom-crawler/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/dom-crawler"
        },
        {
            "name": "symfony/event-dispatcher",
            "version": "v8.1.1",
            "version_normalized": "8.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher.git",
                "reference": "abd6c11dc468725d1627302ad10f6cd486e9e3d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abd6c11dc468725d1627302ad10f6cd486e9e3d0",
                "reference": "abd6c11dc468725d1627302ad10f6cd486e9e3d0",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/event-dispatcher-contracts": "^2.5|^3"
            },
            "conflict": {
                "symfony/security-http": "<7.4",
                "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",
                "symfony/config": "^7.4|^8.0",
                "symfony/dependency-injection": "^7.4|^8.0",
                "symfony/error-handler": "^7.4|^8.0",
                "symfony/expression-language": "^7.4|^8.0",
                "symfony/framework-bundle": "^7.4|^8.0",
                "symfony/http-foundation": "^7.4|^8.0",
                "symfony/service-contracts": "^2.5|^3",
                "symfony/stopwatch": "^7.4|^8.0"
            },
            "time": "2026-06-09T12:28:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/event-dispatcher/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/event-dispatcher"
        },
        {
            "name": "symfony/event-dispatcher-contracts",
            "version": "v3.7.1",
            "version_normalized": "3.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                "reference": "c7de7a00ffb67842132da02ea92988a39ccd9f4e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c7de7a00ffb67842132da02ea92988a39ccd9f4e",
                "reference": "c7de7a00ffb67842132da02ea92988a39ccd9f4e",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/event-dispatcher": "^1"
            },
            "time": "2026-06-05T06:23:12+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.7-dev"
                }
            },
            "installation-source": "dist",
            "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.7.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"
                }
            ],
            "install-path": "../symfony/event-dispatcher-contracts"
        },
        {
            "name": "symfony/filesystem",
            "version": "v8.1.0",
            "version_normalized": "8.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "99aec13b82b4967ec5088222c4a3ecca955949c2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/99aec13b82b4967ec5088222c4a3ecca955949c2",
                "reference": "99aec13b82b4967ec5088222c4a3ecca955949c2",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1",
                "symfony/deprecation-contracts": "^2.5|^3",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/polyfill-mbstring": "~1.8"
            },
            "require-dev": {
                "symfony/process": "^7.4|^8.0"
            },
            "time": "2026-05-29T05:06:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/filesystem/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/filesystem"
        },
        {
            "name": "symfony/finder",
            "version": "v8.1.1",
            "version_normalized": "8.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/finder.git",
                "reference": "e2989e762c70f9490fa3a00a0ac0fae5aa97a531"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/finder/zipball/e2989e762c70f9490fa3a00a0ac0fae5aa97a531",
                "reference": "e2989e762c70f9490fa3a00a0ac0fae5aa97a531",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1"
            },
            "require-dev": {
                "symfony/filesystem": "^7.4|^8.0"
            },
            "time": "2026-06-27T09:05:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/finder/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/finder"
        },
        {
            "name": "symfony/options-resolver",
            "version": "v8.1.0",
            "version_normalized": "8.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/options-resolver.git",
                "reference": "88f9c561f678a02d54b897014049fa839e33ff82"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/88f9c561f678a02d54b897014049fa839e33ff82",
                "reference": "88f9c561f678a02d54b897014049fa839e33ff82",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1",
                "symfony/deprecation-contracts": "^2.5|^3"
            },
            "time": "2026-05-29T05:06:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/options-resolver/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/options-resolver"
        },
        {
            "name": "symfony/polyfill-ctype",
            "version": "v1.37.0",
            "version_normalized": "1.37.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-ctype.git",
                "reference": "141046a8f9477948ff284fa65be2095baafb94f2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2",
                "reference": "141046a8f9477948ff284fa65be2095baafb94f2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2026-04-10T16:19:22+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.37.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"
                }
            ],
            "install-path": "../symfony/polyfill-ctype"
        },
        {
            "name": "symfony/polyfill-intl-grapheme",
            "version": "v1.38.1",
            "version_normalized": "1.38.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                "reference": "e9247d281d694a5120554d9afaf54e070e88a603"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/e9247d281d694a5120554d9afaf54e070e88a603",
                "reference": "e9247d281d694a5120554d9afaf54e070e88a603",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2026-05-26T05:58:03+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.38.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"
                }
            ],
            "install-path": "../symfony/polyfill-intl-grapheme"
        },
        {
            "name": "symfony/polyfill-intl-normalizer",
            "version": "v1.38.0",
            "version_normalized": "1.38.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                "reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/2d446c214bdbe5b71bde5011b060a05fece3ae6b",
                "reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2026-05-25T13:48:31+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.38.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"
                }
            ],
            "install-path": "../symfony/polyfill-intl-normalizer"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.38.2",
            "version_normalized": "1.38.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6",
                "reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2026-05-27T06:59:30+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.38.2"
            },
            "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"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        },
        {
            "name": "symfony/polyfill-php80",
            "version": "v1.37.0",
            "version_normalized": "1.37.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
                "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2026-04-10T16:19:22+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php80/tree/v1.37.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"
                }
            ],
            "install-path": "../symfony/polyfill-php80"
        },
        {
            "name": "symfony/polyfill-php81",
            "version": "v1.38.1",
            "version_normalized": "1.38.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php81.git",
                "reference": "6bfb9c766cacffbc8e118cb87217d08ed84e5cd7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/6bfb9c766cacffbc8e118cb87217d08ed84e5cd7",
                "reference": "6bfb9c766cacffbc8e118cb87217d08ed84e5cd7",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2026-05-26T12:45:58+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php81\\": ""
                },
                "classmap": [
                    "Resources/stubs"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php81/tree/v1.38.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"
                }
            ],
            "install-path": "../symfony/polyfill-php81"
        },
        {
            "name": "symfony/polyfill-php84",
            "version": "v1.38.1",
            "version_normalized": "1.38.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php84.git",
                "reference": "f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa",
                "reference": "f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2026-05-26T12:51:13+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php84\\": ""
                },
                "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.4+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php84/tree/v1.38.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"
                }
            ],
            "install-path": "../symfony/polyfill-php84"
        },
        {
            "name": "symfony/polyfill-php85",
            "version": "v1.38.1",
            "version_normalized": "1.38.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php85.git",
                "reference": "ba2ba04f3352cfa2dcbbcb90aee13ed967f505b1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/ba2ba04f3352cfa2dcbbcb90aee13ed967f505b1",
                "reference": "ba2ba04f3352cfa2dcbbcb90aee13ed967f505b1",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2026-05-26T02:25:22+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/polyfill",
                    "name": "symfony/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Polyfill\\Php85\\": ""
                },
                "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.5+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https://github.com/symfony/polyfill-php85/tree/v1.38.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"
                }
            ],
            "install-path": "../symfony/polyfill-php85"
        },
        {
            "name": "symfony/process",
            "version": "v8.1.0",
            "version_normalized": "8.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/process.git",
                "reference": "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/process/zipball/c4a9e58f235a6bf7f97ffbfedae2687353ac79e5",
                "reference": "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1"
            },
            "time": "2026-05-29T05:06:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/process/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/process"
        },
        {
            "name": "symfony/service-contracts",
            "version": "v3.7.1",
            "version_normalized": "3.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/service-contracts.git",
                "reference": "c0a284bab1ed8aa0417e3d69250ab437739563a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/c0a284bab1ed8aa0417e3d69250ab437739563a0",
                "reference": "c0a284bab1ed8aa0417e3d69250ab437739563a0",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/container": "^1.1|^2.0",
                "symfony/deprecation-contracts": "^2.5|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "time": "2026-06-16T09:55:08+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.7-dev"
                }
            },
            "installation-source": "dist",
            "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.7.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"
                }
            ],
            "install-path": "../symfony/service-contracts"
        },
        {
            "name": "symfony/stopwatch",
            "version": "v8.1.0",
            "version_normalized": "8.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/stopwatch.git",
                "reference": "21c07b026905d596e8379caeb115d87aa479499d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/21c07b026905d596e8379caeb115d87aa479499d",
                "reference": "21c07b026905d596e8379caeb115d87aa479499d",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1",
                "symfony/service-contracts": "^2.5|^3"
            },
            "time": "2026-05-29T05:06:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/stopwatch/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/stopwatch"
        },
        {
            "name": "symfony/string",
            "version": "v8.1.0",
            "version_normalized": "8.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/string.git",
                "reference": "afd5944f4005862d961efb85c8bbd5c523c4e3c9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/string/zipball/afd5944f4005862d961efb85c8bbd5c523c4e3c9",
                "reference": "afd5944f4005862d961efb85c8bbd5c523c4e3c9",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-intl-grapheme": "^1.33",
                "symfony/polyfill-intl-normalizer": "^1.0",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "conflict": {
                "symfony/translation-contracts": "<2.5"
            },
            "require-dev": {
                "symfony/emoji": "^7.4|^8.0",
                "symfony/http-client": "^7.4|^8.0",
                "symfony/intl": "^7.4|^8.0",
                "symfony/translation-contracts": "^2.5|^3.0",
                "symfony/var-exporter": "^7.4|^8.0"
            },
            "time": "2026-05-29T05:06:50+00:00",
            "type": "library",
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/string/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/string"
        },
        {
            "name": "symfony/var-dumper",
            "version": "v8.1.1",
            "version_normalized": "8.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "40096a2515a979f3125c5c928603995b8664c62a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/40096a2515a979f3125c5c928603995b8664c62a",
                "reference": "40096a2515a979f3125c5c928603995b8664c62a",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1",
                "symfony/polyfill-mbstring": "^1.0"
            },
            "conflict": {
                "symfony/console": "<7.4",
                "symfony/error-handler": "<7.4"
            },
            "require-dev": {
                "symfony/console": "^7.4|^8.0",
                "symfony/http-kernel": "^7.4|^8.0",
                "symfony/process": "^7.4|^8.0",
                "symfony/uid": "^7.4|^8.0",
                "twig/twig": "^3.12"
            },
            "time": "2026-06-09T10:54:51+00:00",
            "bin": [
                "Resources/bin/var-dump-server"
            ],
            "type": "library",
            "installation-source": "dist",
            "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": {
                "source": "https://github.com/symfony/var-dumper/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/var-dumper"
        },
        {
            "name": "symfony/yaml",
            "version": "v8.1.1",
            "version_normalized": "8.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "8e4cdd4311683516be06944f4b85244063cdb886"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/8e4cdd4311683516be06944f4b85244063cdb886",
                "reference": "8e4cdd4311683516be06944f4b85244063cdb886",
                "shasum": ""
            },
            "require": {
                "php": ">=8.4.1",
                "symfony/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony/console": "<7.4"
            },
            "require-dev": {
                "symfony/console": "^7.4|^8.0",
                "yaml/yaml-test-suite": "*"
            },
            "time": "2026-06-09T11:06:24+00:00",
            "bin": [
                "Resources/bin/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "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": "Loads and dumps YAML files",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/yaml/tree/v8.1.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"
                }
            ],
            "install-path": "../symfony/yaml"
        },
        {
            "name": "theseer/tokenizer",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "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"
            },
            "time": "2025-11-17T20:03:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "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"
                }
            ],
            "install-path": "../theseer/tokenizer"
        },
        {
            "name": "vimeo/psalm",
            "version": "6.16.1",
            "version_normalized": "6.16.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vimeo/psalm.git",
                "reference": "f1f5de594dc76faf8784e02d3dc4716c91c6f6ac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vimeo/psalm/zipball/f1f5de594dc76faf8784e02d3dc4716c91c6f6ac",
                "reference": "f1f5de594dc76faf8784e02d3dc4716c91c6f6ac",
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^3",
                "amphp/byte-stream": "^2",
                "amphp/parallel": "^2.3",
                "composer-runtime-api": "^2",
                "composer/semver": "^1.4 || ^2.0 || ^3.0",
                "composer/xdebug-handler": "^2.0 || ^3.0",
                "danog/advanced-json-rpc": "^3.1",
                "dnoegel/php-xdg-base-dir": "^0.1.1",
                "ext-ctype": "*",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "felixfbecker/language-server-protocol": "^1.5.3",
                "fidry/cpu-core-counter": "^0.4.1 || ^0.5.1 || ^1.0.0",
                "netresearch/jsonmapper": "^5.0",
                "nikic/php-parser": "^5.0.0",
                "php": "~8.1.31 || ~8.2.27 || ~8.3.16 || ~8.4.3 || ~8.5.0",
                "sebastian/diff": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
                "spatie/array-to-xml": "^2.17.0 || ^3.0",
                "symfony/console": "^6.0 || ^7.0 || ^8.0",
                "symfony/filesystem": "~6.3.12 || ~6.4.3 || ^7.0.3 || ^8.0",
                "symfony/polyfill-php84": "^1.31.0"
            },
            "provide": {
                "psalm/psalm": "self.version"
            },
            "require-dev": {
                "amphp/phpunit-util": "^3",
                "bamarni/composer-bin-plugin": "^1.4",
                "brianium/paratest": "^6.9",
                "danog/class-finder": "^0.4.8",
                "dg/bypass-finals": "^1.5",
                "ext-curl": "*",
                "mockery/mockery": "^1.5",
                "nunomaduro/mock-final-classes": "^1.1",
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpstan/phpdoc-parser": "^1.6",
                "phpunit/phpunit": "^9.6",
                "psalm/plugin-mockery": "^1.1",
                "psalm/plugin-phpunit": "^0.19",
                "slevomat/coding-standard": "^8.4",
                "squizlabs/php_codesniffer": "^3.6",
                "symfony/process": "^6.0 || ^7.0 || ^8.0"
            },
            "suggest": {
                "ext-curl": "In order to send data to shepherd",
                "ext-igbinary": "^2.0.5 is required, used to serialize caching data"
            },
            "time": "2026-03-19T10:56:09+00:00",
            "bin": [
                "psalm",
                "psalm-language-server",
                "psalm-plugin",
                "psalm-refactor",
                "psalm-review",
                "psalter"
            ],
            "type": "project",
            "extra": {
                "branch-alias": {
                    "dev-1.x": "1.x-dev",
                    "dev-2.x": "2.x-dev",
                    "dev-3.x": "3.x-dev",
                    "dev-4.x": "4.x-dev",
                    "dev-5.x": "5.x-dev",
                    "dev-6.x": "6.x-dev",
                    "dev-master": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psalm\\": "src/Psalm/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthew Brown"
                },
                {
                    "name": "Daniil Gentili",
                    "email": "daniil@daniil.it"
                }
            ],
            "description": "A static analysis tool for finding errors in PHP applications",
            "keywords": [
                "code",
                "inspection",
                "php",
                "static analysis"
            ],
            "support": {
                "docs": "https://psalm.dev/docs",
                "issues": "https://github.com/vimeo/psalm/issues",
                "source": "https://github.com/vimeo/psalm"
            },
            "install-path": "../vimeo/psalm"
        },
        {
            "name": "vlucas/phpdotenv",
            "version": "v5.6.4",
            "version_normalized": "5.6.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vlucas/phpdotenv.git",
                "reference": "416df702837983f8d5ff48c9c3fee4f5f57b980b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/416df702837983f8d5ff48c9c3fee4f5f57b980b",
                "reference": "416df702837983f8d5ff48c9c3fee4f5f57b980b",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "graham-campbell/result-type": "^1.1.4",
                "php": "^7.2.5 || ^8.0",
                "phpoption/phpoption": "^1.9.5",
                "symfony/polyfill-ctype": "^1.26",
                "symfony/polyfill-mbstring": "^1.26",
                "symfony/polyfill-php80": "^1.26"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "ext-filter": "*",
                "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
            },
            "suggest": {
                "ext-filter": "Required to use the boolean validator."
            },
            "time": "2026-07-06T19:11:50+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                },
                "branch-alias": {
                    "dev-master": "5.6-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Dotenv\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https://github.com/GrahamCampbell"
                },
                {
                    "name": "Vance Lucas",
                    "email": "vance@vancelucas.com",
                    "homepage": "https://github.com/vlucas"
                }
            ],
            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
            "keywords": [
                "dotenv",
                "env",
                "environment"
            ],
            "support": {
                "issues": "https://github.com/vlucas/phpdotenv/issues",
                "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.4"
            },
            "funding": [
                {
                    "url": "https://github.com/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                    "type": "tidelift"
                }
            ],
            "install-path": "../vlucas/phpdotenv"
        },
        {
            "name": "webmozart/assert",
            "version": "2.4.1",
            "version_normalized": "2.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "2ccb7c2e821038c03a3e6e1700c570c158c55f70"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/2ccb7c2e821038c03a3e6e1700c570c158c55f70",
                "reference": "2ccb7c2e821038c03a3e6e1700c570c158c55f70",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-date": "*",
                "ext-filter": "*",
                "php": "^8.2"
            },
            "suggest": {
                "ext-intl": "",
                "ext-simplexml": "",
                "ext-spl": ""
            },
            "time": "2026-06-15T15:31:57+00:00",
            "type": "library",
            "extra": {
                "psalm": {
                    "pluginClass": "Webmozart\\Assert\\PsalmPlugin"
                },
                "branch-alias": {
                    "dev-master": "2.0-dev",
                    "dev-feature/2-0": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                },
                {
                    "name": "Woody Gilk",
                    "email": "woody.gilk@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/2.4.1"
            },
            "install-path": "../webmozart/assert"
        },
        {
            "name": "yiisoft/active-record",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/active-record.git",
                "reference": "22b7e0fc20b2b045cc99c1ca6b60c87c5cb662a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/active-record/zipball/22b7e0fc20b2b045cc99c1ca6b60c87c5cb662a7",
                "reference": "22b7e0fc20b2b045cc99c1ca6b60c87c5cb662a7",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "yiisoft/db": "^2.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "ext-pdo": "*",
                "friendsofphp/php-cs-fixer": "^3.89.1",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpunit/phpunit": "^10.5.58",
                "rector/rector": "^2.2.3",
                "spatie/phpunit-watcher": "^1.24",
                "yiisoft/arrays": "^3.2",
                "yiisoft/db-mssql": "^2.0",
                "yiisoft/db-mysql": "^2.0",
                "yiisoft/db-oracle": "^2.0",
                "yiisoft/db-pgsql": "^2.0",
                "yiisoft/db-sqlite": "^2.0",
                "yiisoft/di": "^1.4",
                "yiisoft/event-dispatcher": "^1.1",
                "yiisoft/factory": "^1.3",
                "yiisoft/psr-dummy-provider": "^1.0",
                "yiisoft/test-support": "^3.0.2",
                "yiisoft/yii-runner": "^2.2"
            },
            "suggest": {
                "yiisoft/arrays": "For \\Yiisoft\\Arrays\\ArrayableInterface support",
                "yiisoft/db-mssql": "For MSSQL database support",
                "yiisoft/db-mysql": "For MySQL database support",
                "yiisoft/db-oracle": "For Oracle database support",
                "yiisoft/db-pgsql": "For PostgreSQL database support",
                "yiisoft/db-sqlite": "For SQLite database support",
                "yiisoft/event-dispatcher": "For events support",
                "yiisoft/factory": "For factory support"
            },
            "time": "2026-05-14T10:53:31+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "bootstrap": "bootstrap.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\ActiveRecord\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Active record pattern implementation",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "Active Record",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/active-record/issues?state=open",
                "source": "https://github.com/yiisoft/active-record",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/active-record"
        },
        {
            "name": "yiisoft/aliases",
            "version": "3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/aliases.git",
                "reference": "6f876dbf899f604fd3aefa3b3fd37e2ff2549ead"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/aliases/zipball/6f876dbf899f604fd3aefa3b3fd37e2ff2549ead",
                "reference": "6f876dbf899f604fd3aefa3b3fd37e2ff2549ead",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpunit/phpunit": "^10.5.48",
                "psr/container": "^2.0.2",
                "rector/rector": "^2.1.2",
                "spatie/phpunit-watcher": "^1.24.0",
                "yiisoft/definitions": "^3.4",
                "yiisoft/di": "^1.4",
                "yiisoft/test-support": "^3.0.2"
            },
            "time": "2025-12-04T12:53:43+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "di": "di.php",
                    "params": "params.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Aliases\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Named paths and URLs storage",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "alias"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/aliases/issues?state=open",
                "source": "https://github.com/yiisoft/aliases",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/aliases"
        },
        {
            "name": "yiisoft/arrays",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/arrays.git",
                "reference": "8efada90e4fd540b3da476779bc1b7bd9319b62f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/arrays/zipball/8efada90e4fd540b3da476779bc1b7bd9319b62f",
                "reference": "8efada90e4fd540b3da476779bc1b7bd9319b62f",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "yiisoft/strings": "^2.6"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "phpbench/phpbench": "^1.4.1",
                "phpunit/phpunit": "^10.5.48",
                "rector/rector": "^2.1.2",
                "spatie/phpunit-watcher": "^1.24"
            },
            "time": "2025-11-26T12:25:21+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Arrays\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii Array Helper",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "array",
                "helper",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://forum.yiiframework.com/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/arrays/issues?state=open",
                "source": "https://github.com/yiisoft/arrays",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/arrays"
        },
        {
            "name": "yiisoft/assets",
            "version": "5.1.2",
            "version_normalized": "5.1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/assets.git",
                "reference": "b79c9cef61c24c9b17dd8b1e7d2a692b7f98e370"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/assets/zipball/b79c9cef61c24c9b17dd8b1e7d2a692b7f98e370",
                "reference": "b79c9cef61c24c9b17dd8b1e7d2a692b7f98e370",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "8.1 - 8.5",
                "psr/log": "^1.1 || ^2.0 || ^3.0",
                "yiisoft/aliases": "^1.1 || ^2.0 || ^3.0",
                "yiisoft/files": "^2.0",
                "yiisoft/json": "^1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "infection/infection": "^0.29.8",
                "phpstan/phpstan": "^2.1.22",
                "phpunit/phpunit": "^10.5.52",
                "rector/rector": "^2.1.4",
                "spatie/phpunit-watcher": "^1.24",
                "vimeo/psalm": "^6.13.1",
                "yiisoft/di": "^1.4",
                "yiisoft/test-support": "^3.0.2",
                "yiisoft/yii-debug": "dev-master"
            },
            "time": "2025-12-13T10:04:14+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "di": "di.php",
                    "params": "params.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Assets\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Asset bundles and asset manager",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "assets",
                "library",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/assets/issues?state=open",
                "source": "https://github.com/yiisoft/assets",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/assets"
        },
        {
            "name": "yiisoft/cache",
            "version": "3.2.0",
            "version_normalized": "3.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/cache.git",
                "reference": "1f0fe8fac81632aa86b8feea73f2c7f11d7405d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/cache/zipball/1f0fe8fac81632aa86b8feea73f2c7f11d7405d2",
                "reference": "1f0fe8fac81632aa86b8feea73f2c7f11d7405d2",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "8.1 - 8.5",
                "psr/simple-cache": "^2.0 || ^3.0"
            },
            "provide": {
                "psr/simple-cache-implementation": "2.0 || 3.0"
            },
            "require-dev": {
                "maglnet/composer-require-checker": "^4.7.1",
                "phpunit/phpunit": "^10.5.46",
                "rector/rector": "^2.0.17",
                "roave/infection-static-analysis-plugin": "^1.35",
                "spatie/phpunit-watcher": "^1.24.0",
                "vimeo/psalm": "^5.26.1 || ^6.12",
                "yiisoft/di": "^1.4.0"
            },
            "suggest": {
                "yiisoft/cache-apcu": "Allows to store cache using APCu PECL extension",
                "yiisoft/cache-db": "Allows storing cache to the database",
                "yiisoft/cache-file": "Allows storing cache to the files",
                "yiisoft/cache-memcached": "Allows to store cache using Memcached PECL extension",
                "yiisoft/cache-redis": "Allows storing cache to the Redis",
                "yiisoft/cache-wincache": "Allows to store cache using WinCache PECL extension"
            },
            "time": "2025-12-11T05:44:17+00:00",
            "type": "library",
            "extra": {
                "config-plugin": {
                    "di": "di.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Cache\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii Caching Library",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "cache",
                "psr-16",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/cache/issues?state=open",
                "source": "https://github.com/yiisoft/cache",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/cache"
        },
        {
            "name": "yiisoft/config",
            "version": "1.6.2",
            "version_normalized": "1.6.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/config.git",
                "reference": "a760058cd3434f057d0ab5b2f841021859b5084b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/config/zipball/a760058cd3434f057d0ab5b2f841021859b5084b",
                "reference": "a760058cd3434f057d0ab5b2f841021859b5084b",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.0",
                "php": "8.1 - 8.5",
                "symfony/console": "^5.4.11 || ^6.0.11 || ^7 || ^8",
                "yiisoft/arrays": "^3.0",
                "yiisoft/strings": "^2.0",
                "yiisoft/var-dumper": "^1.1"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "composer/composer": "^2.8.5",
                "phpunit/phpunit": "^10.5.44",
                "rector/rector": "^2.0.7"
            },
            "time": "2025-12-19T19:11:23+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "Yiisoft\\Config\\Composer\\EventHandler",
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Config\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Composer plugin and a library for config assembling",
            "homepage": "https://github.com/yiisoft/config",
            "keywords": [
                "composer",
                "config",
                "plugin"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/config/issues?state=open",
                "source": "https://github.com/yiisoft/config",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/config"
        },
        {
            "name": "yiisoft/cookies",
            "version": "1.2.4",
            "version_normalized": "1.2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/cookies.git",
                "reference": "7d83b86282b14fbf11c3bc7c01f0739c583d4421"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/cookies/zipball/7d83b86282b14fbf11c3bc7c01f0739c583d4421",
                "reference": "7d83b86282b14fbf11c3bc7c01f0739c583d4421",
                "shasum": ""
            },
            "require": {
                "php": "7.4.* || 8.0 - 8.5",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/http-message-implementation": "1.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0",
                "psr/log": "^1.1 || ^2.0 || ^3.0",
                "yiisoft/http": "^1.2",
                "yiisoft/security": "^1.0",
                "yiisoft/strings": "^2.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "httpsoft/http-message": "^1.1.6",
                "maglnet/composer-require-checker": "^3.8 || ^4.2",
                "phpunit/phpunit": "^9.6.22",
                "psr/clock": "^1.0",
                "rector/rector": "^2.0.11",
                "spatie/phpunit-watcher": "^1.23.6",
                "yiisoft/test-support": "^1.4"
            },
            "time": "2025-12-08T12:51:15+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Cookies\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Convenient way to use cookies with PSR-7",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "cookie",
                "cookies",
                "psr-7"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/cookies/issues?state=open",
                "source": "https://github.com/yiisoft/cookies",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/cookies"
        },
        {
            "name": "yiisoft/csrf",
            "version": "2.2.3",
            "version_normalized": "2.2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/csrf.git",
                "reference": "e7e0d028b6cb4357a1a3b9403ab4fdf2285af2af"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/csrf/zipball/e7e0d028b6cb4357a1a3b9403ab4fdf2285af2af",
                "reference": "e7e0d028b6cb4357a1a3b9403ab4fdf2285af2af",
                "shasum": ""
            },
            "require": {
                "ext-hash": "*",
                "php": "~7.4.0 || 8.0 - 8.5",
                "psr/http-factory": "^1.0",
                "psr/http-factory-implementation": "1.0",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/http-message-implementation": "1.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0",
                "yiisoft/http": "^1.2",
                "yiisoft/security": "^1.0",
                "yiisoft/session": "^1.0 || ^2.0 || ^3.0",
                "yiisoft/strings": "^2.0"
            },
            "require-dev": {
                "maglnet/composer-require-checker": "^3.8 || ^4.2",
                "nyholm/psr7": "^1.8.2",
                "phpunit/phpunit": "^9.6.23",
                "rector/rector": "^2.0.16",
                "roave/infection-static-analysis-plugin": "^1.18",
                "spatie/phpunit-watcher": "^1.23.6",
                "vimeo/psalm": "^4.30 || ^5.26.1 || ^6.8.8",
                "yiisoft/di": "^1.1"
            },
            "time": "2025-12-18T21:03:10+00:00",
            "type": "library",
            "extra": {
                "config-plugin": {
                    "di-web": "di-web.php",
                    "params": "params.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Csrf\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii CSRF Protection Library",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "breach",
                "csrf",
                "hmac",
                "middleware",
                "psr-15",
                "stateless",
                "synchronizer"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/csrf/issues?state=open",
                "source": "https://github.com/yiisoft/csrf",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/csrf"
        },
        {
            "name": "yiisoft/data-response",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/data-response.git",
                "reference": "6b8c7a94fe6908baea5a933b187c5dcb1af2a0b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/data-response/zipball/6b8c7a94fe6908baea5a933b187c5dcb1af2a0b8",
                "reference": "6b8c7a94fe6908baea5a933b187c5dcb1af2a0b8",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": "8.1 - 8.5",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0",
                "yiisoft/http": "^1.2",
                "yiisoft/json": "^1.0",
                "yiisoft/strings": "^2.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.9.1",
                "friendsofphp/php-cs-fixer": "^3.92.5",
                "httpsoft/http-message": "^1.1.6",
                "phpunit/phpunit": "^10.5.52",
                "rector/rector": "^2.1.4",
                "roave/infection-static-analysis-plugin": "^1.35",
                "vimeo/psalm": "^5.26.1 || ^6.8.0",
                "yiisoft/di": "^1.4",
                "yiisoft/test-support": "^3.2"
            },
            "time": "2026-02-23T08:36:46+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "di-web": "di-web.php",
                    "params": "params.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\DataResponse\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Allows responding with data that is automatically converted into PSR-7 response",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "data",
                "psr-7",
                "response"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/data-response/issues?state=open",
                "source": "https://github.com/yiisoft/data-response",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/data-response"
        },
        {
            "name": "yiisoft/db",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/db.git",
                "reference": "fae72a47856f6947de7e5e18d7e5dd0b46ee1daa"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/db/zipball/fae72a47856f6947de7e5e18d7e5dd0b46ee1daa",
                "reference": "fae72a47856f6947de7e5e18d7e5dd0b46ee1daa",
                "shasum": ""
            },
            "require": {
                "ext-pdo": "*",
                "php": "8.1 - 8.5",
                "psr/log": "^2.0|^3.0",
                "psr/simple-cache": "^2.0|^3.0",
                "psr/simple-cache-implementation": "*",
                "yiisoft/db-implementation": "1.0.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "friendsofphp/php-cs-fixer": "^3.89.1",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpunit/phpunit": "^10.5.45",
                "rector/rector": "^2.0.10",
                "spatie/phpunit-watcher": "^1.24",
                "yiisoft/aliases": "^3.0",
                "yiisoft/di": "^1.3",
                "yiisoft/dummy-provider": "^1.1",
                "yiisoft/event-dispatcher": "^1.1",
                "yiisoft/log": "^2.1",
                "yiisoft/psr-dummy-provider": "^1.0",
                "yiisoft/test-support": "^3.0",
                "yiisoft/var-dumper": "^1.7",
                "yiisoft/yii-debug": "dev-master"
            },
            "time": "2026-02-09T19:21:43+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "di": "di.php",
                    "params": "params.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Db\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Database abstraction layer and query builder",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "database",
                "dbal",
                "query-builder",
                "sql",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/db/issues/issues?state=open",
                "source": "https://github.com/yiisoft/db",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/db"
        },
        {
            "name": "yiisoft/db-mysql",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/db-mysql.git",
                "reference": "3d1c9388aa01d444a0e8c27a168b5b51efb2c736"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/db-mysql/zipball/3d1c9388aa01d444a0e8c27a168b5b51efb2c736",
                "reference": "3d1c9388aa01d444a0e8c27a168b5b51efb2c736",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-pdo": "*",
                "php": "8.1 - 8.5",
                "psr/log": "^2.0|^3.0",
                "yiisoft/db": "^2.0"
            },
            "provide": {
                "yiisoft/db-implementation": "1.0.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "friendsofphp/php-cs-fixer": "^3.89.1",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpunit/phpunit": "^10.5.45",
                "rector/rector": "^2.0.10",
                "spatie/phpunit-watcher": "^1.24",
                "vlucas/phpdotenv": "^5.6.1",
                "yiisoft/aliases": "^2.0",
                "yiisoft/log-target-file": "^2.0.1",
                "yiisoft/psr-dummy-provider": "^1.0",
                "yiisoft/test-support": "^3.0",
                "yiisoft/var-dumper": "^1.7"
            },
            "time": "2025-12-05T14:58:24+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Db\\Mysql\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "MySQL/MariaDB driver for Yii Database",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "database",
                "dbal",
                "mysql",
                "query-builder",
                "sql",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/db-mysql/issues?state=open",
                "source": "https://github.com/yiisoft/db-mysql",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/db-mysql"
        },
        {
            "name": "yiisoft/definitions",
            "version": "3.4.1",
            "version_normalized": "3.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/definitions.git",
                "reference": "efba764905b89b549e2b5a7a72f50a79b3d5b0cc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/definitions/zipball/efba764905b89b549e2b5a7a72f50a79b3d5b0cc",
                "reference": "efba764905b89b549e2b5a7a72f50a79b3d5b0cc",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "psr/container": "^1.0 || ^2.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "friendsofphp/php-cs-fixer": "^3.69",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpunit/phpunit": "^10.5.45",
                "rector/rector": "^2.0.9",
                "spatie/phpunit-watcher": "^1.24",
                "yiisoft/test-support": "^3.0.1"
            },
            "time": "2025-12-02T05:29:43+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Definitions\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "The package provides definition syntax",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "definitions"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/definitions/issues?state=open",
                "source": "https://github.com/yiisoft/definitions",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/definitions"
        },
        {
            "name": "yiisoft/di",
            "version": "1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/di.git",
                "reference": "09545283f29b6311805eca870bf01d2603704c63"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/di/zipball/09545283f29b6311805eca870bf01d2603704c63",
                "reference": "09545283f29b6311805eca870bf01d2603704c63",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "8.1 - 8.5",
                "psr/container": "^1.1 || ^2.0",
                "yiisoft/definitions": "^3.0",
                "yiisoft/friendly-exception": "^1.1.0"
            },
            "provide": {
                "psr/container-implementation": "1.0.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "league/container": "^5.1.0",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpbench/phpbench": "^1.4.1",
                "phpunit/phpunit": "^10.5.46",
                "rector/rector": "^2.0.17",
                "spatie/phpunit-watcher": "^1.24",
                "yiisoft/injector": "^1.2.1",
                "yiisoft/test-support": "^3.1"
            },
            "suggest": {
                "phpbench/phpbench": "To run benchmarks.",
                "yiisoft/injector": "^1.0"
            },
            "time": "2025-12-01T11:55:03+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Di\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii DI container",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "Autowiring",
                "PSR-11",
                "container",
                "dependency",
                "di",
                "injection",
                "injector"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/di/issues?state=open",
                "source": "https://github.com/yiisoft/di",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/di"
        },
        {
            "name": "yiisoft/error-handler",
            "version": "4.3.2",
            "version_normalized": "4.3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/error-handler.git",
                "reference": "562778cf2cab8b09c85249b0d0075f2e12560f53"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/error-handler/zipball/562778cf2cab8b09c85249b0d0075f2e12560f53",
                "reference": "562778cf2cab8b09c85249b0d0075f2e12560f53",
                "shasum": ""
            },
            "require": {
                "alexkart/curl-builder": "^1.0",
                "cebe/markdown": "^1.2",
                "ext-dom": "*",
                "ext-mbstring": "*",
                "php": "8.1 - 8.5",
                "psr/container": "^1.0|^2.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0|^2.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0",
                "psr/log": "^1.1|^2.0|^3.0",
                "yiisoft/friendly-exception": "^1.0",
                "yiisoft/http": "^1.2",
                "yiisoft/injector": "^1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "httpsoft/http-message": "^1.1.6",
                "phpunit/phpunit": "^10.5.51",
                "psr/event-dispatcher": "^1.0",
                "rector/rector": "^2.1.3",
                "roave/infection-static-analysis-plugin": "^1.35",
                "spatie/phpunit-watcher": "^1.24",
                "vimeo/psalm": "^5.26.1 || ^6.13.1",
                "yiisoft/di": "^1.4",
                "yiisoft/test-support": "^3.0.2"
            },
            "time": "2026-01-09T08:26:33+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "di-web": "di-web.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\ErrorHandler\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii Error Handling Library",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "PSR-11",
                "error-handler",
                "psr-15",
                "psr-3",
                "psr-7",
                "yiisoft"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/error-handler/issues?state=open",
                "source": "https://github.com/yiisoft/error-handler",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/error-handler"
        },
        {
            "name": "yiisoft/event-dispatcher",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/event-dispatcher.git",
                "reference": "2b1262a56260030aaac386bf8ef75ec072abc7e3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/event-dispatcher/zipball/2b1262a56260030aaac386bf8ef75ec072abc7e3",
                "reference": "2b1262a56260030aaac386bf8ef75ec072abc7e3",
                "shasum": ""
            },
            "require": {
                "php": "^8.0",
                "psr/event-dispatcher": "1.0.0"
            },
            "provide": {
                "psr/event-dispatcher-implementation": "1.0.0"
            },
            "require-dev": {
                "maglnet/composer-require-checker": "^4.2",
                "phpunit/phpunit": "^9.5",
                "rector/rector": "^0.14.3",
                "roave/infection-static-analysis-plugin": "^1.16",
                "spatie/phpunit-watcher": "^1.23",
                "vimeo/psalm": "^4.18"
            },
            "time": "2022-10-27T12:02:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\EventDispatcher\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii Event Dispatcher",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "event",
                "event dispatcher",
                "psr-14"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "irc://irc.freenode.net/yii",
                "issues": "https://github.com/yiisoft/event-dispatcher/issues?state=open",
                "source": "https://github.com/yiisoft/event-dispatcher",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "open_collective"
                }
            ],
            "install-path": "../yiisoft/event-dispatcher"
        },
        {
            "name": "yiisoft/files",
            "version": "2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/files.git",
                "reference": "465650fd9e4295669f42ab7e9fec2386700540a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/files/zipball/465650fd9e4295669f42ab7e9fec2386700540a7",
                "reference": "465650fd9e4295669f42ab7e9fec2386700540a7",
                "shasum": ""
            },
            "require": {
                "php": "8.0 - 8.5",
                "yiisoft/strings": "^2.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "ext-zlib": "*",
                "maglnet/composer-require-checker": "^4.4",
                "phpunit/phpunit": "^9.6.22",
                "rector/rector": "^2.0.10",
                "spatie/phpunit-watcher": "^1.23.6"
            },
            "time": "2025-12-01T06:30:27+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Files\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Helper to manage files and directories",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "files"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/files/issues?state=open",
                "source": "https://github.com/yiisoft/files",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/files"
        },
        {
            "name": "yiisoft/friendly-exception",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/friendly-exception.git",
                "reference": "c6c36fd60a0b4f1514882d2ce8395f54352ec967"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/friendly-exception/zipball/c6c36fd60a0b4f1514882d2ce8395f54352ec967",
                "reference": "c6c36fd60a0b4f1514882d2ce8395f54352ec967",
                "shasum": ""
            },
            "require": {
                "php": "7.4.* || 8.0 - 8.5"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "maglnet/composer-require-checker": "^3.8 || ^4.3",
                "phpunit/phpunit": "^9.6.22",
                "spatie/phpunit-watcher": "^1.23.6"
            },
            "time": "2025-11-28T14:51:44+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\FriendlyException\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "An interface for friendlier exception",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "error handling",
                "exception",
                "exceptions",
                "friendly"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/friendly-exception/issues?state=open",
                "source": "https://github.com/yiisoft/friendly-exception",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/friendly-exception"
        },
        {
            "name": "yiisoft/html",
            "version": "4.2.0",
            "version_normalized": "4.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/html.git",
                "reference": "eeb0bea275c87c4ee0dbc444dbc24fbf44a5aa77"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/html/zipball/eeb0bea275c87c4ee0dbc444dbc24fbf44a5aa77",
                "reference": "eeb0bea275c87c4ee0dbc444dbc24fbf44a5aa77",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "yiisoft/arrays": "^2.0 || ^3.0",
                "yiisoft/json": "^1.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.90",
                "infection/infection": "^0.27.11 || ^0.32",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpunit/phpunit": "^10.5.46",
                "rector/rector": "^2.0.17",
                "spatie/phpunit-watcher": "^1.24",
                "vimeo/psalm": "^5.26.1 || ^6.12"
            },
            "time": "2026-06-05T07:38:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Html\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Handy library to generate HTML",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "html"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://forum.yiiframework.com/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/html/issues?state=open",
                "source": "https://github.com/yiisoft/html",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/html"
        },
        {
            "name": "yiisoft/http",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/http.git",
                "reference": "8949fa6ab32b943c3e45794fceec220ddfa1e5e4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/http/zipball/8949fa6ab32b943c3e45794fceec220ddfa1e5e4",
                "reference": "8949fa6ab32b943c3e45794fceec220ddfa1e5e4",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "7.4.* || 8.0 - 8.5"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "maglnet/composer-require-checker": "^3.8 || ^4.3",
                "phpunit/phpunit": "^9.6.22",
                "rector/rector": "^2.0.10",
                "spatie/phpunit-watcher": "^1.23.6"
            },
            "time": "2025-11-25T09:08:29+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Http\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Constants and PSR-7 PhpStorm meta for HTTP protocol headers, methods and statuses",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "header",
                "http",
                "method",
                "psr-17",
                "psr-7",
                "status"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/http/issues?state=open",
                "source": "https://github.com/yiisoft/http",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/http"
        },
        {
            "name": "yiisoft/hydrator",
            "version": "1.6.3",
            "version_normalized": "1.6.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/hydrator.git",
                "reference": "c0f02c2298078a52b64b51eb613eff541e832129"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/hydrator/zipball/c0f02c2298078a52b64b51eb613eff541e832129",
                "reference": "c0f02c2298078a52b64b51eb613eff541e832129",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "psr/container": "^2.0",
                "yiisoft/injector": "^1.1",
                "yiisoft/strings": "^2.3"
            },
            "require-dev": {
                "maglnet/composer-require-checker": "^4.7.1",
                "phpunit/phpunit": "^10.5.48",
                "rector/rector": "^2.1.2",
                "roave/infection-static-analysis-plugin": "^1.35",
                "spatie/phpunit-watcher": "^1.24",
                "vimeo/psalm": "^5.26.1 || ^6.13.1",
                "yiisoft/di": "^1.4",
                "yiisoft/dummy-provider": "^1.1.0",
                "yiisoft/test-support": "^3.0.2"
            },
            "suggest": {
                "ext-intl": "Allows using `ToDateTime` parameter attribute"
            },
            "time": "2025-12-16T06:57:38+00:00",
            "type": "library",
            "extra": {
                "config-plugin": {
                    "di": "di.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Hydrator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Create and populate objects with type casting, mapping and dependencies resolving support.",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "hydrator"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/hydrator/issues?state=open",
                "source": "https://github.com/yiisoft/hydrator",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/hydrator"
        },
        {
            "name": "yiisoft/hydrator-validator",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/hydrator-validator.git",
                "reference": "ed5c0263fd1ccd729fb096203e854cc509e54d14"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/hydrator-validator/zipball/ed5c0263fd1ccd729fb096203e854cc509e54d14",
                "reference": "ed5c0263fd1ccd729fb096203e854cc509e54d14",
                "shasum": ""
            },
            "require": {
                "php": "8.0 - 8.5",
                "yiisoft/hydrator": "^1.0",
                "yiisoft/validator": "^1.0 || ^2.0"
            },
            "require-dev": {
                "maglnet/composer-require-checker": "^4.4",
                "phpunit/phpunit": "^9.6.22",
                "rector/rector": "^2.0.11",
                "roave/infection-static-analysis-plugin": "^1.25",
                "spatie/phpunit-watcher": "^1.23.6",
                "vimeo/psalm": "^4.30 || ^5.26.1 || ^6.9.6",
                "yiisoft/test-support": "^3.0.2"
            },
            "time": "2025-12-16T13:28:42+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Hydrator\\Validator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Validating hydrator with raw data validation support",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "input",
                "validation"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/hydrator-validator/issues?state=open",
                "source": "https://github.com/yiisoft/hydrator-validator",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/hydrator-validator"
        },
        {
            "name": "yiisoft/i18n",
            "version": "1.2.2",
            "version_normalized": "1.2.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/i18n.git",
                "reference": "028fbcee0ea772dab150d0a8f40344a32e639d3f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/i18n/zipball/028fbcee0ea772dab150d0a8f40344a32e639d3f",
                "reference": "028fbcee0ea772dab150d0a8f40344a32e639d3f",
                "shasum": ""
            },
            "require": {
                "php": "8.0 - 8.5"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "maglnet/composer-require-checker": "^4.4",
                "phpunit/phpunit": "^9.6.22",
                "rector/rector": "^2.0.10",
                "spatie/phpunit-watcher": "^1.23.6"
            },
            "time": "2025-11-29T15:57:19+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\I18n\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii Internationalization Library",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "i18n",
                "locale"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/i18n/issues?state=open",
                "source": "https://github.com/yiisoft/i18n",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/i18n"
        },
        {
            "name": "yiisoft/injector",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/injector.git",
                "reference": "d3f718256b734933670ad11143cca724d340fc90"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/injector/zipball/d3f718256b734933670ad11143cca724d340fc90",
                "reference": "d3f718256b734933670ad11143cca724d340fc90",
                "shasum": ""
            },
            "require": {
                "php": "7.4 - 8.5"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "maglnet/composer-require-checker": "^3.8 || ^4.2",
                "phpbench/phpbench": "^1.1",
                "phpunit/phpunit": "^9.5",
                "psr/container": "^1.0 || ^2.0",
                "rector/rector": "^2.0.10",
                "spatie/phpunit-watcher": "^1.23",
                "yiisoft/test-support": "^1.4 || ^3.1"
            },
            "suggest": {
                "psr/container": "For automatic resolving of dependencies"
            },
            "time": "2025-12-01T11:14:17+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Injector\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR-11 compatible injector. Executes a callable and makes an instances by injecting dependencies from a given DI container.",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "PSR-11",
                "dependency injection",
                "di",
                "injector",
                "reflection"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/injector/issues?state=open",
                "source": "https://github.com/yiisoft/injector",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/injector"
        },
        {
            "name": "yiisoft/input-http",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/input-http.git",
                "reference": "877fea3374033f5a6af4207036eb7733a635b5b7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/input-http/zipball/877fea3374033f5a6af4207036eb7733a635b5b7",
                "reference": "877fea3374033f5a6af4207036eb7733a635b5b7",
                "shasum": ""
            },
            "require": {
                "php": "^8.1",
                "psr/container": "^1.0|^2.0",
                "psr/http-message": "^1.0|^2.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0",
                "yiisoft/arrays": "^3.0",
                "yiisoft/hydrator": "^1.0",
                "yiisoft/hydrator-validator": "^2.0",
                "yiisoft/middleware-dispatcher": "^5.1",
                "yiisoft/request-provider": "^1.0",
                "yiisoft/validator": "^1.1|^2.0"
            },
            "require-dev": {
                "maglnet/composer-require-checker": "^4.7",
                "phpunit/phpunit": "^10.5",
                "rector/rector": "^1.0.0",
                "roave/infection-static-analysis-plugin": "^1.34",
                "spatie/phpunit-watcher": "^1.23",
                "vimeo/psalm": "^5.22",
                "yiisoft/di": "^1.2",
                "yiisoft/test-support": "^3.0"
            },
            "time": "2024-08-06T12:42:23+00:00",
            "type": "library",
            "extra": {
                "config-plugin": {
                    "di-web": "di-web.php",
                    "params-web": "params-web.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Input\\Http\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Maps data from PSR-7 HTTP request to PHP DTO representing user input.",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "dto",
                "input",
                "mapper",
                "mapping",
                "psr-7",
                "request",
                "yii3"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/input-http/issues?state=open",
                "source": "https://github.com/yiisoft/input-http",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/input-http"
        },
        {
            "name": "yiisoft/json",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/json.git",
                "reference": "6af88ed2c653f4b6cbe3ea9114e4aebc5a463c80"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/json/zipball/6af88ed2c653f4b6cbe3ea9114e4aebc5a463c80",
                "reference": "6af88ed2c653f4b6cbe3ea9114e4aebc5a463c80",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-simplexml": "*",
                "php": "~7.4.0 || 8.0 - 8.5"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "maglnet/composer-require-checker": "^3.8 || ^4.2",
                "phpunit/phpunit": "^9.6.22",
                "rector/rector": "^2.0.8",
                "spatie/phpunit-watcher": "^1.23.6"
            },
            "time": "2025-11-21T19:39:36+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Json\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii JSON encoding and decoding",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "json"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/json/issues?state=open",
                "source": "https://github.com/yiisoft/json",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/json"
        },
        {
            "name": "yiisoft/log",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/log.git",
                "reference": "e98e881d7ff0f00521a713a1852cbbffbaf279d5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/log/zipball/e98e881d7ff0f00521a713a1852cbbffbaf279d5",
                "reference": "e98e881d7ff0f00521a713a1852cbbffbaf279d5",
                "shasum": ""
            },
            "require": {
                "php": "^8.0",
                "psr/log": "^2.0 || ^3.0",
                "yiisoft/var-dumper": "^1.0"
            },
            "conflict": {
                "ext-psr": "*"
            },
            "provide": {
                "psr/log-implementation": "1.0.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "friendsofphp/php-cs-fixer": "^3.93",
                "phpbench/phpbench": "^1.0",
                "phpunit/phpunit": "^9.6.23",
                "rector/rector": "^2.0.17",
                "roave/infection-static-analysis-plugin": "^1.25",
                "spatie/phpunit-watcher": "^1.23.6",
                "vimeo/psalm": "^4.30 || ^5.26.1 || ^6.12",
                "yiisoft/code-style": "^1.0"
            },
            "suggest": {
                "yiisoft/log-target-db": "Allows writing log messages to the database",
                "yiisoft/log-target-email": "Allows sending log messages by email",
                "yiisoft/log-target-file": "Allows writing log messages to the files",
                "yiisoft/log-target-syslog": "Allows writing log messages to the Syslog"
            },
            "time": "2026-03-22T16:33:56+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "events-web": "events-web.php",
                    "events-console": "events-console.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Log\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii Logging Library",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "framework",
                "log",
                "logger",
                "psr-3",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/log/issues?state=open",
                "source": "https://github.com/yiisoft/log",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/log"
        },
        {
            "name": "yiisoft/middleware-dispatcher",
            "version": "5.4.0",
            "version_normalized": "5.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/middleware-dispatcher.git",
                "reference": "26b7811d442c2d3bf5ab4d1c8f577750a6c0ed30"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/middleware-dispatcher/zipball/26b7811d442c2d3bf5ab4d1c8f577750a6c0ed30",
                "reference": "26b7811d442c2d3bf5ab4d1c8f577750a6c0ed30",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "psr/container": "^1.0 || ^2.0",
                "psr/event-dispatcher": "^1.0",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0",
                "yiisoft/definitions": "^2.0 || ^3.0",
                "yiisoft/friendly-exception": "^1.1",
                "yiisoft/injector": "^1.0"
            },
            "require-dev": {
                "maglnet/composer-require-checker": "^4.7.1",
                "nyholm/psr7": "^1.8.2",
                "phpunit/phpunit": "^10.5.48",
                "rector/rector": "^2.2.14",
                "roave/infection-static-analysis-plugin": "^1.35",
                "spatie/phpunit-watcher": "^1.24",
                "vimeo/psalm": "^5.26.1 || ^6.13",
                "yiisoft/test-support": "^3.0.2",
                "yiisoft/yii-debug": "dev-master"
            },
            "time": "2025-12-13T03:30:05+00:00",
            "type": "library",
            "extra": {
                "config-plugin": {
                    "events-web": "events-web.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Middleware\\Dispatcher\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR-15 middleware dispatcher",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "dispatcher",
                "middleware"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/middleware-dispatcher/issues?state=open",
                "source": "https://github.com/yiisoft/middleware-dispatcher",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/middleware-dispatcher"
        },
        {
            "name": "yiisoft/network-utilities",
            "version": "1.2.1",
            "version_normalized": "1.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/network-utilities.git",
                "reference": "5efc2e4a2e92acaa01c13fcc0cbc9cc3cd633b37"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/network-utilities/zipball/5efc2e4a2e92acaa01c13fcc0cbc9cc3cd633b37",
                "reference": "5efc2e4a2e92acaa01c13fcc0cbc9cc3cd633b37",
                "shasum": ""
            },
            "require": {
                "php": "7.4.* || 8.0 - 8.5"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "maglnet/composer-require-checker": "^3.8 || ^4.4",
                "phpunit/phpunit": "^9.6.22",
                "rector/rector": "^2.0.10",
                "spatie/phpunit-watcher": "^1.23.6"
            },
            "time": "2025-11-28T08:12:08+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\NetworkUtilities\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Network related utilities",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "IP",
                "dns",
                "mask",
                "network"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/network-utilities/issues?state=open",
                "source": "https://github.com/yiisoft/network-utilities",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/network-utilities"
        },
        {
            "name": "yiisoft/psr-emitter",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/psr-emitter.git",
                "reference": "d09a29d1feec91596491973757f6a112991e29b3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/psr-emitter/zipball/d09a29d1feec91596491973757f6a112991e29b3",
                "reference": "d09a29d1feec91596491973757f6a112991e29b3",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "psr/http-message": "^2.0",
                "yiisoft/friendly-exception": "^1.1"
            },
            "require-dev": {
                "httpsoft/http-message": "^1.1.6",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpunit/phpunit": "^10.5.46",
                "psr/http-server-middleware": "^1.0.2",
                "rector/rector": "^2.0.16",
                "roave/infection-static-analysis-plugin": "^1.35",
                "spatie/phpunit-watcher": "^1.24",
                "vimeo/psalm": "^5.26.1 || ^6.10.3",
                "xepozz/internal-mocker": "^1.4.1"
            },
            "suggest": {
                "psr/http-server-middleware": "To use emitter as middleware."
            },
            "time": "2025-12-20T05:12:53+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\PsrEmitter\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR-7 HTTP response emitter",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "emitter",
                "http",
                "psr-7"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/psr-emitter/issues?state=open",
                "source": "https://github.com/yiisoft/psr-emitter",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/psr-emitter"
        },
        {
            "name": "yiisoft/request-provider",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/request-provider.git",
                "reference": "6676b0e4d213fc987f01bcede8053b2be4ce2c63"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/request-provider/zipball/6676b0e4d213fc987f01bcede8053b2be4ce2c63",
                "reference": "6676b0e4d213fc987f01bcede8053b2be4ce2c63",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "friendsofphp/php-cs-fixer": "^3.93",
                "phpunit/phpunit": "^10.5.45",
                "rector/rector": "^2.0.10",
                "roave/infection-static-analysis-plugin": "^1.35",
                "vimeo/psalm": "^5.26.1 || ^6.8.9",
                "yiisoft/code-style": "^1.0",
                "yiisoft/di": "^1.3"
            },
            "time": "2026-01-29T14:03:21+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "di-web": "di-web.php",
                    "events-web": "events-web.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\RequestProvider\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR-7 request provider",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "http",
                "provider",
                "psr",
                "request",
                "yii3"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/request-provider/issues?state=open",
                "source": "https://github.com/yiisoft/request-provider",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/request-provider"
        },
        {
            "name": "yiisoft/router",
            "version": "4.0.2",
            "version_normalized": "4.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/router.git",
                "reference": "dff8d252e87eb99e415fbc59439546d3ea432fa9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/router/zipball/dff8d252e87eb99e415fbc59439546d3ea432fa9",
                "reference": "dff8d252e87eb99e415fbc59439546d3ea432fa9",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "psr/event-dispatcher": "^1.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0",
                "yiisoft/http": "^1.2",
                "yiisoft/middleware-dispatcher": "^5.0",
                "yiisoft/router-implementation": "1.0.0"
            },
            "require-dev": {
                "maglnet/composer-require-checker": "^4.7.1",
                "nyholm/psr7": "^1.8.2",
                "phpunit/phpunit": "^10.5.45",
                "psr/container": "^1.1 || ^2.0.2",
                "rector/rector": "^2.0.9",
                "roave/infection-static-analysis-plugin": "^1.35",
                "spatie/phpunit-watcher": "^1.24",
                "vimeo/psalm": "^5.26.1 || ^6.8.6",
                "yiisoft/di": "^1.3",
                "yiisoft/dummy-provider": "^1.0.1",
                "yiisoft/hydrator": "^1.5",
                "yiisoft/test-support": "^3.0.1",
                "yiisoft/yii-debug": "dev-master"
            },
            "suggest": {
                "yiisoft/hydrator": "Needed to use `RouteArgument` attribute",
                "yiisoft/router-fastroute": "Router implementation based on nikic/FastRoute"
            },
            "time": "2025-12-13T10:19:16+00:00",
            "type": "library",
            "extra": {
                "config-plugin": {
                    "di": "di.php",
                    "params": "params.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Router\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii router",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "middleware",
                "router",
                "web"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/router/issues?state=open",
                "source": "https://github.com/yiisoft/router",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/router"
        },
        {
            "name": "yiisoft/router-fastroute",
            "version": "4.0.3",
            "version_normalized": "4.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/router-fastroute.git",
                "reference": "13f97b5c7934aacaece3318ab947a12fcbe532f3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/router-fastroute/zipball/13f97b5c7934aacaece3318ab947a12fcbe532f3",
                "reference": "13f97b5c7934aacaece3318ab947a12fcbe532f3",
                "shasum": ""
            },
            "require": {
                "nikic/fast-route": "^1.3",
                "php": "8.1 - 8.5",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/simple-cache": "^2.0 || ^3.0",
                "yiisoft/http": "^1.2",
                "yiisoft/router": "^4"
            },
            "provide": {
                "yiisoft/router-implementation": "1.0.0"
            },
            "require-dev": {
                "maglnet/composer-require-checker": "^4.7.1",
                "nyholm/psr7": "^1.8.2",
                "phpunit/phpunit": "^10.5.55",
                "psr/container": "^2.0.2",
                "rector/rector": "^2.1.7",
                "roave/infection-static-analysis-plugin": "^1.35",
                "spatie/phpunit-watcher": "^1.24",
                "vimeo/psalm": "^5.26.1 || ^6.8.6",
                "yiisoft/di": "^1.4",
                "yiisoft/test-support": "^3.0.2"
            },
            "time": "2025-12-13T11:58:56+00:00",
            "type": "library",
            "extra": {
                "config-plugin": {
                    "di": "di.php",
                    "di-web": "di-web.php",
                    "params": "params.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Router\\FastRoute\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii router FastRoute adapter",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "FastRoute",
                "router"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/router-fastroute/issues?state=open",
                "source": "https://github.com/yiisoft/router-fastroute",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/router-fastroute"
        },
        {
            "name": "yiisoft/security",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/security.git",
                "reference": "8d445e53ab784374a7333ed3b66ad2ada084c9fe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/security/zipball/8d445e53ab784374a7333ed3b66ad2ada084c9fe",
                "reference": "8d445e53ab784374a7333ed3b66ad2ada084c9fe",
                "shasum": ""
            },
            "require": {
                "ext-hash": "*",
                "ext-openssl": "*",
                "php": "8.1 - 8.5",
                "yiisoft/strings": "^2.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpunit/phpunit": "^10.5.45",
                "rector/rector": "^2.0.9",
                "spatie/phpunit-watcher": "^1.24"
            },
            "time": "2025-11-25T09:24:59+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Security\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Security utilities",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "MAC",
                "decryption",
                "encryption",
                "hash",
                "password",
                "random",
                "security",
                "signature",
                "token masking"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/security/issues?state=open",
                "source": "https://github.com/yiisoft/security",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/security"
        },
        {
            "name": "yiisoft/session",
            "version": "3.0.1",
            "version_normalized": "3.0.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/session.git",
                "reference": "755e15352181995b69a4f293a06a128e0569915d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/session/zipball/755e15352181995b69a4f293a06a128e0569915d",
                "reference": "755e15352181995b69a4f293a06a128e0569915d",
                "shasum": ""
            },
            "require": {
                "php": "8.0 - 8.5",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/http-message-implementation": "1.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0",
                "yiisoft/cookies": "^1.0"
            },
            "require-dev": {
                "maglnet/composer-require-checker": "^4.4",
                "nyholm/psr7": "^1.8.2",
                "phpunit/phpunit": "^9.6.22",
                "rector/rector": "^2.0.10",
                "roave/infection-static-analysis-plugin": "^1.25",
                "spatie/phpunit-watcher": "^1.23.6",
                "vimeo/psalm": "^4.30 || ^5.6 || ^6.8.8",
                "yiisoft/di": "^1.2.1"
            },
            "suggest": {
                "ext-session": "Allows using native PHP sessions"
            },
            "time": "2025-12-17T13:15:55+00:00",
            "type": "library",
            "extra": {
                "config-plugin": {
                    "di-web": "di-web.php",
                    "params": "params.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Session\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "A session service, PSR-15 session middleware, and a flash message service which helps use one-time messages.",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "flash",
                "middleware",
                "psr-15",
                "session"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/session/issues?state=open",
                "source": "https://github.com/yiisoft/session",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/session"
        },
        {
            "name": "yiisoft/strings",
            "version": "2.7.0",
            "version_normalized": "2.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/strings.git",
                "reference": "9bc7fea56374619cccd4587848029fe97f98bb33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/strings/zipball/9bc7fea56374619cccd4587848029fe97f98bb33",
                "reference": "9bc7fea56374619cccd4587848029fe97f98bb33",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "8.1 - 8.5"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpbench/phpbench": "^1.4.1",
                "phpunit/phpunit": "^10.5.48",
                "rector/rector": "^2.1.2",
                "spatie/phpunit-watcher": "^1.24"
            },
            "time": "2025-11-23T18:00:58+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Strings\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii Strings Helper",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "helper",
                "string",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/strings/issues?state=open",
                "source": "https://github.com/yiisoft/strings",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/strings"
        },
        {
            "name": "yiisoft/translator",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/translator.git",
                "reference": "62c64c9009a570597cc31dd42ff951d74049a60b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/translator/zipball/62c64c9009a570597cc31dd42ff951d74049a60b",
                "reference": "62c64c9009a570597cc31dd42ff951d74049a60b",
                "shasum": ""
            },
            "require": {
                "php": "8.0 - 8.5",
                "psr/event-dispatcher": "1.0.0",
                "yiisoft/files": "^1.0 || ^2.0",
                "yiisoft/i18n": "^1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "maglnet/composer-require-checker": "^4.4",
                "phpunit/phpunit": "^9.6.29",
                "rector/rector": "^2.1.7",
                "spatie/phpunit-watcher": "^1.23.6",
                "yiisoft/di": "^1.2.1"
            },
            "suggest": {
                "ext-intl": "Allows using intl message formatter",
                "ext-tokenizer": "Allows using message extraction",
                "yiisoft/event-dispatcher": "To listen for events about missing categories and messages"
            },
            "time": "2025-12-06T05:18:44+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "di": "di.php",
                    "params": "params.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Translator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii Message Translator",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "i18n",
                "internationalization",
                "translation"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/translator/issues?state=open",
                "source": "https://github.com/yiisoft/translator",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/translator"
        },
        {
            "name": "yiisoft/validator",
            "version": "2.6.0",
            "version_normalized": "2.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/validator.git",
                "reference": "a0524aabc80a5613911a232de3492e04d31d130b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/validator/zipball/a0524aabc80a5613911a232de3492e04d31d130b",
                "reference": "a0524aabc80a5613911a232de3492e04d31d130b",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "8.1 - 8.5",
                "psr/container": "^1.0 || ^2.0",
                "psr/http-message": "^1.0 || ^2.0",
                "yiisoft/arrays": "^2.1 || ^3.0",
                "yiisoft/friendly-exception": "^1.0",
                "yiisoft/network-utilities": "^1.2",
                "yiisoft/strings": "^2.6",
                "yiisoft/translator": "^2.1 || ^3.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "friendsofphp/php-cs-fixer": "^3.91",
                "jetbrains/phpstorm-attributes": "^1.2",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpbench/phpbench": "^1.4.1",
                "phpunit/phpunit": "^10.5.46",
                "rector/rector": "^2.0.16",
                "spatie/phpunit-watcher": "^1.24",
                "yiisoft/di": "^1.3",
                "yiisoft/test-support": "^3.0.2",
                "yiisoft/translator-message-php": "^1.1.1",
                "yiisoft/yii-debug": "dev-master"
            },
            "suggest": {
                "ext-fileinfo": "To use image rule",
                "ext-intl": "Allows using date rules and IDN validation for emails",
                "yiisoft/di": "To create rule handlers via Yii DI"
            },
            "time": "2026-06-02T21:18:16+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "di": "di.php",
                    "params": "params.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Validator\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii Validator",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "validation",
                "validator"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/validator/issues?state=open",
                "source": "https://github.com/yiisoft/validator",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/validator"
        },
        {
            "name": "yiisoft/var-dumper",
            "version": "1.7.1",
            "version_normalized": "1.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/var-dumper.git",
                "reference": "0860637f99fddfbeb98976bcc716b2aabc94ff85"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/var-dumper/zipball/0860637f99fddfbeb98976bcc716b2aabc94ff85",
                "reference": "0860637f99fddfbeb98976bcc716b2aabc94ff85",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-mbstring": "*",
                "ext-tokenizer": "*",
                "php": "8.0 - 8.5",
                "yiisoft/arrays": "^1.0 || ^2.0 || ^3.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "maglnet/composer-require-checker": "^4.4",
                "phpunit/phpunit": "^9.6.22",
                "rector/rector": "^2.0.10",
                "spatie/phpunit-watcher": "^1.23.6"
            },
            "suggest": {
                "ext-sockets": "Send dumps to a server through UDP/TCP protocols"
            },
            "time": "2025-12-01T13:24:08+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Yiisoft\\VarDumper\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Enhances functionality of var_dump() and var_export(). It is dealing with recursive references, may highlight syntax and export closures.",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "framework",
                "helper",
                "var-dumper",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/var-dumper/issues?state=open",
                "source": "https://github.com/yiisoft/var-dumper",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/var-dumper"
        },
        {
            "name": "yiisoft/view",
            "version": "12.2.4",
            "version_normalized": "12.2.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/view.git",
                "reference": "eaf52e6ba92ce6b622a6718bda295f8383964e12"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/view/zipball/eaf52e6ba92ce6b622a6718bda295f8383964e12",
                "reference": "eaf52e6ba92ce6b622a6718bda295f8383964e12",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "yiisoft/arrays": "^2.0 || ^3.0",
                "yiisoft/cache": "^1.0 || ^2.0 || ^3.0",
                "yiisoft/files": "^1.0 || ^2.0",
                "yiisoft/html": "^2.5 || ^3.0 || ^4.0",
                "yiisoft/json": "^1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "friendsofphp/php-cs-fixer": "^3.93",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpbench/phpbench": "^1.4.3",
                "phpunit/phpunit": "^10.5.60",
                "rector/rector": "^2.3.4",
                "spatie/phpunit-watcher": "^1.24.4",
                "yiisoft/aliases": "^3.1.1",
                "yiisoft/code-style": "^1.0",
                "yiisoft/di": "^1.4.1",
                "yiisoft/psr-dummy-provider": "^1.0.2",
                "yiisoft/test-support": "^3.1.0"
            },
            "time": "2026-03-18T10:35:05+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "di": "di.php",
                    "di-web": "di-web.php",
                    "params": "params.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\View\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii View Rendering Library",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "view",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/view/issues?state=open",
                "source": "https://github.com/yiisoft/view",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/view"
        },
        {
            "name": "yiisoft/yii-console",
            "version": "2.4.2",
            "version_normalized": "2.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/yii-console.git",
                "reference": "d03e618c542b8908fce91be7f34969040f548506"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii-console/zipball/d03e618c542b8908fce91be7f34969040f548506",
                "reference": "d03e618c542b8908fce91be7f34969040f548506",
                "shasum": ""
            },
            "require": {
                "php": "8.0 - 8.5",
                "psr/container": "^1.0 || ^2.0",
                "psr/event-dispatcher": "^1.0",
                "psr/log": "^1.0 || ^2.0 || ^3.0",
                "symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0",
                "symfony/event-dispatcher-contracts": "^2.2 || ^3.0",
                "yiisoft/friendly-exception": "^1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "phpunit/phpunit": "^9.6.22",
                "rector/rector": "^2.0.11",
                "yiisoft/config": "^1.5",
                "yiisoft/di": "^1.2.1",
                "yiisoft/test-support": "^3.0.2"
            },
            "time": "2025-12-20T05:15:30+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "di-console": "di-console.php",
                    "events-console": "events-console.php",
                    "params-console": "params-console.php"
                },
                "config-plugin-options": {
                    "merge-plan-file": "../tests/environment/.merge-plan.php",
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Yii\\Console\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Symfony console wrapper with additional features",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "console",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/yii-console/issues?state=open",
                "source": "https://github.com/yiisoft/yii-console",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/yii-console"
        },
        {
            "name": "yiisoft/yii-event",
            "version": "2.2.0",
            "version_normalized": "2.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/yii-event.git",
                "reference": "ad5fbcf742d5e9defbc3d13f396a6b879e70e2b6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii-event/zipball/ad5fbcf742d5e9defbc3d13f396a6b879e70e2b6",
                "reference": "ad5fbcf742d5e9defbc3d13f396a6b879e70e2b6",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "psr/container": "^1.0 || ^2.0",
                "yiisoft/event-dispatcher": "^1.0",
                "yiisoft/friendly-exception": "^1.0",
                "yiisoft/injector": "^1.0"
            },
            "require-dev": {
                "maglnet/composer-require-checker": "^4.7.1",
                "phpunit/phpunit": "^10.5.45",
                "rector/rector": "^2.2.14",
                "roave/infection-static-analysis-plugin": "^1.35",
                "spatie/phpunit-watcher": "^1.24",
                "vimeo/psalm": "^5.26.1 || ^6.9.5",
                "yiisoft/config": "^1.6",
                "yiisoft/di": "^1.3",
                "yiisoft/test-support": "^3.0.2"
            },
            "time": "2025-12-18T20:53:21+00:00",
            "type": "library",
            "extra": {
                "config-plugin": {
                    "di": "di.php",
                    "di-web": "di-web.php",
                    "di-console": "di-console.php",
                    "events-web": [],
                    "params-web": "params-web.php",
                    "events-console": [],
                    "params-console": "params-console.php"
                },
                "config-plugin-options": {
                    "merge-plan-file": "../tests/environment/.merge-plan.php",
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Yii\\Event\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii Event",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "event",
                "yii3"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/yii-event/issues?state=open",
                "source": "https://github.com/yiisoft/yii-event",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/yii-event"
        },
        {
            "name": "yiisoft/yii-http",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/yii-http.git",
                "reference": "c2e7fb9cee4a0f91e8940ee1759ce11eaa479314"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii-http/zipball/c2e7fb9cee4a0f91e8940ee1759ce11eaa479314",
                "reference": "c2e7fb9cee4a0f91e8940ee1759ce11eaa479314",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/http-server-handler": "^1.0",
                "psr/http-server-middleware": "^1.0",
                "yiisoft/http": "^1.2",
                "yiisoft/middleware-dispatcher": "^3.0 || ^4.0 || ^5.0"
            },
            "require-dev": {
                "httpsoft/http-message": "^1.1.6",
                "maglnet/composer-require-checker": "^4.7.1",
                "phpunit/phpunit": "^10.5.53",
                "psr/event-dispatcher": "^1.0",
                "rector/rector": "^2.1.6",
                "roave/infection-static-analysis-plugin": "^1.35",
                "spatie/phpunit-watcher": "^1.24.0",
                "vimeo/psalm": "^5.26.1 || ^6.13.1",
                "yiisoft/test-support": "^3.0.2"
            },
            "time": "2025-12-18T21:00:08+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Yii\\Http\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii HTTP Application",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "application",
                "http",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/yii-http/issues?state=open",
                "source": "https://github.com/yiisoft/yii-http",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/yii-http"
        },
        {
            "name": "yiisoft/yii-runner",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/yii-runner.git",
                "reference": "8412249e76e58a71903df17b06e69900c705af7b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii-runner/zipball/8412249e76e58a71903df17b06e69900c705af7b",
                "reference": "8412249e76e58a71903df17b06e69900c705af7b",
                "shasum": ""
            },
            "require": {
                "php": "8.0 - 8.5",
                "psr/container": "^1.0 || ^2.0",
                "yiisoft/config": "^1.1",
                "yiisoft/definitions": "^1.0 || ^2.0 || ^3.0",
                "yiisoft/di": "^1.0",
                "yiisoft/yii-event": "^2.0"
            },
            "require-dev": {
                "maglnet/composer-require-checker": "^4.4",
                "phpunit/phpunit": "^9.6.22",
                "rector/rector": "^2.0.11",
                "roave/infection-static-analysis-plugin": "^1.25",
                "spatie/phpunit-watcher": "^1.23.6",
                "vimeo/psalm": "^4.30 || ^5.26.1 || ^6.10",
                "yiisoft/test-support": "^3.0.2"
            },
            "suggest": {
                "yiisoft/yii-runner-console": "Allows to run console application",
                "yiisoft/yii-runner-http": "Allows to run HTTP application",
                "yiisoft/yii-runner-roadrunner": "Allows to run HTTP application for RoadRunner"
            },
            "time": "2025-12-19T12:23:49+00:00",
            "type": "library",
            "extra": {
                "config-plugin-options": {
                    "build-merge-plan": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Yii\\Runner\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Yii application runner",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "runner",
                "yii3"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/yii-runner/issues?state=open",
                "source": "https://github.com/yiisoft/yii-runner",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/yii-runner"
        },
        {
            "name": "yiisoft/yii-runner-console",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/yii-runner-console.git",
                "reference": "16ca4daa1c02ef4c9e2d0db4cf30a194467c6a34"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii-runner-console/zipball/16ca4daa1c02ef4c9e2d0db4cf30a194467c6a34",
                "reference": "16ca4daa1c02ef4c9e2d0db4cf30a194467c6a34",
                "shasum": ""
            },
            "require": {
                "php": "8.0 - 8.5",
                "symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0",
                "yiisoft/config": "^1.1",
                "yiisoft/definitions": "^1.0 || ^2.0 || ^3.0",
                "yiisoft/di": "^1.0",
                "yiisoft/yii-console": "^2.0",
                "yiisoft/yii-runner": "^2.2"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.3",
                "codeception/codeception": "^5.1.2",
                "codeception/module-cli": "^2.0.1",
                "rector/rector": "^2.0.11"
            },
            "time": "2025-12-20T07:01:24+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin-options": {
                    "build-merge-plan": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Yii\\Runner\\Console\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Console application runner",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "console",
                "runner",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/yii-runner-console/issues?state=open",
                "source": "https://github.com/yiisoft/yii-runner-console",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/yii-runner-console"
        },
        {
            "name": "yiisoft/yii-runner-http",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/yii-runner-http.git",
                "reference": "f80669e1ff9b87ab6f6f4cec926d11dc1d68e7d6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii-runner-http/zipball/f80669e1ff9b87ab6f6f4cec926d11dc1d68e7d6",
                "reference": "f80669e1ff9b87ab6f6f4cec926d11dc1d68e7d6",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.0 || ^2.0",
                "psr/log": "^3.0",
                "yiisoft/config": "^1.1",
                "yiisoft/definitions": "^1.0 || ^2.0 || ^3.0",
                "yiisoft/di": "^1.0",
                "yiisoft/error-handler": "^4.0",
                "yiisoft/friendly-exception": "^1.1",
                "yiisoft/http": "^1.2",
                "yiisoft/psr-emitter": "^1.0",
                "yiisoft/yii-http": "^1.0",
                "yiisoft/yii-runner": "^2.2"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "httpsoft/http-message": "^1.1.6",
                "phpunit/phpunit": "^10.5.46",
                "rector/rector": "^2.0.18",
                "roave/infection-static-analysis-plugin": "^1.35",
                "spatie/phpunit-watcher": "^1.24",
                "vimeo/psalm": "^5.26.1 || ^6.12",
                "yiisoft/middleware-dispatcher": "^5.2",
                "yiisoft/test-support": "^3.0.2"
            },
            "time": "2025-12-20T07:04:15+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin-options": {
                    "build-merge-plan": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Yii\\Runner\\Http\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "HTTP application runner",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "http",
                "runner",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/yii-runner-http/issues?state=open",
                "source": "https://github.com/yiisoft/yii-runner-http",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/yii-runner-http"
        },
        {
            "name": "yiisoft/yii-view-renderer",
            "version": "7.4.1",
            "version_normalized": "7.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/yiisoft/yii-view-renderer.git",
                "reference": "12d788cf635657138513ea314ecca0078dfb127f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/yiisoft/yii-view-renderer/zipball/12d788cf635657138513ea314ecca0078dfb127f",
                "reference": "12d788cf635657138513ea314ecca0078dfb127f",
                "shasum": ""
            },
            "require": {
                "php": "8.1 - 8.5",
                "psr/container": "^1.0 || ^2.0",
                "psr/http-factory": "^1.1",
                "psr/http-message": "^1.1 | ^2.0",
                "yiisoft/aliases": "^2.0 || ^3.0",
                "yiisoft/csrf": "^1.2 || ^2.0",
                "yiisoft/data-response": "^2.2",
                "yiisoft/friendly-exception": "^1.0",
                "yiisoft/html": "^2.5 || ^3.0 || ^4.0",
                "yiisoft/strings": "^2.0",
                "yiisoft/view": "^12"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.9.1",
                "friendsofphp/php-cs-fixer": "^3.94",
                "httpsoft/http-message": "^1.1.6",
                "nyholm/psr7": "^1.8.2",
                "phpunit/phpunit": "^10.5.63",
                "rector/rector": "^2.3.8",
                "roave/infection-static-analysis-plugin": "^1.35",
                "spatie/phpunit-watcher": "^1.24.4",
                "vimeo/psalm": "^5.26.1 || ^6.15.1",
                "yiisoft/code-style": "^1.0",
                "yiisoft/di": "^1.4.1",
                "yiisoft/psr-dummy-provider": "^1.0.2",
                "yiisoft/test-support": "^3.2.0",
                "yiisoft/yii-debug": "dev-master"
            },
            "time": "2026-03-18T13:13:58+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": true,
                    "target-directory": "tools"
                },
                "config-plugin": {
                    "di-web": "di-web.php",
                    "params": "params.php",
                    "events-web": "events-web.php"
                },
                "config-plugin-options": {
                    "source-directory": "config"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Yiisoft\\Yii\\View\\Renderer\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "PSR-7 compatible view renderer",
            "homepage": "https://www.yiiframework.com/",
            "keywords": [
                "renderer",
                "view",
                "yii"
            ],
            "support": {
                "chat": "https://t.me/yii3en",
                "forum": "https://www.yiiframework.com/forum/",
                "irc": "ircs://irc.libera.chat:6697/yii",
                "issues": "https://github.com/yiisoft/yii-view-renderer/issues?state=open",
                "source": "https://github.com/yiisoft/yii-view-renderer",
                "wiki": "https://www.yiiframework.com/wiki/"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/yiisoft",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/yiisoft",
                    "type": "opencollective"
                }
            ],
            "install-path": "../yiisoft/yii-view-renderer"
        }
    ],
    "dev": true,
    "dev-package-names": [
        "amphp/amp",
        "amphp/byte-stream",
        "amphp/cache",
        "amphp/dns",
        "amphp/parallel",
        "amphp/parser",
        "amphp/pipeline",
        "amphp/process",
        "amphp/serialization",
        "amphp/socket",
        "amphp/sync",
        "behat/gherkin",
        "clue/ndjson-react",
        "codeception/c3",
        "codeception/codeception",
        "codeception/lib-asserts",
        "codeception/lib-innerbrowser",
        "codeception/lib-web",
        "codeception/module-asserts",
        "codeception/module-cli",
        "codeception/module-phpbrowser",
        "codeception/stub",
        "composer/pcre",
        "composer/semver",
        "composer/xdebug-handler",
        "danog/advanced-json-rpc",
        "daverandom/libdns",
        "dnoegel/php-xdg-base-dir",
        "doctrine/deprecations",
        "ergebnis/agent-detector",
        "evenement/evenement",
        "felixfbecker/language-server-protocol",
        "fidry/cpu-core-counter",
        "friendsofphp/php-cs-fixer",
        "graham-campbell/result-type",
        "guzzlehttp/guzzle",
        "guzzlehttp/promises",
        "guzzlehttp/psr7",
        "kelunik/certificate",
        "league/uri",
        "league/uri-interfaces",
        "myclabs/deep-copy",
        "netresearch/jsonmapper",
        "nikic/php-parser",
        "phar-io/manifest",
        "phar-io/version",
        "phpdocumentor/reflection-common",
        "phpdocumentor/reflection-docblock",
        "phpdocumentor/type-resolver",
        "phpoption/phpoption",
        "phpstan/phpdoc-parser",
        "phpstan/phpstan",
        "phpunit/php-code-coverage",
        "phpunit/php-file-iterator",
        "phpunit/php-invoker",
        "phpunit/php-text-template",
        "phpunit/php-timer",
        "phpunit/phpunit",
        "psr/http-client",
        "psy/psysh",
        "ralouphie/getallheaders",
        "react/cache",
        "react/child-process",
        "react/dns",
        "react/event-loop",
        "react/promise",
        "react/socket",
        "react/stream",
        "rector/rector",
        "revolt/event-loop",
        "sebastian/cli-parser",
        "sebastian/code-unit",
        "sebastian/code-unit-reverse-lookup",
        "sebastian/comparator",
        "sebastian/complexity",
        "sebastian/diff",
        "sebastian/environment",
        "sebastian/exporter",
        "sebastian/global-state",
        "sebastian/lines-of-code",
        "sebastian/object-enumerator",
        "sebastian/object-reflector",
        "sebastian/recursion-context",
        "sebastian/type",
        "sebastian/version",
        "shipmonk/composer-dependency-analyser",
        "spatie/array-to-xml",
        "staabm/side-effects-detector",
        "symfony/browser-kit",
        "symfony/css-selector",
        "symfony/dom-crawler",
        "symfony/event-dispatcher",
        "symfony/filesystem",
        "symfony/finder",
        "symfony/options-resolver",
        "symfony/polyfill-php80",
        "symfony/polyfill-php81",
        "symfony/polyfill-php84",
        "symfony/process",
        "symfony/stopwatch",
        "symfony/var-dumper",
        "symfony/yaml",
        "theseer/tokenizer",
        "vimeo/psalm",
        "vlucas/phpdotenv",
        "webmozart/assert"
    ]
}
