From 7fd7930964fb34ddfc2d210b496a61a16dc4a777 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 11 Dec 2024 16:43:44 -0800 Subject: [PATCH] add dep google/shopping-common-protos --- ShoppingMerchantReviews/composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ShoppingMerchantReviews/composer.json b/ShoppingMerchantReviews/composer.json index c7dcaac72a1..67384e7e19d 100644 --- a/ShoppingMerchantReviews/composer.json +++ b/ShoppingMerchantReviews/composer.json @@ -18,7 +18,8 @@ }, "require": { "php": "^8.0", - "google/gax": "^1.36.0" + "google/gax": "^1.36.0", + "google/shopping-common-protos": "^0.4.0" }, "require-dev": { "phpunit/phpunit": "^9.0"