{
    "packages": [
        {
            "name": "beste/clock",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/beste/clock.git",
                "reference": "7004b55fcd54737b539886244b3a3b2188181974"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beste/clock/zipball/7004b55fcd54737b539886244b3a3b2188181974",
                "reference": "7004b55fcd54737b539886244b3a3b2188181974",
                "shasum": ""
            },
            "require": {
                "php": "^8.0",
                "psr/clock": "^1.0"
            },
            "provide": {
                "psr/clock-implementation": "1.0"
            },
            "require-dev": {
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.9.1",
                "phpstan/phpstan-phpunit": "^1.2.2",
                "phpstan/phpstan-strict-rules": "^1.4.4",
                "phpunit/phpunit": "^9.5.26",
                "psalm/plugin-phpunit": "^0.16.1",
                "vimeo/psalm": "^4.29"
            },
            "time": "2022-11-26T18:03:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Clock.php"
                ],
                "psr-4": {
                    "Beste\\Clock\\": "src/Clock"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jérôme Gamez",
                    "email": "jerome@gamez.name"
                }
            ],
            "description": "A collection of Clock implementations",
            "keywords": [
                "clock",
                "clock-interface",
                "psr-20",
                "psr20"
            ],
            "support": {
                "issues": "https://github.com/beste/clock/issues",
                "source": "https://github.com/beste/clock/tree/3.0.0"
            },
            "funding": [
                {
                    "url": "https://github.com/jeromegamez",
                    "type": "github"
                }
            ],
            "install-path": "../beste/clock"
        },
        {
            "name": "beste/in-memory-cache",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/beste/in-memory-cache-php.git",
                "reference": "1b9fbfcfbd0b657b90a759ac41b22748501c7f0e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beste/in-memory-cache-php/zipball/1b9fbfcfbd0b657b90a759ac41b22748501c7f0e",
                "reference": "1b9fbfcfbd0b657b90a759ac41b22748501c7f0e",
                "shasum": ""
            },
            "require": {
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
                "psr/cache": "^2.0 || ^3.0",
                "psr/clock": "^1.0"
            },
            "provide": {
                "psr/cache-implementation": "2.0 || 3.0"
            },
            "require-dev": {
                "beste/clock": "^3.0",
                "beste/php-cs-fixer-config": "^3.2.0",
                "friendsofphp/php-cs-fixer": "^3.62.0",
                "phpstan/extension-installer": "^1.4.1",
                "phpstan/phpstan": "^2.0.1",
                "phpstan/phpstan-deprecation-rules": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpstan/phpstan-strict-rules": "^2.0",
                "phpunit/phpunit": "^10.5.2 || ^11.3.1",
                "symfony/var-dumper": "^6.4 || ^7.1.3"
            },
            "suggest": {
                "psr/clock-implementation": "Allows injecting a Clock, for example a frozen clock for testing"
            },
            "time": "2025-09-29T22:05:17+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Beste\\Cache\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jérôme Gamez",
                    "email": "jerome@gamez.name"
                }
            ],
            "description": "A PSR-6 In-Memory cache that can be used as a fallback implementation and/or in tests.",
            "keywords": [
                "beste",
                "cache",
                "psr-6"
            ],
            "support": {
                "issues": "https://github.com/beste/in-memory-cache-php/issues",
                "source": "https://github.com/beste/in-memory-cache-php/tree/1.4.0"
            },
            "funding": [
                {
                    "url": "https://github.com/jeromegamez",
                    "type": "github"
                }
            ],
            "install-path": "../beste/in-memory-cache"
        },
        {
            "name": "beste/json",
            "version": "1.7.0",
            "version_normalized": "1.7.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/beste/json.git",
                "reference": "976525f1ce2323a4e044364269d60b402603e216"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beste/json/zipball/976525f1ce2323a4e044364269d60b402603e216",
                "reference": "976525f1ce2323a4e044364269d60b402603e216",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
            },
            "require-dev": {
                "phpstan/extension-installer": "^1.3",
                "phpstan/phpstan": "^2.0.4",
                "phpstan/phpstan-phpunit": "^2.0.2",
                "phpstan/phpstan-strict-rules": "^2.0.1",
                "phpunit/phpunit": "^10.4.2",
                "rector/rector": "^2.0.3"
            },
            "time": "2025-09-11T23:36:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/Json.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jérôme Gamez",
                    "email": "jerome@gamez.name"
                }
            ],
            "description": "A simple JSON helper to decode and encode JSON",
            "keywords": [
                "helper",
                "json"
            ],
            "support": {
                "issues": "https://github.com/beste/json/issues",
                "source": "https://github.com/beste/json/tree/1.7.0"
            },
            "funding": [
                {
                    "url": "https://github.com/jeromegamez",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/beste/json",
                    "type": "tidelift"
                }
            ],
            "install-path": "../beste/json"
        },
        {
            "name": "brick/math",
            "version": "0.13.1",
            "version_normalized": "0.13.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/brick/math.git",
                "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brick/math/zipball/fc7ed316430118cc7836bf45faff18d5dfc8de04",
                "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.2",
                "phpunit/phpunit": "^10.1",
                "vimeo/psalm": "6.8.8"
            },
            "time": "2025-03-29T13:50:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Brick\\Math\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Arbitrary-precision arithmetic library",
            "keywords": [
                "Arbitrary-precision",
                "BigInteger",
                "BigRational",
                "arithmetic",
                "bigdecimal",
                "bignum",
                "bignumber",
                "brick",
                "decimal",
                "integer",
                "math",
                "mathematics",
                "rational"
            ],
            "support": {
                "issues": "https://github.com/brick/math/issues",
                "source": "https://github.com/brick/math/tree/0.13.1"
            },
            "funding": [
                {
                    "url": "https://github.com/BenMorel",
                    "type": "github"
                }
            ],
            "install-path": "../brick/math"
        },
        {
            "name": "cuyz/valinor",
            "version": "2.3.1",
            "version_normalized": "2.3.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/CuyZ/Valinor.git",
                "reference": "212835b2efb89becd9881f4836e9b0b32ea105bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/CuyZ/Valinor/zipball/212835b2efb89becd9881f4836e9b0b32ea105bf",
                "reference": "212835b2efb89becd9881f4836e9b0b32ea105bf",
                "shasum": ""
            },
            "require": {
                "composer-runtime-api": "^2.0",
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
            },
            "conflict": {
                "phpstan/phpstan": "<1.0 || >= 3.0",
                "vimeo/psalm": "<5.0 || >=7.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.4",
                "infection/infection": "^0.31",
                "marcocesarato/php-conventional-changelog": "^1.12",
                "mikey179/vfsstream": "^1.6.10",
                "phpbench/phpbench": "^1.3",
                "phpstan/phpstan": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpstan/phpstan-strict-rules": "^2.0",
                "phpunit/phpunit": "^10.5",
                "rector/rector": "^2.0",
                "vimeo/psalm": "^6.0"
            },
            "time": "2025-10-21T12:16:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "CuyZ\\Valinor\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Romain Canon",
                    "email": "romain.hydrocanon@gmail.com",
                    "homepage": "https://github.com/romm"
                }
            ],
            "description": "Library that helps to map any input into a strongly-typed value object structure.",
            "homepage": "https://github.com/CuyZ/Valinor",
            "keywords": [
                "array",
                "conversion",
                "hydrator",
                "json",
                "mapper",
                "mapping",
                "object",
                "tree",
                "yaml"
            ],
            "support": {
                "issues": "https://github.com/CuyZ/Valinor/issues",
                "source": "https://github.com/CuyZ/Valinor/tree/2.3.1"
            },
            "funding": [
                {
                    "url": "https://github.com/romm",
                    "type": "github"
                }
            ],
            "install-path": "../cuyz/valinor"
        },
        {
            "name": "fig/http-message-util",
            "version": "1.1.5",
            "version_normalized": "1.1.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message-util.git",
                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/http-message-util/zipball/9d94dc0154230ac39e5bf89398b324a86f63f765",
                "reference": "9d94dc0154230ac39e5bf89398b324a86f63f765",
                "shasum": ""
            },
            "require": {
                "php": "^5.3 || ^7.0 || ^8.0"
            },
            "suggest": {
                "psr/http-message": "The package containing the PSR-7 interfaces"
            },
            "time": "2020-11-24T22:02:12+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Fig\\Http\\Message\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "issues": "https://github.com/php-fig/http-message-util/issues",
                "source": "https://github.com/php-fig/http-message-util/tree/1.1.5"
            },
            "install-path": "../fig/http-message-util"
        },
        {
            "name": "firebase/php-jwt",
            "version": "v7.0.5",
            "version_normalized": "7.0.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/firebase/php-jwt.git",
                "reference": "47ad26bab5e7c70ae8a6f08ed25ff83631121380"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/47ad26bab5e7c70ae8a6f08ed25ff83631121380",
                "reference": "47ad26bab5e7c70ae8a6f08ed25ff83631121380",
                "shasum": ""
            },
            "require": {
                "php": "^8.0"
            },
            "require-dev": {
                "guzzlehttp/guzzle": "^7.4",
                "phpfastcache/phpfastcache": "^9.2",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.5",
                "psr/cache": "^2.0||^3.0",
                "psr/http-client": "^1.0",
                "psr/http-factory": "^1.0"
            },
            "suggest": {
                "ext-sodium": "Support EdDSA (Ed25519) signatures",
                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
            },
            "time": "2026-04-01T20:38:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Firebase\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Neuman Vong",
                    "email": "neuman+pear@twilio.com",
                    "role": "Developer"
                },
                {
                    "name": "Anant Narayanan",
                    "email": "anant@php.net",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
            "homepage": "https://github.com/firebase/php-jwt",
            "keywords": [
                "jwt",
                "php"
            ],
            "support": {
                "issues": "https://github.com/firebase/php-jwt/issues",
                "source": "https://github.com/firebase/php-jwt/tree/v7.0.5"
            },
            "install-path": "../firebase/php-jwt"
        },
        {
            "name": "google/auth",
            "version": "v1.50.1",
            "version_normalized": "1.50.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/google-auth-library-php.git",
                "reference": "870c17ee3a1d73338d39a9ffa77a700ba77f5a83"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/870c17ee3a1d73338d39a9ffa77a700ba77f5a83",
                "reference": "870c17ee3a1d73338d39a9ffa77a700ba77f5a83",
                "shasum": ""
            },
            "require": {
                "firebase/php-jwt": "^6.0||^7.0",
                "guzzlehttp/guzzle": "^7.4.5",
                "guzzlehttp/psr7": "^2.4.5",
                "php": "^8.1",
                "psr/cache": "^2.0||^3.0",
                "psr/http-message": "^1.1||^2.0",
                "psr/log": "^2.0||^3.0"
            },
            "require-dev": {
                "guzzlehttp/promises": "^2.0",
                "kelvinmo/simplejwt": "^1.1.0",
                "phpseclib/phpseclib": "^3.0.35",
                "phpspec/prophecy-phpunit": "^2.1",
                "phpunit/phpunit": "^9.6",
                "sebastian/comparator": ">=1.2.3",
                "squizlabs/php_codesniffer": "^4.0",
                "symfony/filesystem": "^6.3||^7.3",
                "symfony/process": "^6.0||^7.0",
                "webmozart/assert": "^1.11||^2.0"
            },
            "suggest": {
                "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
            },
            "time": "2026-03-18T20:03:29+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Auth\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google Auth Library for PHP",
            "homepage": "https://github.com/google/google-auth-library-php",
            "keywords": [
                "Authentication",
                "google",
                "oauth2"
            ],
            "support": {
                "docs": "https://cloud.google.com/php/docs/reference/auth/latest",
                "issues": "https://github.com/googleapis/google-auth-library-php/issues",
                "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.50.1"
            },
            "install-path": "../google/auth"
        },
        {
            "name": "google/cloud-core",
            "version": "v1.71.2",
            "version_normalized": "1.71.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/google-cloud-php-core.git",
                "reference": "1030847fcbb6b2ae70c48379cc5dbc7603f8faac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/1030847fcbb6b2ae70c48379cc5dbc7603f8faac",
                "reference": "1030847fcbb6b2ae70c48379cc5dbc7603f8faac",
                "shasum": ""
            },
            "require": {
                "google/auth": "^1.34",
                "google/gax": "^1.38.0",
                "guzzlehttp/guzzle": "^6.5.8||^7.4.4",
                "guzzlehttp/promises": "^1.4||^2.0",
                "guzzlehttp/psr7": "^2.6",
                "monolog/monolog": "^2.9||^3.0",
                "php": "^8.1",
                "psr/http-message": "^1.0||^2.0",
                "rize/uri-template": "~0.3||~0.4"
            },
            "require-dev": {
                "erusev/parsedown": "^1.6",
                "google/cloud-common-protos": "~0.5||^1.0",
                "nikic/php-parser": "^5.6",
                "opis/closure": "^3.7|^4.0",
                "phpdocumentor/reflection": "^6.0",
                "phpdocumentor/reflection-docblock": "^5.3.3||^6.0",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.0",
                "squizlabs/php_codesniffer": "2.*"
            },
            "suggest": {
                "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
                "symfony/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9"
            },
            "time": "2026-03-17T23:07:39+00:00",
            "bin": [
                "bin/google-cloud-batch"
            ],
            "type": "library",
            "extra": {
                "component": {
                    "id": "cloud-core",
                    "path": "Core",
                    "entry": "src/ServiceBuilder.php",
                    "target": "googleapis/google-cloud-php-core.git"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Cloud\\Core\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
            "support": {
                "source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.71.2"
            },
            "install-path": "../google/cloud-core"
        },
        {
            "name": "google/cloud-storage",
            "version": "v1.50.0",
            "version_normalized": "1.50.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/google-cloud-php-storage.git",
                "reference": "8ca5b85ed33776f532bbbf8ae2b34933148c05d2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/8ca5b85ed33776f532bbbf8ae2b34933148c05d2",
                "reference": "8ca5b85ed33776f532bbbf8ae2b34933148c05d2",
                "shasum": ""
            },
            "require": {
                "google/cloud-core": "^1.57",
                "php": "^8.1",
                "ramsey/uuid": "^4.2.3"
            },
            "require-dev": {
                "erusev/parsedown": "^1.6",
                "google/cloud-pubsub": "^2.0",
                "phpdocumentor/reflection": "^5.3.3||^6.0",
                "phpdocumentor/reflection-docblock": "^5.3.3||^6.0",
                "phpseclib/phpseclib": "^2.0||^3.0",
                "phpspec/prophecy-phpunit": "^2.0",
                "phpunit/phpunit": "^9.0",
                "squizlabs/php_codesniffer": "2.*"
            },
            "suggest": {
                "google/cloud-pubsub": "May be used to register a topic to receive bucket notifications.",
                "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
            },
            "time": "2026-03-23T23:35:56+00:00",
            "type": "library",
            "extra": {
                "component": {
                    "id": "cloud-storage",
                    "path": "Storage",
                    "entry": "src/StorageClient.php",
                    "target": "googleapis/google-cloud-php-storage.git"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Cloud\\Storage\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Cloud Storage Client for PHP",
            "support": {
                "source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.50.0"
            },
            "install-path": "../google/cloud-storage"
        },
        {
            "name": "google/common-protos",
            "version": "4.13.0",
            "version_normalized": "4.13.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/common-protos-php.git",
                "reference": "d9890769dbd7b1f240596db35ddaaec0cfe12cb4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/d9890769dbd7b1f240596db35ddaaec0cfe12cb4",
                "reference": "d9890769dbd7b1f240596db35ddaaec0cfe12cb4",
                "shasum": ""
            },
            "require": {
                "google/protobuf": "^4.31||^5.0",
                "php": "^8.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.6"
            },
            "time": "2026-03-31T19:52:22+00:00",
            "type": "library",
            "extra": {
                "component": {
                    "id": "common-protos",
                    "path": "CommonProtos",
                    "entry": "README.md",
                    "target": "googleapis/common-protos-php.git"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Api\\": "src/Api",
                    "Google\\Iam\\": "src/Iam",
                    "Google\\Rpc\\": "src/Rpc",
                    "Google\\Type\\": "src/Type",
                    "Google\\Cloud\\": "src/Cloud",
                    "GPBMetadata\\Google\\Api\\": "metadata/Api",
                    "GPBMetadata\\Google\\Iam\\": "metadata/Iam",
                    "GPBMetadata\\Google\\Rpc\\": "metadata/Rpc",
                    "GPBMetadata\\Google\\Type\\": "metadata/Type",
                    "GPBMetadata\\Google\\Cloud\\": "metadata/Cloud",
                    "GPBMetadata\\Google\\Logging\\": "metadata/Logging"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google API Common Protos for PHP",
            "homepage": "https://github.com/googleapis/common-protos-php",
            "keywords": [
                "google"
            ],
            "support": {
                "source": "https://github.com/googleapis/common-protos-php/tree/v4.13.0"
            },
            "install-path": "../google/common-protos"
        },
        {
            "name": "google/gax",
            "version": "v1.42.1",
            "version_normalized": "1.42.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/gax-php.git",
                "reference": "ab334c4869f4f16b6112acc95972a97b81dbfdda"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/gax-php/zipball/ab334c4869f4f16b6112acc95972a97b81dbfdda",
                "reference": "ab334c4869f4f16b6112acc95972a97b81dbfdda",
                "shasum": ""
            },
            "require": {
                "google/auth": "^1.49",
                "google/common-protos": "^4.4",
                "google/grpc-gcp": "^0.4",
                "google/longrunning": "~0.4",
                "google/protobuf": "^4.31||^5.0",
                "grpc/grpc": "^1.13",
                "guzzlehttp/promises": "^2.0",
                "guzzlehttp/psr7": "^2.0",
                "php": "^8.1",
                "ramsey/uuid": "^4.0"
            },
            "conflict": {
                "ext-protobuf": "<4.31.0"
            },
            "require-dev": {
                "google/cloud-tools": "^0.16.1",
                "phpspec/prophecy-phpunit": "^2.1",
                "phpstan/phpstan": "^2.0",
                "phpunit/phpunit": "^9.6"
            },
            "time": "2026-03-12T21:22:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\ApiCore\\": "src",
                    "GPBMetadata\\ApiCore\\": "metadata/ApiCore"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Google API Core for PHP",
            "homepage": "https://github.com/googleapis/gax-php",
            "keywords": [
                "google"
            ],
            "support": {
                "issues": "https://github.com/googleapis/gax-php/issues",
                "source": "https://github.com/googleapis/gax-php/tree/v1.42.1"
            },
            "install-path": "../google/gax"
        },
        {
            "name": "google/grpc-gcp",
            "version": "0.4.2",
            "version_normalized": "0.4.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git",
                "reference": "1049c0c15b6a1789fdeb52af688a94d540932469"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/1049c0c15b6a1789fdeb52af688a94d540932469",
                "reference": "1049c0c15b6a1789fdeb52af688a94d540932469",
                "shasum": ""
            },
            "require": {
                "google/auth": "^1.3",
                "google/protobuf": "^v3.25.3||^4.26.1||^5.0",
                "grpc/grpc": "^v1.13.0",
                "php": "^8.0",
                "psr/cache": "^1.0.1||^2.0.0||^3.0.0"
            },
            "require-dev": {
                "google/cloud-spanner": "^1.7",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2026-03-12T22:56:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Grpc\\Gcp\\": "src/"
                },
                "classmap": [
                    "src/generated/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "gRPC GCP library for channel management",
            "support": {
                "issues": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/issues",
                "source": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/tree/v0.4.2"
            },
            "install-path": "../google/grpc-gcp"
        },
        {
            "name": "google/longrunning",
            "version": "0.7.1",
            "version_normalized": "0.7.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/googleapis/php-longrunning.git",
                "reference": "cac9bedf199239ae2b1acd4a8e4ea2276bd9f55a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/googleapis/php-longrunning/zipball/cac9bedf199239ae2b1acd4a8e4ea2276bd9f55a",
                "reference": "cac9bedf199239ae2b1acd4a8e4ea2276bd9f55a",
                "shasum": ""
            },
            "require-dev": {
                "google/gax": "^1.38.0",
                "phpunit/phpunit": "^9.0"
            },
            "time": "2026-03-31T19:52:22+00:00",
            "type": "library",
            "extra": {
                "component": {
                    "id": "longrunning",
                    "path": "LongRunning",
                    "entry": null,
                    "target": "googleapis/php-longrunning"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\LongRunning\\": "src/LongRunning",
                    "Google\\ApiCore\\LongRunning\\": "src/ApiCore/LongRunning",
                    "GPBMetadata\\Google\\Longrunning\\": "metadata/Longrunning"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "Google LongRunning Client for PHP",
            "support": {
                "source": "https://github.com/googleapis/php-longrunning/tree/v0.7.1"
            },
            "install-path": "../google/longrunning"
        },
        {
            "name": "google/protobuf",
            "version": "v4.33.6",
            "version_normalized": "4.33.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/protocolbuffers/protobuf-php.git",
                "reference": "84b008c23915ed94536737eae46f41ba3bccfe67"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/84b008c23915ed94536737eae46f41ba3bccfe67",
                "reference": "84b008c23915ed94536737eae46f41ba3bccfe67",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1.0"
            },
            "require-dev": {
                "phpunit/phpunit": ">=10.5.62 <11.0.0"
            },
            "suggest": {
                "ext-bcmath": "Need to support JSON deserialization"
            },
            "time": "2026-03-18T17:32:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Google\\Protobuf\\": "src/Google/Protobuf",
                    "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "description": "proto library for PHP",
            "homepage": "https://developers.google.com/protocol-buffers/",
            "keywords": [
                "proto"
            ],
            "support": {
                "source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.33.6"
            },
            "install-path": "../google/protobuf"
        },
        {
            "name": "grpc/grpc",
            "version": "1.80.0",
            "version_normalized": "1.80.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/grpc/grpc-php.git",
                "reference": "a0dc463d5d5064cdd7ff344f13f61d7e233f9b5a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/grpc/grpc-php/zipball/a0dc463d5d5064cdd7ff344f13f61d7e233f9b5a",
                "reference": "a0dc463d5d5064cdd7ff344f13f61d7e233f9b5a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.0"
            },
            "require-dev": {
                "google/auth": "^v1.3.0"
            },
            "suggest": {
                "ext-protobuf": "For better performance, install the protobuf C extension.",
                "google/protobuf": "To get started using grpc quickly, install the native protobuf library."
            },
            "time": "2026-03-30T09:22:39+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Grpc\\": "src/lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "description": "gRPC library for PHP",
            "homepage": "https://grpc.io",
            "keywords": [
                "rpc"
            ],
            "support": {
                "source": "https://github.com/grpc/grpc-php/tree/v1.80.0"
            },
            "install-path": "../grpc/grpc"
        },
        {
            "name": "guzzlehttp/guzzle",
            "version": "7.10.0",
            "version_normalized": "7.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/guzzle.git",
                "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
                "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp/promises": "^2.3",
                "guzzlehttp/psr7": "^2.8",
                "php": "^7.2.5 || ^8.0",
                "psr/http-client": "^1.0",
                "symfony/deprecation-contracts": "^2.2 || ^3.0"
            },
            "provide": {
                "psr/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.8.2",
                "ext-curl": "*",
                "guzzle/client-integration-tests": "3.0.2",
                "php-http/message-factory": "^1.1",
                "phpunit/phpunit": "^8.5.39 || ^9.6.20",
                "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": "2025-08-23T22:36:01+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.10.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.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/promises.git",
                "reference": "481557b130ef3790cf82b713667b43030dc9c957"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
                "reference": "481557b130ef3790cf82b713667b43030dc9c957",
                "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"
            },
            "time": "2025-08-22T14:34:08+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.3.0"
            },
            "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.9.0",
            "version_normalized": "2.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/guzzle/psr7.git",
                "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884",
                "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "psr/http-factory": "^1.0",
                "psr/http-message": "^1.1 || ^2.0",
                "ralouphie/getallheaders": "^3.0"
            },
            "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": "0.9.0",
                "jshttp/mime-db": "1.54.0.1",
                "phpunit/phpunit": "^8.5.44 || ^9.6.25"
            },
            "suggest": {
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2026-03-10T16:41:02+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.9.0"
            },
            "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": "kreait/firebase-php",
            "version": "7.24.1",
            "version_normalized": "7.24.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/beste/firebase-php.git",
                "reference": "935292e2af33af0120654ce704f1dc8f1c03025b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beste/firebase-php/zipball/935292e2af33af0120654ce704f1dc8f1c03025b",
                "reference": "935292e2af33af0120654ce704f1dc8f1c03025b",
                "shasum": ""
            },
            "require": {
                "beste/clock": "^3.0",
                "beste/in-memory-cache": "^1.3.1",
                "beste/json": "^1.5.1",
                "cuyz/valinor": "^2.2.1",
                "ext-ctype": "*",
                "ext-filter": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "fig/http-message-util": "^1.1.5",
                "firebase/php-jwt": "^6.10.2 || ^7.0.2",
                "google/auth": "^1.45",
                "google/cloud-storage": "^1.48.7",
                "guzzlehttp/guzzle": "^7.9.2",
                "guzzlehttp/promises": "^2.0.4",
                "guzzlehttp/psr7": "^2.7",
                "kreait/firebase-tokens": "^5.2",
                "lcobucci/jwt": "^5.3",
                "mtdowling/jmespath.php": "^2.8.0",
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
                "psr/cache": "^2.0 || ^3.0",
                "psr/clock": "^1.0",
                "psr/http-client": "^1.0.3",
                "psr/http-factory": "^1.1",
                "psr/http-message": "^1.1 || ^2.0",
                "psr/log": "^3.0.2"
            },
            "require-dev": {
                "google/cloud-firestore": "^1.54.2",
                "php-cs-fixer/shim": "^3.88.2",
                "phpstan/extension-installer": "^1.4.3",
                "phpstan/phpstan": "^2.1.31",
                "phpstan/phpstan-deprecation-rules": "^2.0.3",
                "phpstan/phpstan-phpunit": "^2.0.7",
                "phpstan/phpstan-strict-rules": "^2.0.7",
                "phpunit/phpunit": "^10.5.58",
                "rector/rector": "^2.2.2",
                "shipmonk/composer-dependency-analyser": "^1.8.3",
                "symfony/var-dumper": "^6.4.15 || ^7.3.4",
                "vlucas/phpdotenv": "^5.6.2"
            },
            "suggest": {
                "google/cloud-firestore": "^1.0 to use the Firestore component"
            },
            "time": "2026-02-18T23:43:18+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-7.x": "7.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Kreait\\Firebase\\": "src/Firebase"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jérôme Gamez",
                    "homepage": "https://github.com/jeromegamez"
                }
            ],
            "description": "Firebase Admin SDK",
            "homepage": "https://github.com/kreait/firebase-php",
            "keywords": [
                "api",
                "database",
                "firebase",
                "google",
                "sdk"
            ],
            "support": {
                "docs": "https://firebase-php.readthedocs.io",
                "issues": "https://github.com/kreait/firebase-php/issues",
                "source": "https://github.com/kreait/firebase-php"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/jeromegamez",
                    "type": "github"
                }
            ],
            "install-path": "../kreait/firebase-php"
        },
        {
            "name": "kreait/firebase-tokens",
            "version": "5.3.0",
            "version_normalized": "5.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/beste/firebase-tokens-php.git",
                "reference": "5dc119c8c29fcab1fb3a35ed5164dee0d33e4430"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/beste/firebase-tokens-php/zipball/5dc119c8c29fcab1fb3a35ed5164dee0d33e4430",
                "reference": "5dc119c8c29fcab1fb3a35ed5164dee0d33e4430",
                "shasum": ""
            },
            "require": {
                "beste/clock": "^3.0",
                "ext-json": "*",
                "ext-openssl": "*",
                "fig/http-message-util": "^1.1.5",
                "guzzlehttp/guzzle": "^7.8",
                "lcobucci/jwt": "^5.2",
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
                "psr/cache": "^1.0|^2.0|^3.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.62.0",
                "phpstan/extension-installer": "^1.4.1",
                "phpstan/phpstan": "^2.1",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpunit/phpunit": "^10.5.30",
                "rector/rector": "^2.1",
                "symfony/cache": "^6.4.3 || ^7.1.3",
                "symfony/var-dumper": "^6.4.3 || ^7.1.3"
            },
            "suggest": {
                "psr/cache-implementation": "to cache fetched remote public keys"
            },
            "time": "2025-09-11T23:24:49+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Kreait\\Firebase\\JWT\\": "src/JWT"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jérôme Gamez",
                    "homepage": "https://github.com/jeromegamez"
                }
            ],
            "description": "A library to work with Firebase tokens",
            "homepage": "https://github.com/kreait/firebase-token-php",
            "keywords": [
                "Authentication",
                "auth",
                "firebase",
                "google",
                "token"
            ],
            "support": {
                "issues": "https://github.com/beste/firebase-tokens-php/issues",
                "source": "https://github.com/beste/firebase-tokens-php/tree/5.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/sponsors/jeromegamez",
                    "type": "github"
                }
            ],
            "install-path": "../kreait/firebase-tokens"
        },
        {
            "name": "lcobucci/jwt",
            "version": "5.3.0",
            "version_normalized": "5.3.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lcobucci/jwt.git",
                "reference": "08071d8d2c7f4b00222cc4b1fb6aa46990a80f83"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/08071d8d2c7f4b00222cc4b1fb6aa46990a80f83",
                "reference": "08071d8d2c7f4b00222cc4b1fb6aa46990a80f83",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-sodium": "*",
                "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
                "psr/clock": "^1.0"
            },
            "require-dev": {
                "infection/infection": "^0.27.0",
                "lcobucci/clock": "^3.0",
                "lcobucci/coding-standard": "^11.0",
                "phpbench/phpbench": "^1.2.9",
                "phpstan/extension-installer": "^1.2",
                "phpstan/phpstan": "^1.10.7",
                "phpstan/phpstan-deprecation-rules": "^1.1.3",
                "phpstan/phpstan-phpunit": "^1.3.10",
                "phpstan/phpstan-strict-rules": "^1.5.0",
                "phpunit/phpunit": "^10.2.6"
            },
            "suggest": {
                "lcobucci/clock": ">= 3.0"
            },
            "time": "2024-04-11T23:07:54+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Lcobucci\\JWT\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Luís Cobucci",
                    "email": "lcobucci@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
            "keywords": [
                "JWS",
                "jwt"
            ],
            "support": {
                "issues": "https://github.com/lcobucci/jwt/issues",
                "source": "https://github.com/lcobucci/jwt/tree/5.3.0"
            },
            "funding": [
                {
                    "url": "https://github.com/lcobucci",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/lcobucci",
                    "type": "patreon"
                }
            ],
            "install-path": "../lcobucci/jwt"
        },
        {
            "name": "monolog/monolog",
            "version": "3.10.0",
            "version_normalized": "3.10.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Seldaek/monolog.git",
                "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0",
                "reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1",
                "psr/log": "^2.0 || ^3.0"
            },
            "provide": {
                "psr/log-implementation": "3.0.0"
            },
            "require-dev": {
                "aws/aws-sdk-php": "^3.0",
                "doctrine/couchdb": "~1.0@dev",
                "elasticsearch/elasticsearch": "^7 || ^8",
                "ext-json": "*",
                "graylog2/gelf-php": "^1.4.2 || ^2.0",
                "guzzlehttp/guzzle": "^7.4.5",
                "guzzlehttp/psr7": "^2.2",
                "mongodb/mongodb": "^1.8 || ^2.0",
                "php-amqplib/php-amqplib": "~2.4 || ^3",
                "php-console/php-console": "^3.1.8",
                "phpstan/phpstan": "^2",
                "phpstan/phpstan-deprecation-rules": "^2",
                "phpstan/phpstan-strict-rules": "^2",
                "phpunit/phpunit": "^10.5.17 || ^11.0.7",
                "predis/predis": "^1.1 || ^2",
                "rollbar/rollbar": "^4.0",
                "ruflin/elastica": "^7 || ^8",
                "symfony/mailer": "^5.4 || ^6",
                "symfony/mime": "^5.4 || ^6"
            },
            "suggest": {
                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
                "ext-mbstring": "Allow to work properly with unicode symbols",
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
                "ext-openssl": "Required to send log messages using SSL",
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
            },
            "time": "2026-01-02T08:56:05+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Monolog\\": "src/Monolog"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https://seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "https://github.com/Seldaek/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "support": {
                "issues": "https://github.com/Seldaek/monolog/issues",
                "source": "https://github.com/Seldaek/monolog/tree/3.10.0"
            },
            "funding": [
                {
                    "url": "https://github.com/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                    "type": "tidelift"
                }
            ],
            "install-path": "../monolog/monolog"
        },
        {
            "name": "mtdowling/jmespath.php",
            "version": "2.8.0",
            "version_normalized": "2.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/jmespath/jmespath.php.git",
                "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
                "reference": "a2a865e05d5f420b50cc2f85bb78d565db12a6bc",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0",
                "symfony/polyfill-mbstring": "^1.17"
            },
            "require-dev": {
                "composer/xdebug-handler": "^3.0.3",
                "phpunit/phpunit": "^8.5.33"
            },
            "time": "2024-09-04T18:46:31+00:00",
            "bin": [
                "bin/jp.php"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.8-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/JmesPath.php"
                ],
                "psr-4": {
                    "JmesPath\\": "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"
                }
            ],
            "description": "Declaratively specify how to extract elements from a JSON document",
            "keywords": [
                "json",
                "jsonpath"
            ],
            "support": {
                "issues": "https://github.com/jmespath/jmespath.php/issues",
                "source": "https://github.com/jmespath/jmespath.php/tree/2.8.0"
            },
            "install-path": "../mtdowling/jmespath.php"
        },
        {
            "name": "paragonie/sodium_compat",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/sodium_compat.git",
                "reference": "4714da6efdc782c06690bc72ce34fae7941c2d9f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/4714da6efdc782c06690bc72ce34fae7941c2d9f",
                "reference": "4714da6efdc782c06690bc72ce34fae7941c2d9f",
                "shasum": ""
            },
            "require": {
                "php": "^8.1",
                "php-64bit": "*"
            },
            "require-dev": {
                "infection/infection": "^0",
                "nikic/php-fuzzer": "^0",
                "phpunit/phpunit": "^7|^8|^9|^10|^11",
                "vimeo/psalm": "^4|^5|^6"
            },
            "suggest": {
                "ext-sodium": "Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
            },
            "time": "2025-12-30T16:12:18+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "autoload.php"
                ],
                "psr-4": {
                    "ParagonIE\\Sodium\\": "namespaced/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "ISC"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com"
                },
                {
                    "name": "Frank Denis",
                    "email": "jedisct1@pureftpd.org"
                }
            ],
            "description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
            "keywords": [
                "Authentication",
                "BLAKE2b",
                "ChaCha20",
                "ChaCha20-Poly1305",
                "Chapoly",
                "Curve25519",
                "Ed25519",
                "EdDSA",
                "Edwards-curve Digital Signature Algorithm",
                "Elliptic Curve Diffie-Hellman",
                "Poly1305",
                "Pure-PHP cryptography",
                "RFC 7748",
                "RFC 8032",
                "Salpoly",
                "Salsa20",
                "X25519",
                "XChaCha20-Poly1305",
                "XSalsa20-Poly1305",
                "Xchacha20",
                "Xsalsa20",
                "aead",
                "cryptography",
                "ecdh",
                "elliptic curve",
                "elliptic curve cryptography",
                "encryption",
                "libsodium",
                "php",
                "public-key cryptography",
                "secret-key cryptography",
                "side-channel resistant"
            ],
            "support": {
                "issues": "https://github.com/paragonie/sodium_compat/issues",
                "source": "https://github.com/paragonie/sodium_compat/tree/v2.5.0"
            },
            "install-path": "../paragonie/sodium_compat"
        },
        {
            "name": "psr/cache",
            "version": "3.0.0",
            "version_normalized": "3.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/cache.git",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2021-02-03T23:26:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Cache\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https://github.com/php-fig/cache/tree/3.0.0"
            },
            "install-path": "../psr/cache"
        },
        {
            "name": "psr/clock",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/clock.git",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0"
            },
            "time": "2022-11-25T14:36:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Clock\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for reading the clock.",
            "homepage": "https://github.com/php-fig/clock",
            "keywords": [
                "clock",
                "now",
                "psr",
                "psr-20",
                "time"
            ],
            "support": {
                "issues": "https://github.com/php-fig/clock/issues",
                "source": "https://github.com/php-fig/clock/tree/1.0.0"
            },
            "install-path": "../psr/clock"
        },
        {
            "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/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": "pusher/pusher-php-server",
            "version": "7.2.7",
            "version_normalized": "7.2.7.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pusher/pusher-http-php.git",
                "reference": "148b0b5100d000ed57195acdf548a2b1b38ee3f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/148b0b5100d000ed57195acdf548a2b1b38ee3f7",
                "reference": "148b0b5100d000ed57195acdf548a2b1b38ee3f7",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "guzzlehttp/guzzle": "^7.2",
                "paragonie/sodium_compat": "^1.6|^2.0",
                "php": "^7.3|^8.0",
                "psr/log": "^1.0|^2.0|^3.0"
            },
            "require-dev": {
                "overtrue/phplint": "^2.3",
                "phpunit/phpunit": "^9.3"
            },
            "time": "2025-01-06T10:56:20+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Pusher\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Library for interacting with the Pusher REST API",
            "keywords": [
                "events",
                "messaging",
                "php-pusher-server",
                "publish",
                "push",
                "pusher",
                "real time",
                "real-time",
                "realtime",
                "rest",
                "trigger"
            ],
            "support": {
                "issues": "https://github.com/pusher/pusher-http-php/issues",
                "source": "https://github.com/pusher/pusher-http-php/tree/7.2.7"
            },
            "install-path": "../pusher/pusher-php-server"
        },
        {
            "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": "ramsey/collection",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/collection.git",
                "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
                "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
                "shasum": ""
            },
            "require": {
                "php": "^8.1"
            },
            "require-dev": {
                "captainhook/plugin-composer": "^5.3",
                "ergebnis/composer-normalize": "^2.45",
                "fakerphp/faker": "^1.24",
                "hamcrest/hamcrest-php": "^2.0",
                "jangregor/phpstan-prophecy": "^2.1",
                "mockery/mockery": "^1.6",
                "php-parallel-lint/php-console-highlighter": "^1.0",
                "php-parallel-lint/php-parallel-lint": "^1.4",
                "phpspec/prophecy-phpunit": "^2.3",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^2.1",
                "phpstan/phpstan-mockery": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpunit/phpunit": "^10.5",
                "ramsey/coding-standard": "^2.3",
                "ramsey/conventional-commits": "^1.6",
                "roave/security-advisories": "dev-latest"
            },
            "time": "2025-03-22T05:38:12+00:00",
            "type": "library",
            "extra": {
                "captainhook": {
                    "force-install": true
                },
                "ramsey/conventional-commits": {
                    "configFile": "conventional-commits.json"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Ramsey\\Collection\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ben Ramsey",
                    "email": "ben@benramsey.com",
                    "homepage": "https://benramsey.com"
                }
            ],
            "description": "A PHP library for representing and manipulating collections.",
            "keywords": [
                "array",
                "collection",
                "hash",
                "map",
                "queue",
                "set"
            ],
            "support": {
                "issues": "https://github.com/ramsey/collection/issues",
                "source": "https://github.com/ramsey/collection/tree/2.1.1"
            },
            "install-path": "../ramsey/collection"
        },
        {
            "name": "ramsey/uuid",
            "version": "4.9.2",
            "version_normalized": "4.9.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ramsey/uuid.git",
                "reference": "8429c78ca35a09f27565311b98101e2826affde0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ramsey/uuid/zipball/8429c78ca35a09f27565311b98101e2826affde0",
                "reference": "8429c78ca35a09f27565311b98101e2826affde0",
                "shasum": ""
            },
            "require": {
                "brick/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14",
                "php": "^8.0",
                "ramsey/collection": "^1.2 || ^2.0"
            },
            "replace": {
                "rhumsaa/uuid": "self.version"
            },
            "require-dev": {
                "captainhook/captainhook": "^5.25",
                "captainhook/plugin-composer": "^5.3",
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "ergebnis/composer-normalize": "^2.47",
                "mockery/mockery": "^1.6",
                "paragonie/random-lib": "^2",
                "php-mock/php-mock": "^2.6",
                "php-mock/php-mock-mockery": "^1.5",
                "php-parallel-lint/php-parallel-lint": "^1.4.0",
                "phpbench/phpbench": "^1.2.14",
                "phpstan/extension-installer": "^1.4",
                "phpstan/phpstan": "^2.1",
                "phpstan/phpstan-mockery": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpunit/phpunit": "^9.6",
                "slevomat/coding-standard": "^8.18",
                "squizlabs/php_codesniffer": "^3.13"
            },
            "suggest": {
                "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
            },
            "time": "2025-12-14T04:43:48+00:00",
            "type": "library",
            "extra": {
                "captainhook": {
                    "force-install": true
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/functions.php"
                ],
                "psr-4": {
                    "Ramsey\\Uuid\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
            "keywords": [
                "guid",
                "identifier",
                "uuid"
            ],
            "support": {
                "issues": "https://github.com/ramsey/uuid/issues",
                "source": "https://github.com/ramsey/uuid/tree/4.9.2"
            },
            "install-path": "../ramsey/uuid"
        },
        {
            "name": "rize/uri-template",
            "version": "0.4.1",
            "version_normalized": "0.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/rize/UriTemplate.git",
                "reference": "abb53c8b73a5b6c24e11f49036ab842f560cad33"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/rize/UriTemplate/zipball/abb53c8b73a5b6c24e11f49036ab842f560cad33",
                "reference": "abb53c8b73a5b6c24e11f49036ab842f560cad33",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^3.63",
                "phpstan/phpstan": "^1.12",
                "phpunit/phpunit": "~10.0"
            },
            "time": "2025-12-02T15:19:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Rize\\": "src/Rize"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marut K",
                    "homepage": "http://twitter.com/rezigned"
                }
            ],
            "description": "PHP URI Template (RFC 6570) supports both expansion & extraction",
            "keywords": [
                "RFC 6570",
                "template",
                "uri"
            ],
            "support": {
                "issues": "https://github.com/rize/UriTemplate/issues",
                "source": "https://github.com/rize/UriTemplate/tree/0.4.1"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/rezigned",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/rezigned",
                    "type": "github"
                },
                {
                    "url": "https://opencollective.com/rize-uri-template",
                    "type": "open_collective"
                }
            ],
            "install-path": "../rize/uri-template"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "v3.6.0",
            "version_normalized": "3.6.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2024-09-25T14:21:43+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https://github.com/symfony/contracts",
                    "name": "symfony/contracts"
                },
                "branch-alias": {
                    "dev-main": "3.6-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.6.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/deprecation-contracts"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-12-23T08:48:59+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.33.0"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://github.com/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "../symfony/polyfill-mbstring"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
