From 6571f5e60d2e9c340e99f9fd014af7f659a8ca1c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Sep 2021 01:00:44 +0000 Subject: [PATCH] fix(deps): update dependency google/cloud-pubsub to ^0.6.2 || ^0.12.0 --- toolkit/benchmark/clients/php/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/benchmark/clients/php/composer.json b/toolkit/benchmark/clients/php/composer.json index 1cb835fb7..881086b1a 100644 --- a/toolkit/benchmark/clients/php/composer.json +++ b/toolkit/benchmark/clients/php/composer.json @@ -1,6 +1,6 @@ { "require": { - "google/cloud-pubsub": "^0.6.2", + "google/cloud-pubsub": "^0.6.2 || ^0.12.0", "google/gax": "^0.23.0", "google/proto-client": "^0.23.0" }