From 1b22f7eecf8803c5946c9b7ff72041f13af90077 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 25 May 2021 05:38:08 +0000 Subject: [PATCH] Bump grpc/grpc from 1.22.0 to 1.38.0 Bumps [grpc/grpc](https://github.com/grpc/grpc-php) from 1.22.0 to 1.38.0. - [Release notes](https://github.com/grpc/grpc-php/releases) - [Commits](https://github.com/grpc/grpc-php/compare/v1.22.0...v1.38.0) Signed-off-by: dependabot-preview[bot] --- composer.lock | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index cd41f66..e4aa5de 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a75315965bcc27556c1a315e9c153fdd", + "content-hash": "b39cd44dbbb8032fbfce152ecb41db05", "packages": [ { "name": "composer/ca-bundle", @@ -535,20 +535,20 @@ }, { "name": "grpc/grpc", - "version": "1.22.0", + "version": "1.38.0", "source": { "type": "git", "url": "https://github.com/grpc/grpc-php.git", - "reference": "88235e786ef9b55fcb049f00c5c5202f8086a299" + "reference": "e1687963fb0b087d0c70e75d3bfff9062eaeb215" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grpc/grpc-php/zipball/88235e786ef9b55fcb049f00c5c5202f8086a299", - "reference": "88235e786ef9b55fcb049f00c5c5202f8086a299", + "url": "https://api.github.com/repos/grpc/grpc-php/zipball/e1687963fb0b087d0c70e75d3bfff9062eaeb215", + "reference": "e1687963fb0b087d0c70e75d3bfff9062eaeb215", "shasum": "" }, "require": { - "php": ">=5.5.0" + "php": ">=7.0.0" }, "require-dev": { "google/auth": "^v1.3.0" @@ -572,7 +572,10 @@ "keywords": [ "rpc" ], - "time": "2019-07-03T19:57:39+00:00" + "support": { + "source": "https://github.com/grpc/grpc-php/tree/v1.38.0" + }, + "time": "2021-05-24T20:45:41+00:00" }, { "name": "jms/metadata", @@ -3086,5 +3089,6 @@ "ext-json": "*", "ext-grpc": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.0.0" }