From 4de09641a836806ee419f32f70a0af2a59591c37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 02:28:32 +0000 Subject: [PATCH] Bump google/protobuf from 3.6.1 to 3.15.0 Bumps [google/protobuf](https://github.com/google/protobuf) from 3.6.1 to 3.15.0. - [Release notes](https://github.com/google/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/google/protobuf/compare/v3.6.1...v3.15.0) --- updated-dependencies: - dependency-name: google/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.lock | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/composer.lock b/composer.lock index a477217..111d332 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_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#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7b325c27ca31e7a12bafb50fd01a5e00", + "content-hash": "cb5b5f8897324d9f470b5473e8ab3f58", "packages": [ { "name": "finam/grpc-marketdata", @@ -36,6 +36,16 @@ }, "type": "library" }, + { + "name": "finam/grpc-txauth", + "version": "0.0.1", + "source": { + "type": "git", + "url": "https://git.finam.ru/scm/ser/grpc-txauth.git", + "reference": "master" + }, + "type": "library" + }, { "name": "finam/grpc-txsecurities", "version": "0.0.1", @@ -48,16 +58,16 @@ }, { "name": "google/protobuf", - "version": "v3.6.1", + "version": "v3.15.0", "source": { "type": "git", - "url": "https://github.com/google/protobuf.git", - "reference": "48cb18e5c419ddd23d9badcfe4e9df7bde1979b2" + "url": "https://github.com/protocolbuffers/protobuf-php.git", + "reference": "758a0ef01c7bdf20d7ff31295d2af872547cc072" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/google/protobuf/zipball/48cb18e5c419ddd23d9badcfe4e9df7bde1979b2", - "reference": "48cb18e5c419ddd23d9badcfe4e9df7bde1979b2", + "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/758a0ef01c7bdf20d7ff31295d2af872547cc072", + "reference": "758a0ef01c7bdf20d7ff31295d2af872547cc072", "shasum": "" }, "require": { @@ -72,8 +82,8 @@ "type": "library", "autoload": { "psr-4": { - "Google\\Protobuf\\": "php/src/Google/Protobuf", - "GPBMetadata\\Google\\Protobuf\\": "php/src/GPBMetadata/Google/Protobuf" + "Google\\Protobuf\\": "src/Google/Protobuf", + "GPBMetadata\\Google\\Protobuf\\": "src/GPBMetadata/Google/Protobuf" } }, "notification-url": "https://packagist.org/downloads/", @@ -85,7 +95,11 @@ "keywords": [ "proto" ], - "time": "2018-07-27T20:30:28+00:00" + "support": { + "issues": "https://github.com/protocolbuffers/protobuf-php/issues", + "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.15.0" + }, + "time": "2021-02-18T22:06:03+00:00" }, { "name": "grpc/grpc", @@ -136,5 +150,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.2.0" }