From 501eb0bddb1ef9d7a6d12b8a86dd22c41a8682f5 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Mon, 4 May 2020 13:54:20 -0700 Subject: [PATCH] Update composer.json (#36) --- cloud-apis/firestore/examples/end2end/src/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-apis/firestore/examples/end2end/src/composer.json b/cloud-apis/firestore/examples/end2end/src/composer.json index 403e045da3..e78781e6f5 100644 --- a/cloud-apis/firestore/examples/end2end/src/composer.json +++ b/cloud-apis/firestore/examples/end2end/src/composer.json @@ -6,7 +6,7 @@ "symfony/console" : "~4.0", "google/auth" : "^1.2", "google/protobuf" : "v3.5.1.1", - "google/grpc-service: "1.0.0" + "google/grpc-service": "1.0.0" }, "autoload" : { "psr-4" : {