{
        "packages": [
                {
                        "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": "v5.0.0",
                        "version_normalized": "5.0.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/firebase/php-jwt.git",
                                "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
                                "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": " 4.8.35"
                        },
                        "time": "2017-06-27T22:17:23+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",
                        "install-path": "../firebase/php-jwt"
                },
                {
                        "name": "google/auth",
                        "version": "v1.20.1",
                        "version_normalized": "1.20.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/googleapis/google-auth-library-php.git",
                                "reference": "3a1a5c5b5a3006b3d05256d5df7066f37252112c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/3a1a5c5b5a3006b3d05256d5df7066f37252112c",
                                "reference": "3a1a5c5b5a3006b3d05256d5df7066f37252112c",
                                "shasum": ""
                        },
                        "require": {
                                "firebase/php-jwt": "~5.0",
                                "guzzlehttp/guzzle": "^6.2.1|^7.0",
                                "guzzlehttp/psr7": "^1.7|^2.0",
                                "php": "^7.1||^8.0",
                                "psr/cache": "^1.0|^2.0|^3.0",
                                "psr/http-message": "^1.0"
                        },
                        "require-dev": {
                                "guzzlehttp/promises": "0.1.1|^1.3",
                                "kelvinmo/simplejwt": "^0.2.5|^0.5.1",
                                "phpseclib/phpseclib": "^2.0.31",
                                "phpspec/prophecy-phpunit": "^1.1",
                                "phpunit/phpunit": "^7.5||^8.5",
                                "sebastian/comparator": ">=1.2.3",
                                "squizlabs/php_codesniffer": "^3.5"
                        },
                        "suggest": {
                                "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
                        },
                        "time": "2022-04-12T15:24:52+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": "http://github.com/google/google-auth-library-php",
                        "keywords": [
                                "Authentication",
                                "google",
                                "oauth2"
                        ],
                        "support": {
                                "docs": "https://googleapis.github.io/google-auth-library-php/main/",
                                "issues": "https://github.com/googleapis/google-auth-library-php/issues",
                                "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.20.1"
                        },
                        "install-path": "../google/auth"
                },
                {
                        "name": "google/cloud-core",
                        "version": "v1.49.4",
                        "version_normalized": "1.49.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/googleapis/google-cloud-php-core.git",
                                "reference": "6723a3fde6cc7a307a21ddbf7fce9cf6fab61833"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/6723a3fde6cc7a307a21ddbf7fce9cf6fab61833",
                                "reference": "6723a3fde6cc7a307a21ddbf7fce9cf6fab61833",
                                "shasum": ""
                        },
                        "require": {
                                "google/auth": "^1.18",
                                "guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4",
                                "guzzlehttp/promises": "^1.3",
                                "guzzlehttp/psr7": "^1.7|^2.0",
                                "monolog/monolog": "^1.1|^2.0|^3.0",
                                "php": ">=5.6",
                                "psr/http-message": "^1.0",
                                "rize/uri-template": "~0.3"
                        },
                        "require-dev": {
                                "erusev/parsedown": "^1.6",
                                "google/cloud-common-protos": "^0.3",
                                "google/gax": "^1.9",
                                "opis/closure": "^3",
                                "phpdocumentor/reflection": "^3.0||^4.0||^5.3",
                                "phpspec/prophecy": "^1.10.3",
                                "phpunit/phpunit": "^4.8|^5.0|^8.0",
                                "squizlabs/php_codesniffer": "2.*",
                                "yoast/phpunit-polyfills": "^1.0"
                        },
                        "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": "2023-04-07T21:48:59+00:00",
                        "bin": [
                                "bin/google-cloud-batch"
                        ],
                        "type": "library",
                        "extra": {
                                "component": {
                                        "id": "cloud-core",
                                        "target": "googleapis/google-cloud-php-core.git",
                                        "path": "Core",
                                        "entry": "src/ServiceBuilder.php"
                                }
                        },
                        "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.49.4"
                        },
                        "install-path": "../google/cloud-core"
                },
                {
                        "name": "google/cloud-storage",
                        "version": "v1.30.2",
                        "version_normalized": "1.30.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/googleapis/google-cloud-php-storage.git",
                                "reference": "b7f74ec1b701d56945cbc6c20345e2d21b1b3545"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/b7f74ec1b701d56945cbc6c20345e2d21b1b3545",
                                "reference": "b7f74ec1b701d56945cbc6c20345e2d21b1b3545",
                                "shasum": ""
                        },
                        "require": {
                                "google/cloud-core": "^1.43",
                                "google/crc32": "^0.1.0"
                        },
                        "require-dev": {
                                "erusev/parsedown": "^1.6",
                                "google/cloud-pubsub": "^1.0",
                                "phpdocumentor/reflection": "^3.0||^4.0",
                                "phpseclib/phpseclib": "^2.0||^3.0",
                                "phpspec/prophecy": "^1.10.3",
                                "phpunit/phpunit": "^4.8|^5.0|^8.0",
                                "squizlabs/php_codesniffer": "2.*",
                                "yoast/phpunit-polyfills": "^1.0"
                        },
                        "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": "2023-01-27T18:26:22+00:00",
                        "type": "library",
                        "extra": {
                                "component": {
                                        "id": "cloud-storage",
                                        "target": "googleapis/google-cloud-php-storage.git",
                                        "path": "Storage",
                                        "entry": "src/StorageClient.php"
                                }
                        },
                        "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.30.2"
                        },
                        "install-path": "../google/cloud-storage"
                },
                {
                        "name": "google/crc32",
                        "version": "v0.1.0",
                        "version_normalized": "0.1.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/google/php-crc32.git",
                                "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/google/php-crc32/zipball/a8525f0dea6fca1893e1bae2f6e804c5f7d007fb",
                                "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.4"
                        },
                        "require-dev": {
                                "friendsofphp/php-cs-fixer": "^1.13 || v2.14.2",
                                "paragonie/random_compat": ">=2",
                                "phpunit/phpunit": "^4"
                        },
                        "time": "2019-05-09T06:24:58+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Google\\CRC32\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "Apache-2.0"
                        ],
                        "authors": [
                                {
                                        "name": "Andrew Brampton",
                                        "email": "bramp@google.com"
                                }
                        ],
                        "description": "Various CRC32 implementations",
                        "homepage": "https://github.com/google/php-crc32",
                        "support": {
                                "issues": "https://github.com/google/php-crc32/issues",
                                "source": "https://github.com/google/php-crc32/tree/v0.1.0"
                        },
                        "install-path": "../google/crc32"
                },
                {
                        "name": "guzzlehttp/guzzle",
                        "version": "7.8.2",
                        "version_normalized": "7.8.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/guzzle.git",
                                "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4152d9eb85c445fe1f992001d1748e8bec070d2",
                                "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
                                "guzzlehttp/psr7": "^1.9.1 || ^2.6.3",
                                "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": "2024-07-18T11:12:18+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.8.2"
                        },
                        "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": "1.5.3",
                        "version_normalized": "1.5.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/promises.git",
                                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
                                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.5"
                        },
                        "require-dev": {
                                "symfony/phpunit-bridge": "^4.4 || ^5.1"
                        },
                        "time": "2023-05-21T12:31:43+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/functions_include.php"
                                ],
                                "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/1.5.3"
                        },
                        "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": "1.9.1",
                        "version_normalized": "1.9.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/psr7.git",
                                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.4.0",
                                "psr/http-message": "~1.0",
                                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
                        },
                        "provide": {
                                "psr/http-message-implementation": "1.0"
                        },
                        "require-dev": {
                                "ext-zlib": "*",
                                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
                        },
                        "suggest": {
                                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
                        },
                        "time": "2023-04-17T16:00:37+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/functions_include.php"
                                ],
                                "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"
                                }
                        ],
                        "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/1.9.1"
                        },
                        "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/clock",
                        "version": "1.2",
                        "version_normalized": "1.2.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/kreait/clock-php.git",
                                "reference": "49e103382ca36cb2bc2e86ff3b8d11d44d0e0b31"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/kreait/clock-php/zipball/49e103382ca36cb2bc2e86ff3b8d11d44d0e0b31",
                                "reference": "49e103382ca36cb2bc2e86ff3b8d11d44d0e0b31",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.0|^8.0",
                                "stella-maris/clock": "^0.1.4"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^6.5.14"
                        },
                        "time": "2022-04-20T14:14:35+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/Clock.php"
                                ],
                                "psr-4": {
                                        "Kreait\\Clock\\": "src/Clock"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Jérôme Gamez",
                                        "email": "jerome@gamez.name"
                                }
                        ],
                        "description": "A PHP 7.0 compatible clock abstraction",
                        "support": {
                                "issues": "https://github.com/kreait/clock-php/issues",
                                "source": "https://github.com/kreait/clock-php/tree/1.2"
                        },
                        "install-path": "../kreait/clock"
                },
                {
                        "name": "kreait/firebase-php",
                        "version": "5.19.0",
                        "version_normalized": "5.19.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/kreait/firebase-php.git",
                                "reference": "3e056f77c3499e86bfbf9e5af8776c2fb070453d"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/kreait/firebase-php/zipball/3e056f77c3499e86bfbf9e5af8776c2fb070453d",
                                "reference": "3e056f77c3499e86bfbf9e5af8776c2fb070453d",
                                "shasum": ""
                        },
                        "require": {
                                "ext-ctype": "*",
                                "ext-json": "*",
                                "ext-mbstring": "*",
                                "ext-openssl": "*",
                                "google/auth": "^1.8",
                                "google/cloud-core": "^1.36",
                                "google/cloud-storage": "^1.14",
                                "guzzlehttp/guzzle": "^6.2.1|^7.0",
                                "guzzlehttp/promises": "^1.4",
                                "guzzlehttp/psr7": "^1.7",
                                "kreait/clock": "^1.0.1",
                                "kreait/firebase-tokens": "^1.15.0",
                                "mtdowling/jmespath.php": "^2.3",
                                "php": "^7.2|~8.0.0",
                                "psr/cache": "^1.0",
                                "psr/http-message": "^1.0",
                                "psr/log": "^1.1",
                                "psr/simple-cache": "^1.0",
                                "riverline/multipart-parser": "^2.0"
                        },
                        "require-dev": {
                                "giggsey/libphonenumber-for-php": "^8.9",
                                "google/cloud-firestore": "^1.11",
                                "phpstan/extension-installer": "^1.0",
                                "phpstan/phpstan": "^0.12.53",
                                "phpstan/phpstan-phpunit": "^0.12.6",
                                "phpunit/phpunit": "^8.5",
                                "symfony/var-dumper": "^5.0"
                        },
                        "suggest": {
                                "giggsey/libphonenumber-for-php": "^8.9 to validate phone numbers before attempting to send them to Firebase",
                                "google/cloud-firestore": "^1.0 to use the Firestore component"
                        },
                        "time": "2021-05-08T22:00:31+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-5.x": "5.x-dev",
                                        "dev-4.x": "4.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": {
                                "chat": "https://discord.gg/Yacm7unBsr",
                                "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": "1.15.0",
                        "version_normalized": "1.15.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/kreait/firebase-tokens-php.git",
                                "reference": "b39d7c3a78d0912c9a617cd42d4bd356209b1b91"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/kreait/firebase-tokens-php/zipball/b39d7c3a78d0912c9a617cd42d4bd356209b1b91",
                                "reference": "b39d7c3a78d0912c9a617cd42d4bd356209b1b91",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "ext-openssl": "*",
                                "fig/http-message-util": "^1.1",
                                "guzzlehttp/guzzle": "^6.3.1|^7.0",
                                "kreait/clock": "^1.0.1",
                                "lcobucci/jwt": "^3.4.1|^4.0",
                                "php": "^7.0|~8.0.0",
                                "psr/cache": "^1.0",
                                "psr/simple-cache": "^1.0"
                        },
                        "require-dev": {
                                "firebase/php-jwt": "^5.0",
                                "phpstan/phpstan-phpunit": "^0.9.4|^0.12",
                                "symfony/cache": "^3.4.26|^4.4|^5.0",
                                "symfony/var-dumper": "^3.4|^4.4|^5.0",
                                "yoast/phpunit-polyfills": "^0.2.0"
                        },
                        "suggest": {
                                "firebase/php-jwt": "^5.0 can be used to create and parse tokens",
                                "guzzlehttp/guzzle": "^6.2.1|^7.0 can be used as an HTTP handler",
                                "lcobucci/jwt": "^3.2 can be used to create and parse tokens",
                                "psr/cache-implementation": "to cache fetched remote public keys",
                                "psr/simple-cache-implementation": "to cache fetched remote public keys"
                        },
                        "time": "2021-04-19T00:26:58+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Firebase\\Auth\\Token\\": "src/Firebase/Auth/Token",
                                        "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/kreait/firebase-tokens-php/issues",
                                "source": "https://github.com/kreait/firebase-tokens-php/tree/1.15.0"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/sponsors/jeromegamez",
                                        "type": "github"
                                }
                        ],
                        "install-path": "../kreait/firebase-tokens"
                },
                {
                        "name": "lcobucci/jwt",
                        "version": "3.4.6",
                        "version_normalized": "3.4.6.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/lcobucci/jwt.git",
                                "reference": "3ef8657a78278dfeae7707d51747251db4176240"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/3ef8657a78278dfeae7707d51747251db4176240",
                                "reference": "3ef8657a78278dfeae7707d51747251db4176240",
                                "shasum": ""
                        },
                        "require": {
                                "ext-mbstring": "*",
                                "ext-openssl": "*",
                                "php": "^5.6 || ^7.0"
                        },
                        "require-dev": {
                                "mikey179/vfsstream": "~1.5",
                                "phpmd/phpmd": "~2.2",
                                "phpunit/php-invoker": "~1.1",
                                "phpunit/phpunit": "^5.7 || ^7.3",
                                "squizlabs/php_codesniffer": "~2.3"
                        },
                        "suggest": {
                                "lcobucci/clock": "*"
                        },
                        "time": "2021-09-28T19:18:28+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "3.1-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "compat/class-aliases.php",
                                        "compat/json-exception-polyfill.php",
                                        "compat/lcobucci-clock-polyfill.php"
                                ],
                                "psr-4": {
                                        "Lcobucci\\JWT\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Luís Otávio Cobucci Oblonczyk",
                                        "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/3.4.6"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/lcobucci",
                                        "type": "github"
                                },
                                {
                                        "url": "https://www.patreon.com/lcobucci",
                                        "type": "patreon"
                                }
                        ],
                        "install-path": "../lcobucci/jwt"
                },
                {
                        "name": "lindelius/php-jwt",
                        "version": "0.9.1",
                        "version_normalized": "0.9.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/lindelius/php-jwt.git",
                                "reference": "b84342d1e05e0df99958350c4054a19591ae5e7c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/lindelius/php-jwt/zipball/b84342d1e05e0df99958350c4054a19591ae5e7c",
                                "reference": "b84342d1e05e0df99958350c4054a19591ae5e7c",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "php": "^7.2||^8.0"
                        },
                        "require-dev": {
                                "ext-openssl": "*",
                                "phpbench/phpbench": "^0.17",
                                "phpunit/phpunit": "^8.5"
                        },
                        "time": "2021-02-07T16:44:02+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/functions.php"
                                ],
                                "psr-4": {
                                        "Lindelius\\JWT\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "Apache-2.0"
                        ],
                        "authors": [
                                {
                                        "name": "Tom Lindelius",
                                        "homepage": "https://lindelius.com",
                                        "role": "Developer"
                                }
                        ],
                        "description": "Convenience library for working with JSON Web Tokens (JWT) in PHP",
                        "homepage": "https://github.com/lindelius/php-jwt",
                        "keywords": [
                                "JSON Web Token",
                                "auth",
                                "jwt"
                        ],
                        "support": {
                                "issues": "https://github.com/lindelius/php-jwt/issues",
                                "source": "https://github.com/lindelius/php-jwt/tree/0.9.1"
                        },
                        "abandoned": "firebase/php-jwt",
                        "install-path": "../lindelius/php-jwt"
                },
                {
                        "name": "monolog/monolog",
                        "version": "2.9.3",
                        "version_normalized": "2.9.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/Seldaek/monolog.git",
                                "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a30bfe2e142720dfa990d0a7e573997f5d884215",
                                "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.2",
                                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
                        },
                        "provide": {
                                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
                        },
                        "require-dev": {
                                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                                "doctrine/couchdb": "~1.0@dev",
                                "elasticsearch/elasticsearch": "^7 || ^8",
                                "ext-json": "*",
                                "graylog2/gelf-php": "^1.4.2 || ^2@dev",
                                "guzzlehttp/guzzle": "^7.4",
                                "guzzlehttp/psr7": "^2.2",
                                "mongodb/mongodb": "^1.8",
                                "php-amqplib/php-amqplib": "~2.4 || ^3",
                                "phpspec/prophecy": "^1.15",
                                "phpstan/phpstan": "^1.10",
                                "phpunit/phpunit": "^8.5.38 || ^9.6.19",
                                "predis/predis": "^1.1 || ^2.0",
                                "rollbar/rollbar": "^1.3 || ^2 || ^3",
                                "ruflin/elastica": "^7",
                                "swiftmailer/swiftmailer": "^5.3|^6.0",
                                "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": "2024-04-12T20:52:51+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-main": "2.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/2.9.3"
                        },
                        "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": "phpoption/phpoption",
                        "version": "1.7.2",
                        "version_normalized": "1.7.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/schmittjoh/php-option.git",
                                "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
                                "reference": "77f7c4d2e65413aff5b5a8cc8b3caf7a28d81959",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5.9 || ^7.0"
                        },
                        "require-dev": {
                                "bamarni/composer-bin-plugin": "^1.3",
                                "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
                        },
                        "time": "2019-12-15T19:35:24+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.7-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "PhpOption\\": "src/PhpOption/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "Apache-2.0"
                        ],
                        "authors": [
                                {
                                        "name": "Johannes M. Schmitt",
                                        "email": "schmittjoh@gmail.com"
                                },
                                {
                                        "name": "Graham Campbell",
                                        "email": "graham@alt-three.com"
                                }
                        ],
                        "description": "Option Type for PHP",
                        "keywords": [
                                "language",
                                "option",
                                "php",
                                "type"
                        ],
                        "install-path": "../phpoption/phpoption"
                },
                {
                        "name": "psr/cache",
                        "version": "1.0.1",
                        "version_normalized": "1.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/cache.git",
                                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
                                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "time": "2016-08-06T20:24:11+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": "http://www.php-fig.org/"
                                }
                        ],
                        "description": "Common interface for caching libraries",
                        "keywords": [
                                "cache",
                                "psr",
                                "psr-6"
                        ],
                        "support": {
                                "source": "https://github.com/php-fig/cache/tree/master"
                        },
                        "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-message",
                        "version": "1.1",
                        "version_normalized": "1.1.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/http-message.git",
                                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.2 || ^8.0"
                        },
                        "time": "2023-04-04T09:50:52+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.1.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": "http://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/1.1"
                        },
                        "install-path": "../psr/http-message"
                },
                {
                        "name": "psr/log",
                        "version": "1.1.4",
                        "version_normalized": "1.1.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/log.git",
                                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "time": "2021-05-03T11:20:27+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.1.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\Log\\": "Psr/Log/"
                                }
                        },
                        "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/1.1.4"
                        },
                        "install-path": "../psr/log"
                },
                {
                        "name": "psr/simple-cache",
                        "version": "1.0.1",
                        "version_normalized": "1.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/simple-cache.git",
                                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                                "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "time": "2017-10-23T01:57:42+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\SimpleCache\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP-FIG",
                                        "homepage": "http://www.php-fig.org/"
                                }
                        ],
                        "description": "Common interfaces for simple caching",
                        "keywords": [
                                "cache",
                                "caching",
                                "psr",
                                "psr-16",
                                "simple-cache"
                        ],
                        "support": {
                                "source": "https://github.com/php-fig/simple-cache/tree/master"
                        },
                        "install-path": "../psr/simple-cache"
                },
                {
                        "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": "riverline/multipart-parser",
                        "version": "2.1.2",
                        "version_normalized": "2.1.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/Riverline/multipart-parser.git",
                                "reference": "7a9f4646db5181516c61b8e0225a343189beedcd"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/Riverline/multipart-parser/zipball/7a9f4646db5181516c61b8e0225a343189beedcd",
                                "reference": "7a9f4646db5181516c61b8e0225a343189beedcd",
                                "shasum": ""
                        },
                        "require": {
                                "ext-mbstring": "*",
                                "php": ">=5.6.0"
                        },
                        "require-dev": {
                                "laminas/laminas-diactoros": "^1.8.7 || ^2.11.1",
                                "phpunit/phpunit": "^5.7 || ^9.0",
                                "psr/http-message": "^1.0",
                                "symfony/psr-http-message-bridge": "^1.1 || ^2.0"
                        },
                        "time": "2024-03-12T16:46:05+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Riverline\\MultiPartParser\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Romain Cambien",
                                        "email": "romain@cambien.net"
                                },
                                {
                                        "name": "Riverline",
                                        "homepage": "http://www.riverline.fr"
                                }
                        ],
                        "description": "One class library to parse multipart content with encoding and charset support.",
                        "keywords": [
                                "http",
                                "multipart",
                                "parser"
                        ],
                        "support": {
                                "issues": "https://github.com/Riverline/multipart-parser/issues",
                                "source": "https://github.com/Riverline/multipart-parser/tree/2.1.2"
                        },
                        "install-path": "../riverline/multipart-parser"
                },
                {
                        "name": "rize/uri-template",
                        "version": "0.3.8",
                        "version_normalized": "0.3.8.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/rize/UriTemplate.git",
                                "reference": "34a5b96d0b65a5dddb7d20f09b6527a43faede24"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/rize/UriTemplate/zipball/34a5b96d0b65a5dddb7d20f09b6527a43faede24",
                                "reference": "34a5b96d0b65a5dddb7d20f09b6527a43faede24",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "~4.8.36"
                        },
                        "time": "2024-08-30T07:09:40+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.3.8"
                        },
                        "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": "stella-maris/clock",
                        "version": "0.1.7",
                        "version_normalized": "0.1.7.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/stella-maris-solutions/clock.git",
                                "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8",
                                "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.0|^8.0",
                                "psr/clock": "^1.0"
                        },
                        "time": "2022-11-25T16:15:06+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "StellaMaris\\Clock\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Andreas Heigl",
                                        "role": "Maintainer"
                                }
                        ],
                        "description": "A pre-release of the proposed PSR-20 Clock-Interface",
                        "homepage": "https://gitlab.com/stella-maris/clock",
                        "keywords": [
                                "clock",
                                "datetime",
                                "point in time",
                                "psr20"
                        ],
                        "support": {
                                "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7"
                        },
                        "install-path": "../stella-maris/clock"
                },
                {
                        "name": "symfony/deprecation-contracts",
                        "version": "v2.5.3",
                        "version_normalized": "2.5.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/deprecation-contracts.git",
                                "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
                                "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1"
                        },
                        "time": "2023-01-24T14:02:46+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-main": "2.5-dev"
                                },
                                "thanks": {
                                        "name": "symfony/contracts",
                                        "url": "https://github.com/symfony/contracts"
                                }
                        },
                        "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/v2.5.3"
                        },
                        "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-ctype",
                        "version": "v1.14.0",
                        "version_normalized": "1.14.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-ctype.git",
                                "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
                                "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "suggest": {
                                "ext-ctype": "For best performance"
                        },
                        "time": "2020-01-13T11:15:53+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.14-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Polyfill\\Ctype\\": ""
                                },
                                "files": [
                                        "bootstrap.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Gert de Pagter",
                                        "email": "BackEndTea@gmail.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill for ctype functions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "ctype",
                                "polyfill",
                                "portable"
                        ],
                        "install-path": "../symfony/polyfill-ctype"
                },
                {
                        "name": "symfony/polyfill-mbstring",
                        "version": "v1.31.0",
                        "version_normalized": "1.31.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-mbstring.git",
                                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
                                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.2"
                        },
                        "provide": {
                                "ext-mbstring": "*"
                        },
                        "suggest": {
                                "ext-mbstring": "For best performance"
                        },
                        "time": "2024-09-09T11:45:10+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "name": "symfony/polyfill",
                                        "url": "https://github.com/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.31.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/polyfill-mbstring"
                },
                {
                        "name": "vlucas/phpdotenv",
                        "version": "v4.1.2",
                        "version_normalized": "4.1.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/vlucas/phpdotenv.git",
                                "reference": "939dfda2d7267ac8fc53ac3d642b5de357554c39"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/939dfda2d7267ac8fc53ac3d642b5de357554c39",
                                "reference": "939dfda2d7267ac8fc53ac3d642b5de357554c39",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5.9 || ^7.0",
                                "phpoption/phpoption": "^1.7.2",
                                "symfony/polyfill-ctype": "^1.9"
                        },
                        "require-dev": {
                                "bamarni/composer-bin-plugin": "^1.3",
                                "ext-filter": "*",
                                "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0 || ^7.0"
                        },
                        "suggest": {
                                "ext-filter": "Required to use the boolean validator."
                        },
                        "time": "2020-03-12T13:44:15+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "4.1-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Dotenv\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Graham Campbell",
                                        "email": "graham@alt-three.com",
                                        "homepage": "https://gjcampbell.co.uk/"
                                },
                                {
                                        "name": "Vance Lucas",
                                        "email": "vance@vancelucas.com",
                                        "homepage": "https://vancelucas.com/"
                                }
                        ],
                        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
                        "keywords": [
                                "dotenv",
                                "env",
                                "environment"
                        ],
                        "install-path": "../vlucas/phpdotenv"
                }
        ],
        "dev": true,
        "dev-package-names": []
}
