{
        "packages": [
                {
                        "name": "brick/math",
                        "version": "0.9.3",
                        "version_normalized": "0.9.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/brick/math.git",
                                "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
                                "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "php": "^7.1 || ^8.0"
                        },
                        "require-dev": {
                                "php-coveralls/php-coveralls": "^2.2",
                                "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
                                "vimeo/psalm": "4.9.2"
                        },
                        "time": "2021-08-15T20:50:18+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Brick\\Math\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "description": "Arbitrary-precision arithmetic library",
                        "keywords": [
                                "Arbitrary-precision",
                                "BigInteger",
                                "BigRational",
                                "arithmetic",
                                "bigdecimal",
                                "bignum",
                                "brick",
                                "math"
                        ],
                        "install-path": "../brick/math"
                },
                {
                        "name": "firebase/php-jwt",
                        "version": "v6.3.0",
                        "version_normalized": "6.3.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/firebase/php-jwt.git",
                                "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/firebase/php-jwt/zipball/018dfc4e1da92ad8a1b90adc4893f476a3b41cb8",
                                "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1||^8.0"
                        },
                        "require-dev": {
                                "guzzlehttp/guzzle": "^6.5||^7.4",
                                "phpspec/prophecy-phpunit": "^1.1",
                                "phpunit/phpunit": "^7.5||^9.5",
                                "psr/cache": "^1.0||^2.0",
                                "psr/http-client": "^1.0",
                                "psr/http-factory": "^1.0"
                        },
                        "suggest": {
                                "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
                        },
                        "time": "2022-07-15T16:48:45+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Firebase\\JWT\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Neuman Vong",
                                        "email": "neuman+pear@twilio.com",
                                        "role": "Developer"
                                },
                                {
                                        "name": "Anant Narayanan",
                                        "email": "anant@php.net",
                                        "role": "Developer"
                                }
                        ],
                        "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
                        "homepage": "https://github.com/firebase/php-jwt",
                        "keywords": [
                                "jwt",
                                "php"
                        ],
                        "install-path": "../firebase/php-jwt"
                },
                {
                        "name": "google/apiclient",
                        "version": "v2.12.6",
                        "version_normalized": "2.12.6.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/googleapis/google-api-php-client.git",
                                "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/f92aa126903a9e2da5bd41a280d9633cb249e79e",
                                "reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e",
                                "shasum": ""
                        },
                        "require": {
                                "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
                                "google/apiclient-services": "~0.200",
                                "google/auth": "^1.10",
                                "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
                                "guzzlehttp/psr7": "^1.8.4||^2.2.1",
                                "monolog/monolog": "^1.17||^2.0||^3.0",
                                "php": "^5.6|^7.0|^8.0",
                                "phpseclib/phpseclib": "~2.0||^3.0.2"
                        },
                        "require-dev": {
                                "cache/filesystem-adapter": "^0.3.2|^1.1",
                                "composer/composer": "^1.10.22",
                                "phpcompatibility/php-compatibility": "^9.2",
                                "phpspec/prophecy-phpunit": "^1.1||^2.0",
                                "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
                                "squizlabs/php_codesniffer": "^3.0",
                                "symfony/css-selector": "~2.1",
                                "symfony/dom-crawler": "~2.1",
                                "yoast/phpunit-polyfills": "^1.0"
                        },
                        "suggest": {
                                "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
                        },
                        "time": "2022-06-06T20:00:19+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-main": "2.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/aliases.php"
                                ],
                                "psr-4": {
                                        "Google\\": "src/"
                                },
                                "classmap": [
                                        "src/aliases.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "Apache-2.0"
                        ],
                        "description": "Client library for Google APIs",
                        "homepage": "http://developers.google.com/api-client-library/php",
                        "keywords": [
                                "google"
                        ],
                        "install-path": "../google/apiclient"
                },
                {
                        "name": "google/apiclient-services",
                        "version": "v0.261.0",
                        "version_normalized": "0.261.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/googleapis/google-api-php-client-services.git",
                                "reference": "c91c5a694e3b8bca37136b830072a23f2c1250fa"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/c91c5a694e3b8bca37136b830072a23f2c1250fa",
                                "reference": "c91c5a694e3b8bca37136b830072a23f2c1250fa",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.6"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^5.7||^8.5.13"
                        },
                        "time": "2022-08-08T01:28:12+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "autoload.php"
                                ],
                                "psr-4": {
                                        "Google\\Service\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "Apache-2.0"
                        ],
                        "description": "Client library for Google APIs",
                        "homepage": "http://developers.google.com/api-client-library/php",
                        "keywords": [
                                "google"
                        ],
                        "install-path": "../google/apiclient-services"
                },
                {
                        "name": "google/auth",
                        "version": "v1.21.1",
                        "version_normalized": "1.21.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/googleapis/google-auth-library-php.git",
                                "reference": "aa3b9ca29258ac6347ce3c8937a2418c5d78f840"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/aa3b9ca29258ac6347ce3c8937a2418c5d78f840",
                                "reference": "aa3b9ca29258ac6347ce3c8937a2418c5d78f840",
                                "shasum": ""
                        },
                        "require": {
                                "firebase/php-jwt": "^5.5||^6.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-05-16T19:34:15+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"
                        ],
                        "install-path": "../google/auth"
                },
                {
                        "name": "google/cloud",
                        "version": "v0.185.0",
                        "version_normalized": "0.185.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/googleapis/google-cloud-php.git",
                                "reference": "a6033189c400c1596a8dec9f7247c72227d84888"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/googleapis/google-cloud-php/zipball/a6033189c400c1596a8dec9f7247c72227d84888",
                                "reference": "a6033189c400c1596a8dec9f7247c72227d84888",
                                "shasum": ""
                        },
                        "require": {
                                "google/auth": "^1.18",
                                "google/common-protos": "^1.3.1||^2.0",
                                "google/crc32": "^0.1.0",
                                "google/gax": "^1.9",
                                "guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4",
                                "guzzlehttp/psr7": "^1.7|^2.0",
                                "monolog/monolog": "^1.1|^2.0",
                                "php": ">=5.5",
                                "psr/http-message": "1.0.*",
                                "ramsey/uuid": "^3.0|^4.0",
                                "rize/uri-template": "~0.3"
                        },
                        "replace": {
                                "google/access-context-manager": "0.2.3",
                                "google/analytics-admin": "0.6.2",
                                "google/analytics-data": "0.8.4",
                                "google/cloud-access-approval": "0.5.0",
                                "google/cloud-ai-platform": "0.6.0",
                                "google/cloud-api-gateway": "0.2.3",
                                "google/cloud-apigee-connect": "0.2.6",
                                "google/cloud-appengine-admin": "0.3.1",
                                "google/cloud-artifact-registry": "0.3.2",
                                "google/cloud-asset": "1.7.0",
                                "google/cloud-assured-workloads": "0.6.0",
                                "google/cloud-automl": "1.4.6",
                                "google/cloud-bare-metal-solution": "0.2.0",
                                "google/cloud-bigquery": "1.23.7",
                                "google/cloud-bigquery-connection": "0.7.2",
                                "google/cloud-bigquery-data-exchange": "0.1.0",
                                "google/cloud-bigquery-reservation": "0.6.2",
                                "google/cloud-bigquery-storage": "1.2.5",
                                "google/cloud-bigquerydatatransfer": "1.3.4",
                                "google/cloud-bigtable": "1.15.2",
                                "google/cloud-billing": "1.4.2",
                                "google/cloud-billing-budgets": "0.2.7",
                                "google/cloud-binary-authorization": "0.5.0",
                                "google/cloud-build": "0.3.2",
                                "google/cloud-certificate-manager": "0.1.4",
                                "google/cloud-channel": "0.6.5",
                                "google/cloud-common-protos": "0.3.3",
                                "google/cloud-compute": "1.1.0",
                                "google/cloud-contact-center-insights": "0.2.5",
                                "google/cloud-container": "1.6.3",
                                "google/cloud-container-analysis": "0.2.3",
                                "google/cloud-core": "1.46.1",
                                "google/cloud-data-catalog": "1.3.2",
                                "google/cloud-data-fusion": "0.2.3",
                                "google/cloud-dataflow": "0.3.2",
                                "google/cloud-datalabeling": "0.1.5",
                                "google/cloud-dataplex": "0.1.3",
                                "google/cloud-dataproc": "3.1.0",
                                "google/cloud-dataproc-metastore": "0.3.2",
                                "google/cloud-datastore": "1.15.0",
                                "google/cloud-datastore-admin": "0.5.0",
                                "google/cloud-datastream": "0.1.0",
                                "google/cloud-debugger": "1.4.7",
                                "google/cloud-deploy": "0.2.2",
                                "google/cloud-dialogflow": "0.27.1",
                                "google/cloud-dlp": "1.5.2",
                                "google/cloud-dms": "0.2.6",
                                "google/cloud-document-ai": "0.2.0",
                                "google/cloud-domains": "0.2.2",
                                "google/cloud-error-reporting": "0.19.3",
                                "google/cloud-essential-contacts": "0.2.5",
                                "google/cloud-eventarc": "0.3.0",
                                "google/cloud-eventarc-publishing": "0.2.3",
                                "google/cloud-filestore": "0.1.4",
                                "google/cloud-firestore": "1.24.0",
                                "google/cloud-functions": "0.4.0",
                                "google/cloud-game-servers": "0.4.3",
                                "google/cloud-gke-connect-gateway": "0.1.5",
                                "google/cloud-gke-hub": "0.5.0",
                                "google/cloud-gke-multi-cloud": "0.1.0",
                                "google/cloud-iam-credentials": "0.2.0",
                                "google/cloud-iap": "0.3.1",
                                "google/cloud-ids": "0.1.3",
                                "google/cloud-iot": "1.5.2",
                                "google/cloud-kms": "1.13.2",
                                "google/cloud-language": "0.26.5",
                                "google/cloud-life-sciences": "0.2.5",
                                "google/cloud-logging": "1.24.4",
                                "google/cloud-managed-identities": "0.2.2",
                                "google/cloud-media-translation": "0.2.5",
                                "google/cloud-memcache": "0.5.5",
                                "google/cloud-monitoring": "1.1.6",
                                "google/cloud-network-connectivity": "0.2.2",
                                "google/cloud-network-management": "0.1.6",
                                "google/cloud-network-security": "0.2.2",
                                "google/cloud-notebooks": "0.2.5",
                                "google/cloud-optimization": "0.1.1",
                                "google/cloud-orchestration-airflow": "0.1.5",
                                "google/cloud-org-policy": "0.3.2",
                                "google/cloud-osconfig": "0.5.2",
                                "google/cloud-oslogin": "1.3.5",
                                "google/cloud-policy-troubleshooter": "0.2.5",
                                "google/cloud-private-catalog": "0.2.5",
                                "google/cloud-profiler": "0.2.5",
                                "google/cloud-pubsub": "1.38.2",
                                "google/cloud-recaptcha-enterprise": "1.2.2",
                                "google/cloud-recommendations-ai": "0.4.2",
                                "google/cloud-recommender": "1.6.2",
                                "google/cloud-redis": "1.6.2",
                                "google/cloud-resource-manager": "0.3.2",
                                "google/cloud-resource-settings": "0.1.5",
                                "google/cloud-retail": "0.5.0",
                                "google/cloud-run": "0.1.0",
                                "google/cloud-scheduler": "1.6.3",
                                "google/cloud-secret-manager": "1.9.2",
                                "google/cloud-security-center": "1.7.0",
                                "google/cloud-security-private-ca": "0.4.0",
                                "google/cloud-service-control": "0.3.6",
                                "google/cloud-service-directory": "0.7.2",
                                "google/cloud-service-management": "0.3.2",
                                "google/cloud-service-usage": "0.2.4",
                                "google/cloud-shell": "0.2.0",
                                "google/cloud-spanner": "1.50.0",
                                "google/cloud-speech": "1.6.1",
                                "google/cloud-sql-admin": "0.2.3",
                                "google/cloud-storage": "1.27.1",
                                "google/cloud-storage-transfer": "0.2.2",
                                "google/cloud-talent": "0.18.0",
                                "google/cloud-tasks": "1.11.2",
                                "google/cloud-text-to-speech": "1.4.2",
                                "google/cloud-tpu": "0.2.5",
                                "google/cloud-trace": "1.4.6",
                                "google/cloud-translate": "1.12.5",
                                "google/cloud-video-live-stream": "0.2.0",
                                "google/cloud-video-stitcher": "0.2.0",
                                "google/cloud-video-transcoder": "0.4.0",
                                "google/cloud-videointelligence": "1.12.8",
                                "google/cloud-vision": "1.5.7",
                                "google/cloud-vm-migration": "0.1.3",
                                "google/cloud-vpc-access": "0.2.5",
                                "google/cloud-web-risk": "1.1.5",
                                "google/cloud-web-security-scanner": "0.7.5",
                                "google/cloud-workflows": "0.2.6",
                                "google/grafeas": "0.3.0"
                        },
                        "require-dev": {
                                "erusev/parsedown": "^1.6",
                                "google/cloud-tools": "^0.12.0",
                                "opis/closure": "^3.0",
                                "phpdocumentor/reflection": "^3.0||^4.0",
                                "phpseclib/phpseclib": "^2.0||^3.0",
                                "phpunit/phpunit": "^4.8|^5.0|^8.0",
                                "squizlabs/php_codesniffer": "3.*",
                                "swaggest/json-schema": "^0.12.0",
                                "symfony/console": "^3.0",
                                "symfony/lock": "3.3.x-dev#1ba6ac9",
                                "vierbergenlars/php-semver": "^3.0",
                                "wikimedia/avro": "^1.9",
                                "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.",
                                "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
                        },
                        "time": "2022-06-23T19:38:04+00:00",
                        "bin": [
                                "Core/bin/google-cloud-batch",
                                "Debugger/bin/google-cloud-debugger"
                        ],
                        "type": "library",
                        "extra": {
                                "component": {
                                        "id": "google-cloud",
                                        "target": "googleapis/google-cloud-php.git",
                                        "path": "src",
                                        "entry": [
                                                "Version.php",
                                                "ServiceBuilder.php"
                                        ]
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Grafeas\\": "Grafeas/src",
                                        "Google\\Cloud\\": [
                                                "src",
                                                "CommonProtos/src"
                                        ],
                                        "Google\\Cloud\\Dlp\\": "Dlp/src",
                                        "Google\\Cloud\\Iap\\": "Iap/src",
                                        "Google\\Cloud\\Ids\\": "Ids/src",
                                        "Google\\Cloud\\Iot\\": "Iot/src",
                                        "Google\\Cloud\\Kms\\": "Kms/src",
                                        "Google\\Cloud\\Run\\": "Run/src",
                                        "Google\\Cloud\\Sql\\": "SqlAdmin/src",
                                        "Google\\Cloud\\Tpu\\": "Tpu/src",
                                        "Google\\Cloud\\Core\\": "Core/src",
                                        "GPBMetadata\\Google\\": "CommonProtos/metadata",
                                        "Google\\Cloud\\Asset\\": "Asset/src",
                                        "Google\\Cloud\\Build\\": "Build/src",
                                        "Google\\Cloud\\Redis\\": "Redis/src",
                                        "Google\\Cloud\\Shell\\": "Shell/src",
                                        "Google\\Cloud\\Tasks\\": "Tasks/src",
                                        "Google\\Cloud\\Trace\\": "Trace/src",
                                        "GPBMetadata\\Grafeas\\": "Grafeas/metadata",
                                        "Google\\Cloud\\AutoMl\\": "AutoMl/src",
                                        "Google\\Cloud\\Deploy\\": "Deploy/src",
                                        "Google\\Cloud\\Gaming\\": "Gaming/src",
                                        "Google\\Cloud\\GkeHub\\": "GkeHub/src",
                                        "Google\\Cloud\\PubSub\\": "PubSub/src",
                                        "Google\\Cloud\\Retail\\": "Retail/src",
                                        "Google\\Cloud\\Speech\\": "Speech/src",
                                        "Google\\Cloud\\Talent\\": "Talent/src",
                                        "Google\\Cloud\\Vision\\": "Vision/src",
                                        "Google\\Cloud\\Billing\\": "Billing/src",
                                        "Google\\Cloud\\Channel\\": "Channel/src",
                                        "Google\\Cloud\\Compute\\": "Compute/src",
                                        "Google\\Cloud\\Domains\\": "Domains/src",
                                        "Google\\Cloud\\Logging\\": "Logging/src",
                                        "Google\\Cloud\\OsLogin\\": "OsLogin/src",
                                        "Google\\Cloud\\Spanner\\": "Spanner/src",
                                        "Google\\Cloud\\Storage\\": "Storage/src",
                                        "Google\\Cloud\\WebRisk\\": "WebRisk/src",
                                        "Google\\Analytics\\Data\\": "AnalyticsData/src",
                                        "Google\\Cloud\\BigQuery\\": "BigQuery/src",
                                        "Google\\Cloud\\Bigtable\\": "Bigtable/src",
                                        "Google\\Cloud\\CloudDms\\": "Dms/src",
                                        "Google\\Cloud\\Dataflow\\": "Dataflow/src",
                                        "Google\\Cloud\\Dataplex\\": "Dataplex/src",
                                        "Google\\Cloud\\Dataproc\\": "Dataproc/src",
                                        "Google\\Cloud\\Debugger\\": "Debugger/src",
                                        "Google\\Cloud\\Eventarc\\": "Eventarc/src",
                                        "Google\\Cloud\\Language\\": "Language/src",
                                        "Google\\Cloud\\Memcache\\": "Memcache/src",
                                        "Google\\Cloud\\OsConfig\\": "OsConfig/src",
                                        "Google\\Cloud\\Profiler\\": "Profiler/src",
                                        "Google\\Analytics\\Admin\\": "AnalyticsAdmin/src",
                                        "Google\\Cloud\\AppEngine\\": "AppEngineAdmin/src",
                                        "Google\\Cloud\\Container\\": "Container/src",
                                        "Google\\Cloud\\Datastore\\": "Datastore/src",
                                        "Google\\Cloud\\Filestore\\": "Filestore/src",
                                        "Google\\Cloud\\Firestore\\": "Firestore/src",
                                        "Google\\Cloud\\Functions\\": "Functions/src",
                                        "Google\\Cloud\\Metastore\\": "DataprocMetastore/src",
                                        "Google\\Cloud\\Notebooks\\": "Notebooks/src",
                                        "Google\\Cloud\\OrgPolicy\\": [
                                                "OrgPolicy/src",
                                                "Asset/external/protos/Cloud/OrgPolicy"
                                        ],
                                        "Google\\Cloud\\Scheduler\\": "Scheduler/src",
                                        "Google\\Cloud\\Translate\\": "Translate/src",
                                        "Google\\Cloud\\VpcAccess\\": "VpcAccess/src",
                                        "Google\\Cloud\\Workflows\\": "Workflows/src",
                                        "Google\\Cloud\\AIPlatform\\": "AiPlatform/src",
                                        "Google\\Cloud\\ApiGateway\\": "ApiGateway/src",
                                        "Google\\Cloud\\DataFusion\\": "DataFusion/src",
                                        "Google\\Cloud\\Datastream\\": "Datastream/src",
                                        "Google\\Cloud\\Dialogflow\\": "Dialogflow/src",
                                        "Google\\Cloud\\DocumentAI\\": "DocumentAi/src",
                                        "Google\\Cloud\\Monitoring\\": "Monitoring/src",
                                        "Google\\Cloud\\DataCatalog\\": "DataCatalog/src",
                                        "Google\\Cloud\\Recommender\\": "Recommender/src",
                                        "Google\\Cloud\\VMMigration\\": "VmMigration/src",
                                        "GPBMetadata\\Google\\Pubsub\\": "PubSub/metadata",
                                        "Google\\Cloud\\DataLabeling\\": "DataLabeling/src",
                                        "Google\\Cloud\\LifeSciences\\": "LifeSciences/src",
                                        "Google\\Cloud\\Optimization\\": "Optimization/src",
                                        "Google\\Cloud\\ServiceUsage\\": "ServiceUsage/src",
                                        "Google\\Cloud\\TextToSpeech\\": "TextToSpeech/src",
                                        "GPBMetadata\\Google\\Logging\\": "Logging/metadata",
                                        "GPBMetadata\\Google\\Spanner\\": "Spanner/metadata",
                                        "Google\\Cloud\\ApigeeConnect\\": "ApigeeConnect/src",
                                        "Google\\Cloud\\GkeMultiCloud\\": "GkeMultiCloud/src",
                                        "Google\\Cloud\\SecretManager\\": "SecretManager/src",
                                        "GPBMetadata\\Google\\Bigtable\\": "Bigtable/metadata",
                                        "GPBMetadata\\Google\\Dataflow\\": "Dataflow/metadata",
                                        "Google\\Cloud\\AccessApproval\\": "AccessApproval/src",
                                        "Google\\Cloud\\ErrorReporting\\": "ErrorReporting/src",
                                        "Google\\Cloud\\PrivateCatalog\\": "PrivateCatalog/src",
                                        "Google\\Cloud\\SecurityCenter\\": "SecurityCenter/src",
                                        "Google\\Cloud\\ServiceControl\\": "ServiceControl/src",
                                        "Google\\Cloud\\Video\\Stitcher\\": "VideoStitcher/src",
                                        "GPBMetadata\\Google\\Appengine\\": "AppEngineAdmin/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Iap\\": "Iap/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Ids\\": "Ids/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Iot\\": "Iot/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Kms\\": "Kms/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Run\\": "Run/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Sql\\": "SqlAdmin/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Tpu\\": "Tpu/metadata",
                                        "GPBMetadata\\Google\\Container\\": "Container/metadata",
                                        "GPBMetadata\\Google\\Datastore\\": "Datastore/metadata",
                                        "GPBMetadata\\Google\\Firestore\\": "Firestore/metadata",
                                        "Google\\Cloud\\Billing\\Budgets\\": "BillingBudgets/src",
                                        "Google\\Cloud\\Datastore\\Admin\\": "DatastoreAdmin/src",
                                        "Google\\Cloud\\Iam\\Credentials\\": "IamCredentials/src",
                                        "Google\\Cloud\\NetworkSecurity\\": "NetworkSecurity/src",
                                        "Google\\Cloud\\ResourceManager\\": "ResourceManager/src",
                                        "Google\\Cloud\\StorageTransfer\\": "StorageTransfer/src",
                                        "GPBMetadata\\Google\\Monitoring\\": "Monitoring/metadata",
                                        "Google\\Cloud\\ArtifactRegistry\\": "ArtifactRegistry/src",
                                        "Google\\Cloud\\AssuredWorkloads\\": "AssuredWorkloads/src",
                                        "Google\\Cloud\\BigQuery\\Storage\\": "BigQueryStorage/src",
                                        "Google\\Cloud\\MediaTranslation\\": "MediaTranslation/src",
                                        "Google\\Cloud\\ResourceSettings\\": "ResourceSettings/src",
                                        "Google\\Cloud\\ServiceDirectory\\": "ServiceDirectory/src",
                                        "Google\\Cloud\\Video\\LiveStream\\": "VideoLiveStream/src",
                                        "Google\\Cloud\\Video\\Transcoder\\": "VideoTranscoder/src",
                                        "GPBMetadata\\Google\\Cloud\\Asset\\": "Asset/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Redis\\": "Redis/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Shell\\": "Shell/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Tasks\\": "Tasks/metadata",
                                        "GPBMetadata\\Google\\Privacy\\Dlp\\": "Dlp/metadata",
                                        "Google\\Cloud\\BareMetalSolution\\": "BareMetalSolution/src",
                                        "Google\\Cloud\\ContainerAnalysis\\": "ContainerAnalysis/src",
                                        "Google\\Cloud\\EssentialContacts\\": "EssentialContacts/src",
                                        "Google\\Cloud\\ManagedIdentities\\": "ManagedIdentities/src",
                                        "Google\\Cloud\\NetworkManagement\\": "NetworkManagement/src",
                                        "Google\\Cloud\\ServiceManagement\\": "ServiceManagement/src",
                                        "Google\\Cloud\\VideoIntelligence\\": "VideoIntelligence/src",
                                        "GPBMetadata\\Google\\Cloud\\Automl\\": "AutoMl/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Deploy\\": "Deploy/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Gaming\\": "Gaming/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Gkehub\\": "GkeHub/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Retail\\": "Retail/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Speech\\": "Speech/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Talent\\": "Talent/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Vision\\": "Vision/metadata",
                                        "Google\\Cloud\\CertificateManager\\": "CertificateManager/src",
                                        "Google\\Cloud\\GkeConnect\\Gateway\\": "GkeConnectGateway/src",
                                        "Google\\Cloud\\Security\\PrivateCA\\": "SecurityPrivateCa/src",
                                        "Google\\Cloud\\WebSecurityScanner\\": "WebSecurityScanner/src",
                                        "GPBMetadata\\Google\\Cloud\\Billing\\": "Billing/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Channel\\": "Channel/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Compute\\": "Compute/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Domains\\": "Domains/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Oslogin\\": "OsLogin/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Secrets\\": "SecretManager/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Webrisk\\": "WebRisk/metadata",
                                        "Google\\Cloud\\BigQuery\\Connection\\": "BigQueryConnection/src",
                                        "Google\\Cloud\\BinaryAuthorization\\": "BinaryAuthorization/src",
                                        "Google\\Cloud\\Eventarc\\Publishing\\": "EventarcPublishing/src",
                                        "Google\\Cloud\\NetworkConnectivity\\": "NetworkConnectivity/src",
                                        "Google\\Cloud\\RecaptchaEnterprise\\": "RecaptchaEnterprise/src",
                                        "GPBMetadata\\Google\\Analytics\\Data\\": "AnalyticsData/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Clouddms\\": "Dms/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Dataplex\\": "Dataplex/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Dataproc\\": "Dataproc/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Eventarc\\": "Eventarc/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Language\\": "Language/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Memcache\\": "Memcache/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Osconfig\\": "OsConfig/metadata",
                                        "GPBMetadata\\Google\\Devtools\\Build\\": "Build/metadata",
                                        "Google\\Cloud\\BigQuery\\Reservation\\": "BigQueryReservation/src",
                                        "Google\\Cloud\\PolicyTroubleshooter\\": "PolicyTroubleshooter/src",
                                        "Google\\Cloud\\RecommendationEngine\\": "RecommendationEngine/src",
                                        "GPBMetadata\\Google\\Analytics\\Admin\\": "AnalyticsAdmin/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Filestore\\": "Filestore/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Functions\\": "Functions/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Metastore\\": "DataprocMetastore/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Notebooks\\": "Notebooks/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Orgpolicy\\": [
                                                "OrgPolicy/metadata",
                                                "Asset/external/metadata/Cloud/Orgpolicy"
                                        ],
                                        "GPBMetadata\\Google\\Cloud\\Scheduler\\": "Scheduler/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Translate\\": "Translate/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Vpcaccess\\": "VpcAccess/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Workflows\\": "Workflows/metadata",
                                        "GPBMetadata\\Google\\Datastore\\Admin\\": "DatastoreAdmin/metadata",
                                        "GPBMetadata\\Google\\Iam\\Credentials\\": "IamCredentials/metadata",
                                        "GPBMetadata\\Google\\Storagetransfer\\": "StorageTransfer/metadata",
                                        "Google\\Cloud\\BigQuery\\DataExchange\\": "BigQueryDataExchange/src",
                                        "Google\\Cloud\\BigQuery\\DataTransfer\\": "BigQueryDataTransfer/src",
                                        "Google\\Cloud\\ContactCenterInsights\\": "ContactCenterInsights/src",
                                        "GPBMetadata\\Google\\Api\\Serviceusage\\": "ServiceUsage/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Aiplatform\\": "AiPlatform/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Apigateway\\": "ApiGateway/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Datafusion\\": "DataFusion/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Datastream\\": "Datastream/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Dialogflow\\": "Dialogflow/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Documentai\\": "DocumentAi/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Datacatalog\\": "DataCatalog/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Recommender\\": "Recommender/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Vmmigration\\": "VmMigration/metadata",
                                        "Google\\Identity\\AccessContextManager\\": "AccessContextManager/src",
                                        "GPBMetadata\\Google\\Api\\Servicecontrol\\": "ServiceControl/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Datalabeling\\": "DataLabeling/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Lifesciences\\": "LifeSciences/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Optimization\\": "Optimization/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Texttospeech\\": "TextToSpeech/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Apigeeconnect\\": "ApigeeConnect/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Gkemulticloud\\": "GkeMultiCloud/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Secretmanager\\": "SecretManager/metadata",
                                        "GPBMetadata\\Google\\Devtools\\Cloudbuild\\": "Build/metadata",
                                        "GPBMetadata\\Google\\Devtools\\Cloudtrace\\": "Trace/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Accessapproval\\": "AccessApproval/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Privatecatalog\\": "PrivateCatalog/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Securitycenter\\": "SecurityCenter/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Video\\Stitcher\\": "VideoStitcher/metadata",
                                        "GPBMetadata\\Google\\Api\\Servicemanagement\\": "ServiceManagement/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Billing\\Budgets\\": "BillingBudgets/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Networksecurity\\": "NetworkSecurity/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Resourcemanager\\": "ResourceManager/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Assuredworkloads\\": "AssuredWorkloads/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Bigquery\\Storage\\": "BigQueryStorage/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Mediatranslation\\": "MediaTranslation/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Resourcesettings\\": "ResourceSettings/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Servicedirectory\\": "ServiceDirectory/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Video\\Livestream\\": "VideoLiveStream/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Video\\Transcoder\\": "VideoTranscoder/metadata",
                                        "GPBMetadata\\Google\\Devtools\\Clouddebugger\\": "Debugger/metadata",
                                        "GPBMetadata\\Google\\Devtools\\Cloudprofiler\\": "Profiler/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Baremetalsolution\\": "BareMetalSolution/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Essentialcontacts\\": "EssentialContacts/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Managedidentities\\": "ManagedIdentities/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Networkmanagement\\": "NetworkManagement/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Videointelligence\\": "VideoIntelligence/metadata",
                                        "Google\\Cloud\\Orchestration\\Airflow\\Service\\": "OrchestrationAirflow/src",
                                        "GPBMetadata\\Google\\Cloud\\Certificatemanager\\": "CertificateManager/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Gkeconnect\\Gateway\\": "GkeConnectGateway/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Security\\Privateca\\": "SecurityPrivateCa/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Websecurityscanner\\": "WebSecurityScanner/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Bigquery\\Connection\\": "BigQueryConnection/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Binaryauthorization\\": "BinaryAuthorization/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Eventarc\\Publishing\\": "EventarcPublishing/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Networkconnectivity\\": "NetworkConnectivity/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Recaptchaenterprise\\": "RecaptchaEnterprise/metadata",
                                        "GPBMetadata\\Google\\Devtools\\Artifactregistry\\": "ArtifactRegistry/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Bigquery\\Reservation\\": "BigQueryReservation/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Policytroubleshooter\\": "PolicyTroubleshooter/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Recommendationengine\\": "RecommendationEngine/metadata",
                                        "GPBMetadata\\Google\\Devtools\\Containeranalysis\\": "ContainerAnalysis/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Bigquery\\Dataexchange\\": "BigQueryDataExchange/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Bigquery\\Datatransfer\\": "BigQueryDataTransfer/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Contactcenterinsights\\": "ContactCenterInsights/metadata",
                                        "GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\": "ErrorReporting/metadata",
                                        "GPBMetadata\\Google\\Identity\\Accesscontextmanager\\": "AccessContextManager/metadata",
                                        "GPBMetadata\\Google\\Cloud\\Orchestration\\Airflow\\Service\\": "OrchestrationAirflow/metadata"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "Apache-2.0"
                        ],
                        "authors": [
                                {
                                        "name": "Dave Supplee",
                                        "email": "dwsupplee@gmail.com"
                                },
                                {
                                        "name": "John Pedrie",
                                        "email": "john@pedrie.com"
                                }
                        ],
                        "description": "Google Cloud Client Library",
                        "homepage": "http://github.com/googleapis/google-cloud-php",
                        "keywords": [
                                "Tasks",
                                "big query",
                                "bigquery",
                                "bigtable",
                                "cloud",
                                "datastore",
                                "gcs",
                                "google",
                                "google api",
                                "google api client",
                                "google apis",
                                "google apis client",
                                "google cloud",
                                "google cloud platform",
                                "kms",
                                "language",
                                "natural language",
                                "pub sub",
                                "pubsub",
                                "spanner",
                                "speech",
                                "stackdriver logging",
                                "storage",
                                "translate",
                                "translation",
                                "vision"
                        ],
                        "install-path": "../google/cloud"
                },
                {
                        "name": "google/common-protos",
                        "version": "2.1.0",
                        "version_normalized": "2.1.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/googleapis/common-protos-php.git",
                                "reference": "4bad82f73a10f8ea4e6d078da93406a16c996044"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/4bad82f73a10f8ea4e6d078da93406a16c996044",
                                "reference": "4bad82f73a10f8ea4e6d078da93406a16c996044",
                                "shasum": ""
                        },
                        "require": {
                                "google/protobuf": "^3.6.1, !=3.20.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.8.36||^8.5",
                                "sami/sami": "*"
                        },
                        "time": "2022-05-13T21:07:15+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Google\\": "src",
                                        "GPBMetadata\\Google\\": "metadata"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "Apache-2.0"
                        ],
                        "description": "Google API Common Protos for PHP",
                        "homepage": "https://github.com/googleapis/common-protos-php",
                        "keywords": [
                                "google"
                        ],
                        "install-path": "../google/common-protos"
                },
                {
                        "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",
                        "install-path": "../google/crc32"
                },
                {
                        "name": "google/gax",
                        "version": "v1.16.1",
                        "version_normalized": "1.16.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/googleapis/gax-php.git",
                                "reference": "e879d2b0d9b42397c67e47880d40549e993d06ab"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/googleapis/gax-php/zipball/e879d2b0d9b42397c67e47880d40549e993d06ab",
                                "reference": "e879d2b0d9b42397c67e47880d40549e993d06ab",
                                "shasum": ""
                        },
                        "require": {
                                "google/auth": "^1.18.0",
                                "google/common-protos": "^1.3.1||^2.0||^3.0",
                                "google/grpc-gcp": "^0.2",
                                "google/longrunning": "^0.2",
                                "google/protobuf": "^3.21.4",
                                "grpc/grpc": "^1.13",
                                "guzzlehttp/promises": "^1.3",
                                "guzzlehttp/psr7": "^1.7.0||^2",
                                "php": ">=7.0"
                        },
                        "conflict": {
                                "ext-protobuf": "<3.7.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^5.5||^8.5",
                                "squizlabs/php_codesniffer": "3.*",
                                "yoast/phpunit-polyfills": "^1.0"
                        },
                        "time": "2022-08-11T17:26:22+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Google\\ApiCore\\": "src",
                                        "GPBMetadata\\ApiCore\\": "metadata/ApiCore"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "description": "Google API Core for PHP",
                        "homepage": "https://github.com/googleapis/gax-php",
                        "keywords": [
                                "google"
                        ],
                        "install-path": "../google/gax"
                },
                {
                        "name": "google/grpc-gcp",
                        "version": "v0.2.0",
                        "version_normalized": "0.2.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git",
                                "reference": "2465c2273e11ada1e95155aa1e209f3b8f03c314"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/2465c2273e11ada1e95155aa1e209f3b8f03c314",
                                "reference": "2465c2273e11ada1e95155aa1e209f3b8f03c314",
                                "shasum": ""
                        },
                        "require": {
                                "google/auth": "^1.3",
                                "google/protobuf": "^v3.3.0",
                                "grpc/grpc": "^v1.13.0",
                                "php": ">=5.5.0",
                                "psr/cache": "^1.0.1||^2.0.0||^3.0.0"
                        },
                        "require-dev": {
                                "google/cloud-spanner": "^1.7",
                                "phpunit/phpunit": "4.8.36"
                        },
                        "time": "2021-09-27T22:57:18+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Grpc\\Gcp\\": "src/"
                                },
                                "classmap": [
                                        "src/generated/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "Apache-2.0"
                        ],
                        "description": "gRPC GCP library for channel management",
                        "install-path": "../google/grpc-gcp"
                },
                {
                        "name": "google/longrunning",
                        "version": "v0.2.0",
                        "version_normalized": "0.2.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/googleapis/php-longrunning.git",
                                "reference": "5b7500eede9d6b18ef038bef0b5449cbf085e1d6"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/googleapis/php-longrunning/zipball/5b7500eede9d6b18ef038bef0b5449cbf085e1d6",
                                "reference": "5b7500eede9d6b18ef038bef0b5449cbf085e1d6",
                                "shasum": ""
                        },
                        "require-dev": {
                                "google/gax": "^1.13.0",
                                "phpunit/phpunit": "^4.8|^5.0|^8.0"
                        },
                        "time": "2022-08-05T00:41:21+00:00",
                        "type": "library",
                        "extra": {
                                "component": {
                                        "id": "longrunning",
                                        "path": "LongRunning",
                                        "entry": null,
                                        "target": "googleapis/php-longrunning"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Google\\LongRunning\\": "src/LongRunning",
                                        "Google\\ApiCore\\LongRunning\\": "src/ApiCore/LongRunning",
                                        "GPBMetadata\\Google\\Longrunning\\": "metadata/Longrunning"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "Apache-2.0"
                        ],
                        "description": "Google LongRunning Client for PHP",
                        "install-path": "../google/longrunning"
                },
                {
                        "name": "google/protobuf",
                        "version": "v3.25.3",
                        "version_normalized": "3.25.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/protocolbuffers/protobuf-php.git",
                                "reference": "983a87f4f8798a90ca3a25b0f300b8fda38df643"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/983a87f4f8798a90ca3a25b0f300b8fda38df643",
                                "reference": "983a87f4f8798a90ca3a25b0f300b8fda38df643",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.0.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": ">=5.0.0"
                        },
                        "suggest": {
                                "ext-bcmath": "Need to support JSON deserialization"
                        },
                        "time": "2024-02-15T21:11:49+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Google\\Protobuf\\": "src/Google/Protobuf",
                                        "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "description": "proto library for PHP",
                        "homepage": "https://developers.google.com/protocol-buffers/",
                        "keywords": [
                                "proto"
                        ],
                        "support": {
                                "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.25.3"
                        },
                        "install-path": "../google/protobuf"
                },
                {
                        "name": "grpc/grpc",
                        "version": "1.42.0",
                        "version_normalized": "1.42.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/grpc/grpc-php.git",
                                "reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/grpc/grpc-php/zipball/9fa44f104cb92e924d4da547323a97f3d8aca6d4",
                                "reference": "9fa44f104cb92e924d4da547323a97f3d8aca6d4",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.0.0"
                        },
                        "require-dev": {
                                "google/auth": "^v1.3.0"
                        },
                        "suggest": {
                                "ext-protobuf": "For better performance, install the protobuf C extension.",
                                "google/protobuf": "To get started using grpc quickly, install the native protobuf library."
                        },
                        "time": "2021-11-19T08:13:51+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Grpc\\": "src/lib/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "Apache-2.0"
                        ],
                        "description": "gRPC library for PHP",
                        "homepage": "https://grpc.io",
                        "keywords": [
                                "rpc"
                        ],
                        "install-path": "../grpc/grpc"
                },
                {
                        "name": "guzzlehttp/guzzle",
                        "version": "7.5.0",
                        "version_normalized": "7.5.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/guzzle.git",
                                "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
                                "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "guzzlehttp/promises": "^1.5",
                                "guzzlehttp/psr7": "^1.9 || ^2.4",
                                "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.1",
                                "ext-curl": "*",
                                "php-http/client-integration-tests": "^3.0",
                                "phpunit/phpunit": "^8.5.29 || ^9.5.23",
                                "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": "2022-08-28T15:39:27+00:00",
                        "type": "library",
                        "extra": {
                                "bamarni-bin": {
                                        "bin-links": true,
                                        "forward-command": false
                                },
                                "branch-alias": {
                                        "dev-master": "7.5-dev"
                                }
                        },
                        "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.5.0"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/GrahamCampbell",
                                        "type": "github"
                                },
                                {
                                        "url": "https://github.com/Nyholm",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../guzzlehttp/guzzle"
                },
                {
                        "name": "guzzlehttp/promises",
                        "version": "1.5.1",
                        "version_normalized": "1.5.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/promises.git",
                                "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
                                "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.5"
                        },
                        "require-dev": {
                                "symfony/phpunit-bridge": "^4.4 || ^5.1"
                        },
                        "time": "2021-10-22T20:56:57+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.5-dev"
                                }
                        },
                        "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"
                        ],
                        "install-path": "../guzzlehttp/promises"
                },
                {
                        "name": "guzzlehttp/psr7",
                        "version": "2.4.0",
                        "version_normalized": "2.4.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/guzzle/psr7.git",
                                "reference": "13388f00956b1503577598873fffb5ae994b5737"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
                                "reference": "13388f00956b1503577598873fffb5ae994b5737",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.2.5 || ^8.0",
                                "psr/http-factory": "^1.0",
                                "psr/http-message": "^1.0",
                                "ralouphie/getallheaders": "^3.0"
                        },
                        "provide": {
                                "psr/http-factory-implementation": "1.0",
                                "psr/http-message-implementation": "1.0"
                        },
                        "require-dev": {
                                "bamarni/composer-bin-plugin": "^1.4.1",
                                "http-interop/http-factory-tests": "^0.9",
                                "phpunit/phpunit": "^8.5.8 || ^9.3.10"
                        },
                        "suggest": {
                                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
                        },
                        "time": "2022-06-20T21:43:11+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "2.4-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "GuzzleHttp\\Psr7\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Graham Campbell",
                                        "email": "hello@gjcampbell.co.uk",
                                        "homepage": "https://github.com/GrahamCampbell"
                                },
                                {
                                        "name": "Michael Dowling",
                                        "email": "mtdowling@gmail.com",
                                        "homepage": "https://github.com/mtdowling"
                                },
                                {
                                        "name": "George Mponos",
                                        "email": "gmponos@gmail.com",
                                        "homepage": "https://github.com/gmponos"
                                },
                                {
                                        "name": "Tobias Nyholm",
                                        "email": "tobias.nyholm@gmail.com",
                                        "homepage": "https://github.com/Nyholm"
                                },
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com",
                                        "homepage": "https://github.com/sagikazarmark"
                                },
                                {
                                        "name": "Tobias Schultze",
                                        "email": "webmaster@tubo-world.de",
                                        "homepage": "https://github.com/Tobion"
                                },
                                {
                                        "name": "Márk Sági-Kazár",
                                        "email": "mark.sagikazar@gmail.com",
                                        "homepage": "https://sagikazarmark.hu"
                                }
                        ],
                        "description": "PSR-7 message implementation that also provides common utility methods",
                        "keywords": [
                                "http",
                                "message",
                                "psr-7",
                                "request",
                                "response",
                                "stream",
                                "uri",
                                "url"
                        ],
                        "install-path": "../guzzlehttp/psr7"
                },
                {
                        "name": "monolog/monolog",
                        "version": "2.8.0",
                        "version_normalized": "2.8.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/Seldaek/monolog.git",
                                "reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
                                "reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
                                "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",
                                "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": "^0.12.91",
                                "phpunit/phpunit": "^8.5.14",
                                "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": "2022-07-24T11:55:47+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"
                        ],
                        "install-path": "../monolog/monolog"
                },
                {
                        "name": "paragonie/constant_time_encoding",
                        "version": "v2.6.3",
                        "version_normalized": "2.6.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/paragonie/constant_time_encoding.git",
                                "reference": "58c3f47f650c94ec05a151692652a868995d2938"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
                                "reference": "58c3f47f650c94ec05a151692652a868995d2938",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7|^8"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^6|^7|^8|^9",
                                "vimeo/psalm": "^1|^2|^3|^4"
                        },
                        "time": "2022-06-14T06:56:20+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "ParagonIE\\ConstantTime\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Paragon Initiative Enterprises",
                                        "email": "security@paragonie.com",
                                        "homepage": "https://paragonie.com",
                                        "role": "Maintainer"
                                },
                                {
                                        "name": "Steve 'Sc00bz' Thomas",
                                        "email": "steve@tobtu.com",
                                        "homepage": "https://www.tobtu.com",
                                        "role": "Original Developer"
                                }
                        ],
                        "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
                        "keywords": [
                                "base16",
                                "base32",
                                "base32_decode",
                                "base32_encode",
                                "base64",
                                "base64_decode",
                                "base64_encode",
                                "bin2hex",
                                "encoding",
                                "hex",
                                "hex2bin",
                                "rfc4648"
                        ],
                        "install-path": "../paragonie/constant_time_encoding"
                },
                {
                        "name": "paragonie/random_compat",
                        "version": "v9.99.100",
                        "version_normalized": "9.99.100.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/paragonie/random_compat.git",
                                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">= 7"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "4.*|5.*",
                                "vimeo/psalm": "^1"
                        },
                        "suggest": {
                                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
                        },
                        "time": "2020-10-15T08:29:30+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Paragon Initiative Enterprises",
                                        "email": "security@paragonie.com",
                                        "homepage": "https://paragonie.com"
                                }
                        ],
                        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
                        "keywords": [
                                "csprng",
                                "polyfill",
                                "pseudorandom",
                                "random"
                        ],
                        "install-path": "../paragonie/random_compat"
                },
                {
                        "name": "phpseclib/phpseclib",
                        "version": "3.0.14",
                        "version_normalized": "3.0.14.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phpseclib/phpseclib.git",
                                "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
                                "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
                                "shasum": ""
                        },
                        "require": {
                                "paragonie/constant_time_encoding": "^1|^2",
                                "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
                                "php": ">=5.6.1"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "*"
                        },
                        "suggest": {
                                "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
                                "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
                                "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
                                "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
                        },
                        "time": "2022-04-04T05:15:45+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "phpseclib/bootstrap.php"
                                ],
                                "psr-4": {
                                        "phpseclib3\\": "phpseclib/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Jim Wigginton",
                                        "email": "terrafrost@php.net",
                                        "role": "Lead Developer"
                                },
                                {
                                        "name": "Patrick Monnerat",
                                        "email": "pm@datasphere.ch",
                                        "role": "Developer"
                                },
                                {
                                        "name": "Andreas Fischer",
                                        "email": "bantu@phpbb.com",
                                        "role": "Developer"
                                },
                                {
                                        "name": "Hans-Jürgen Petrich",
                                        "email": "petrich@tronic-media.com",
                                        "role": "Developer"
                                },
                                {
                                        "name": "Graham Campbell",
                                        "email": "graham@alt-three.com",
                                        "role": "Developer"
                                }
                        ],
                        "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
                        "homepage": "http://phpseclib.sourceforge.net",
                        "keywords": [
                                "BigInteger",
                                "aes",
                                "asn.1",
                                "asn1",
                                "blowfish",
                                "crypto",
                                "cryptography",
                                "encryption",
                                "rsa",
                                "security",
                                "sftp",
                                "signature",
                                "signing",
                                "ssh",
                                "twofish",
                                "x.509",
                                "x509"
                        ],
                        "install-path": "../phpseclib/phpseclib"
                },
                {
                        "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"
                        ],
                        "install-path": "../psr/cache"
                },
                {
                        "name": "psr/http-client",
                        "version": "1.0.1",
                        "version_normalized": "1.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/http-client.git",
                                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
                                "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.0 || ^8.0",
                                "psr/http-message": "^1.0"
                        },
                        "time": "2020-06-29T06:28:15+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": "http://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"
                        ],
                        "install-path": "../psr/http-client"
                },
                {
                        "name": "psr/http-factory",
                        "version": "1.0.1",
                        "version_normalized": "1.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/http-factory.git",
                                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                                "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.0.0",
                                "psr/http-message": "^1.0"
                        },
                        "time": "2019-04-30T12:38:16+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\Http\\Message\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP-FIG",
                                        "homepage": "http://www.php-fig.org/"
                                }
                        ],
                        "description": "Common interfaces for PSR-7 HTTP message factories",
                        "keywords": [
                                "factory",
                                "http",
                                "message",
                                "psr",
                                "psr-17",
                                "psr-7",
                                "request",
                                "response"
                        ],
                        "install-path": "../psr/http-factory"
                },
                {
                        "name": "psr/http-message",
                        "version": "1.0.1",
                        "version_normalized": "1.0.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/php-fig/http-message.git",
                                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
                                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "time": "2016-08-06T14:39:51+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Psr\\Http\\Message\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "PHP-FIG",
                                        "homepage": "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"
                        ],
                        "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"
                        ],
                        "install-path": "../psr/log"
                },
                {
                        "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.",
                        "install-path": "../ralouphie/getallheaders"
                },
                {
                        "name": "ramsey/collection",
                        "version": "1.2.2",
                        "version_normalized": "1.2.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/ramsey/collection.git",
                                "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
                                "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.3 || ^8",
                                "symfony/polyfill-php81": "^1.23"
                        },
                        "require-dev": {
                                "captainhook/captainhook": "^5.3",
                                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                                "ergebnis/composer-normalize": "^2.6",
                                "fakerphp/faker": "^1.5",
                                "hamcrest/hamcrest-php": "^2",
                                "jangregor/phpstan-prophecy": "^0.8",
                                "mockery/mockery": "^1.3",
                                "phpspec/prophecy-phpunit": "^2.0",
                                "phpstan/extension-installer": "^1",
                                "phpstan/phpstan": "^0.12.32",
                                "phpstan/phpstan-mockery": "^0.12.5",
                                "phpstan/phpstan-phpunit": "^0.12.11",
                                "phpunit/phpunit": "^8.5 || ^9",
                                "psy/psysh": "^0.10.4",
                                "slevomat/coding-standard": "^6.3",
                                "squizlabs/php_codesniffer": "^3.5",
                                "vimeo/psalm": "^4.4"
                        },
                        "time": "2021-10-10T03:01:02+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Ramsey\\Collection\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Ben Ramsey",
                                        "email": "ben@benramsey.com",
                                        "homepage": "https://benramsey.com"
                                }
                        ],
                        "description": "A PHP library for representing and manipulating collections.",
                        "keywords": [
                                "array",
                                "collection",
                                "hash",
                                "map",
                                "queue",
                                "set"
                        ],
                        "install-path": "../ramsey/collection"
                },
                {
                        "name": "ramsey/uuid",
                        "version": "4.2.3",
                        "version_normalized": "4.2.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/ramsey/uuid.git",
                                "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
                                "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
                                "shasum": ""
                        },
                        "require": {
                                "brick/math": "^0.8 || ^0.9",
                                "ext-json": "*",
                                "php": "^7.2 || ^8.0",
                                "ramsey/collection": "^1.0",
                                "symfony/polyfill-ctype": "^1.8",
                                "symfony/polyfill-php80": "^1.14"
                        },
                        "replace": {
                                "rhumsaa/uuid": "self.version"
                        },
                        "require-dev": {
                                "captainhook/captainhook": "^5.10",
                                "captainhook/plugin-composer": "^5.3",
                                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                                "doctrine/annotations": "^1.8",
                                "ergebnis/composer-normalize": "^2.15",
                                "mockery/mockery": "^1.3",
                                "moontoast/math": "^1.1",
                                "paragonie/random-lib": "^2",
                                "php-mock/php-mock": "^2.2",
                                "php-mock/php-mock-mockery": "^1.3",
                                "php-parallel-lint/php-parallel-lint": "^1.1",
                                "phpbench/phpbench": "^1.0",
                                "phpstan/extension-installer": "^1.0",
                                "phpstan/phpstan": "^0.12",
                                "phpstan/phpstan-mockery": "^0.12",
                                "phpstan/phpstan-phpunit": "^0.12",
                                "phpunit/phpunit": "^8.5 || ^9",
                                "slevomat/coding-standard": "^7.0",
                                "squizlabs/php_codesniffer": "^3.5",
                                "vimeo/psalm": "^4.9"
                        },
                        "suggest": {
                                "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
                                "ext-ctype": "Enables faster processing of character classification using ctype functions.",
                                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
                                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
                                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
                        },
                        "time": "2021-09-25T23:10:38+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-main": "4.x-dev"
                                },
                                "captainhook": {
                                        "force-install": true
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/functions.php"
                                ],
                                "psr-4": {
                                        "Ramsey\\Uuid\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
                        "keywords": [
                                "guid",
                                "identifier",
                                "uuid"
                        ],
                        "install-path": "../ramsey/uuid"
                },
                {
                        "name": "rize/uri-template",
                        "version": "0.3.4",
                        "version_normalized": "0.3.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/rize/UriTemplate.git",
                                "reference": "2a874863c48d643b9e2e254ab288ec203060a0b8"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/rize/UriTemplate/zipball/2a874863c48d643b9e2e254ab288ec203060a0b8",
                                "reference": "2a874863c48d643b9e2e254ab288ec203060a0b8",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "~4.8.36"
                        },
                        "time": "2021-10-09T06:30:16+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"
                        ],
                        "install-path": "../rize/uri-template"
                },
                {
                        "name": "symfony/deprecation-contracts",
                        "version": "v2.5.2",
                        "version_normalized": "2.5.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/deprecation-contracts.git",
                                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1"
                        },
                        "time": "2022-01-02T09:53:40+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",
                        "install-path": "../symfony/deprecation-contracts"
                },
                {
                        "name": "symfony/polyfill-ctype",
                        "version": "v1.26.0",
                        "version_normalized": "1.26.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-ctype.git",
                                "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
                                "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1"
                        },
                        "provide": {
                                "ext-ctype": "*"
                        },
                        "suggest": {
                                "ext-ctype": "For best performance"
                        },
                        "time": "2022-05-24T11:49:31+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-main": "1.26-dev"
                                },
                                "thanks": {
                                        "name": "symfony/polyfill",
                                        "url": "https://github.com/symfony/polyfill"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Ctype\\": ""
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Gert de Pagter",
                                        "email": "BackEndTea@gmail.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill for ctype functions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "ctype",
                                "polyfill",
                                "portable"
                        ],
                        "install-path": "../symfony/polyfill-ctype"
                },
                {
                        "name": "symfony/polyfill-php80",
                        "version": "v1.26.0",
                        "version_normalized": "1.26.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-php80.git",
                                "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
                                "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1"
                        },
                        "time": "2022-05-10T07:21:04+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-main": "1.26-dev"
                                },
                                "thanks": {
                                        "name": "symfony/polyfill",
                                        "url": "https://github.com/symfony/polyfill"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Php80\\": ""
                                },
                                "classmap": [
                                        "Resources/stubs"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Ion Bazan",
                                        "email": "ion.bazan@gmail.com"
                                },
                                {
                                        "name": "Nicolas Grekas",
                                        "email": "p@tchwork.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "install-path": "../symfony/polyfill-php80"
                },
                {
                        "name": "symfony/polyfill-php81",
                        "version": "v1.26.0",
                        "version_normalized": "1.26.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-php81.git",
                                "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
                                "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1"
                        },
                        "time": "2022-05-24T11:49:31+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-main": "1.26-dev"
                                },
                                "thanks": {
                                        "name": "symfony/polyfill",
                                        "url": "https://github.com/symfony/polyfill"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Php81\\": ""
                                },
                                "classmap": [
                                        "Resources/stubs"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Nicolas Grekas",
                                        "email": "p@tchwork.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "install-path": "../symfony/polyfill-php81"
                }
        ],
        "dev": true,
        "dev-package-names": []
}
