From 51f3aa253f4d1375ef2e267a8df960b73be92411 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 00:44:44 +0000 Subject: [PATCH] Update dependency google/protobuf to v3.25.0 --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 7eda5d7..3ea4c18 100644 --- a/composer.json +++ b/composer.json @@ -36,6 +36,6 @@ "ext-curl": "*", "phpmailer/phpmailer": "6.8.1", "grpc/grpc": "1.57.0", - "google/protobuf": "3.24.4" + "google/protobuf": "3.25.0" } } diff --git a/composer.lock b/composer.lock index a085540..b6cd1f5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "4664d6ca6c11dc7c20cfa9b23abc40e3", + "content-hash": "4bef604116abc75643f9983385df6b46", "packages": [ { "name": "google/protobuf", - "version": "v3.24.4", + "version": "v3.25.0", "source": { "type": "git", "url": "https://github.com/protocolbuffers/protobuf-php.git", - "reference": "672d69e25f71b9364fdf1810eb8a8573defdc404" + "reference": "e5a021e653ee3a7a78760caefa605b4ec31bba80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/672d69e25f71b9364fdf1810eb8a8573defdc404", - "reference": "672d69e25f71b9364fdf1810eb8a8573defdc404", + "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/e5a021e653ee3a7a78760caefa605b4ec31bba80", + "reference": "e5a021e653ee3a7a78760caefa605b4ec31bba80", "shasum": "" }, "require": { @@ -46,9 +46,9 @@ "proto" ], "support": { - "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.24.4" + "source": "https://github.com/protocolbuffers/protobuf-php/tree/v3.25.0" }, - "time": "2023-10-04T17:22:47+00:00" + "time": "2023-11-01T22:12:38+00:00" }, { "name": "grpc/grpc",