googleapis / google-cloud-php

Google Cloud Client Library for PHP
https://cloud.google.com/php/docs/reference
Apache License 2.0
1.08k stars 434 forks source link

Fatal error: Uncaught Error: Undefined class constant 'RETRY_HEADER_KEY' #7210

Closed demo-igor closed 4 months ago

demo-igor commented 4 months ago

We are using Wordpress + SiteHealth plugin and got an error in one of SiteHealth checks

Fatal error: Uncaught Error: Undefined class constant 'RETRY_HEADER_KEY'
in /workspace/vendor/google/cloud/Core/src/RequestWrapper.php on line 294

The main question is it possible to resolve it this issue?

retry
demo-igor commented 4 months ago

@yash30201, @vishwarajanand, @bshaffer any ideas why we see this error?

yash30201 commented 4 months ago

Hi @demo-igor, can you please paste the output of your composer show?

On a side note, I think you may be experiencing https://github.com/googleapis/google-cloud-php/issues/6122.

demo-igor commented 4 months ago

@yash30201 our composer json is pretty simple:

{
    "require": {
        "google/cloud": "~0.227",
        "php": "^7.4"
    },
    "require-dev": {
        "wp-cli/wp-cli": "~2.9.0"
    }
}

Do you suggest to add here library with some specific version?

yash30201 commented 4 months ago

Can you confirm if you're using Storage version >= https://github.com/googleapis/google-cloud-php-storage/releases/tag/v1.31.1?

Do you suggest to add here library with some specific version?

Alternatively, your can try adding "google/cloud-storage": "^1.31.1" to your composer for enforcing the minimum Storage version.

yash30201 commented 4 months ago

@yash30201 our composer json is pretty simple:

{
    "require": {
        "google/cloud": "~0.227",
        "php": "^7.4"
    },
    "require-dev": {
        "wp-cli/wp-cli": "~2.9.0"
    }
}

Do you suggest to add here library with some specific version?

The fix for this issue was released with google/cloud v0.203.1.

demo-igor commented 4 months ago

@yash30201 our composer.lock looks like this:

contents ``` { "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "d6465f3d29dbe989b226d7b3b4ce50b9", "packages": [ { "name": "brick/math", "version": "0.9.3", "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" }, "type": "library", "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" ], "support": { "issues": "https://github.com/brick/math/issues", "source": "https://github.com/brick/math/tree/0.9.3" }, "funding": [ { "url": "https://github.com/BenMorel", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/brick/math", "type": "tidelift" } ], "time": "2021-08-15T20:50:18+00:00" }, { "name": "firebase/php-jwt", "version": "v6.10.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "a49db6f0a5033aef5143295342f1c95521b075ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff", "reference": "a49db6f0a5033aef5143295342f1c95521b075ff", "shasum": "" }, "require": { "php": "^7.4||^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^6.5||^7.4", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "psr/cache": "^1.0||^2.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0" }, "suggest": { "ext-sodium": "Support EdDSA (Ed25519) signatures", "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "type": "library", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "keywords": [ "jwt", "php" ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", "source": "https://github.com/firebase/php-jwt/tree/v6.10.0" }, "time": "2023-12-01T16:26:39+00:00" }, { "name": "google/auth", "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-auth-library-php.git", "reference": "682dc6c30bb509953c9e43bb0960d901582da00b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/682dc6c30bb509953c9e43bb0960d901582da00b", "reference": "682dc6c30bb509953c9e43bb0960d901582da00b", "shasum": "" }, "require": { "firebase/php-jwt": "^6.0", "guzzlehttp/guzzle": "^6.2.1|^7.0", "guzzlehttp/psr7": "^2.4.5", "php": "^7.4||^8.0", "psr/cache": "^1.0||^2.0||^3.0", "psr/http-message": "^1.1||^2.0" }, "require-dev": { "guzzlehttp/promises": "^2.0", "kelvinmo/simplejwt": "0.7.1", "phpseclib/phpseclib": "^3.0", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.0.0", "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." }, "type": "library", "autoload": { "psr-4": { "Google\\Auth\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Google Auth Library for PHP", "homepage": "http://github.com/google/google-auth-library-php", "keywords": [ "Authentication", "google", "oauth2" ], "support": { "docs": "https://googleapis.github.io/google-auth-library-php/main/", "issues": "https://github.com/googleapis/google-auth-library-php/issues", "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.33.0" }, "time": "2023-11-30T15:49:27+00:00" }, { "name": "google/cloud", "version": "v0.227.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-cloud-php.git", "reference": "18d5396d30ab679bba7305cf66bb483831baf4ee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-cloud-php/zipball/18d5396d30ab679bba7305cf66bb483831baf4ee", "reference": "18d5396d30ab679bba7305cf66bb483831baf4ee", "shasum": "" }, "require": { "google/auth": "^1.18", "google/common-protos": "^4.0", "google/gax": "^1.24.0", "guzzlehttp/guzzle": "^6.5.8|^7.4.4", "guzzlehttp/psr7": "^1.7|^2.0", "monolog/monolog": "^2.0||^3.0", "php": ">=7.4", "psr/http-message": "^1.0|^2.0", "ramsey/uuid": "^4.0", "rize/uri-template": "~0.3" }, "conflict": { "psr/log": ">=3" }, "replace": { "google/access-context-manager": "0.4.5", "google/analytics-admin": "0.19.0", "google/analytics-data": "0.11.2", "google/cloud-access-approval": "1.1.3", "google/cloud-advisorynotifications": "0.5.1", "google/cloud-ai-platform": "0.28.0", "google/cloud-alloydb": "0.8.0", "google/cloud-api-gateway": "1.2.2", "google/cloud-api-keys": "0.3.3", "google/cloud-apigee-connect": "1.1.3", "google/cloud-apigee-registry": "0.4.2", "google/cloud-appengine-admin": "1.2.2", "google/cloud-artifact-registry": "0.5.1", "google/cloud-asset": "1.13.2", "google/cloud-assured-workloads": "0.10.2", "google/cloud-automl": "1.5.4", "google/cloud-bare-metal-solution": "0.5.2", "google/cloud-batch": "0.14.0", "google/cloud-beyondcorp-appconnections": "0.3.2", "google/cloud-beyondcorp-appconnectors": "0.3.2", "google/cloud-beyondcorp-appgateways": "0.3.2", "google/cloud-beyondcorp-clientconnectorservices": "0.3.2", "google/cloud-beyondcorp-clientgateways": "0.3.2", "google/cloud-bigquery": "1.28.2", "google/cloud-bigquery-analyticshub": "0.3.2", "google/cloud-bigquery-connection": "1.4.1", "google/cloud-bigquery-data-exchange": "0.3.3", "google/cloud-bigquery-datapolicies": "0.4.1", "google/cloud-bigquery-migration": "0.3.3", "google/cloud-bigquery-reservation": "1.2.3", "google/cloud-bigquery-storage": "1.7.1", "google/cloud-bigquerydatatransfer": "1.6.2", "google/cloud-bigtable": "1.29.2", "google/cloud-billing": "1.7.5", "google/cloud-billing-budgets": "1.3.1", "google/cloud-binary-authorization": "0.7.0", "google/cloud-build": "0.14.0", "google/cloud-certificate-manager": "0.5.2", "google/cloud-channel": "1.8.2", "google/cloud-commerce-consumer-procurement": "0.1.1", "google/cloud-common-protos": "0.5.0", "google/cloud-compute": "1.12.1", "google/cloud-confidentialcomputing": "0.6.0", "google/cloud-config": "0.1.2", "google/cloud-contact-center-insights": "1.7.1", "google/cloud-container": "1.23.0", "google/cloud-container-analysis": "0.4.0", "google/cloud-core": "1.52.9", "google/cloud-data-catalog": "1.8.2", "google/cloud-data-fusion": "0.5.2", "google/cloud-datacatalog-lineage": "0.4.0", "google/cloud-dataflow": "0.5.1", "google/cloud-dataform": "0.3.0", "google/cloud-datalabeling": "0.4.2", "google/cloud-dataplex": "0.12.0", "google/cloud-dataproc": "3.11.0", "google/cloud-dataproc-metastore": "0.10.2", "google/cloud-datastore": "1.25.0", "google/cloud-datastore-admin": "0.7.5", "google/cloud-datastream": "1.4.2", "google/cloud-debugger": "1.7.0", "google/cloud-deploy": "0.14.0", "google/cloud-dialogflow": "1.10.2", "google/cloud-dialogflow-cx": "0.1.0", "google/cloud-discoveryengine": "0.7.1", "google/cloud-dlp": "1.11.0", "google/cloud-dms": "1.4.2", "google/cloud-document-ai": "1.8.2", "google/cloud-domains": "0.4.2", "google/cloud-edgenetwork": "0.1.0", "google/cloud-error-reporting": "0.21.1", "google/cloud-essential-contacts": "0.3.4", "google/cloud-eventarc": "1.2.2", "google/cloud-eventarc-publishing": "0.5.1", "google/cloud-filestore": "1.4.0", "google/cloud-firestore": "1.38.0", "google/cloud-functions": "1.4.2", "google/cloud-game-servers": "1.2.2", "google/cloud-gke-backup": "0.5.3", "google/cloud-gke-connect-gateway": "0.3.1", "google/cloud-gke-hub": "0.8.2", "google/cloud-gke-multi-cloud": "0.4.4", "google/cloud-gsuite-addons": "0.2.3", "google/cloud-iam": "0.4.2", "google/cloud-iam-credentials": "1.1.2", "google/cloud-iap": "1.3.4", "google/cloud-ids": "0.4.2", "google/cloud-iot": "1.6.4", "google/cloud-kms": "1.20.3", "google/cloud-kms-inventory": "0.3.1", "google/cloud-language": "0.31.3", "google/cloud-life-sciences": "0.5.4", "google/cloud-logging": "1.28.5", "google/cloud-managed-identities": "1.2.2", "google/cloud-media-translation": "0.3.3", "google/cloud-memcache": "1.2.2", "google/cloud-migrationcenter": "0.3.1", "google/cloud-monitoring": "1.7.1", "google/cloud-netapp": "0.1.1", "google/cloud-network-connectivity": "1.4.2", "google/cloud-network-management": "1.4.2", "google/cloud-network-security": "0.5.2", "google/cloud-notebooks": "0.6.2", "google/cloud-optimization": "0.5.1", "google/cloud-orchestration-airflow": "1.4.2", "google/cloud-org-policy": "0.5.3", "google/cloud-osconfig": "1.2.2", "google/cloud-oslogin": "1.7.0", "google/cloud-policy-troubleshooter": "1.2.1", "google/cloud-policysimulator": "0.1.1", "google/cloud-policytroubleshooter-iam": "0.1.1", "google/cloud-private-catalog": "0.3.3", "google/cloud-profiler": "1.2.4", "google/cloud-pubsub": "1.47.0", "google/cloud-rapidmigrationassessment": "0.2.2", "google/cloud-recaptcha-enterprise": "1.6.0", "google/cloud-recommendations-ai": "0.6.4", "google/cloud-recommender": "1.9.1", "google/cloud-redis": "1.8.4", "google/cloud-redis-cluster": "0.1.0", "google/cloud-resource-manager": "0.7.2", "google/cloud-resource-settings": "1.1.3", "google/cloud-retail": "1.4.2", "google/cloud-run": "0.7.2", "google/cloud-scheduler": "1.9.4", "google/cloud-secret-manager": "1.12.3", "google/cloud-securesourcemanager": "0.1.0", "google/cloud-security-center": "1.20.2", "google/cloud-security-private-ca": "1.4.2", "google/cloud-security-public-ca": "0.2.3", "google/cloud-service-control": "1.2.1", "google/cloud-service-directory": "1.2.1", "google/cloud-service-management": "1.2.2", "google/cloud-service-usage": "1.2.3", "google/cloud-shell": "1.2.2", "google/cloud-spanner": "1.67.0", "google/cloud-speech": "1.15.0", "google/cloud-sql-admin": "0.9.0", "google/cloud-storage": "1.35.0", "google/cloud-storage-transfer": "1.3.1", "google/cloud-storageinsights": "0.2.3", "google/cloud-support": "0.1.2", "google/cloud-talent": "1.2.2", "google/cloud-tasks": "1.13.2", "google/cloud-telcoautomation": "0.1.0", "google/cloud-text-to-speech": "1.7.2", "google/cloud-tpu": "1.3.2", "google/cloud-trace": "1.7.0", "google/cloud-translate": "1.16.0", "google/cloud-video-live-stream": "0.6.2", "google/cloud-video-stitcher": "0.7.3", "google/cloud-video-transcoder": "0.9.1", "google/cloud-videointelligence": "1.14.2", "google/cloud-vision": "1.7.6", "google/cloud-vm-migration": "0.5.2", "google/cloud-vmware-engine": "0.3.3", "google/cloud-vpc-access": "1.2.2", "google/cloud-web-risk": "1.4.4", "google/cloud-web-security-scanner": "0.7.18", "google/cloud-workflows": "0.4.2", "google/grafeas": "0.8.3", "google/longrunning": "0.2.6", "google/shopping-common-protos": "0.2.0", "google/shopping-merchant-inventories": "0.1.1", "google/shopping-merchant-reports": "0.4.0" }, "require-dev": { "erusev/parsedown": "^1.6", "google/cloud-tools": "^0.13.0", "kreait/firebase-php": "^5.26.5", "opis/closure": "^3.0", "phpdocumentor/reflection": "^5.0", "phpseclib/phpseclib": "^3.0", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.0", "rg/avro-php": "^3.0.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." }, "bin": [ "Core/bin/google-cloud-batch", "Debugger/bin/google-cloud-debugger" ], "type": "library", "autoload": { "files": [ "BigQueryStorage/metadata/descriptor_fix.php" ], "psr-4": { "Grafeas\\": "Grafeas/src", "Google\\Cloud\\": [ "CommonProtos/src" ], "Google\\Cloud\\Dlp\\": "Dlp/src", "Google\\Cloud\\Iam\\": "Iam/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", "Google\\Cloud\\Asset\\": "Asset/src", "Google\\Cloud\\Batch\\": "Batch/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", "Google\\LongRunning\\": "LongRunning/src/LongRunning", "GPBMetadata\\Grafeas\\": "Grafeas/metadata", "Google\\Cloud\\AutoMl\\": "AutoMl/src", "Google\\Cloud\\Config\\": "Config/src", "Google\\Cloud\\Deploy\\": "Deploy/src", "Google\\Cloud\\Gaming\\": "Gaming/src", "Google\\Cloud\\GkeHub\\": "GkeHub/src", "Google\\Cloud\\NetApp\\": "NetApp/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\\AlloyDb\\": "AlloyDb/src", "Google\\Cloud\\ApiKeys\\": "ApiKeys/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\\Support\\": "Support/src", "Google\\Cloud\\WebRisk\\": "WebRisk/src", "Google\\Shopping\\Type\\": "ShoppingCommonProtos/src/Type", "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\\Dataform\\": "Dataform/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", "GPBMetadata\\Google\\Iam\\": "Iam/metadata", "GPBMetadata\\Google\\Rpc\\": "CommonProtos/metadata/Rpc", "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\\GkeBackup\\": "GkeBackup/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\\Apps\\Script\\Type\\": "GSuiteAddOns/external/protos", "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\\EdgeNetwork\\": "EdgeNetwork/src", "Google\\Cloud\\Recommender\\": "Recommender/src", "Google\\Cloud\\VMMigration\\": "VmMigration/src", "GPBMetadata\\Google\\Pubsub\\": "PubSub/metadata", "Google\\Cloud\\DataLabeling\\": "DataLabeling/src", "Google\\Cloud\\GSuiteAddOns\\": "GSuiteAddOns/src", "Google\\Cloud\\LifeSciences\\": "LifeSciences/src", "Google\\Cloud\\Optimization\\": "Optimization/src", "Google\\Cloud\\ServiceUsage\\": "ServiceUsage/src", "Google\\Cloud\\TextToSpeech\\": "TextToSpeech/src", "Google\\Cloud\\VmwareEngine\\": "VmwareEngine/src", "GPBMetadata\\Google\\Logging\\": "Logging/metadata", "GPBMetadata\\Google\\Spanner\\": "Spanner/metadata", "Google\\ApiCore\\LongRunning\\": "LongRunning/src/ApiCore/LongRunning", "Google\\Cloud\\ApigeeConnect\\": "ApigeeConnect/src", "Google\\Cloud\\Dialogflow\\Cx\\": "DialogflowCx/src", "Google\\Cloud\\GkeMultiCloud\\": "GkeMultiCloud/src", "Google\\Cloud\\Kms\\Inventory\\": "KmsInventory/src", "Google\\Cloud\\Redis\\Cluster\\": "RedisCluster/src", "Google\\Cloud\\SecretManager\\": "SecretManager/src", "GPBMetadata\\Google\\Bigtable\\": "Bigtable/metadata", "GPBMetadata\\Google\\Dataflow\\": "Dataflow/metadata", "GPBMetadata\\Google\\Devtools\\": "CommonProtos/metadata/Devtools", "Google\\Cloud\\AccessApproval\\": "AccessApproval/src", "Google\\Cloud\\ApigeeRegistry\\": "ApigeeRegistry/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\\DiscoveryEngine\\": "DiscoveryEngine/src", "Google\\Cloud\\Iam\\Credentials\\": "IamCredentials/src", "Google\\Cloud\\MigrationCenter\\": "MigrationCenter/src", "Google\\Cloud\\NetworkSecurity\\": "NetworkSecurity/src", "Google\\Cloud\\PolicySimulator\\": "PolicySimulator/src", "Google\\Cloud\\ResourceManager\\": "ResourceManager/src", "Google\\Cloud\\StorageInsights\\": "StorageInsights/src", "Google\\Cloud\\StorageTransfer\\": "StorageTransfer/src", "Google\\Cloud\\TelcoAutomation\\": "TelcoAutomation/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\\Api\\Apikeys\\": "ApiKeys/metadata", "GPBMetadata\\Google\\Cloud\\Asset\\": "Asset/metadata", "GPBMetadata\\Google\\Cloud\\Audit\\": "CommonProtos/metadata/Audit", "GPBMetadata\\Google\\Cloud\\Batch\\": "Batch/metadata", "GPBMetadata\\Google\\Cloud\\Redis\\": "Redis/metadata", "GPBMetadata\\Google\\Cloud\\Shell\\": "Shell/metadata", "GPBMetadata\\Google\\Cloud\\Tasks\\": "Tasks/metadata", "GPBMetadata\\Google\\Longrunning\\": "LongRunning/metadata/Longrunning", "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\\Security\\PublicCA\\": "SecurityPublicCA/src", "Google\\Cloud\\ServiceManagement\\": "ServiceManagement/src", "Google\\Cloud\\VideoIntelligence\\": "VideoIntelligence/src", "GPBMetadata\\Google\\Cloud\\Automl\\": "AutoMl/metadata", "GPBMetadata\\Google\\Cloud\\Common\\": "CommonProtos/metadata/Common", "GPBMetadata\\Google\\Cloud\\Config\\": "Config/metadata", "GPBMetadata\\Google\\Cloud\\Deploy\\": "Deploy/metadata", "GPBMetadata\\Google\\Cloud\\Gaming\\": "Gaming/metadata", "GPBMetadata\\Google\\Cloud\\Gkehub\\": "GkeHub/metadata", "GPBMetadata\\Google\\Cloud\\Netapp\\": "NetApp/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\\BigQuery\\Migration\\": "BigQueryMigration/src", "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\\Alloydb\\": "AlloyDb/metadata", "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\\Support\\": "Support/metadata", "GPBMetadata\\Google\\Cloud\\Webrisk\\": "WebRisk/metadata", "GPBMetadata\\Google\\Shopping\\Type\\": "ShoppingCommonProtos/metadata/Type", "Google\\Cloud\\BigQuery\\Connection\\": "BigQueryConnection/src", "Google\\Cloud\\BinaryAuthorization\\": "BinaryAuthorization/src", "Google\\Cloud\\DataCatalog\\Lineage\\": "DataCatalogLineage/src", "Google\\Cloud\\Eventarc\\Publishing\\": "EventarcPublishing/src", "Google\\Cloud\\NetworkConnectivity\\": "NetworkConnectivity/src", "Google\\Cloud\\RecaptchaEnterprise\\": "RecaptchaEnterprise/src", "Google\\Cloud\\SecureSourceManager\\": "SecureSourceManager/src", "Google\\Shopping\\Merchant\\Reports\\": "ShoppingMerchantReports/src", "GPBMetadata\\Google\\Analytics\\Data\\": "AnalyticsData/metadata", "GPBMetadata\\Google\\Cloud\\Clouddms\\": "Dms/metadata", "GPBMetadata\\Google\\Cloud\\Dataform\\": "Dataform/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\\Gkebackup\\": "GkeBackup/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\\AdvisoryNotifications\\": "AdvisoryNotifications/src", "Google\\Cloud\\BigQuery\\AnalyticsHub\\": "BigQueryAnalyticsHub/src", "Google\\Cloud\\BigQuery\\DataExchange\\": "BigQueryDataExchange/src", "Google\\Cloud\\BigQuery\\DataPolicies\\": "BigQueryDataPolicies/src", "Google\\Cloud\\BigQuery\\DataTransfer\\": "BigQueryDataTransfer/src", "Google\\Cloud\\ConfidentialComputing\\": "ConfidentialComputing/src", "Google\\Cloud\\ContactCenterInsights\\": "ContactCenterInsights/src", "GPBMetadata\\Google\\Api\\Serviceusage\\": "ServiceUsage/metadata", "GPBMetadata\\Google\\Apps\\Script\\Type\\": "GSuiteAddOns/external/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", "Google\\Cloud\\BeyondCorp\\AppGateways\\": "BeyondCorpAppGateways/src", "GPBMetadata\\Google\\Cloud\\Datacatalog\\": "DataCatalog/metadata", "GPBMetadata\\Google\\Cloud\\Edgenetwork\\": "EdgeNetwork/metadata", "GPBMetadata\\Google\\Cloud\\Recommender\\": "Recommender/metadata", "GPBMetadata\\Google\\Cloud\\Vmmigration\\": "VmMigration/metadata", "Google\\Identity\\AccessContextManager\\": "AccessContextManager/src", "Google\\Shopping\\Merchant\\Inventories\\": "ShoppingMerchantInventories/src", "GPBMetadata\\Google\\Api\\Servicecontrol\\": "ServiceControl/metadata", "GPBMetadata\\Google\\Cloud\\Datalabeling\\": "DataLabeling/metadata", "GPBMetadata\\Google\\Cloud\\Gsuiteaddons\\": "GSuiteAddOns/metadata", "GPBMetadata\\Google\\Cloud\\Lifesciences\\": "LifeSciences/metadata", "GPBMetadata\\Google\\Cloud\\Optimization\\": "Optimization/metadata", "GPBMetadata\\Google\\Cloud\\Texttospeech\\": "TextToSpeech/metadata", "GPBMetadata\\Google\\Cloud\\Vmwareengine\\": "VmwareEngine/metadata", "Google\\Cloud\\BeyondCorp\\AppConnectors\\": "BeyondCorpAppConnectors/src", "Google\\Cloud\\PolicyTroubleshooter\\Iam\\": "PolicyTroubleshooterIam/src", "Google\\Cloud\\RapidMigrationAssessment\\": "RapidMigrationAssessment/src", "GPBMetadata\\Google\\Cloud\\Apigeeconnect\\": "ApigeeConnect/metadata", "GPBMetadata\\Google\\Cloud\\Dialogflow\\Cx\\": "DialogflowCx/metadata", "GPBMetadata\\Google\\Cloud\\Gkemulticloud\\": "GkeMultiCloud/metadata", "GPBMetadata\\Google\\Cloud\\Kms\\Inventory\\": "KmsInventory/metadata", "GPBMetadata\\Google\\Cloud\\Redis\\Cluster\\": "RedisCluster/metadata", "GPBMetadata\\Google\\Cloud\\Secretmanager\\": "SecretManager/metadata", "GPBMetadata\\Google\\Devtools\\Cloudbuild\\": "Build/metadata", "GPBMetadata\\Google\\Devtools\\Cloudtrace\\": "Trace/metadata", "Google\\Cloud\\BeyondCorp\\AppConnections\\": "BeyondCorpAppConnections/src", "Google\\Cloud\\BeyondCorp\\ClientGateways\\": "BeyondCorpClientGateways/src", "GPBMetadata\\Google\\Cloud\\Accessapproval\\": "AccessApproval/metadata", "GPBMetadata\\Google\\Cloud\\Apigeeregistry\\": "ApigeeRegistry/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\\Discoveryengine\\": "DiscoveryEngine/metadata", "GPBMetadata\\Google\\Cloud\\Migrationcenter\\": "MigrationCenter/metadata", "GPBMetadata\\Google\\Cloud\\Networksecurity\\": "NetworkSecurity/metadata", "GPBMetadata\\Google\\Cloud\\Policysimulator\\": "PolicySimulator/metadata", "GPBMetadata\\Google\\Cloud\\Resourcemanager\\": "ResourceManager/metadata", "GPBMetadata\\Google\\Cloud\\Storageinsights\\": "StorageInsights/metadata", "GPBMetadata\\Google\\Cloud\\Telcoautomation\\": "TelcoAutomation/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\\Security\\Publicca\\": "SecurityPublicCA/metadata", "GPBMetadata\\Google\\Cloud\\Videointelligence\\": "VideoIntelligence/metadata", "Google\\Cloud\\Commerce\\Consumer\\Procurement\\": "CommerceConsumerProcurement/src", "Google\\Cloud\\Orchestration\\Airflow\\Service\\": "OrchestrationAirflow/src", "GPBMetadata\\Google\\Cloud\\Bigquery\\Migration\\": "BigQueryMigration/metadata", "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\\Datacatalog\\Lineage\\": "DataCatalogLineage/metadata", "GPBMetadata\\Google\\Cloud\\Eventarc\\Publishing\\": "EventarcPublishing/metadata", "GPBMetadata\\Google\\Cloud\\Networkconnectivity\\": "NetworkConnectivity/metadata", "GPBMetadata\\Google\\Cloud\\Recaptchaenterprise\\": "RecaptchaEnterprise/metadata", "GPBMetadata\\Google\\Cloud\\Securesourcemanager\\": "SecureSourceManager/metadata", "GPBMetadata\\Google\\Devtools\\Artifactregistry\\": "ArtifactRegistry/metadata", "GPBMetadata\\Google\\Shopping\\Merchant\\Reports\\": "ShoppingMerchantReports/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\\Advisorynotifications\\": "AdvisoryNotifications/metadata", "GPBMetadata\\Google\\Cloud\\Bigquery\\Analyticshub\\": "BigQueryAnalyticsHub/metadata", "GPBMetadata\\Google\\Cloud\\Bigquery\\Dataexchange\\": "BigQueryDataExchange/metadata", "GPBMetadata\\Google\\Cloud\\Bigquery\\Datapolicies\\": "BigQueryDataPolicies/metadata", "GPBMetadata\\Google\\Cloud\\Bigquery\\Datatransfer\\": "BigQueryDataTransfer/metadata", "GPBMetadata\\Google\\Cloud\\Confidentialcomputing\\": "ConfidentialComputing/metadata", "GPBMetadata\\Google\\Cloud\\Contactcenterinsights\\": "ContactCenterInsights/metadata", "GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appgateways\\": "BeyondCorpAppGateways/metadata", "GPBMetadata\\Google\\Devtools\\Clouderrorreporting\\": "ErrorReporting/metadata", "Google\\Cloud\\BeyondCorp\\ClientConnectorServices\\": "BeyondCorpClientConnectorServices/src", "GPBMetadata\\Google\\Identity\\Accesscontextmanager\\": "AccessContextManager/metadata", "GPBMetadata\\Google\\Shopping\\Merchant\\Inventories\\": "ShoppingMerchantInventories/metadata", "GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appconnectors\\": "BeyondCorpAppConnectors/metadata", "GPBMetadata\\Google\\Cloud\\Policytroubleshooter\\Iam\\": "PolicyTroubleshooterIam/metadata", "GPBMetadata\\Google\\Cloud\\Rapidmigrationassessment\\": "RapidMigrationAssessment/metadata", "GPBMetadata\\Google\\Cloud\\Beyondcorp\\Appconnections\\": "BeyondCorpAppConnections/metadata", "GPBMetadata\\Google\\Cloud\\Beyondcorp\\Clientgateways\\": "BeyondCorpClientGateways/metadata", "GPBMetadata\\Google\\Cloud\\Commerce\\Consumer\\Procurement\\": "CommerceConsumerProcurement/metadata", "GPBMetadata\\Google\\Cloud\\Orchestration\\Airflow\\Service\\": "OrchestrationAirflow/metadata", "GPBMetadata\\Google\\Cloud\\Beyondcorp\\Clientconnectorservices\\": "BeyondCorpClientConnectorServices/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" ], "support": { "issues": "https://github.com/googleapis/google-cloud-php/issues", "source": "https://github.com/googleapis/google-cloud-php/tree/v0.227.0" }, "time": "2023-12-01T17:35:56+00:00" }, { "name": "google/common-protos", "version": "v4.5.0", "source": { "type": "git", "url": "https://github.com/googleapis/common-protos-php.git", "reference": "dfc232e90823cedca107b56e7371f2e2f35b9427" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/common-protos-php/zipball/dfc232e90823cedca107b56e7371f2e2f35b9427", "reference": "dfc232e90823cedca107b56e7371f2e2f35b9427", "shasum": "" }, "require": { "google/protobuf": "^3.6.1", "php": ">=7.4" }, "require-dev": { "phpunit/phpunit": "^9.0" }, "type": "library", "autoload": { "psr-4": { "Google\\Api\\": "src/Api", "Google\\Iam\\": "src/Iam", "Google\\Rpc\\": "src/Rpc", "Google\\Type\\": "src/Type", "Google\\Cloud\\": "src/Cloud", "GPBMetadata\\Google\\Api\\": "metadata/Api", "GPBMetadata\\Google\\Iam\\": "metadata/Iam", "GPBMetadata\\Google\\Rpc\\": "metadata/Rpc", "GPBMetadata\\Google\\Type\\": "metadata/Type", "GPBMetadata\\Google\\Cloud\\": "metadata/Cloud", "GPBMetadata\\Google\\Logging\\": "metadata/Logging" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Google API Common Protos for PHP", "homepage": "https://github.com/googleapis/common-protos-php", "keywords": [ "google" ], "support": { "issues": "https://github.com/googleapis/common-protos-php/issues", "source": "https://github.com/googleapis/common-protos-php/tree/v4.5.0" }, "time": "2023-11-29T21:08:16+00:00" }, { "name": "google/gax", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/googleapis/gax-php.git", "reference": "8f07f56f8d14e784777020cd73cfde518bd7dd33" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/gax-php/zipball/8f07f56f8d14e784777020cd73cfde518bd7dd33", "reference": "8f07f56f8d14e784777020cd73cfde518bd7dd33", "shasum": "" }, "require": { "google/auth": "^1.25.0", "google/common-protos": "^3.0||^4.0", "google/grpc-gcp": "^0.2||^0.3", "google/longrunning": "^0.2", "google/protobuf": "^3.21.4", "grpc/grpc": "^1.13", "guzzlehttp/promises": "^1.4||^2.0", "guzzlehttp/psr7": "^2.0", "php": ">=7.4" }, "conflict": { "ext-protobuf": "<3.7.0" }, "require-dev": { "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.0", "squizlabs/php_codesniffer": "3.*" }, "type": "library", "autoload": { "psr-4": { "Google\\ApiCore\\": "src", "GPBMetadata\\ApiCore\\": "metadata/ApiCore" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Google API Core for PHP", "homepage": "https://github.com/googleapis/gax-php", "keywords": [ "google" ], "support": { "issues": "https://github.com/googleapis/gax-php/issues", "source": "https://github.com/googleapis/gax-php/tree/v1.25.0" }, "time": "2023-11-02T22:05:32+00:00" }, { "name": "google/grpc-gcp", "version": "v0.3.0", "source": { "type": "git", "url": "https://github.com/GoogleCloudPlatform/grpc-gcp-php.git", "reference": "4d8b455a45a89f57e1552cadc41a43bc34c40456" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/GoogleCloudPlatform/grpc-gcp-php/zipball/4d8b455a45a89f57e1552cadc41a43bc34c40456", "reference": "4d8b455a45a89f57e1552cadc41a43bc34c40456", "shasum": "" }, "require": { "google/auth": "^1.3", "google/protobuf": "^v3.3.0", "grpc/grpc": "^v1.13.0", "php": "^7.4||^8.0", "psr/cache": "^1.0.1||^2.0.0||^3.0.0" }, "require-dev": { "google/cloud-spanner": "^1.7", "phpunit/phpunit": "^9.0" }, "type": "library", "autoload": { "psr-4": { "Grpc\\Gcp\\": "src/" }, "classmap": [ "src/generated/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "gRPC GCP library for channel management", "support": { "issues": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/issues", "source": "https://github.com/GoogleCloudPlatform/grpc-gcp-php/tree/v0.3.0" }, "time": "2023-04-24T14:37:29+00:00" }, { "name": "google/protobuf", "version": "v3.25.1", "source": { "type": "git", "url": "https://github.com/protocolbuffers/protobuf-php.git", "reference": "1fb247e72df401c863ed239c1660f981644af5db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/1fb247e72df401c863ed239c1660f981644af5db", "reference": "1fb247e72df401c863ed239c1660f981644af5db", "shasum": "" }, "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": ">=5.0.0" }, "suggest": { "ext-bcmath": "Need to support JSON deserialization" }, "type": "library", "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.1" }, "time": "2023-11-15T21:36:03+00:00" }, { "name": "grpc/grpc", "version": "1.57.0", "source": { "type": "git", "url": "https://github.com/grpc/grpc-php.git", "reference": "b610c42022ed3a22f831439cb93802f2a4502fdf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/grpc/grpc-php/zipball/b610c42022ed3a22f831439cb93802f2a4502fdf", "reference": "b610c42022ed3a22f831439cb93802f2a4502fdf", "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." }, "type": "library", "autoload": { "psr-4": { "Grpc\\": "src/lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "gRPC library for PHP", "homepage": "https://grpc.io", "keywords": [ "rpc" ], "support": { "source": "https://github.com/grpc/grpc-php/tree/v1.57.0" }, "time": "2023-08-14T23:57:54+00:00" }, { "name": "guzzlehttp/guzzle", "version": "7.8.1", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "41042bc7ab002487b876a0683fc8dce04ddce104" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104", "reference": "41042bc7ab002487b876a0683fc8dce04ddce104", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.5.3 || ^2.0.1", "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.36 || ^9.6.15", "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" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/7.8.1" }, "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" } ], "time": "2023-12-03T20:35:24+00:00" }, { "name": "guzzlehttp/promises", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.36 || ^9.6.15" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/2.0.2" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", "type": "tidelift" } ], "time": "2023-12-03T20:19:20+00:00" }, { "name": "guzzlehttp/psr7", "version": "2.6.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221", "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.1 || ^2.0", "ralouphie/getallheaders": "^3.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "^0.9", "phpunit/phpunit": "^8.5.36 || ^9.6.15" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "support": { "issues": "https://github.com/guzzle/psr7/issues", "source": "https://github.com/guzzle/psr7/tree/2.6.2" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", "type": "tidelift" } ], "time": "2023-12-03T20:05:35+00:00" }, { "name": "monolog/monolog", "version": "2.9.2", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f", "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "provide": { "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", "graylog2/gelf-php": "^1.4.2 || ^2@dev", "guzzlehttp/guzzle": "^7.4", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", "phpspec/prophecy": "^1.15", "phpstan/phpstan": "^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" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/2.9.2" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2023-10-27T15:25:26+00:00" }, { "name": "psr/cache", "version": "1.0.1", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https://github.com/php-fig/cache/tree/master" }, "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/http-client", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client" }, "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "e616d01114759c4c489f93b099585439f795fe35" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", "reference": "e616d01114759c4c489f93b099585439f795fe35", "shasum": "" }, "require": { "php": ">=7.0.0", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-factory/tree/1.0.2" }, "time": "2023-04-10T20:10:41+00:00" }, { "name": "psr/http-message", "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/2.0" }, "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/log", "version": "1.1.4", "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" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, "time": "2021-05-03T11:20:27+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "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" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https://github.com/ralouphie/getallheaders/issues", "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, "time": "2019-03-08T08:55:37+00:00" }, { "name": "ramsey/collection", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/ramsey/collection.git", "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/collection/zipball/ad7475d1c9e70b190ecffc58f2d989416af339b4", "reference": "ad7475d1c9e70b190ecffc58f2d989416af339b4", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", "symfony/polyfill-php81": "^1.23" }, "require-dev": { "captainhook/plugin-composer": "^5.3", "ergebnis/composer-normalize": "^2.28.3", "fakerphp/faker": "^1.21", "hamcrest/hamcrest-php": "^2.0", "jangregor/phpstan-prophecy": "^1.0", "mockery/mockery": "^1.5", "php-parallel-lint/php-console-highlighter": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.3", "phpcsstandards/phpcsutils": "^1.0.0-rc1", "phpspec/prophecy-phpunit": "^2.0", "phpstan/extension-installer": "^1.2", "phpstan/phpstan": "^1.9", "phpstan/phpstan-mockery": "^1.1", "phpstan/phpstan-phpunit": "^1.3", "phpunit/phpunit": "^9.5", "psalm/plugin-mockery": "^1.1", "psalm/plugin-phpunit": "^0.18.4", "ramsey/coding-standard": "^2.0.3", "ramsey/conventional-commits": "^1.3", "vimeo/psalm": "^5.4" }, "type": "library", "extra": { "captainhook": { "force-install": true }, "ramsey/conventional-commits": { "configFile": "conventional-commits.json" } }, "autoload": { "psr-4": { "Ramsey\\Collection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ben Ramsey", "email": "ben@benramsey.com", "homepage": "https://benramsey.com" } ], "description": "A PHP library for representing and manipulating collections.", "keywords": [ "array", "collection", "hash", "map", "queue", "set" ], "support": { "issues": "https://github.com/ramsey/collection/issues", "source": "https://github.com/ramsey/collection/tree/1.3.0" }, "funding": [ { "url": "https://github.com/ramsey", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", "type": "tidelift" } ], "time": "2022-12-27T19:12:24+00:00" }, { "name": "ramsey/uuid", "version": "4.2.3", "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." }, "type": "library", "extra": { "branch-alias": { "dev-main": "4.x-dev" }, "captainhook": { "force-install": true } }, "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Ramsey\\Uuid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", "keywords": [ "guid", "identifier", "uuid" ], "support": { "issues": "https://github.com/ramsey/uuid/issues", "source": "https://github.com/ramsey/uuid/tree/4.2.3" }, "funding": [ { "url": "https://github.com/ramsey", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", "type": "tidelift" } ], "time": "2021-09-25T23:10:38+00:00" }, { "name": "rize/uri-template", "version": "0.3.5", "source": { "type": "git", "url": "https://github.com/rize/UriTemplate.git", "reference": "5ed4ba8ea34af84485dea815d4b6b620794d1168" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rize/UriTemplate/zipball/5ed4ba8ea34af84485dea815d4b6b620794d1168", "reference": "5ed4ba8ea34af84485dea815d4b6b620794d1168", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36" }, "type": "library", "autoload": { "psr-4": { "Rize\\": "src/Rize" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marut K", "homepage": "http://twitter.com/rezigned" } ], "description": "PHP URI Template (RFC 6570) supports both expansion & extraction", "keywords": [ "RFC 6570", "template", "uri" ], "support": { "issues": "https://github.com/rize/UriTemplate/issues", "source": "https://github.com/rize/UriTemplate/tree/0.3.5" }, "funding": [ { "url": "https://www.paypal.me/rezigned", "type": "custom" }, { "url": "https://github.com/rezigned", "type": "github" }, { "url": "https://opencollective.com/rize-uri-template", "type": "open_collective" } ], "time": "2022-10-12T17:22:51+00:00" }, { "name": "symfony/deprecation-contracts", "version": "v2.5.2", "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" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "files": [ "function.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php81", "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php81\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2023-01-26T09:26:14+00:00" } ], "packages-dev": [ { "name": "mustache/mustache", "version": "v2.14.2", "source": { "type": "git", "url": "https://github.com/bobthecow/mustache.php.git", "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/e62b7c3849d22ec55f3ec425507bf7968193a6cb", "reference": "e62b7c3849d22ec55f3ec425507bf7968193a6cb", "shasum": "" }, "require": { "php": ">=5.2.4" }, "require-dev": { "friendsofphp/php-cs-fixer": "~1.11", "phpunit/phpunit": "~3.7|~4.0|~5.0" }, "type": "library", "autoload": { "psr-0": { "Mustache": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Justin Hileman", "email": "justin@justinhileman.info", "homepage": "http://justinhileman.com" } ], "description": "A Mustache implementation in PHP.", "homepage": "https://github.com/bobthecow/mustache.php", "keywords": [ "mustache", "templating" ], "support": { "issues": "https://github.com/bobthecow/mustache.php/issues", "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.2" }, "time": "2022-08-23T13:07:01+00:00" }, { "name": "symfony/finder", "version": "v5.4.27", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/ff4bce3c33451e7ec778070e45bd23f74214cd5d", "reference": "ff4bce3c33451e7ec778070e45bd23f74214cd5d", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/finder/tree/v5.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2023-07-31T08:02:31+00:00" }, { "name": "wp-cli/mustangostang-spyc", "version": "0.6.3", "source": { "type": "git", "url": "https://github.com/wp-cli/spyc.git", "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/spyc/zipball/6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7", "reference": "6aa0b4da69ce9e9a2c8402dab8d43cf32c581cc7", "shasum": "" }, "require": { "php": ">=5.3.1" }, "require-dev": { "phpunit/phpunit": "4.3.*@dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.x-dev" } }, "autoload": { "files": [ "includes/functions.php" ], "psr-4": { "Mustangostang\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "mustangostang", "email": "vlad.andersen@gmail.com" } ], "description": "A simple YAML loader/dumper class for PHP (WP-CLI fork)", "homepage": "https://github.com/mustangostang/spyc/", "support": { "source": "https://github.com/wp-cli/spyc/tree/autoload" }, "time": "2017-04-25T11:26:20+00:00" }, { "name": "wp-cli/php-cli-tools", "version": "v0.11.21", "source": { "type": "git", "url": "https://github.com/wp-cli/php-cli-tools.git", "reference": "b3457a8d60cd0b1c48cab76ad95df136d266f0b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/php-cli-tools/zipball/b3457a8d60cd0b1c48cab76ad95df136d266f0b6", "reference": "b3457a8d60cd0b1c48cab76ad95df136d266f0b6", "shasum": "" }, "require": { "php": ">= 5.3.0" }, "require-dev": { "roave/security-advisories": "dev-latest", "wp-cli/wp-cli-tests": "^4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.11.x-dev" } }, "autoload": { "files": [ "lib/cli/cli.php" ], "psr-0": { "cli": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniel Bachhuber", "email": "daniel@handbuilt.co", "role": "Maintainer" }, { "name": "James Logsdon", "email": "jlogsdon@php.net", "role": "Developer" } ], "description": "Console utilities for PHP", "homepage": "http://github.com/wp-cli/php-cli-tools", "keywords": [ "cli", "console" ], "support": { "issues": "https://github.com/wp-cli/php-cli-tools/issues", "source": "https://github.com/wp-cli/php-cli-tools/tree/v0.11.21" }, "time": "2023-09-29T15:28:10+00:00" }, { "name": "wp-cli/wp-cli", "version": "v2.9.0", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-cli.git", "reference": "8a3befba2d947fbf5cc6d1941edf2dd99da4d4b7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/wp-cli/zipball/8a3befba2d947fbf5cc6d1941edf2dd99da4d4b7", "reference": "8a3befba2d947fbf5cc6d1941edf2dd99da4d4b7", "shasum": "" }, "require": { "ext-curl": "*", "mustache/mustache": "^2.14.1", "php": "^5.6 || ^7.0 || ^8.0", "symfony/finder": ">2.7", "wp-cli/mustangostang-spyc": "^0.6.3", "wp-cli/php-cli-tools": "~0.11.2" }, "require-dev": { "roave/security-advisories": "dev-latest", "wp-cli/db-command": "^1.3 || ^2", "wp-cli/entity-command": "^1.2 || ^2", "wp-cli/extension-command": "^1.1 || ^2", "wp-cli/package-command": "^1 || ^2", "wp-cli/wp-cli-tests": "^4.0.1" }, "suggest": { "ext-readline": "Include for a better --prompt implementation", "ext-zip": "Needed to support extraction of ZIP archives when doing downloads or updates" }, "bin": [ "bin/wp", "bin/wp.bat" ], "type": "library", "extra": { "branch-alias": { "dev-main": "2.9.x-dev" } }, "autoload": { "psr-0": { "WP_CLI\\": "php/" }, "classmap": [ "php/class-wp-cli.php", "php/class-wp-cli-command.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "WP-CLI framework", "homepage": "https://wp-cli.org", "keywords": [ "cli", "wordpress" ], "support": { "docs": "https://make.wordpress.org/cli/handbook/", "issues": "https://github.com/wp-cli/wp-cli/issues", "source": "https://github.com/wp-cli/wp-cli" }, "time": "2023-10-25T09:06:37+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^7.4" }, "platform-dev": [], "plugin-api-version": "2.6.0" } ```

It seems we already using needed version, but problem still actual for us

yash30201 commented 4 months ago

@demo-igor Thanks for providing more info on the packages.

However, I'm not able to reproduce this error. Please provide a reproduction script.

I tried a simple bucket list api call as follows:

code ```php buckets(); foreach ($buckets as $bucket) { echo $bucket->name() . PHP_EOL; } ```
demo-igor commented 4 months ago

@yash30201 big thanks for help! I found that problem comes from the plugin https://wordpress.org/plugins/gcs/. So it is not an issue in the library.